@charset "UTF-8";
/* ==========================================================================
   #Main CSS
   ========================================================================== */
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  color: white;
  font-family: 'slick';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev::before {
  content: '←';
}

[dir='rtl'] .slick-prev::before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next::before {
  content: '→';
}

[dir='rtl'] .slick-next::before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  color: black;
  content: '•';
  font-family: 'slick';
  font-size: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff") format("woff"), url("../fonts/bootstrap-icons.woff2") format("woff2");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none;
  vertical-align: text-bottom;
}

.bi-123::before {
  content: "";
}

.bi-alarm-fill::before {
  content: "";
}

.bi-alarm::before {
  content: "";
}

.bi-align-bottom::before {
  content: "";
}

.bi-align-center::before {
  content: "";
}

.bi-align-end::before {
  content: "";
}

.bi-align-middle::before {
  content: "";
}

.bi-align-start::before {
  content: "";
}

.bi-align-top::before {
  content: "";
}

.bi-alt::before {
  content: "";
}

.bi-app-indicator::before {
  content: "";
}

.bi-app::before {
  content: "";
}

.bi-archive-fill::before {
  content: "";
}

.bi-archive::before {
  content: "";
}

.bi-arrow-90deg-down::before {
  content: "";
}

.bi-arrow-90deg-left::before {
  content: "";
}

.bi-arrow-90deg-right::before {
  content: "";
}

.bi-arrow-90deg-up::before {
  content: "";
}

.bi-arrow-bar-down::before {
  content: "";
}

.bi-arrow-bar-left::before {
  content: "";
}

.bi-arrow-bar-right::before {
  content: "";
}

.bi-arrow-bar-up::before {
  content: "";
}

.bi-arrow-clockwise::before {
  content: "";
}

.bi-arrow-counterclockwise::before {
  content: "";
}

.bi-arrow-down-circle-fill::before {
  content: "";
}

.bi-arrow-down-circle::before {
  content: "";
}

.bi-arrow-down-left-circle-fill::before {
  content: "";
}

.bi-arrow-down-left-circle::before {
  content: "";
}

.bi-arrow-down-left-square-fill::before {
  content: "";
}

.bi-arrow-down-left-square::before {
  content: "";
}

.bi-arrow-down-left::before {
  content: "";
}

.bi-arrow-down-right-circle-fill::before {
  content: "";
}

.bi-arrow-down-right-circle::before {
  content: "";
}

.bi-arrow-down-right-square-fill::before {
  content: "";
}

.bi-arrow-down-right-square::before {
  content: "";
}

.bi-arrow-down-right::before {
  content: "";
}

.bi-arrow-down-short::before {
  content: "";
}

.bi-arrow-down-square-fill::before {
  content: "";
}

.bi-arrow-down-square::before {
  content: "";
}

.bi-arrow-down-up::before {
  content: "";
}

.bi-arrow-down::before {
  content: "";
}

.bi-arrow-left-circle-fill::before {
  content: "";
}

.bi-arrow-left-circle::before {
  content: "";
}

.bi-arrow-left-right::before {
  content: "";
}

.bi-arrow-left-short::before {
  content: "";
}

.bi-arrow-left-square-fill::before {
  content: "";
}

.bi-arrow-left-square::before {
  content: "";
}

.bi-arrow-left::before {
  content: "";
}

.bi-arrow-repeat::before {
  content: "";
}

.bi-arrow-return-left::before {
  content: "";
}

.bi-arrow-return-right::before {
  content: "";
}

.bi-arrow-right-circle-fill::before {
  content: "";
}

.bi-arrow-right-circle::before {
  content: "";
}

.bi-arrow-right-short::before {
  content: "";
}

.bi-arrow-right-square-fill::before {
  content: "";
}

.bi-arrow-right-square::before {
  content: "";
}

.bi-arrow-right::before {
  content: "";
}

.bi-arrow-up-circle-fill::before {
  content: "";
}

.bi-arrow-up-circle::before {
  content: "";
}

.bi-arrow-up-left-circle-fill::before {
  content: "";
}

.bi-arrow-up-left-circle::before {
  content: "";
}

.bi-arrow-up-left-square-fill::before {
  content: "";
}

.bi-arrow-up-left-square::before {
  content: "";
}

.bi-arrow-up-left::before {
  content: "";
}

.bi-arrow-up-right-circle-fill::before {
  content: "";
}

.bi-arrow-up-right-circle::before {
  content: "";
}

.bi-arrow-up-right-square-fill::before {
  content: "";
}

.bi-arrow-up-right-square::before {
  content: "";
}

.bi-arrow-up-right::before {
  content: "";
}

.bi-arrow-up-short::before {
  content: "";
}

.bi-arrow-up-square-fill::before {
  content: "";
}

.bi-arrow-up-square::before {
  content: "";
}

.bi-arrow-up::before {
  content: "";
}

.bi-arrows-angle-contract::before {
  content: "";
}

.bi-arrows-angle-expand::before {
  content: "";
}

.bi-arrows-collapse::before {
  content: "";
}

.bi-arrows-expand::before {
  content: "";
}

.bi-arrows-fullscreen::before {
  content: "";
}

.bi-arrows-move::before {
  content: "";
}

.bi-aspect-ratio-fill::before {
  content: "";
}

.bi-aspect-ratio::before {
  content: "";
}

.bi-asterisk::before {
  content: "";
}

.bi-at::before {
  content: "";
}

.bi-award-fill::before {
  content: "";
}

.bi-award::before {
  content: "";
}

.bi-back::before {
  content: "";
}

.bi-backspace-fill::before {
  content: "";
}

.bi-backspace-reverse-fill::before {
  content: "";
}

.bi-backspace-reverse::before {
  content: "";
}

.bi-backspace::before {
  content: "";
}

.bi-badge-3d-fill::before {
  content: "";
}

.bi-badge-3d::before {
  content: "";
}

.bi-badge-4k-fill::before {
  content: "";
}

.bi-badge-4k::before {
  content: "";
}

.bi-badge-8k-fill::before {
  content: "";
}

.bi-badge-8k::before {
  content: "";
}

.bi-badge-ad-fill::before {
  content: "";
}

.bi-badge-ad::before {
  content: "";
}

.bi-badge-ar-fill::before {
  content: "";
}

.bi-badge-ar::before {
  content: "";
}

.bi-badge-cc-fill::before {
  content: "";
}

.bi-badge-cc::before {
  content: "";
}

.bi-badge-hd-fill::before {
  content: "";
}

.bi-badge-hd::before {
  content: "";
}

.bi-badge-tm-fill::before {
  content: "";
}

.bi-badge-tm::before {
  content: "";
}

.bi-badge-vo-fill::before {
  content: "";
}

.bi-badge-vo::before {
  content: "";
}

.bi-badge-vr-fill::before {
  content: "";
}

.bi-badge-vr::before {
  content: "";
}

.bi-badge-wc-fill::before {
  content: "";
}

.bi-badge-wc::before {
  content: "";
}

.bi-bag-check-fill::before {
  content: "";
}

.bi-bag-check::before {
  content: "";
}

.bi-bag-dash-fill::before {
  content: "";
}

.bi-bag-dash::before {
  content: "";
}

.bi-bag-fill::before {
  content: "";
}

.bi-bag-plus-fill::before {
  content: "";
}

.bi-bag-plus::before {
  content: "";
}

.bi-bag-x-fill::before {
  content: "";
}

.bi-bag-x::before {
  content: "";
}

.bi-bag::before {
  content: "";
}

.bi-bar-chart-fill::before {
  content: "";
}

.bi-bar-chart-line-fill::before {
  content: "";
}

.bi-bar-chart-line::before {
  content: "";
}

.bi-bar-chart-steps::before {
  content: "";
}

.bi-bar-chart::before {
  content: "";
}

.bi-basket-fill::before {
  content: "";
}

.bi-basket::before {
  content: "";
}

.bi-basket2-fill::before {
  content: "";
}

.bi-basket2::before {
  content: "";
}

.bi-basket3-fill::before {
  content: "";
}

.bi-basket3::before {
  content: "";
}

.bi-battery-charging::before {
  content: "";
}

.bi-battery-full::before {
  content: "";
}

.bi-battery-half::before {
  content: "";
}

.bi-battery::before {
  content: "";
}

.bi-bell-fill::before {
  content: "";
}

.bi-bell::before {
  content: "";
}

.bi-bezier::before {
  content: "";
}

.bi-bezier2::before {
  content: "";
}

.bi-bicycle::before {
  content: "";
}

.bi-binoculars-fill::before {
  content: "";
}

.bi-binoculars::before {
  content: "";
}

.bi-blockquote-left::before {
  content: "";
}

.bi-blockquote-right::before {
  content: "";
}

.bi-book-fill::before {
  content: "";
}

.bi-book-half::before {
  content: "";
}

.bi-book::before {
  content: "";
}

.bi-bookmark-check-fill::before {
  content: "";
}

.bi-bookmark-check::before {
  content: "";
}

.bi-bookmark-dash-fill::before {
  content: "";
}

.bi-bookmark-dash::before {
  content: "";
}

.bi-bookmark-fill::before {
  content: "";
}

.bi-bookmark-heart-fill::before {
  content: "";
}

.bi-bookmark-heart::before {
  content: "";
}

.bi-bookmark-plus-fill::before {
  content: "";
}

.bi-bookmark-plus::before {
  content: "";
}

.bi-bookmark-star-fill::before {
  content: "";
}

.bi-bookmark-star::before {
  content: "";
}

.bi-bookmark-x-fill::before {
  content: "";
}

.bi-bookmark-x::before {
  content: "";
}

.bi-bookmark::before {
  content: "";
}

.bi-bookmarks-fill::before {
  content: "";
}

.bi-bookmarks::before {
  content: "";
}

.bi-bookshelf::before {
  content: "";
}

.bi-bootstrap-fill::before {
  content: "";
}

.bi-bootstrap-reboot::before {
  content: "";
}

.bi-bootstrap::before {
  content: "";
}

.bi-border-all::before {
  content: "";
}

.bi-border-bottom::before {
  content: "";
}

.bi-border-center::before {
  content: "";
}

.bi-border-inner::before {
  content: "";
}

.bi-border-left::before {
  content: "";
}

.bi-border-middle::before {
  content: "";
}

.bi-border-outer::before {
  content: "";
}

.bi-border-right::before {
  content: "";
}

.bi-border-style::before {
  content: "";
}

.bi-border-top::before {
  content: "";
}

.bi-border-width::before {
  content: "";
}

.bi-border::before {
  content: "";
}

.bi-bounding-box-circles::before {
  content: "";
}

.bi-bounding-box::before {
  content: "";
}

.bi-box-arrow-down-left::before {
  content: "";
}

.bi-box-arrow-down-right::before {
  content: "";
}

.bi-box-arrow-down::before {
  content: "";
}

.bi-box-arrow-in-down-left::before {
  content: "";
}

.bi-box-arrow-in-down-right::before {
  content: "";
}

.bi-box-arrow-in-down::before {
  content: "";
}

.bi-box-arrow-in-left::before {
  content: "";
}

.bi-box-arrow-in-right::before {
  content: "";
}

.bi-box-arrow-in-up-left::before {
  content: "";
}

.bi-box-arrow-in-up-right::before {
  content: "";
}

.bi-box-arrow-in-up::before {
  content: "";
}

.bi-box-arrow-left::before {
  content: "";
}

.bi-box-arrow-right::before {
  content: "";
}

.bi-box-arrow-up-left::before {
  content: "";
}

.bi-box-arrow-up-right::before {
  content: "";
}

.bi-box-arrow-up::before {
  content: "";
}

.bi-box-seam::before {
  content: "";
}

.bi-box::before {
  content: "";
}

.bi-braces::before {
  content: "";
}

.bi-bricks::before {
  content: "";
}

.bi-briefcase-fill::before {
  content: "";
}

.bi-briefcase::before {
  content: "";
}

.bi-brightness-alt-high-fill::before {
  content: "";
}

.bi-brightness-alt-high::before {
  content: "";
}

.bi-brightness-alt-low-fill::before {
  content: "";
}

.bi-brightness-alt-low::before {
  content: "";
}

.bi-brightness-high-fill::before {
  content: "";
}

.bi-brightness-high::before {
  content: "";
}

.bi-brightness-low-fill::before {
  content: "";
}

.bi-brightness-low::before {
  content: "";
}

.bi-broadcast-pin::before {
  content: "";
}

.bi-broadcast::before {
  content: "";
}

.bi-brush-fill::before {
  content: "";
}

.bi-brush::before {
  content: "";
}

.bi-bucket-fill::before {
  content: "";
}

.bi-bucket::before {
  content: "";
}

.bi-bug-fill::before {
  content: "";
}

.bi-bug::before {
  content: "";
}

.bi-building::before {
  content: "";
}

.bi-bullseye::before {
  content: "";
}

.bi-calculator-fill::before {
  content: "";
}

.bi-calculator::before {
  content: "";
}

.bi-calendar-check-fill::before {
  content: "";
}

.bi-calendar-check::before {
  content: "";
}

.bi-calendar-date-fill::before {
  content: "";
}

.bi-calendar-date::before {
  content: "";
}

.bi-calendar-day-fill::before {
  content: "";
}

.bi-calendar-day::before {
  content: "";
}

.bi-calendar-event-fill::before {
  content: "";
}

.bi-calendar-event::before {
  content: "";
}

.bi-calendar-fill::before {
  content: "";
}

.bi-calendar-minus-fill::before {
  content: "";
}

.bi-calendar-minus::before {
  content: "";
}

.bi-calendar-month-fill::before {
  content: "";
}

.bi-calendar-month::before {
  content: "";
}

.bi-calendar-plus-fill::before {
  content: "";
}

.bi-calendar-plus::before {
  content: "";
}

.bi-calendar-range-fill::before {
  content: "";
}

.bi-calendar-range::before {
  content: "";
}

.bi-calendar-week-fill::before {
  content: "";
}

.bi-calendar-week::before {
  content: "";
}

.bi-calendar-x-fill::before {
  content: "";
}

.bi-calendar-x::before {
  content: "";
}

.bi-calendar::before {
  content: "";
}

.bi-calendar2-check-fill::before {
  content: "";
}

.bi-calendar2-check::before {
  content: "";
}

.bi-calendar2-date-fill::before {
  content: "";
}

.bi-calendar2-date::before {
  content: "";
}

.bi-calendar2-day-fill::before {
  content: "";
}

.bi-calendar2-day::before {
  content: "";
}

.bi-calendar2-event-fill::before {
  content: "";
}

.bi-calendar2-event::before {
  content: "";
}

.bi-calendar2-fill::before {
  content: "";
}

.bi-calendar2-minus-fill::before {
  content: "";
}

.bi-calendar2-minus::before {
  content: "";
}

.bi-calendar2-month-fill::before {
  content: "";
}

.bi-calendar2-month::before {
  content: "";
}

.bi-calendar2-plus-fill::before {
  content: "";
}

.bi-calendar2-plus::before {
  content: "";
}

.bi-calendar2-range-fill::before {
  content: "";
}

.bi-calendar2-range::before {
  content: "";
}

.bi-calendar2-week-fill::before {
  content: "";
}

.bi-calendar2-week::before {
  content: "";
}

.bi-calendar2-x-fill::before {
  content: "";
}

.bi-calendar2-x::before {
  content: "";
}

.bi-calendar2::before {
  content: "";
}

.bi-calendar3-event-fill::before {
  content: "";
}

.bi-calendar3-event::before {
  content: "";
}

.bi-calendar3-fill::before {
  content: "";
}

.bi-calendar3-range-fill::before {
  content: "";
}

.bi-calendar3-range::before {
  content: "";
}

.bi-calendar3-week-fill::before {
  content: "";
}

.bi-calendar3-week::before {
  content: "";
}

.bi-calendar3::before {
  content: "";
}

.bi-calendar4-event::before {
  content: "";
}

.bi-calendar4-range::before {
  content: "";
}

.bi-calendar4-week::before {
  content: "";
}

.bi-calendar4::before {
  content: "";
}

.bi-camera-fill::before {
  content: "";
}

.bi-camera-reels-fill::before {
  content: "";
}

.bi-camera-reels::before {
  content: "";
}

.bi-camera-video-fill::before {
  content: "";
}

.bi-camera-video-off-fill::before {
  content: "";
}

.bi-camera-video-off::before {
  content: "";
}

.bi-camera-video::before {
  content: "";
}

.bi-camera::before {
  content: "";
}

.bi-camera2::before {
  content: "";
}

.bi-capslock-fill::before {
  content: "";
}

.bi-capslock::before {
  content: "";
}

.bi-card-checklist::before {
  content: "";
}

.bi-card-heading::before {
  content: "";
}

.bi-card-image::before {
  content: "";
}

.bi-card-list::before {
  content: "";
}

.bi-card-text::before {
  content: "";
}

.bi-caret-down-fill::before {
  content: "";
}

.bi-caret-down-square-fill::before {
  content: "";
}

.bi-caret-down-square::before {
  content: "";
}

.bi-caret-down::before {
  content: "";
}

.bi-caret-left-fill::before {
  content: "";
}

.bi-caret-left-square-fill::before {
  content: "";
}

.bi-caret-left-square::before {
  content: "";
}

.bi-caret-left::before {
  content: "";
}

.bi-caret-right-fill::before {
  content: "";
}

.bi-caret-right-square-fill::before {
  content: "";
}

.bi-caret-right-square::before {
  content: "";
}

.bi-caret-right::before {
  content: "";
}

.bi-caret-up-fill::before {
  content: "";
}

.bi-caret-up-square-fill::before {
  content: "";
}

.bi-caret-up-square::before {
  content: "";
}

.bi-caret-up::before {
  content: "";
}

.bi-cart-check-fill::before {
  content: "";
}

.bi-cart-check::before {
  content: "";
}

.bi-cart-dash-fill::before {
  content: "";
}

.bi-cart-dash::before {
  content: "";
}

.bi-cart-fill::before {
  content: "";
}

.bi-cart-plus-fill::before {
  content: "";
}

.bi-cart-plus::before {
  content: "";
}

.bi-cart-x-fill::before {
  content: "";
}

.bi-cart-x::before {
  content: "";
}

.bi-cart::before {
  content: "";
}

.bi-cart2::before {
  content: "";
}

.bi-cart3::before {
  content: "";
}

.bi-cart4::before {
  content: "";
}

.bi-cash-stack::before {
  content: "";
}

.bi-cash::before {
  content: "";
}

.bi-cast::before {
  content: "";
}

.bi-chat-dots-fill::before {
  content: "";
}

.bi-chat-dots::before {
  content: "";
}

.bi-chat-fill::before {
  content: "";
}

.bi-chat-left-dots-fill::before {
  content: "";
}

.bi-chat-left-dots::before {
  content: "";
}

.bi-chat-left-fill::before {
  content: "";
}

.bi-chat-left-quote-fill::before {
  content: "";
}

.bi-chat-left-quote::before {
  content: "";
}

.bi-chat-left-text-fill::before {
  content: "";
}

.bi-chat-left-text::before {
  content: "";
}

.bi-chat-left::before {
  content: "";
}

.bi-chat-quote-fill::before {
  content: "";
}

.bi-chat-quote::before {
  content: "";
}

.bi-chat-right-dots-fill::before {
  content: "";
}

.bi-chat-right-dots::before {
  content: "";
}

.bi-chat-right-fill::before {
  content: "";
}

.bi-chat-right-quote-fill::before {
  content: "";
}

.bi-chat-right-quote::before {
  content: "";
}

.bi-chat-right-text-fill::before {
  content: "";
}

.bi-chat-right-text::before {
  content: "";
}

.bi-chat-right::before {
  content: "";
}

.bi-chat-square-dots-fill::before {
  content: "";
}

.bi-chat-square-dots::before {
  content: "";
}

.bi-chat-square-fill::before {
  content: "";
}

.bi-chat-square-quote-fill::before {
  content: "";
}

.bi-chat-square-quote::before {
  content: "";
}

.bi-chat-square-text-fill::before {
  content: "";
}

.bi-chat-square-text::before {
  content: "";
}

.bi-chat-square::before {
  content: "";
}

.bi-chat-text-fill::before {
  content: "";
}

.bi-chat-text::before {
  content: "";
}

.bi-chat::before {
  content: "";
}

.bi-check-all::before {
  content: "";
}

.bi-check-circle-fill::before {
  content: "";
}

.bi-check-circle::before {
  content: "";
}

.bi-check-square-fill::before {
  content: "";
}

.bi-check-square::before {
  content: "";
}

.bi-check::before {
  content: "";
}

.bi-check2-all::before {
  content: "";
}

.bi-check2-circle::before {
  content: "";
}

.bi-check2-square::before {
  content: "";
}

.bi-check2::before {
  content: "";
}

.bi-chevron-bar-contract::before {
  content: "";
}

.bi-chevron-bar-down::before {
  content: "";
}

.bi-chevron-bar-expand::before {
  content: "";
}

.bi-chevron-bar-left::before {
  content: "";
}

.bi-chevron-bar-right::before {
  content: "";
}

.bi-chevron-bar-up::before {
  content: "";
}

.bi-chevron-compact-down::before {
  content: "";
}

.bi-chevron-compact-left::before {
  content: "";
}

.bi-chevron-compact-right::before {
  content: "";
}

.bi-chevron-compact-up::before {
  content: "";
}

.bi-chevron-contract::before {
  content: "";
}

.bi-chevron-double-down::before {
  content: "";
}

.bi-chevron-double-left::before {
  content: "";
}

.bi-chevron-double-right::before {
  content: "";
}

.bi-chevron-double-up::before {
  content: "";
}

.bi-chevron-down::before {
  content: "";
}

.bi-chevron-expand::before {
  content: "";
}

.bi-chevron-left::before {
  content: "";
}

.bi-chevron-right::before {
  content: "";
}

.bi-chevron-up::before {
  content: "";
}

.bi-circle-fill::before {
  content: "";
}

.bi-circle-half::before {
  content: "";
}

.bi-circle-square::before {
  content: "";
}

.bi-circle::before {
  content: "";
}

.bi-clipboard-check::before {
  content: "";
}

.bi-clipboard-data::before {
  content: "";
}

.bi-clipboard-minus::before {
  content: "";
}

.bi-clipboard-plus::before {
  content: "";
}

.bi-clipboard-x::before {
  content: "";
}

.bi-clipboard::before {
  content: "";
}

.bi-clock-fill::before {
  content: "";
}

.bi-clock-history::before {
  content: "";
}

.bi-clock::before {
  content: "";
}

.bi-cloud-arrow-down-fill::before {
  content: "";
}

.bi-cloud-arrow-down::before {
  content: "";
}

.bi-cloud-arrow-up-fill::before {
  content: "";
}

.bi-cloud-arrow-up::before {
  content: "";
}

.bi-cloud-check-fill::before {
  content: "";
}

.bi-cloud-check::before {
  content: "";
}

.bi-cloud-download-fill::before {
  content: "";
}

.bi-cloud-download::before {
  content: "";
}

.bi-cloud-drizzle-fill::before {
  content: "";
}

.bi-cloud-drizzle::before {
  content: "";
}

.bi-cloud-fill::before {
  content: "";
}

.bi-cloud-fog-fill::before {
  content: "";
}

.bi-cloud-fog::before {
  content: "";
}

.bi-cloud-fog2-fill::before {
  content: "";
}

.bi-cloud-fog2::before {
  content: "";
}

.bi-cloud-hail-fill::before {
  content: "";
}

.bi-cloud-hail::before {
  content: "";
}

.bi-cloud-haze-1::before {
  content: "";
}

.bi-cloud-haze-fill::before {
  content: "";
}

.bi-cloud-haze::before {
  content: "";
}

.bi-cloud-haze2-fill::before {
  content: "";
}

.bi-cloud-lightning-fill::before {
  content: "";
}

.bi-cloud-lightning-rain-fill::before {
  content: "";
}

.bi-cloud-lightning-rain::before {
  content: "";
}

.bi-cloud-lightning::before {
  content: "";
}

.bi-cloud-minus-fill::before {
  content: "";
}

.bi-cloud-minus::before {
  content: "";
}

.bi-cloud-moon-fill::before {
  content: "";
}

.bi-cloud-moon::before {
  content: "";
}

.bi-cloud-plus-fill::before {
  content: "";
}

.bi-cloud-plus::before {
  content: "";
}

.bi-cloud-rain-fill::before {
  content: "";
}

.bi-cloud-rain-heavy-fill::before {
  content: "";
}

.bi-cloud-rain-heavy::before {
  content: "";
}

.bi-cloud-rain::before {
  content: "";
}

.bi-cloud-slash-fill::before {
  content: "";
}

.bi-cloud-slash::before {
  content: "";
}

.bi-cloud-sleet-fill::before {
  content: "";
}

.bi-cloud-sleet::before {
  content: "";
}

.bi-cloud-snow-fill::before {
  content: "";
}

.bi-cloud-snow::before {
  content: "";
}

.bi-cloud-sun-fill::before {
  content: "";
}

.bi-cloud-sun::before {
  content: "";
}

.bi-cloud-upload-fill::before {
  content: "";
}

.bi-cloud-upload::before {
  content: "";
}

.bi-cloud::before {
  content: "";
}

.bi-clouds-fill::before {
  content: "";
}

.bi-clouds::before {
  content: "";
}

.bi-cloudy-fill::before {
  content: "";
}

.bi-cloudy::before {
  content: "";
}

.bi-code-slash::before {
  content: "";
}

.bi-code-square::before {
  content: "";
}

.bi-code::before {
  content: "";
}

.bi-collection-fill::before {
  content: "";
}

.bi-collection-play-fill::before {
  content: "";
}

.bi-collection-play::before {
  content: "";
}

.bi-collection::before {
  content: "";
}

.bi-columns-gap::before {
  content: "";
}

.bi-columns::before {
  content: "";
}

.bi-command::before {
  content: "";
}

.bi-compass-fill::before {
  content: "";
}

.bi-compass::before {
  content: "";
}

.bi-cone-striped::before {
  content: "";
}

.bi-cone::before {
  content: "";
}

.bi-controller::before {
  content: "";
}

.bi-cpu-fill::before {
  content: "";
}

.bi-cpu::before {
  content: "";
}

.bi-credit-card-2-back-fill::before {
  content: "";
}

.bi-credit-card-2-back::before {
  content: "";
}

.bi-credit-card-2-front-fill::before {
  content: "";
}

.bi-credit-card-2-front::before {
  content: "";
}

.bi-credit-card-fill::before {
  content: "";
}

.bi-credit-card::before {
  content: "";
}

.bi-crop::before {
  content: "";
}

.bi-cup-fill::before {
  content: "";
}

.bi-cup-straw::before {
  content: "";
}

.bi-cup::before {
  content: "";
}

.bi-cursor-fill::before {
  content: "";
}

.bi-cursor-text::before {
  content: "";
}

.bi-cursor::before {
  content: "";
}

.bi-dash-circle-dotted::before {
  content: "";
}

.bi-dash-circle-fill::before {
  content: "";
}

.bi-dash-circle::before {
  content: "";
}

.bi-dash-square-dotted::before {
  content: "";
}

.bi-dash-square-fill::before {
  content: "";
}

.bi-dash-square::before {
  content: "";
}

.bi-dash::before {
  content: "";
}

.bi-diagram-2-fill::before {
  content: "";
}

.bi-diagram-2::before {
  content: "";
}

.bi-diagram-3-fill::before {
  content: "";
}

.bi-diagram-3::before {
  content: "";
}

.bi-diamond-fill::before {
  content: "";
}

.bi-diamond-half::before {
  content: "";
}

.bi-diamond::before {
  content: "";
}

.bi-dice-1-fill::before {
  content: "";
}

.bi-dice-1::before {
  content: "";
}

.bi-dice-2-fill::before {
  content: "";
}

.bi-dice-2::before {
  content: "";
}

.bi-dice-3-fill::before {
  content: "";
}

.bi-dice-3::before {
  content: "";
}

.bi-dice-4-fill::before {
  content: "";
}

.bi-dice-4::before {
  content: "";
}

.bi-dice-5-fill::before {
  content: "";
}

.bi-dice-5::before {
  content: "";
}

.bi-dice-6-fill::before {
  content: "";
}

.bi-dice-6::before {
  content: "";
}

.bi-disc-fill::before {
  content: "";
}

.bi-disc::before {
  content: "";
}

.bi-discord::before {
  content: "";
}

.bi-display-fill::before {
  content: "";
}

.bi-display::before {
  content: "";
}

.bi-distribute-horizontal::before {
  content: "";
}

.bi-distribute-vertical::before {
  content: "";
}

.bi-door-closed-fill::before {
  content: "";
}

.bi-door-closed::before {
  content: "";
}

.bi-door-open-fill::before {
  content: "";
}

.bi-door-open::before {
  content: "";
}

.bi-dot::before {
  content: "";
}

.bi-download::before {
  content: "";
}

.bi-droplet-fill::before {
  content: "";
}

.bi-droplet-half::before {
  content: "";
}

.bi-droplet::before {
  content: "";
}

.bi-earbuds::before {
  content: "";
}

.bi-easel-fill::before {
  content: "";
}

.bi-easel::before {
  content: "";
}

.bi-egg-fill::before {
  content: "";
}

.bi-egg-fried::before {
  content: "";
}

.bi-egg::before {
  content: "";
}

.bi-eject-fill::before {
  content: "";
}

.bi-eject::before {
  content: "";
}

.bi-emoji-angry-fill::before {
  content: "";
}

.bi-emoji-angry::before {
  content: "";
}

.bi-emoji-dizzy-fill::before {
  content: "";
}

.bi-emoji-dizzy::before {
  content: "";
}

.bi-emoji-expressionless-fill::before {
  content: "";
}

.bi-emoji-expressionless::before {
  content: "";
}

.bi-emoji-frown-fill::before {
  content: "";
}

.bi-emoji-frown::before {
  content: "";
}

.bi-emoji-heart-eyes-fill::before {
  content: "";
}

.bi-emoji-heart-eyes::before {
  content: "";
}

.bi-emoji-laughing-fill::before {
  content: "";
}

.bi-emoji-laughing::before {
  content: "";
}

.bi-emoji-neutral-fill::before {
  content: "";
}

.bi-emoji-neutral::before {
  content: "";
}

.bi-emoji-smile-fill::before {
  content: "";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "";
}

.bi-emoji-smile-upside-down::before {
  content: "";
}

.bi-emoji-smile::before {
  content: "";
}

.bi-emoji-sunglasses-fill::before {
  content: "";
}

.bi-emoji-sunglasses::before {
  content: "";
}

.bi-emoji-wink-fill::before {
  content: "";
}

.bi-emoji-wink::before {
  content: "";
}

.bi-envelope-fill::before {
  content: "";
}

.bi-envelope-open-fill::before {
  content: "";
}

.bi-envelope-open::before {
  content: "";
}

.bi-envelope::before {
  content: "";
}

.bi-eraser-fill::before {
  content: "";
}

.bi-eraser::before {
  content: "";
}

.bi-exclamation-circle-fill::before {
  content: "";
}

.bi-exclamation-circle::before {
  content: "";
}

.bi-exclamation-diamond-fill::before {
  content: "";
}

.bi-exclamation-diamond::before {
  content: "";
}

.bi-exclamation-octagon-fill::before {
  content: "";
}

.bi-exclamation-octagon::before {
  content: "";
}

.bi-exclamation-square-fill::before {
  content: "";
}

.bi-exclamation-square::before {
  content: "";
}

.bi-exclamation-triangle-fill::before {
  content: "";
}

.bi-exclamation-triangle::before {
  content: "";
}

.bi-exclamation::before {
  content: "";
}

.bi-exclude::before {
  content: "";
}

.bi-eye-fill::before {
  content: "";
}

.bi-eye-slash-fill::before {
  content: "";
}

.bi-eye-slash::before {
  content: "";
}

.bi-eye::before {
  content: "";
}

.bi-eyedropper::before {
  content: "";
}

.bi-eyeglasses::before {
  content: "";
}

.bi-facebook::before {
  content: "";
}

.bi-file-arrow-down-fill::before {
  content: "";
}

.bi-file-arrow-down::before {
  content: "";
}

.bi-file-arrow-up-fill::before {
  content: "";
}

.bi-file-arrow-up::before {
  content: "";
}

.bi-file-bar-graph-fill::before {
  content: "";
}

.bi-file-bar-graph::before {
  content: "";
}

.bi-file-binary-fill::before {
  content: "";
}

.bi-file-binary::before {
  content: "";
}

.bi-file-break-fill::before {
  content: "";
}

.bi-file-break::before {
  content: "";
}

.bi-file-check-fill::before {
  content: "";
}

.bi-file-check::before {
  content: "";
}

.bi-file-code-fill::before {
  content: "";
}

.bi-file-code::before {
  content: "";
}

.bi-file-diff-fill::before {
  content: "";
}

.bi-file-diff::before {
  content: "";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "";
}

.bi-file-earmark-arrow-down::before {
  content: "";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "";
}

.bi-file-earmark-arrow-up::before {
  content: "";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "";
}

.bi-file-earmark-bar-graph::before {
  content: "";
}

.bi-file-earmark-binary-fill::before {
  content: "";
}

.bi-file-earmark-binary::before {
  content: "";
}

.bi-file-earmark-break-fill::before {
  content: "";
}

.bi-file-earmark-break::before {
  content: "";
}

.bi-file-earmark-check-fill::before {
  content: "";
}

.bi-file-earmark-check::before {
  content: "";
}

.bi-file-earmark-code-fill::before {
  content: "";
}

.bi-file-earmark-code::before {
  content: "";
}

.bi-file-earmark-diff-fill::before {
  content: "";
}

.bi-file-earmark-diff::before {
  content: "";
}

.bi-file-earmark-easel-fill::before {
  content: "";
}

.bi-file-earmark-easel::before {
  content: "";
}

.bi-file-earmark-excel-fill::before {
  content: "";
}

.bi-file-earmark-excel::before {
  content: "";
}

.bi-file-earmark-fill::before {
  content: "";
}

.bi-file-earmark-font-fill::before {
  content: "";
}

.bi-file-earmark-font::before {
  content: "";
}

.bi-file-earmark-image-fill::before {
  content: "";
}

.bi-file-earmark-image::before {
  content: "";
}

.bi-file-earmark-lock-fill::before {
  content: "";
}

.bi-file-earmark-lock::before {
  content: "";
}

.bi-file-earmark-lock2-fill::before {
  content: "";
}

.bi-file-earmark-lock2::before {
  content: "";
}

.bi-file-earmark-medical-fill::before {
  content: "";
}

.bi-file-earmark-medical::before {
  content: "";
}

.bi-file-earmark-minus-fill::before {
  content: "";
}

.bi-file-earmark-minus::before {
  content: "";
}

.bi-file-earmark-music-fill::before {
  content: "";
}

.bi-file-earmark-music::before {
  content: "";
}

.bi-file-earmark-person-fill::before {
  content: "";
}

.bi-file-earmark-person::before {
  content: "";
}

.bi-file-earmark-play-fill::before {
  content: "";
}

.bi-file-earmark-play::before {
  content: "";
}

.bi-file-earmark-plus-fill::before {
  content: "";
}

.bi-file-earmark-plus::before {
  content: "";
}

.bi-file-earmark-post-fill::before {
  content: "";
}

.bi-file-earmark-post::before {
  content: "";
}

.bi-file-earmark-ppt-fill::before {
  content: "";
}

.bi-file-earmark-ppt::before {
  content: "";
}

.bi-file-earmark-richtext-fill::before {
  content: "";
}

.bi-file-earmark-richtext::before {
  content: "";
}

.bi-file-earmark-ruled-fill::before {
  content: "";
}

.bi-file-earmark-ruled::before {
  content: "";
}

.bi-file-earmark-slides-fill::before {
  content: "";
}

.bi-file-earmark-slides::before {
  content: "";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "";
}

.bi-file-earmark-spreadsheet::before {
  content: "";
}

.bi-file-earmark-text-fill::before {
  content: "";
}

.bi-file-earmark-text::before {
  content: "";
}

.bi-file-earmark-word-fill::before {
  content: "";
}

.bi-file-earmark-word::before {
  content: "";
}

.bi-file-earmark-x-fill::before {
  content: "";
}

.bi-file-earmark-x::before {
  content: "";
}

.bi-file-earmark-zip-fill::before {
  content: "";
}

.bi-file-earmark-zip::before {
  content: "";
}

.bi-file-earmark::before {
  content: "";
}

.bi-file-easel-fill::before {
  content: "";
}

.bi-file-easel::before {
  content: "";
}

.bi-file-excel-fill::before {
  content: "";
}

.bi-file-excel::before {
  content: "";
}

.bi-file-fill::before {
  content: "";
}

.bi-file-font-fill::before {
  content: "";
}

.bi-file-font::before {
  content: "";
}

.bi-file-image-fill::before {
  content: "";
}

.bi-file-image::before {
  content: "";
}

.bi-file-lock-fill::before {
  content: "";
}

.bi-file-lock::before {
  content: "";
}

.bi-file-lock2-fill::before {
  content: "";
}

.bi-file-lock2::before {
  content: "";
}

.bi-file-medical-fill::before {
  content: "";
}

.bi-file-medical::before {
  content: "";
}

.bi-file-minus-fill::before {
  content: "";
}

.bi-file-minus::before {
  content: "";
}

.bi-file-music-fill::before {
  content: "";
}

.bi-file-music::before {
  content: "";
}

.bi-file-person-fill::before {
  content: "";
}

.bi-file-person::before {
  content: "";
}

.bi-file-play-fill::before {
  content: "";
}

.bi-file-play::before {
  content: "";
}

.bi-file-plus-fill::before {
  content: "";
}

.bi-file-plus::before {
  content: "";
}

.bi-file-post-fill::before {
  content: "";
}

.bi-file-post::before {
  content: "";
}

.bi-file-ppt-fill::before {
  content: "";
}

.bi-file-ppt::before {
  content: "";
}

.bi-file-richtext-fill::before {
  content: "";
}

.bi-file-richtext::before {
  content: "";
}

.bi-file-ruled-fill::before {
  content: "";
}

.bi-file-ruled::before {
  content: "";
}

.bi-file-slides-fill::before {
  content: "";
}

.bi-file-slides::before {
  content: "";
}

.bi-file-spreadsheet-fill::before {
  content: "";
}

.bi-file-spreadsheet::before {
  content: "";
}

.bi-file-text-fill::before {
  content: "";
}

.bi-file-text::before {
  content: "";
}

.bi-file-word-fill::before {
  content: "";
}

.bi-file-word::before {
  content: "";
}

.bi-file-x-fill::before {
  content: "";
}

.bi-file-x::before {
  content: "";
}

.bi-file-zip-fill::before {
  content: "";
}

.bi-file-zip::before {
  content: "";
}

.bi-file::before {
  content: "";
}

.bi-files-alt::before {
  content: "";
}

.bi-files::before {
  content: "";
}

.bi-film::before {
  content: "";
}

.bi-filter-circle-fill::before {
  content: "";
}

.bi-filter-circle::before {
  content: "";
}

.bi-filter-left::before {
  content: "";
}

.bi-filter-right::before {
  content: "";
}

.bi-filter-square-fill::before {
  content: "";
}

.bi-filter-square::before {
  content: "";
}

.bi-filter::before {
  content: "";
}

.bi-flag-fill::before {
  content: "";
}

.bi-flag::before {
  content: "";
}

.bi-flower1::before {
  content: "";
}

.bi-flower2::before {
  content: "";
}

.bi-flower3::before {
  content: "";
}

.bi-folder-check::before {
  content: "";
}

.bi-folder-fill::before {
  content: "";
}

.bi-folder-minus::before {
  content: "";
}

.bi-folder-plus::before {
  content: "";
}

.bi-folder-symlink-fill::before {
  content: "";
}

.bi-folder-symlink::before {
  content: "";
}

.bi-folder-x::before {
  content: "";
}

.bi-folder::before {
  content: "";
}

.bi-folder2-open::before {
  content: "";
}

.bi-folder2::before {
  content: "";
}

.bi-fonts::before {
  content: "";
}

.bi-forward-fill::before {
  content: "";
}

.bi-forward::before {
  content: "";
}

.bi-front::before {
  content: "";
}

.bi-fullscreen-exit::before {
  content: "";
}

.bi-fullscreen::before {
  content: "";
}

.bi-funnel-fill::before {
  content: "";
}

.bi-funnel::before {
  content: "";
}

.bi-gear-fill::before {
  content: "";
}

.bi-gear-wide-connected::before {
  content: "";
}

.bi-gear-wide::before {
  content: "";
}

.bi-gear::before {
  content: "";
}

.bi-gem::before {
  content: "";
}

.bi-geo-alt-fill::before {
  content: "";
}

.bi-geo-alt::before {
  content: "";
}

.bi-geo-fill::before {
  content: "";
}

.bi-geo::before {
  content: "";
}

.bi-gift-fill::before {
  content: "";
}

.bi-gift::before {
  content: "";
}

.bi-github::before {
  content: "";
}

.bi-globe::before {
  content: "";
}

.bi-globe2::before {
  content: "";
}

.bi-google::before {
  content: "";
}

.bi-graph-down::before {
  content: "";
}

.bi-graph-up::before {
  content: "";
}

.bi-grid-1x2-fill::before {
  content: "";
}

.bi-grid-1x2::before {
  content: "";
}

.bi-grid-3x2-gap-fill::before {
  content: "";
}

.bi-grid-3x2-gap::before {
  content: "";
}

.bi-grid-3x2::before {
  content: "";
}

.bi-grid-3x3-gap-fill::before {
  content: "";
}

.bi-grid-3x3-gap::before {
  content: "";
}

.bi-grid-3x3::before {
  content: "";
}

.bi-grid-fill::before {
  content: "";
}

.bi-grid::before {
  content: "";
}

.bi-grip-horizontal::before {
  content: "";
}

.bi-grip-vertical::before {
  content: "";
}

.bi-hammer::before {
  content: "";
}

.bi-hand-index-fill::before {
  content: "";
}

.bi-hand-index-thumb-fill::before {
  content: "";
}

.bi-hand-index-thumb::before {
  content: "";
}

.bi-hand-index::before {
  content: "";
}

.bi-hand-thumbs-down-fill::before {
  content: "";
}

.bi-hand-thumbs-down::before {
  content: "";
}

.bi-hand-thumbs-up-fill::before {
  content: "";
}

.bi-hand-thumbs-up::before {
  content: "";
}

.bi-handbag-fill::before {
  content: "";
}

.bi-handbag::before {
  content: "";
}

.bi-hash::before {
  content: "";
}

.bi-hdd-fill::before {
  content: "";
}

.bi-hdd-network-fill::before {
  content: "";
}

.bi-hdd-network::before {
  content: "";
}

.bi-hdd-rack-fill::before {
  content: "";
}

.bi-hdd-rack::before {
  content: "";
}

.bi-hdd-stack-fill::before {
  content: "";
}

.bi-hdd-stack::before {
  content: "";
}

.bi-hdd::before {
  content: "";
}

.bi-headphones::before {
  content: "";
}

.bi-headset::before {
  content: "";
}

.bi-heart-fill::before {
  content: "";
}

.bi-heart-half::before {
  content: "";
}

.bi-heart::before {
  content: "";
}

.bi-heptagon-fill::before {
  content: "";
}

.bi-heptagon-half::before {
  content: "";
}

.bi-heptagon::before {
  content: "";
}

.bi-hexagon-fill::before {
  content: "";
}

.bi-hexagon-half::before {
  content: "";
}

.bi-hexagon::before {
  content: "";
}

.bi-hourglass-bottom::before {
  content: "";
}

.bi-hourglass-split::before {
  content: "";
}

.bi-hourglass-top::before {
  content: "";
}

.bi-hourglass::before {
  content: "";
}

.bi-house-door-fill::before {
  content: "";
}

.bi-house-door::before {
  content: "";
}

.bi-house-fill::before {
  content: "";
}

.bi-house::before {
  content: "";
}

.bi-hr::before {
  content: "";
}

.bi-hurricane::before {
  content: "";
}

.bi-image-alt::before {
  content: "";
}

.bi-image-fill::before {
  content: "";
}

.bi-image::before {
  content: "";
}

.bi-images::before {
  content: "";
}

.bi-inbox-fill::before {
  content: "";
}

.bi-inbox::before {
  content: "";
}

.bi-inboxes-fill::before {
  content: "";
}

.bi-inboxes::before {
  content: "";
}

.bi-info-circle-fill::before {
  content: "";
}

.bi-info-circle::before {
  content: "";
}

.bi-info-square-fill::before {
  content: "";
}

.bi-info-square::before {
  content: "";
}

.bi-info::before {
  content: "";
}

.bi-input-cursor-text::before {
  content: "";
}

.bi-input-cursor::before {
  content: "";
}

.bi-instagram::before {
  content: "";
}

.bi-intersect::before {
  content: "";
}

.bi-journal-album::before {
  content: "";
}

.bi-journal-arrow-down::before {
  content: "";
}

.bi-journal-arrow-up::before {
  content: "";
}

.bi-journal-bookmark-fill::before {
  content: "";
}

.bi-journal-bookmark::before {
  content: "";
}

.bi-journal-check::before {
  content: "";
}

.bi-journal-code::before {
  content: "";
}

.bi-journal-medical::before {
  content: "";
}

.bi-journal-minus::before {
  content: "";
}

.bi-journal-plus::before {
  content: "";
}

.bi-journal-richtext::before {
  content: "";
}

.bi-journal-text::before {
  content: "";
}

.bi-journal-x::before {
  content: "";
}

.bi-journal::before {
  content: "";
}

.bi-journals::before {
  content: "";
}

.bi-joystick::before {
  content: "";
}

.bi-justify-left::before {
  content: "";
}

.bi-justify-right::before {
  content: "";
}

.bi-justify::before {
  content: "";
}

.bi-kanban-fill::before {
  content: "";
}

.bi-kanban::before {
  content: "";
}

.bi-key-fill::before {
  content: "";
}

.bi-key::before {
  content: "";
}

.bi-keyboard-fill::before {
  content: "";
}

.bi-keyboard::before {
  content: "";
}

.bi-ladder::before {
  content: "";
}

.bi-lamp-fill::before {
  content: "";
}

.bi-lamp::before {
  content: "";
}

.bi-laptop-fill::before {
  content: "";
}

.bi-laptop::before {
  content: "";
}

.bi-layer-backward::before {
  content: "";
}

.bi-layer-forward::before {
  content: "";
}

.bi-layers-fill::before {
  content: "";
}

.bi-layers-half::before {
  content: "";
}

.bi-layers::before {
  content: "";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "";
}

.bi-layout-sidebar-inset::before {
  content: "";
}

.bi-layout-sidebar-reverse::before {
  content: "";
}

.bi-layout-sidebar::before {
  content: "";
}

.bi-layout-split::before {
  content: "";
}

.bi-layout-text-sidebar-reverse::before {
  content: "";
}

.bi-layout-text-sidebar::before {
  content: "";
}

.bi-layout-text-window-reverse::before {
  content: "";
}

.bi-layout-text-window::before {
  content: "";
}

.bi-layout-three-columns::before {
  content: "";
}

.bi-layout-wtf::before {
  content: "";
}

.bi-life-preserver::before {
  content: "";
}

.bi-lightbulb-fill::before {
  content: "";
}

.bi-lightbulb-off-fill::before {
  content: "";
}

.bi-lightbulb-off::before {
  content: "";
}

.bi-lightbulb::before {
  content: "";
}

.bi-lightning-charge-fill::before {
  content: "";
}

.bi-lightning-charge::before {
  content: "";
}

.bi-lightning-fill::before {
  content: "";
}

.bi-lightning::before {
  content: "";
}

.bi-link-45deg::before {
  content: "";
}

.bi-link::before {
  content: "";
}

.bi-linkedin::before {
  content: "";
}

.bi-list-check::before {
  content: "";
}

.bi-list-nested::before {
  content: "";
}

.bi-list-ol::before {
  content: "";
}

.bi-list-stars::before {
  content: "";
}

.bi-list-task::before {
  content: "";
}

.bi-list-ul::before {
  content: "";
}

.bi-list::before {
  content: "";
}

.bi-lock-fill::before {
  content: "";
}

.bi-lock::before {
  content: "";
}

.bi-mailbox::before {
  content: "";
}

.bi-mailbox2::before {
  content: "";
}

.bi-map-fill::before {
  content: "";
}

.bi-map::before {
  content: "";
}

.bi-markdown-fill::before {
  content: "";
}

.bi-markdown::before {
  content: "";
}

.bi-mask::before {
  content: "";
}

.bi-megaphone-fill::before {
  content: "";
}

.bi-megaphone::before {
  content: "";
}

.bi-menu-app-fill::before {
  content: "";
}

.bi-menu-app::before {
  content: "";
}

.bi-menu-button-fill::before {
  content: "";
}

.bi-menu-button-wide-fill::before {
  content: "";
}

.bi-menu-button-wide::before {
  content: "";
}

.bi-menu-button::before {
  content: "";
}

.bi-menu-down::before {
  content: "";
}

.bi-menu-up::before {
  content: "";
}

.bi-mic-fill::before {
  content: "";
}

.bi-mic-mute-fill::before {
  content: "";
}

.bi-mic-mute::before {
  content: "";
}

.bi-mic::before {
  content: "";
}

.bi-minecart-loaded::before {
  content: "";
}

.bi-minecart::before {
  content: "";
}

.bi-moisture::before {
  content: "";
}

.bi-moon-fill::before {
  content: "";
}

.bi-moon-stars-fill::before {
  content: "";
}

.bi-moon-stars::before {
  content: "";
}

.bi-moon::before {
  content: "";
}

.bi-mouse-fill::before {
  content: "";
}

.bi-mouse::before {
  content: "";
}

.bi-mouse2-fill::before {
  content: "";
}

.bi-mouse2::before {
  content: "";
}

.bi-mouse3-fill::before {
  content: "";
}

.bi-mouse3::before {
  content: "";
}

.bi-music-note-beamed::before {
  content: "";
}

.bi-music-note-list::before {
  content: "";
}

.bi-music-note::before {
  content: "";
}

.bi-music-player-fill::before {
  content: "";
}

.bi-music-player::before {
  content: "";
}

.bi-newspaper::before {
  content: "";
}

.bi-node-minus-fill::before {
  content: "";
}

.bi-node-minus::before {
  content: "";
}

.bi-node-plus-fill::before {
  content: "";
}

.bi-node-plus::before {
  content: "";
}

.bi-nut-fill::before {
  content: "";
}

.bi-nut::before {
  content: "";
}

.bi-octagon-fill::before {
  content: "";
}

.bi-octagon-half::before {
  content: "";
}

.bi-octagon::before {
  content: "";
}

.bi-option::before {
  content: "";
}

.bi-outlet::before {
  content: "";
}

.bi-paint-bucket::before {
  content: "";
}

.bi-palette-fill::before {
  content: "";
}

.bi-palette::before {
  content: "";
}

.bi-palette2::before {
  content: "";
}

.bi-paperclip::before {
  content: "";
}

.bi-paragraph::before {
  content: "";
}

.bi-patch-check-fill::before {
  content: "";
}

.bi-patch-check::before {
  content: "";
}

.bi-patch-exclamation-fill::before {
  content: "";
}

.bi-patch-exclamation::before {
  content: "";
}

.bi-patch-minus-fill::before {
  content: "";
}

.bi-patch-minus::before {
  content: "";
}

.bi-patch-plus-fill::before {
  content: "";
}

.bi-patch-plus::before {
  content: "";
}

.bi-patch-question-fill::before {
  content: "";
}

.bi-patch-question::before {
  content: "";
}

.bi-pause-btn-fill::before {
  content: "";
}

.bi-pause-btn::before {
  content: "";
}

.bi-pause-circle-fill::before {
  content: "";
}

.bi-pause-circle::before {
  content: "";
}

.bi-pause-fill::before {
  content: "";
}

.bi-pause::before {
  content: "";
}

.bi-peace-fill::before {
  content: "";
}

.bi-peace::before {
  content: "";
}

.bi-pen-fill::before {
  content: "";
}

.bi-pen::before {
  content: "";
}

.bi-pencil-fill::before {
  content: "";
}

.bi-pencil-square::before {
  content: "";
}

.bi-pencil::before {
  content: "";
}

.bi-pentagon-fill::before {
  content: "";
}

.bi-pentagon-half::before {
  content: "";
}

.bi-pentagon::before {
  content: "";
}

.bi-people-fill::before {
  content: "";
}

.bi-people::before {
  content: "";
}

.bi-percent::before {
  content: "";
}

.bi-person-badge-fill::before {
  content: "";
}

.bi-person-badge::before {
  content: "";
}

.bi-person-bounding-box::before {
  content: "";
}

.bi-person-check-fill::before {
  content: "";
}

.bi-person-check::before {
  content: "";
}

.bi-person-circle::before {
  content: "";
}

.bi-person-dash-fill::before {
  content: "";
}

.bi-person-dash::before {
  content: "";
}

.bi-person-fill::before {
  content: "";
}

.bi-person-lines-fill::before {
  content: "";
}

.bi-person-plus-fill::before {
  content: "";
}

.bi-person-plus::before {
  content: "";
}

.bi-person-square::before {
  content: "";
}

.bi-person-x-fill::before {
  content: "";
}

.bi-person-x::before {
  content: "";
}

.bi-person::before {
  content: "";
}

.bi-phone-fill::before {
  content: "";
}

.bi-phone-landscape-fill::before {
  content: "";
}

.bi-phone-landscape::before {
  content: "";
}

.bi-phone-vibrate-fill::before {
  content: "";
}

.bi-phone-vibrate::before {
  content: "";
}

.bi-phone::before {
  content: "";
}

.bi-pie-chart-fill::before {
  content: "";
}

.bi-pie-chart::before {
  content: "";
}

.bi-pin-angle-fill::before {
  content: "";
}

.bi-pin-angle::before {
  content: "";
}

.bi-pin-fill::before {
  content: "";
}

.bi-pin::before {
  content: "";
}

.bi-pip-fill::before {
  content: "";
}

.bi-pip::before {
  content: "";
}

.bi-play-btn-fill::before {
  content: "";
}

.bi-play-btn::before {
  content: "";
}

.bi-play-circle-fill::before {
  content: "";
}

.bi-play-circle::before {
  content: "";
}

.bi-play-fill::before {
  content: "";
}

.bi-play::before {
  content: "";
}

.bi-plug-fill::before {
  content: "";
}

.bi-plug::before {
  content: "";
}

.bi-plus-circle-dotted::before {
  content: "";
}

.bi-plus-circle-fill::before {
  content: "";
}

.bi-plus-circle::before {
  content: "";
}

.bi-plus-square-dotted::before {
  content: "";
}

.bi-plus-square-fill::before {
  content: "";
}

.bi-plus-square::before {
  content: "";
}

.bi-plus::before {
  content: "";
}

.bi-power::before {
  content: "";
}

.bi-printer-fill::before {
  content: "";
}

.bi-printer::before {
  content: "";
}

.bi-puzzle-fill::before {
  content: "";
}

.bi-puzzle::before {
  content: "";
}

.bi-question-circle-fill::before {
  content: "";
}

.bi-question-circle::before {
  content: "";
}

.bi-question-diamond-fill::before {
  content: "";
}

.bi-question-diamond::before {
  content: "";
}

.bi-question-octagon-fill::before {
  content: "";
}

.bi-question-octagon::before {
  content: "";
}

.bi-question-square-fill::before {
  content: "";
}

.bi-question-square::before {
  content: "";
}

.bi-question::before {
  content: "";
}

.bi-rainbow::before {
  content: "";
}

.bi-receipt-cutoff::before {
  content: "";
}

.bi-receipt::before {
  content: "";
}

.bi-reception-0::before {
  content: "";
}

.bi-reception-1::before {
  content: "";
}

.bi-reception-2::before {
  content: "";
}

.bi-reception-3::before {
  content: "";
}

.bi-reception-4::before {
  content: "";
}

.bi-record-btn-fill::before {
  content: "";
}

.bi-record-btn::before {
  content: "";
}

.bi-record-circle-fill::before {
  content: "";
}

.bi-record-circle::before {
  content: "";
}

.bi-record-fill::before {
  content: "";
}

.bi-record::before {
  content: "";
}

.bi-record2-fill::before {
  content: "";
}

.bi-record2::before {
  content: "";
}

.bi-reply-all-fill::before {
  content: "";
}

.bi-reply-all::before {
  content: "";
}

.bi-reply-fill::before {
  content: "";
}

.bi-reply::before {
  content: "";
}

.bi-rss-fill::before {
  content: "";
}

.bi-rss::before {
  content: "";
}

.bi-rulers::before {
  content: "";
}

.bi-save-fill::before {
  content: "";
}

.bi-save::before {
  content: "";
}

.bi-save2-fill::before {
  content: "";
}

.bi-save2::before {
  content: "";
}

.bi-scissors::before {
  content: "";
}

.bi-screwdriver::before {
  content: "";
}

.bi-search::before {
  content: "";
}

.bi-segmented-nav::before {
  content: "";
}

.bi-server::before {
  content: "";
}

.bi-share-fill::before {
  content: "";
}

.bi-share::before {
  content: "";
}

.bi-shield-check::before {
  content: "";
}

.bi-shield-exclamation::before {
  content: "";
}

.bi-shield-fill-check::before {
  content: "";
}

.bi-shield-fill-exclamation::before {
  content: "";
}

.bi-shield-fill-minus::before {
  content: "";
}

.bi-shield-fill-plus::before {
  content: "";
}

.bi-shield-fill-x::before {
  content: "";
}

.bi-shield-fill::before {
  content: "";
}

.bi-shield-lock-fill::before {
  content: "";
}

.bi-shield-lock::before {
  content: "";
}

.bi-shield-minus::before {
  content: "";
}

.bi-shield-plus::before {
  content: "";
}

.bi-shield-shaded::before {
  content: "";
}

.bi-shield-slash-fill::before {
  content: "";
}

.bi-shield-slash::before {
  content: "";
}

.bi-shield-x::before {
  content: "";
}

.bi-shield::before {
  content: "";
}

.bi-shift-fill::before {
  content: "";
}

.bi-shift::before {
  content: "";
}

.bi-shop-window::before {
  content: "";
}

.bi-shop::before {
  content: "";
}

.bi-shuffle::before {
  content: "";
}

.bi-signpost-2-fill::before {
  content: "";
}

.bi-signpost-2::before {
  content: "";
}

.bi-signpost-fill::before {
  content: "";
}

.bi-signpost-split-fill::before {
  content: "";
}

.bi-signpost-split::before {
  content: "";
}

.bi-signpost::before {
  content: "";
}

.bi-sim-fill::before {
  content: "";
}

.bi-sim::before {
  content: "";
}

.bi-skip-backward-btn-fill::before {
  content: "";
}

.bi-skip-backward-btn::before {
  content: "";
}

.bi-skip-backward-circle-fill::before {
  content: "";
}

.bi-skip-backward-circle::before {
  content: "";
}

.bi-skip-backward-fill::before {
  content: "";
}

.bi-skip-backward::before {
  content: "";
}

.bi-skip-end-btn-fill::before {
  content: "";
}

.bi-skip-end-btn::before {
  content: "";
}

.bi-skip-end-circle-fill::before {
  content: "";
}

.bi-skip-end-circle::before {
  content: "";
}

.bi-skip-end-fill::before {
  content: "";
}

.bi-skip-end::before {
  content: "";
}

.bi-skip-forward-btn-fill::before {
  content: "";
}

.bi-skip-forward-btn::before {
  content: "";
}

.bi-skip-forward-circle-fill::before {
  content: "";
}

.bi-skip-forward-circle::before {
  content: "";
}

.bi-skip-forward-fill::before {
  content: "";
}

.bi-skip-forward::before {
  content: "";
}

.bi-skip-start-btn-fill::before {
  content: "";
}

.bi-skip-start-btn::before {
  content: "";
}

.bi-skip-start-circle-fill::before {
  content: "";
}

.bi-skip-start-circle::before {
  content: "";
}

.bi-skip-start-fill::before {
  content: "";
}

.bi-skip-start::before {
  content: "";
}

.bi-slack::before {
  content: "";
}

.bi-slash-circle-fill::before {
  content: "";
}

.bi-slash-circle::before {
  content: "";
}

.bi-slash-square-fill::before {
  content: "";
}

.bi-slash-square::before {
  content: "";
}

.bi-slash::before {
  content: "";
}

.bi-sliders::before {
  content: "";
}

.bi-smartwatch::before {
  content: "";
}

.bi-snow::before {
  content: "";
}

.bi-snow2::before {
  content: "";
}

.bi-snow3::before {
  content: "";
}

.bi-sort-alpha-down-alt::before {
  content: "";
}

.bi-sort-alpha-down::before {
  content: "";
}

.bi-sort-alpha-up-alt::before {
  content: "";
}

.bi-sort-alpha-up::before {
  content: "";
}

.bi-sort-down-alt::before {
  content: "";
}

.bi-sort-down::before {
  content: "";
}

.bi-sort-numeric-down-alt::before {
  content: "";
}

.bi-sort-numeric-down::before {
  content: "";
}

.bi-sort-numeric-up-alt::before {
  content: "";
}

.bi-sort-numeric-up::before {
  content: "";
}

.bi-sort-up-alt::before {
  content: "";
}

.bi-sort-up::before {
  content: "";
}

.bi-soundwave::before {
  content: "";
}

.bi-speaker-fill::before {
  content: "";
}

.bi-speaker::before {
  content: "";
}

.bi-speedometer::before {
  content: "";
}

.bi-speedometer2::before {
  content: "";
}

.bi-spellcheck::before {
  content: "";
}

.bi-square-fill::before {
  content: "";
}

.bi-square-half::before {
  content: "";
}

.bi-square::before {
  content: "";
}

.bi-stack::before {
  content: "";
}

.bi-star-fill::before {
  content: "";
}

.bi-star-half::before {
  content: "";
}

.bi-star::before {
  content: "";
}

.bi-stars::before {
  content: "";
}

.bi-stickies-fill::before {
  content: "";
}

.bi-stickies::before {
  content: "";
}

.bi-sticky-fill::before {
  content: "";
}

.bi-sticky::before {
  content: "";
}

.bi-stop-btn-fill::before {
  content: "";
}

.bi-stop-btn::before {
  content: "";
}

.bi-stop-circle-fill::before {
  content: "";
}

.bi-stop-circle::before {
  content: "";
}

.bi-stop-fill::before {
  content: "";
}

.bi-stop::before {
  content: "";
}

.bi-stoplights-fill::before {
  content: "";
}

.bi-stoplights::before {
  content: "";
}

.bi-stopwatch-fill::before {
  content: "";
}

.bi-stopwatch::before {
  content: "";
}

.bi-subtract::before {
  content: "";
}

.bi-suit-club-fill::before {
  content: "";
}

.bi-suit-club::before {
  content: "";
}

.bi-suit-diamond-fill::before {
  content: "";
}

.bi-suit-diamond::before {
  content: "";
}

.bi-suit-heart-fill::before {
  content: "";
}

.bi-suit-heart::before {
  content: "";
}

.bi-suit-spade-fill::before {
  content: "";
}

.bi-suit-spade::before {
  content: "";
}

.bi-sun-fill::before {
  content: "";
}

.bi-sun::before {
  content: "";
}

.bi-sunglasses::before {
  content: "";
}

.bi-sunrise-fill::before {
  content: "";
}

.bi-sunrise::before {
  content: "";
}

.bi-sunset-fill::before {
  content: "";
}

.bi-sunset::before {
  content: "";
}

.bi-symmetry-horizontal::before {
  content: "";
}

.bi-symmetry-vertical::before {
  content: "";
}

.bi-table::before {
  content: "";
}

.bi-tablet-fill::before {
  content: "";
}

.bi-tablet-landscape-fill::before {
  content: "";
}

.bi-tablet-landscape::before {
  content: "";
}

.bi-tablet::before {
  content: "";
}

.bi-tag-fill::before {
  content: "";
}

.bi-tag::before {
  content: "";
}

.bi-tags-fill::before {
  content: "";
}

.bi-tags::before {
  content: "";
}

.bi-telegram::before {
  content: "";
}

.bi-telephone-fill::before {
  content: "";
}

.bi-telephone-forward-fill::before {
  content: "";
}

.bi-telephone-forward::before {
  content: "";
}

.bi-telephone-inbound-fill::before {
  content: "";
}

.bi-telephone-inbound::before {
  content: "";
}

.bi-telephone-minus-fill::before {
  content: "";
}

.bi-telephone-minus::before {
  content: "";
}

.bi-telephone-outbound-fill::before {
  content: "";
}

.bi-telephone-outbound::before {
  content: "";
}

.bi-telephone-plus-fill::before {
  content: "";
}

.bi-telephone-plus::before {
  content: "";
}

.bi-telephone-x-fill::before {
  content: "";
}

.bi-telephone-x::before {
  content: "";
}

.bi-telephone::before {
  content: "";
}

.bi-terminal-fill::before {
  content: "";
}

.bi-terminal::before {
  content: "";
}

.bi-text-center::before {
  content: "";
}

.bi-text-indent-left::before {
  content: "";
}

.bi-text-indent-right::before {
  content: "";
}

.bi-text-left::before {
  content: "";
}

.bi-text-paragraph::before {
  content: "";
}

.bi-text-right::before {
  content: "";
}

.bi-textarea-resize::before {
  content: "";
}

.bi-textarea-t::before {
  content: "";
}

.bi-textarea::before {
  content: "";
}

.bi-thermometer-half::before {
  content: "";
}

.bi-thermometer-high::before {
  content: "";
}

.bi-thermometer-low::before {
  content: "";
}

.bi-thermometer-snow::before {
  content: "";
}

.bi-thermometer-sun::before {
  content: "";
}

.bi-thermometer::before {
  content: "";
}

.bi-three-dots-vertical::before {
  content: "";
}

.bi-three-dots::before {
  content: "";
}

.bi-toggle-off::before {
  content: "";
}

.bi-toggle-on::before {
  content: "";
}

.bi-toggle2-off::before {
  content: "";
}

.bi-toggle2-on::before {
  content: "";
}

.bi-toggles::before {
  content: "";
}

.bi-toggles2::before {
  content: "";
}

.bi-tools::before {
  content: "";
}

.bi-tornado::before {
  content: "";
}

.bi-trash-fill::before {
  content: "";
}

.bi-trash::before {
  content: "";
}

.bi-trash2-fill::before {
  content: "";
}

.bi-trash2::before {
  content: "";
}

.bi-tree-fill::before {
  content: "";
}

.bi-tree::before {
  content: "";
}

.bi-triangle-fill::before {
  content: "";
}

.bi-triangle-half::before {
  content: "";
}

.bi-triangle::before {
  content: "";
}

.bi-trophy-fill::before {
  content: "";
}

.bi-trophy::before {
  content: "";
}

.bi-tropical-storm::before {
  content: "";
}

.bi-truck-flatbed::before {
  content: "";
}

.bi-truck::before {
  content: "";
}

.bi-tsunami::before {
  content: "";
}

.bi-tv-fill::before {
  content: "";
}

.bi-tv::before {
  content: "";
}

.bi-twitch::before {
  content: "";
}

.bi-twitter::before {
  content: "";
}

.bi-type-bold::before {
  content: "";
}

.bi-type-h1::before {
  content: "";
}

.bi-type-h2::before {
  content: "";
}

.bi-type-h3::before {
  content: "";
}

.bi-type-italic::before {
  content: "";
}

.bi-type-strikethrough::before {
  content: "";
}

.bi-type-underline::before {
  content: "";
}

.bi-type::before {
  content: "";
}

.bi-ui-checks-grid::before {
  content: "";
}

.bi-ui-checks::before {
  content: "";
}

.bi-ui-radios-grid::before {
  content: "";
}

.bi-ui-radios::before {
  content: "";
}

.bi-umbrella-fill::before {
  content: "";
}

.bi-umbrella::before {
  content: "";
}

.bi-union::before {
  content: "";
}

.bi-unlock-fill::before {
  content: "";
}

.bi-unlock::before {
  content: "";
}

.bi-upc-scan::before {
  content: "";
}

.bi-upc::before {
  content: "";
}

.bi-upload::before {
  content: "";
}

.bi-vector-pen::before {
  content: "";
}

.bi-view-list::before {
  content: "";
}

.bi-view-stacked::before {
  content: "";
}

.bi-vinyl-fill::before {
  content: "";
}

.bi-vinyl::before {
  content: "";
}

.bi-voicemail::before {
  content: "";
}

.bi-volume-down-fill::before {
  content: "";
}

.bi-volume-down::before {
  content: "";
}

.bi-volume-mute-fill::before {
  content: "";
}

.bi-volume-mute::before {
  content: "";
}

.bi-volume-off-fill::before {
  content: "";
}

.bi-volume-off::before {
  content: "";
}

.bi-volume-up-fill::before {
  content: "";
}

.bi-volume-up::before {
  content: "";
}

.bi-vr::before {
  content: "";
}

.bi-wallet-fill::before {
  content: "";
}

.bi-wallet::before {
  content: "";
}

.bi-wallet2::before {
  content: "";
}

.bi-watch::before {
  content: "";
}

.bi-water::before {
  content: "";
}

.bi-whatsapp::before {
  content: "";
}

.bi-wifi-1::before {
  content: "";
}

.bi-wifi-2::before {
  content: "";
}

.bi-wifi-off::before {
  content: "";
}

.bi-wifi::before {
  content: "";
}

.bi-wind::before {
  content: "";
}

.bi-window-dock::before {
  content: "";
}

.bi-window-sidebar::before {
  content: "";
}

.bi-window::before {
  content: "";
}

.bi-wrench::before {
  content: "";
}

.bi-x-circle-fill::before {
  content: "";
}

.bi-x-circle::before {
  content: "";
}

.bi-x-diamond-fill::before {
  content: "";
}

.bi-x-diamond::before {
  content: "";
}

.bi-x-octagon-fill::before {
  content: "";
}

.bi-x-octagon::before {
  content: "";
}

.bi-x-square-fill::before {
  content: "";
}

.bi-x-square::before {
  content: "";
}

.bi-x::before {
  content: "";
}

.bi-youtube::before {
  content: "";
}

.bi-zoom-in::before {
  content: "";
}

.bi-zoom-out::before {
  content: "";
}

.bi-bank::before {
  content: "";
}

.bi-bank2::before {
  content: "";
}

.bi-bell-slash-fill::before {
  content: "";
}

.bi-bell-slash::before {
  content: "";
}

.bi-cash-coin::before {
  content: "";
}

.bi-check-lg::before {
  content: "";
}

.bi-coin::before {
  content: "";
}

.bi-currency-bitcoin::before {
  content: "";
}

.bi-currency-dollar::before {
  content: "";
}

.bi-currency-euro::before {
  content: "";
}

.bi-currency-exchange::before {
  content: "";
}

.bi-currency-pound::before {
  content: "";
}

.bi-currency-yen::before {
  content: "";
}

.bi-dash-lg::before {
  content: "";
}

.bi-exclamation-lg::before {
  content: "";
}

.bi-file-earmark-pdf-fill::before {
  content: "";
}

.bi-file-earmark-pdf::before {
  content: "";
}

.bi-file-pdf-fill::before {
  content: "";
}

.bi-file-pdf::before {
  content: "";
}

.bi-gender-ambiguous::before {
  content: "";
}

.bi-gender-female::before {
  content: "";
}

.bi-gender-male::before {
  content: "";
}

.bi-gender-trans::before {
  content: "";
}

.bi-headset-vr::before {
  content: "";
}

.bi-info-lg::before {
  content: "";
}

.bi-mastodon::before {
  content: "";
}

.bi-messenger::before {
  content: "";
}

.bi-piggy-bank-fill::before {
  content: "";
}

.bi-piggy-bank::before {
  content: "";
}

.bi-pin-map-fill::before {
  content: "";
}

.bi-pin-map::before {
  content: "";
}

.bi-plus-lg::before {
  content: "";
}

.bi-question-lg::before {
  content: "";
}

.bi-recycle::before {
  content: "";
}

.bi-reddit::before {
  content: "";
}

.bi-safe-fill::before {
  content: "";
}

.bi-safe2-fill::before {
  content: "";
}

.bi-safe2::before {
  content: "";
}

.bi-sd-card-fill::before {
  content: "";
}

.bi-sd-card::before {
  content: "";
}

.bi-skype::before {
  content: "";
}

.bi-slash-lg::before {
  content: "";
}

.bi-translate::before {
  content: "";
}

.bi-x-lg::before {
  content: "";
}

.bi-safe::before {
  content: "";
}

.bi-apple::before {
  content: "";
}

.bi-microsoft::before {
  content: "";
}

.bi-windows::before {
  content: "";
}

.bi-behance::before {
  content: "";
}

.bi-dribbble::before {
  content: "";
}

.bi-line::before {
  content: "";
}

.bi-medium::before {
  content: "";
}

.bi-paypal::before {
  content: "";
}

.bi-pinterest::before {
  content: "";
}

.bi-signal::before {
  content: "";
}

.bi-snapchat::before {
  content: "";
}

.bi-spotify::before {
  content: "";
}

.bi-stack-overflow::before {
  content: "";
}

.bi-strava::before {
  content: "";
}

.bi-wordpress::before {
  content: "";
}

.bi-vimeo::before {
  content: "";
}

.bi-activity::before {
  content: "";
}

.bi-easel2-fill::before {
  content: "";
}

.bi-easel2::before {
  content: "";
}

.bi-easel3-fill::before {
  content: "";
}

.bi-easel3::before {
  content: "";
}

.bi-fan::before {
  content: "";
}

.bi-fingerprint::before {
  content: "";
}

.bi-graph-down-arrow::before {
  content: "";
}

.bi-graph-up-arrow::before {
  content: "";
}

.bi-hypnotize::before {
  content: "";
}

.bi-magic::before {
  content: "";
}

.bi-person-rolodex::before {
  content: "";
}

.bi-person-video::before {
  content: "";
}

.bi-person-video2::before {
  content: "";
}

.bi-person-video3::before {
  content: "";
}

.bi-person-workspace::before {
  content: "";
}

.bi-radioactive::before {
  content: "";
}

.bi-webcam-fill::before {
  content: "";
}

.bi-webcam::before {
  content: "";
}

.bi-yin-yang::before {
  content: "";
}

.bi-bandaid-fill::before {
  content: "";
}

.bi-bandaid::before {
  content: "";
}

.bi-bluetooth::before {
  content: "";
}

.bi-body-text::before {
  content: "";
}

.bi-boombox::before {
  content: "";
}

.bi-boxes::before {
  content: "";
}

.bi-dpad-fill::before {
  content: "";
}

.bi-dpad::before {
  content: "";
}

.bi-ear-fill::before {
  content: "";
}

.bi-ear::before {
  content: "";
}

.bi-envelope-check-1::before {
  content: "";
}

.bi-envelope-check-fill::before {
  content: "";
}

.bi-envelope-check::before {
  content: "";
}

.bi-envelope-dash-1::before {
  content: "";
}

.bi-envelope-dash-fill::before {
  content: "";
}

.bi-envelope-dash::before {
  content: "";
}

.bi-envelope-exclamation-1::before {
  content: "";
}

.bi-envelope-exclamation-fill::before {
  content: "";
}

.bi-envelope-exclamation::before {
  content: "";
}

.bi-envelope-plus-fill::before {
  content: "";
}

.bi-envelope-plus::before {
  content: "";
}

.bi-envelope-slash-1::before {
  content: "";
}

.bi-envelope-slash-fill::before {
  content: "";
}

.bi-envelope-slash::before {
  content: "";
}

.bi-envelope-x-1::before {
  content: "";
}

.bi-envelope-x-fill::before {
  content: "";
}

.bi-envelope-x::before {
  content: "";
}

.bi-explicit-fill::before {
  content: "";
}

.bi-explicit::before {
  content: "";
}

.bi-git::before {
  content: "";
}

.bi-infinity::before {
  content: "";
}

.bi-list-columns-reverse::before {
  content: "";
}

.bi-list-columns::before {
  content: "";
}

.bi-meta::before {
  content: "";
}

.bi-mortorboard-fill::before {
  content: "";
}

.bi-mortorboard::before {
  content: "";
}

.bi-nintendo-switch::before {
  content: "";
}

.bi-pc-display-horizontal::before {
  content: "";
}

.bi-pc-display::before {
  content: "";
}

.bi-pc-horizontal::before {
  content: "";
}

.bi-pc::before {
  content: "";
}

.bi-playstation::before {
  content: "";
}

.bi-plus-slash-minus::before {
  content: "";
}

.bi-projector-fill::before {
  content: "";
}

.bi-projector::before {
  content: "";
}

.bi-qr-code-scan::before {
  content: "";
}

.bi-qr-code::before {
  content: "";
}

.bi-quora::before {
  content: "";
}

.bi-quote::before {
  content: "";
}

.bi-robot::before {
  content: "";
}

.bi-send-check-fill::before {
  content: "";
}

.bi-send-check::before {
  content: "";
}

.bi-send-dash-fill::before {
  content: "";
}

.bi-send-dash::before {
  content: "";
}

.bi-send-exclamation-1::before {
  content: "";
}

.bi-send-exclamation-fill::before {
  content: "";
}

.bi-send-exclamation::before {
  content: "";
}

.bi-send-fill::before {
  content: "";
}

.bi-send-plus-fill::before {
  content: "";
}

.bi-send-plus::before {
  content: "";
}

.bi-send-slash-fill::before {
  content: "";
}

.bi-send-slash::before {
  content: "";
}

.bi-send-x-fill::before {
  content: "";
}

.bi-send-x::before {
  content: "";
}

.bi-send::before {
  content: "";
}

.bi-steam::before {
  content: "";
}

.bi-terminal-dash-1::before {
  content: "";
}

.bi-terminal-dash::before {
  content: "";
}

.bi-terminal-plus::before {
  content: "";
}

.bi-terminal-split::before {
  content: "";
}

.bi-ticket-detailed-fill::before {
  content: "";
}

.bi-ticket-detailed::before {
  content: "";
}

.bi-ticket-fill::before {
  content: "";
}

.bi-ticket-perforated-fill::before {
  content: "";
}

.bi-ticket-perforated::before {
  content: "";
}

.bi-ticket::before {
  content: "";
}

.bi-tiktok::before {
  content: "";
}

.bi-window-dash::before {
  content: "";
}

.bi-window-desktop::before {
  content: "";
}

.bi-window-fullscreen::before {
  content: "";
}

.bi-window-plus::before {
  content: "";
}

.bi-window-split::before {
  content: "";
}

.bi-window-stack::before {
  content: "";
}

.bi-window-x::before {
  content: "";
}

.bi-xbox::before {
  content: "";
}

.bi-ethernet::before {
  content: "";
}

.bi-hdmi-fill::before {
  content: "";
}

.bi-hdmi::before {
  content: "";
}

.bi-usb-c-fill::before {
  content: "";
}

.bi-usb-c::before {
  content: "";
}

.bi-usb-fill::before {
  content: "";
}

.bi-usb-plug-fill::before {
  content: "";
}

.bi-usb-plug::before {
  content: "";
}

.bi-usb-symbol::before {
  content: "";
}

.bi-usb::before {
  content: "";
}

.bi-boombox-fill::before {
  content: "";
}

.bi-displayport-1::before {
  content: "";
}

.bi-displayport::before {
  content: "";
}

.bi-gpu-card::before {
  content: "";
}

.bi-memory::before {
  content: "";
}

.bi-modem-fill::before {
  content: "";
}

.bi-modem::before {
  content: "";
}

.bi-motherboard-fill::before {
  content: "";
}

.bi-motherboard::before {
  content: "";
}

.bi-optical-audio-fill::before {
  content: "";
}

.bi-optical-audio::before {
  content: "";
}

.bi-pci-card::before {
  content: "";
}

.bi-router-fill::before {
  content: "";
}

.bi-router::before {
  content: "";
}

.bi-ssd-fill::before {
  content: "";
}

.bi-ssd::before {
  content: "";
}

.bi-thunderbolt-fill::before {
  content: "";
}

.bi-thunderbolt::before {
  content: "";
}

.bi-usb-drive-fill::before {
  content: "";
}

.bi-usb-drive::before {
  content: "";
}

.bi-usb-micro-fill::before {
  content: "";
}

.bi-usb-micro::before {
  content: "";
}

.bi-usb-mini-fill::before {
  content: "";
}

.bi-usb-mini::before {
  content: "";
}

.bi-cloud-haze2::before {
  content: "";
}

.bi-device-hdd-fill::before {
  content: "";
}

.bi-device-hdd::before {
  content: "";
}

.bi-device-ssd-fill::before {
  content: "";
}

.bi-device-ssd::before {
  content: "";
}

.bi-displayport-fill::before {
  content: "";
}

.bi-mortarboard-fill::before {
  content: "";
}

.bi-mortarboard::before {
  content: "";
}

.bi-terminal-x::before {
  content: "";
}

.bi-arrow-through-heart-fill::before {
  content: "";
}

.bi-arrow-through-heart::before {
  content: "";
}

.bi-badge-sd-fill::before {
  content: "";
}

.bi-badge-sd::before {
  content: "";
}

.bi-bag-heart-fill::before {
  content: "";
}

.bi-bag-heart::before {
  content: "";
}

.bi-balloon-fill::before {
  content: "";
}

.bi-balloon-heart-fill::before {
  content: "";
}

.bi-balloon-heart::before {
  content: "";
}

.bi-balloon::before {
  content: "";
}

.bi-box2-fill::before {
  content: "";
}

.bi-box2-heart-fill::before {
  content: "";
}

.bi-box2-heart::before {
  content: "";
}

.bi-box2::before {
  content: "";
}

.bi-braces-asterisk::before {
  content: "";
}

.bi-calendar-heart-fill::before {
  content: "";
}

.bi-calendar-heart::before {
  content: "";
}

.bi-calendar2-heart-fill::before {
  content: "";
}

.bi-calendar2-heart::before {
  content: "";
}

.bi-chat-heart-fill::before {
  content: "";
}

.bi-chat-heart::before {
  content: "";
}

.bi-chat-left-heart-fill::before {
  content: "";
}

.bi-chat-left-heart::before {
  content: "";
}

.bi-chat-right-heart-fill::before {
  content: "";
}

.bi-chat-right-heart::before {
  content: "";
}

.bi-chat-square-heart-fill::before {
  content: "";
}

.bi-chat-square-heart::before {
  content: "";
}

.bi-clipboard-check-fill::before {
  content: "";
}

.bi-clipboard-data-fill::before {
  content: "";
}

.bi-clipboard-fill::before {
  content: "";
}

.bi-clipboard-heart-fill::before {
  content: "";
}

.bi-clipboard-heart::before {
  content: "";
}

.bi-clipboard-minus-fill::before {
  content: "";
}

.bi-clipboard-plus-fill::before {
  content: "";
}

.bi-clipboard-pulse::before {
  content: "";
}

.bi-clipboard-x-fill::before {
  content: "";
}

.bi-clipboard2-check-fill::before {
  content: "";
}

.bi-clipboard2-check::before {
  content: "";
}

.bi-clipboard2-data-fill::before {
  content: "";
}

.bi-clipboard2-data::before {
  content: "";
}

.bi-clipboard2-fill::before {
  content: "";
}

.bi-clipboard2-heart-fill::before {
  content: "";
}

.bi-clipboard2-heart::before {
  content: "";
}

.bi-clipboard2-minus-fill::before {
  content: "";
}

.bi-clipboard2-minus::before {
  content: "";
}

.bi-clipboard2-plus-fill::before {
  content: "";
}

.bi-clipboard2-plus::before {
  content: "";
}

.bi-clipboard2-pulse-fill::before {
  content: "";
}

.bi-clipboard2-pulse::before {
  content: "";
}

.bi-clipboard2-x-fill::before {
  content: "";
}

.bi-clipboard2-x::before {
  content: "";
}

.bi-clipboard2::before {
  content: "";
}

.bi-emoji-kiss-fill::before {
  content: "";
}

.bi-emoji-kiss::before {
  content: "";
}

.bi-envelope-heart-fill::before {
  content: "";
}

.bi-envelope-heart::before {
  content: "";
}

.bi-envelope-open-heart-fill::before {
  content: "";
}

.bi-envelope-open-heart::before {
  content: "";
}

.bi-envelope-paper-fill::before {
  content: "";
}

.bi-envelope-paper-heart-fill::before {
  content: "";
}

.bi-envelope-paper-heart::before {
  content: "";
}

.bi-envelope-paper::before {
  content: "";
}

.bi-filetype-aac::before {
  content: "";
}

.bi-filetype-ai::before {
  content: "";
}

.bi-filetype-bmp::before {
  content: "";
}

.bi-filetype-cs::before {
  content: "";
}

.bi-filetype-css::before {
  content: "";
}

.bi-filetype-csv::before {
  content: "";
}

.bi-filetype-doc::before {
  content: "";
}

.bi-filetype-docx::before {
  content: "";
}

.bi-filetype-exe::before {
  content: "";
}

.bi-filetype-gif::before {
  content: "";
}

.bi-filetype-heic::before {
  content: "";
}

.bi-filetype-html::before {
  content: "";
}

.bi-filetype-java::before {
  content: "";
}

.bi-filetype-jpg::before {
  content: "";
}

.bi-filetype-js::before {
  content: "";
}

.bi-filetype-jsx::before {
  content: "";
}

.bi-filetype-key::before {
  content: "";
}

.bi-filetype-m4p::before {
  content: "";
}

.bi-filetype-md::before {
  content: "";
}

.bi-filetype-mdx::before {
  content: "";
}

.bi-filetype-mov::before {
  content: "";
}

.bi-filetype-mp3::before {
  content: "";
}

.bi-filetype-mp4::before {
  content: "";
}

.bi-filetype-otf::before {
  content: "";
}

.bi-filetype-pdf::before {
  content: "";
}

.bi-filetype-php::before {
  content: "";
}

.bi-filetype-png::before {
  content: "";
}

.bi-filetype-ppt-1::before {
  content: "";
}

.bi-filetype-ppt::before {
  content: "";
}

.bi-filetype-psd::before {
  content: "";
}

.bi-filetype-py::before {
  content: "";
}

.bi-filetype-raw::before {
  content: "";
}

.bi-filetype-rb::before {
  content: "";
}

.bi-filetype-sass::before {
  content: "";
}

.bi-filetype-scss::before {
  content: "";
}

.bi-filetype-sh::before {
  content: "";
}

.bi-filetype-svg::before {
  content: "";
}

.bi-filetype-tiff::before {
  content: "";
}

.bi-filetype-tsx::before {
  content: "";
}

.bi-filetype-ttf::before {
  content: "";
}

.bi-filetype-txt::before {
  content: "";
}

.bi-filetype-wav::before {
  content: "";
}

.bi-filetype-woff::before {
  content: "";
}

.bi-filetype-xls-1::before {
  content: "";
}

.bi-filetype-xls::before {
  content: "";
}

.bi-filetype-xml::before {
  content: "";
}

.bi-filetype-yml::before {
  content: "";
}

.bi-heart-arrow::before {
  content: "";
}

.bi-heart-pulse-fill::before {
  content: "";
}

.bi-heart-pulse::before {
  content: "";
}

.bi-heartbreak-fill::before {
  content: "";
}

.bi-heartbreak::before {
  content: "";
}

.bi-hearts::before {
  content: "";
}

.bi-hospital-fill::before {
  content: "";
}

.bi-hospital::before {
  content: "";
}

.bi-house-heart-fill::before {
  content: "";
}

.bi-house-heart::before {
  content: "";
}

.bi-incognito::before {
  content: "";
}

.bi-magnet-fill::before {
  content: "";
}

.bi-magnet::before {
  content: "";
}

.bi-person-heart::before {
  content: "";
}

.bi-person-hearts::before {
  content: "";
}

.bi-phone-flip::before {
  content: "";
}

.bi-plugin::before {
  content: "";
}

.bi-postage-fill::before {
  content: "";
}

.bi-postage-heart-fill::before {
  content: "";
}

.bi-postage-heart::before {
  content: "";
}

.bi-postage::before {
  content: "";
}

.bi-postcard-fill::before {
  content: "";
}

.bi-postcard-heart-fill::before {
  content: "";
}

.bi-postcard-heart::before {
  content: "";
}

.bi-postcard::before {
  content: "";
}

.bi-search-heart-fill::before {
  content: "";
}

.bi-search-heart::before {
  content: "";
}

.bi-sliders2-vertical::before {
  content: "";
}

.bi-sliders2::before {
  content: "";
}

.bi-trash3-fill::before {
  content: "";
}

.bi-trash3::before {
  content: "";
}

.bi-valentine::before {
  content: "";
}

.bi-valentine2::before {
  content: "";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "";
}

.bi-wrench-adjustable-circle::before {
  content: "";
}

.bi-wrench-adjustable::before {
  content: "";
}

.bi-filetype-json::before {
  content: "";
}

.bi-filetype-pptx::before {
  content: "";
}

.bi-filetype-xlsx::before {
  content: "";
}

.bi-1-circle-1::before {
  content: "";
}

.bi-1-circle-fill-1::before {
  content: "";
}

.bi-1-circle-fill::before {
  content: "";
}

.bi-1-circle::before {
  content: "";
}

.bi-1-square-fill::before {
  content: "";
}

.bi-1-square::before {
  content: "";
}

.bi-2-circle-1::before {
  content: "";
}

.bi-2-circle-fill-1::before {
  content: "";
}

.bi-2-circle-fill::before {
  content: "";
}

.bi-2-circle::before {
  content: "";
}

.bi-2-square-fill::before {
  content: "";
}

.bi-2-square::before {
  content: "";
}

.bi-3-circle-1::before {
  content: "";
}

.bi-3-circle-fill-1::before {
  content: "";
}

.bi-3-circle-fill::before {
  content: "";
}

.bi-3-circle::before {
  content: "";
}

.bi-3-square-fill::before {
  content: "";
}

.bi-3-square::before {
  content: "";
}

.bi-4-circle-1::before {
  content: "";
}

.bi-4-circle-fill-1::before {
  content: "";
}

.bi-4-circle-fill::before {
  content: "";
}

.bi-4-circle::before {
  content: "";
}

.bi-4-square-fill::before {
  content: "";
}

.bi-4-square::before {
  content: "";
}

.bi-5-circle-1::before {
  content: "";
}

.bi-5-circle-fill-1::before {
  content: "";
}

.bi-5-circle-fill::before {
  content: "";
}

.bi-5-circle::before {
  content: "";
}

.bi-5-square-fill::before {
  content: "";
}

.bi-5-square::before {
  content: "";
}

.bi-6-circle-1::before {
  content: "";
}

.bi-6-circle-fill-1::before {
  content: "";
}

.bi-6-circle-fill::before {
  content: "";
}

.bi-6-circle::before {
  content: "";
}

.bi-6-square-fill::before {
  content: "";
}

.bi-6-square::before {
  content: "";
}

.bi-7-circle-1::before {
  content: "";
}

.bi-7-circle-fill-1::before {
  content: "";
}

.bi-7-circle-fill::before {
  content: "";
}

.bi-7-circle::before {
  content: "";
}

.bi-7-square-fill::before {
  content: "";
}

.bi-7-square::before {
  content: "";
}

.bi-8-circle-1::before {
  content: "";
}

.bi-8-circle-fill-1::before {
  content: "";
}

.bi-8-circle-fill::before {
  content: "";
}

.bi-8-circle::before {
  content: "";
}

.bi-8-square-fill::before {
  content: "";
}

.bi-8-square::before {
  content: "";
}

.bi-9-circle-1::before {
  content: "";
}

.bi-9-circle-fill-1::before {
  content: "";
}

.bi-9-circle-fill::before {
  content: "";
}

.bi-9-circle::before {
  content: "";
}

.bi-9-square-fill::before {
  content: "";
}

.bi-9-square::before {
  content: "";
}

.bi-airplane-engines-fill::before {
  content: "";
}

.bi-airplane-engines::before {
  content: "";
}

.bi-airplane-fill::before {
  content: "";
}

.bi-airplane::before {
  content: "";
}

.bi-alexa::before {
  content: "";
}

.bi-alipay::before {
  content: "";
}

.bi-android::before {
  content: "";
}

.bi-android2::before {
  content: "";
}

.bi-box-fill::before {
  content: "";
}

.bi-box-seam-fill::before {
  content: "";
}

.bi-browser-chrome::before {
  content: "";
}

.bi-browser-edge::before {
  content: "";
}

.bi-browser-firefox::before {
  content: "";
}

.bi-browser-safari::before {
  content: "";
}

.bi-c-circle-1::before {
  content: "";
}

.bi-c-circle-fill-1::before {
  content: "";
}

.bi-c-circle-fill::before {
  content: "";
}

.bi-c-circle::before {
  content: "";
}

.bi-c-square-fill::before {
  content: "";
}

.bi-c-square::before {
  content: "";
}

.bi-capsule-pill::before {
  content: "";
}

.bi-capsule::before {
  content: "";
}

.bi-car-front-fill::before {
  content: "";
}

.bi-car-front::before {
  content: "";
}

.bi-cassette-fill::before {
  content: "";
}

.bi-cassette::before {
  content: "";
}

.bi-cc-circle-1::before {
  content: "";
}

.bi-cc-circle-fill-1::before {
  content: "";
}

.bi-cc-circle-fill::before {
  content: "";
}

.bi-cc-circle::before {
  content: "";
}

.bi-cc-square-fill::before {
  content: "";
}

.bi-cc-square::before {
  content: "";
}

.bi-cup-hot-fill::before {
  content: "";
}

.bi-cup-hot::before {
  content: "";
}

.bi-currency-rupee::before {
  content: "";
}

.bi-dropbox::before {
  content: "";
}

.bi-escape::before {
  content: "";
}

.bi-fast-forward-btn-fill::before {
  content: "";
}

.bi-fast-forward-btn::before {
  content: "";
}

.bi-fast-forward-circle-fill::before {
  content: "";
}

.bi-fast-forward-circle::before {
  content: "";
}

.bi-fast-forward-fill::before {
  content: "";
}

.bi-fast-forward::before {
  content: "";
}

.bi-filetype-sql::before {
  content: "";
}

.bi-fire::before {
  content: "";
}

.bi-google-play::before {
  content: "";
}

.bi-h-circle-1::before {
  content: "";
}

.bi-h-circle-fill-1::before {
  content: "";
}

.bi-h-circle-fill::before {
  content: "";
}

.bi-h-circle::before {
  content: "";
}

.bi-h-square-fill::before {
  content: "";
}

.bi-h-square::before {
  content: "";
}

.bi-indent::before {
  content: "";
}

.bi-lungs-fill::before {
  content: "";
}

.bi-lungs::before {
  content: "";
}

.bi-microsoft-teams::before {
  content: "";
}

.bi-p-circle-1::before {
  content: "";
}

.bi-p-circle-fill-1::before {
  content: "";
}

.bi-p-circle-fill::before {
  content: "";
}

.bi-p-circle::before {
  content: "";
}

.bi-p-square-fill::before {
  content: "";
}

.bi-p-square::before {
  content: "";
}

.bi-pass-fill::before {
  content: "";
}

.bi-pass::before {
  content: "";
}

.bi-prescription::before {
  content: "";
}

.bi-prescription2::before {
  content: "";
}

.bi-r-circle-1::before {
  content: "";
}

.bi-r-circle-fill-1::before {
  content: "";
}

.bi-r-circle-fill::before {
  content: "";
}

.bi-r-circle::before {
  content: "";
}

.bi-r-square-fill::before {
  content: "";
}

.bi-r-square::before {
  content: "";
}

.bi-repeat-1::before {
  content: "";
}

.bi-repeat::before {
  content: "";
}

.bi-rewind-btn-fill::before {
  content: "";
}

.bi-rewind-btn::before {
  content: "";
}

.bi-rewind-circle-fill::before {
  content: "";
}

.bi-rewind-circle::before {
  content: "";
}

.bi-rewind-fill::before {
  content: "";
}

.bi-rewind::before {
  content: "";
}

.bi-train-freight-front-fill::before {
  content: "";
}

.bi-train-freight-front::before {
  content: "";
}

.bi-train-front-fill::before {
  content: "";
}

.bi-train-front::before {
  content: "";
}

.bi-train-lightrail-front-fill::before {
  content: "";
}

.bi-train-lightrail-front::before {
  content: "";
}

.bi-truck-front-fill::before {
  content: "";
}

.bi-truck-front::before {
  content: "";
}

.bi-ubuntu::before {
  content: "";
}

.bi-unindent::before {
  content: "";
}

.bi-unity::before {
  content: "";
}

.bi-universal-access-circle::before {
  content: "";
}

.bi-universal-access::before {
  content: "";
}

.bi-virus::before {
  content: "";
}

.bi-virus2::before {
  content: "";
}

.bi-wechat::before {
  content: "";
}

.bi-yelp::before {
  content: "";
}

.bi-sign-stop-fill::before {
  content: "";
}

.bi-sign-stop-lights-fill::before {
  content: "";
}

.bi-sign-stop-lights::before {
  content: "";
}

.bi-sign-stop::before {
  content: "";
}

.bi-sign-turn-left-fill::before {
  content: "";
}

.bi-sign-turn-left::before {
  content: "";
}

.bi-sign-turn-right-fill::before {
  content: "";
}

.bi-sign-turn-right::before {
  content: "";
}

.bi-sign-turn-slight-left-fill::before {
  content: "";
}

.bi-sign-turn-slight-left::before {
  content: "";
}

.bi-sign-turn-slight-right-fill::before {
  content: "";
}

.bi-sign-turn-slight-right::before {
  content: "";
}

.bi-sign-yield-fill::before {
  content: "";
}

.bi-sign-yield::before {
  content: "";
}

.bi-ev-station-fill::before {
  content: "";
}

.bi-ev-station::before {
  content: "";
}

.bi-fuel-pump-diesel-fill::before {
  content: "";
}

.bi-fuel-pump-diesel::before {
  content: "";
}

.bi-fuel-pump-fill::before {
  content: "";
}

.bi-fuel-pump::before {
  content: "";
}

/* Bootstrap Required */
/* --- #Override --- */
:root {
  --bs-blue: #008919;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #aaa;
  --bs-gray-dark: #787878;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #aaa;
  --bs-gray-700: #a4a4a4;
  --bs-gray-800: #787878;
  --bs-gray-900: #212529;
  --bs-primary: #008919;
  --bs-secondary: #636363;
  --bs-success: #198754;
  --bs-info: #dd0202;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f4f8ff;
  --bs-dark: #2c2c2c;
  --bs-primary-rgb: 0, 137, 25;
  --bs-secondary-rgb: 99, 99, 99;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 221, 2, 2;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 244, 248, 255;
  --bs-dark-rgb: 44, 44, 44;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 96, 96, 96;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "WotfardR", "Arial", sans-serif;
  --bs-font-monospace: "SanomatSansB", "Arial", sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #606060;
  --bs-body-bg: #fff;
}

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

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

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #008919;
  text-decoration: none;
}

a:hover {
  color: #006e14;
}

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

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

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

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

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

a > code {
  color: inherit;
}

kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  color: #aaa;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

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

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

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

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

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: auto;
  max-width: 100%;
  padding: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.figure-caption {
  color: #aaa;
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1055;
}

.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem 0.5rem;
}

.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}

.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.alert-primary {
  background-color: #cce7d1;
  border-color: #b3dcba;
  color: #00520f;
}

.alert-primary .alert-link {
  color: #00420c;
}

.alert-secondary {
  background-color: #e0e0e0;
  border-color: #d0d0d0;
  color: #3b3b3b;
}

.alert-secondary .alert-link {
  color: #2f2f2f;
}

.alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  background-color: #f8cccc;
  border-color: #f5b3b3;
  color: #850101;
}

.alert-info .alert-link {
  color: #6a0101;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  background-color: #fdfeff;
  border-color: #fcfdff;
  color: #626366;
}

.alert-light .alert-link {
  color: #4e4f52;
}

.alert-dark {
  background-color: #d5d5d5;
  border-color: silver;
  color: #1a1a1a;
}

.alert-dark .alert-link {
  color: #151515;
}

.toast {
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #aaa;
  display: flex;
  padding: 0.5rem 0.75rem;
}

.toast-header .btn-close {
  margin-left: 0.75rem;
  margin-right: -0.375rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.link-primary {
  color: #008919;
}

.link-primary:hover, .link-primary:focus {
  color: #006e14;
}

.link-secondary {
  color: #636363;
}

.link-secondary:hover, .link-secondary:focus {
  color: #4f4f4f;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #dd0202;
}

.link-info:hover, .link-info:focus {
  color: #b10202;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f4f8ff;
}

.link-light:hover, .link-light:focus {
  color: #f6f9ff;
}

.link-dark {
  color: #2c2c2c;
}

.link-dark:hover, .link-dark:focus {
  color: #232323;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
}

.vstack {
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.stretched-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

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

.vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #008919 !important;
}

.border-secondary {
  border-color: #636363 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #dd0202 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f4f8ff !important;
}

.border-dark {
  border-color: #2c2c2c !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -4rem !important;
}

.me-n7 {
  margin-right: -5rem !important;
}

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

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

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

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

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

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

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

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -4rem !important;
}

.ms-n7 {
  margin-left: -5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.fs-9 {
  font-size: 0.72rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

.fw-lighter {
  font-weight: lighter !important;
}

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #aaa !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-sm-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-sm-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-sm-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-sm-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-sm-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4rem !important;
  }
  .mt-sm-n7 {
    margin-top: -5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4rem !important;
  }
  .me-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4rem !important;
  }
  .ms-sm-n7 {
    margin-left: -5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-sm-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-sm-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-md-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mx-md-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-md-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-md-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .my-md-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .my-md-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-md-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-md-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4rem !important;
  }
  .mt-md-n7 {
    margin-top: -5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4rem !important;
  }
  .me-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4rem !important;
  }
  .ms-md-n7 {
    margin-left: -5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-md-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-md-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-lg-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-lg-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-lg-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-lg-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-lg-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4rem !important;
  }
  .mt-lg-n7 {
    margin-top: -5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4rem !important;
  }
  .me-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4rem !important;
  }
  .ms-lg-n7 {
    margin-left: -5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-lg-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-lg-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xl-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xl-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xl-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xl-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xl-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4rem !important;
  }
  .mt-xl-n7 {
    margin-top: -5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -4rem !important;
  }
  .me-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4rem !important;
  }
  .ms-xl-n7 {
    margin-left: -5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xl-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xl-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
  .my-xxl-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -5rem !important;
  }
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .mx-xxl-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important;
  }
  .my-xxl-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4rem !important;
  }
  .me-xxl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-xxl-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
  .py-xxl-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* Base */
/* --- #Functions --- */
/* --- #Mixins --- */
/* stylelint-disable */
/* Custom Margin
------------------------------- */
/* stylelint-enable */
/* --- #Font --- */
@font-face {
  font-family: "Geometria";
  src: url(../fonts/Geometria.ttf);
}

@font-face {
  font-family: "GeometriaB";
  src: url(../fonts/Geometria-Bold.ttf);
}

@font-face {
  font-family: "SanomatSansB";
  src: url(../fonts/SanomatSansBold.ttf);
}

@font-face {
  font-family: "SanomatSansM";
  src: url(../fonts/SanomatSansMedium.ttf);
}

@font-face {
  font-family: "SanomatSansR";
  src: url(../fonts/SanomatSansRegular.ttf);
}

@font-face {
  font-family: "WotfardB";
  src: url(../fonts/Wotfard-Bold.ttf);
}

@font-face {
  font-family: "WotfardM";
  src: url(../fonts/Wotfard-Medium.ttf);
}

@font-face {
  font-family: "WotfardR";
  src: url(../fonts/Wotfard-Regular.ttf);
}

@font-face {
  font-display: swap;
  font-family: "tweicons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/tweicons.eot?v=1.0.0.0#iefix") format("embedded-opentype"), url("../fonts/tweicons.woff?v=1.0") format("woff"), url("../fonts/tweicons.svg?v=1.0#tweicons") format("svg");
}

/* ==========================================================================
#Icons
========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-1 {
  background-image: url("../images/icons/1.png");
  height: 1.625rem;
  width: 1.625rem;
}

.icon-2 {
  background-image: url("../images/icons/2.png");
  height: 1.25rem;
  width: 1.125rem;
}

.icon-3 {
  background-image: url("../images/icons/3.png");
  height: 1.0625rem;
  width: 1.0625rem;
}

.icon-4 {
  background-image: url("../images/icons/4.png");
  height: 1.125rem;
  width: 1rem;
}

@media (max-width: 768px) {
  .icon--prev {
    align-items: center;
    background-color: #008919;
    background-image: none;
    display: flex;
    flex-direction: row;
    height: 1.875rem;
    justify-content: center;
    width: 1.875pxrem;
  }
  .icon--prev::after {
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: block;
    margin-left: 0.1875rem;
    padding: 0.25pxrem;
    transform: rotate(135deg);
  }
}

@media (max-width: 768px) {
  .icon--next {
    align-items: center;
    background-color: #008919;
    background-image: none;
    display: flex;
    flex-direction: row;
    height: 1.875rem;
    justify-content: center;
    width: 1.875pxrem;
  }
  .icon--next::after {
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: block;
    margin-right: 0.1875rem;
    padding: 0.25pxrem;
    transform: rotate(-45deg);
  }
}

.icon-sale {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  height: 59px;
  width: 42px;
}

.bi {
  display: inline-flex;
}

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

.tweicon--heart::before {
  content: "";
}

.tweicon--gifts-under-100::before {
  content: "";
}

.tweicon--gifts-under-50::before {
  content: "";
}

.tweicon--rss::before {
  content: "";
}

.tweicon--arrow-down::before {
  content: "";
}

.tweicon--arrow-down-big::before {
  content: "";
}

.tweicon--arrow-down-small::before {
  content: "";
}

.tweicon--arrow-left::before {
  content: "";
}

.tweicon--arrow-left-big::before {
  content: "";
}

.tweicon--arrow-left-small::before {
  content: "";
}

.tweicon--arrow-right::before {
  content: "";
}

.tweicon--arrow-right-big::before {
  content: "";
}

.tweicon--arrow-right-small::before {
  content: "";
}

.tweicon--arrow-up::before {
  content: "";
}

.tweicon--arrow-up-big::before {
  content: "";
}

.tweicon--arrow-up-small::before {
  content: "";
}

.tweicon--play::before {
  content: "";
}

.tweicon--wise-men::before {
  content: "";
}

.tweicon--whiskyoftheyear::before {
  content: "";
}

.tweicon--giftsunder50::before {
  content: "";
}

.tweicon--giftsunder100::before {
  content: "";
}

.tweicon--home::before {
  content: "";
}

.tweicon--az::before {
  content: "";
}

.tweicon--new::before {
  content: "";
}

.tweicon--specialoffer::before {
  content: "";
}

.tweicon--whiskyfinder::before {
  content: "";
}

.tweicon--winecases::before {
  content: "";
}

.tweicon--gift::before {
  content: "";
}

.tweicon--barware::before {
  content: "";
}

.tweicon--whiskycollection::before {
  content: "";
}

.tweicon--samples::before {
  content: "";
}

.tweicon--giftsfor::before {
  content: "";
}

.tweicon--stockingfiller::before {
  content: "";
}

.tweicon--giftcard::before {
  content: "";
}

.tweicon--bubbles::before {
  content: "";
}

.tweicon--wine::before {
  content: "";
}

.tweicon--cocktail::before {
  content: "";
}

.tweicon--guessthebottle::before {
  content: "";
}

.tweicon--reindeer::before {
  content: "";
}

.tweicon--snowflake::before {
  content: "";
}

.tweicon--christmastree::before {
  content: "";
}

.tweicon--holly::before {
  content: "";
}

.tweicon--champagnecollection::before {
  content: "";
}

.tweicon--fathersday::before {
  content: "";
}

.tweicon--fodpairing::before {
  content: "";
}

.tweicon--grapes::before {
  content: "";
}

.tweicon--tasting::before {
  content: "";
}

.tweicon--memorbilia::before {
  content: "";
}

.tweicon--weddingfavours::before {
  content: "";
}

.tweicon--mixersfor::before {
  content: "";
}

.tweicon--engraving::before {
  content: "";
}

.tweicon--limitededition::before {
  content: "";
}

.tweicon--exclusive::before {
  content: "";
}

.tweicon--birthdayandanniversaries::before {
  content: "";
}

.tweicon--tshirt::before {
  content: "";
}

.tweicon--beerglasses::before {
  content: "";
}

.tweicon--books::before {
  content: "";
}

.tweicon--cocktailcollection::before {
  content: "";
}

.tweicon--cocktailglasses::before {
  content: "";
}

.tweicon--back::before {
  content: "";
}

.tweicon--foodmatching::before {
  content: "";
}

.tweicon--video::before {
  content: "";
}

.tweicon--spiritoftheyear::before {
  content: "";
}

.tweicon--sparklingoftheyear::before {
  content: "";
}

.tweicon--nondosagesparklingwine::before {
  content: "";
}

.tweicon--champagne-gifts::before {
  content: "";
}

.tweicon--beercollection::before {
  content: "";
}

.tweicon--whiskygifts::before {
  content: "";
}

.tweicon--oldandrare::before {
  content: "";
}

.tweicon--menu::before {
  content: "";
}

.tweicon--search::before {
  content: "";
}

.tweicon--basket::before {
  content: "";
}

.tweicon--account::before {
  content: "";
}

.tweicon--delivery::before {
  content: "";
}

/* --- #Shared --- */
body {
  color: #000;
}

@media (max-width: 575px) {
  body {
    font-size: 0.875rem;
  }
}

button,
input,
button:focus,
input:focus {
  box-shadow: none !important;
  outline: none !important;
}

a {
  color: #636363;
  transition: all 0.35s ease-in-out;
}

hr {
  background-color: #adb5bd;
}

/* Components */
/* --- #All --- */
/* --- #Breadcrumb --- */
.breadcrumb-item {
  align-items: flex-end;
  display: flex;
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.breadcrumb-item a {
  align-items: flex-end;
  color: #008919;
  display: flex;
}

.breadcrumb-item a:hover {
  color: #2c2c2c;
}

.breadcrumb-item a img {
  height: 1rem;
  margin-right: 0.5625rem;
  width: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.375rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  display: inline-block;
  margin: 0 0.3125rem;
}

@media (max-width: 992px) {
  .breadcrumb-item:nth-child(4) {
    display: none;
  }
}

/* --- #Button --- */
.btn-toggle {
  background-color: #008919;
  border: none;
  display: block;
  height: 2.375rem;
  padding: 0.5rem 0.625rem;
  position: relative;
  width: 3rem;
}

@media (min-width: 992px) {
  .btn-toggle {
    display: none;
  }
}

.btn-toggle span {
  display: block;
  position: relative;
}

.btn-toggle span::before, .btn-toggle span::after {
  content: "";
  left: 0;
  position: absolute;
  top: -0.5rem;
  z-index: 1;
}

.btn-toggle span::after {
  top: 0.5rem;
}

.btn-toggle span,
.btn-toggle span::before,
.btn-toggle span::after {
  background-color: #fff;
  height: 0.125rem;
  transition: all 0.15s ease;
  width: 100%;
}

/* ==========================================================================
   #Module Form
   ========================================================================== */
.form-check {
  margin-bottom: 0.5rem;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.dropdown-menu {
  inset: unset !important;
  margin: 0;
  padding: 0;
}

.search-form-trigger {
  color: #fff;
  display: flex;
}

.search-form-overlay {
  background: #2c2c2c;
  height: 100%;
  left: 0rem;
  opacity: 0;
  position: fixed;
  top: 0rem;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
}

.search-form-content {
  height: 3.125rem;
  left: 0rem;
  opacity: 0;
  position: fixed;
  top: 30%;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}

@media (min-width: 1024px) {
  .search-form-content {
    height: 5.625rem;
  }
}

.search-form-content form {
  border-color: #636363;
  border-radius: 0;
  height: 100%;
  margin: 0 auto !important;
  padding: 0;
  position: relative;
  width: 80%;
}

@media (max-width: 991px) {
  .search-form-content form {
    width: 90%;
  }
}

.search-form-content form::after {
  background: #fff;
  bottom: 0.625rem;
  content: "";
  height: 0.125rem;
  left: 0rem;
  position: absolute;
  transition: 1s all;
  width: 0rem;
  z-index: 9999999;
}

@media (max-width: 768px) {
  .search-form-content form::after {
    bottom: 0;
  }
}

.search-form-content form .btn-search {
  position: absolute;
  right: 0;
  top: 35%;
}

@media (max-width: 991px) {
  .search-form-content form .btn-search {
    top: 18%;
  }
}

.search-form-content form .btn-search .bi {
  color: #fff;
}

.search-form-content input {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1.5rem;
  height: 100%;
  padding: 0 1.875rem;
  width: 100%;
}

.search-form-content input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.search-form-content input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.search-form-content input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  .search-form-content input {
    font-size: 1.125rem;
    padding: 0 0.625rem;
  }
}

.search-form-wrap .btn-close {
  filter: alpha(opacity=100);
  font-size: 1.875rem;
  opacity: 1;
  position: fixed;
  right: 3.125rem;
  top: 3.125rem;
  transition: 0.3s opacity;
}

.search-form-wrap .btn-close:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .search-form-wrap .btn-close {
    font-size: 1.5rem;
    right: 5%;
    top: 3%;
  }
}

.search-form-wrap.active .search-form-overlay {
  opacity: 0.85;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  visibility: visible;
}

.search-form-wrap.active .search-form-content {
  opacity: 1;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  visibility: visible;
}

.search-form-wrap.active .search-form-content form::after {
  width: 100%;
}

.language {
  font-size: 0.75rem;
}

/* --- #Heading --- */
.heading {
  position: relative;
}

.heading-title {
  color: #008919;
  display: block;
  font-family: "SanomatSansB", "Arial", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* ==========================================================================
   #Module Pagination
   ========================================================================== */
.pagination {
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-transform: uppercase;
}

.pagination li a {
  height: 1.625rem;
  width: 1.625rem;
}

.pagination li:not(.prev):not(.next) a {
  background-image: linear-gradient(to top, #dee2e6, #fff);
  border: solid 1px #f4f8ff;
  border-radius: 50%;
  color: #000;
  display: block;
  font-size: 0.875rem;
  line-height: 18px;
  margin: 0 5px;
  padding: 0.1875rem;
  text-align: center;
}

.pagination li:not(.prev):not(.next) a:hover,
.pagination li:not(.prev):not(.next).active a {
  background: #008919;
  border-color: #008919;
  box-shadow: inset -0.8px 0.6px 1px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}

.pagination .prev a,
.pagination .next a {
  align-items: center;
  display: flex;
  filter: alpha(opacity=100);
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  opacity: 1;
  transition: 0.3s opacity;
}

.pagination .prev a:hover,
.pagination .next a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.pagination .prev {
  margin-right: 0.625rem;
}

.pagination .next {
  margin-left: 0.625rem;
}

/* --- #Thumbnail --- */
.thumbnail {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumbnail > img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.thumbnail-object-fit {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.thumbnail-object-fit > img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.thumbnail--1x1 {
  padding-bottom: 100% !important;
}

.thumbnail--2x1 {
  padding-bottom: 50% !important;
}

.thumbnail--4x3 {
  padding-bottom: 75% !important;
}

.thumbnail--6x4 {
  padding-bottom: 62.5% !important;
}

.thumbnail--13x9 {
  padding-bottom: 68.25% !important;
}

.thumbnail--16x9 {
  padding-bottom: 56.25% !important;
}

.thumbnail--custom {
  padding-bottom: 65.5% !important;
}

/* --- #Heading --- */
.nav-top {
  align-items: center;
}

.nav-link-more {
  align-items: center;
  color: #008919;
  display: flex !important;
  justify-content: flex-end;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem !important;
}

@media (min-width: 992px) {
  .nav-link-more {
    padding-top: 1rem !important;
  }
}

.nav-link-more::after {
  content: "\f280";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  text-transform: none;
  vertical-align: text-bottom;
}

.nav-social {
  align-items: center;
}

.nav-social .nav-link {
  padding: 0.75rem 0.375rem;
}

.nav-social .bi {
  display: flex;
}

.navbar-collapse ul {
  overflow: hidden;
}

/* Containers */
/* --- #Layout Footer --- */
.footer {
  background: url(../images/footer/bg-footer.jpg) repeat center center;
  background-size: cover;
  color: #111;
}

@media (max-width: 992px) {
  .footer-logo {
    margin: 0 auto 1.875rem;
    width: 10rem;
  }
}

.footer-top {
  padding: 2.5rem 0 2.125rem;
}

.footer-bottom {
  background-color: #008919;
  padding: 1.5625rem 0 1.375rem;
}

.footer-bottom-link {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .footer-bottom-link {
    flex-wrap: wrap;
    justify-content: center !important;
    margin-top: 0.3125rem;
  }
}

.footer-bottom-link li {
  padding-left: 1rem;
}

@media (max-width: 992px) {
  .footer-bottom-link li {
    padding-left: 0.5rem;
  }
}

@media (max-width: 575px) {
  .footer-bottom-link li:last-child {
    padding-right: 1rem;
  }
}

.footer-bottom-link li:not(:last-child):after {
  color: var(--bs-white);
  content: '|';
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding-left: 1rem;
}

@media (max-width: 992px) {
  .footer-bottom-link li:not(:last-child):after {
    padding-left: 0.5rem;
  }
}

.footer-heading {
  color: #111;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.125rem;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.125rem;
  position: relative;
  text-transform: uppercase;
}

.footer-heading:after {
  background: #111;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 2.5rem;
}

.footer-heading-main {
  color: #008919;
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.footer-info {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.footer .nav-link {
  color: #111;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  padding: 0;
  position: relative;
}

.footer .nav-link:hover {
  color: var(--bs-primary);
}

.footer-text {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer-text {
    text-align: center;
  }
}

/* --- #Header --- */
.header {
  background: #fff;
  box-shadow: 0 0.0625rem 0.3125rem rgba(38, 39, 40, 0.15);
}

.header > .container > .row {
  align-items: flex-end;
}

@media (max-width: 992px) {
  .header > .container > .row {
    align-items: center;
  }
}

.header-top {
  background: #008919;
}

.header-top p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .header-top p {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
}

.header-bot {
  background: #fff;
}

@media (max-width: 992px) {
  .header-bot {
    padding: 0.625rem 0;
  }
}

.logo {
  height: 6.25rem;
  margin-bottom: 0;
  width: 100%; /*13.25rem;*/
}

@media (min-width: 992px) and (max-width: 1200px) {
  .logo {
    align-items: center;
    display: flex;
    width: 8.5rem;
  }
}

@media (max-width: 992px) {
  .logo {
    height: 3.125rem;
    transition: width 0.3s ease-in-out;
    width: 6.625rem;
  }
}

.logo a {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.3s opacity;
  width: 100%;
}

.logo a:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}

@media (max-width: 575px) {
  .logo a {
    width: 100%;
  }
}

.logo a img {
  height: auto;
  width: 100%;
}

@media (min-width: 769px) {
  .sticky {
    box-shadow: 0 0 0.3125rem rgba(38, 39, 40, 0.15);
    left: 0rem;
    position: fixed;
    top: 0rem;
    transition: all 0.4s ease-out;
    width: 100%;
    z-index: 60;
  }
}

@media (max-width: 768px) {
  .sticky {
    box-shadow: 0 0 0.3125rem rgba(38, 39, 40, 0.15);
    left: 0rem;
    position: fixed;
    top: 0rem;
    transition: all 0.4s ease-out;
    width: 100%;
    z-index: 120;
  }
}

@media (max-width: 575px) {
  .sticky .logo {
    height: 3.125rem;
    width: 6.625rem;
  }
}

.link-hotline {
  filter: alpha(opacity=100);
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 0.8125rem;
  opacity: 1;
  transition: 0.3s opacity;
}

.link-hotline:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .link-hotline {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
}

.link-hotline i {
  color: #fff;
  font-size: 1rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .link-hotline i {
    font-size: 0.875rem;
  }
}

.link-hotline span {
  color: #fff;
  padding-top: 4px;
}

.link-address {
  filter: alpha(opacity=100);
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 0.875rem;
  opacity: 1;
  transition: 0.3s opacity;
}

.link-address:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .link-address {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
}

.link-address i {
  color: #fff;
  font-size: 1rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .link-address i {
    font-size: 0.875rem;
  }
}

.link-address span {
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-top: 4px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .link-address span {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
}

.link-search {
  align-items: center;
  display: flex;
}

.language-link {
  display: block;
}

.language-link img {
  display: block;
}

/* ==========================================================================
   #Module Loading
   ========================================================================== */
.loading {
  padding-top: 3.125rem;
  width: 80px;
}

.loading-ex {
  -webkit-animation: fade 0.8s infinite;
  border: 4px double #008919;
  display: inline-block;
  font-size: 1em;
  font-size: 4em;
  height: 2.5rem;
  letter-spacing: 1.5px;
  margin-top: 1.25rem;
  margin-top: -17px;
  text-align: center;
  text-transform: uppercase;
  width: 90px;
  width: 2.5rem;
}

.loading-ex:nth-child(1) {
  -webkit-animation: spin1 0.8s infinite 0.2s;
  margin-left: 0.625rem;
  -webkit-transform-origin: 50% 52%;
}

.loading-ex:nth-child(2) {
  -webkit-animation: spin2 0.8s infinite 0.2s;
  margin-left: -20px;
  -webkit-transform-origin: 50% 52%;
}

.loading-ex:nth-child(3) {
  -webkit-animation: spin2 0.8s infinite 0.2s;
  margin-left: 0.625rem;
  -webkit-transform-origin: 50% 52%;
}

.loading-ex:nth-child(4) {
  -webkit-animation: spin1 0.8s infinite 0.2s;
  margin-left: -1px;
  margin-left: -20px;
  -webkit-transform-origin: 50% 52%;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes fade {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* ==========================================================================
   #Module Grid
   ========================================================================== */
@media (max-width: 992px) {
  .main-menu {
    background-color: #fff;
    box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.1);
    flex-direction: column;
    height: 100vh;
    left: -16.25rem;
    margin: 0;
    padding: 0.9375rem 0;
    position: fixed;
    top: 0rem;
    transition: 0.35s ease-in-out;
    width: 16.25rem;
    z-index: 999;
  }
  .main-menu .logo {
    margin: 0 auto 1.25rem;
  }
  .main-menu .logo a {
    text-align: center;
    width: auto;
  }
}

@media (max-width: 992px) {
  .main-menu-inner {
    flex-direction: column;
    height: calc(100% - 80rem / 16);
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto;
  }
}

.main-menu .nav-link {
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 0.5rem 1.25rem;
}

@media (min-width: 992px) {
  .main-menu .nav-link:hover {
    color: #008919;
  }
}

@media (min-width: 992px) {
  .main-menu .nav-link {
    padding: 0.5rem 0.5rem;
  }
}

@media (min-width: 1200px) {
  .main-menu .nav-link {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}

@media (min-width: 1400px) {
  .main-menu .nav-link {
    font-size: 0.9375rem;
    padding: 0.5rem 1.0625rem;
  }
}

.main-menu .logo {
  height: auto;
  width: 212px;
}

.main-menu .link-hotline i {
  color: #636363;
}

.main-menu .link-hotline span {
  color: #636363;
}

.main-menu .link-address i {
  color: #636363;
}

.main-menu .link-address span {
  color: #636363;
}

@media (max-width: 992px) {
  .top-menu {
    display: none;
  }
}

.top-menu .nav-link {
  font-size: 0.875rem;
  padding: 1.25rem 0.9375rem 0.625rem;
}

.main-menu .nav,
.top-menu .nav {
  flex-direction: column;
}

@media (min-width: 992px) {
  .main-menu .nav,
  .top-menu .nav {
    margin-right: -0.625rem;
  }
}

@media (min-width: 1200px) {
  .main-menu .nav,
  .top-menu .nav {
    margin-right: -0.9375rem;
  }
}

@media (min-width: 1400px) {
  .main-menu .nav,
  .top-menu .nav {
    margin-right: -1.25rem;
  }
}

.main-menu .nav-link,
.top-menu .nav-link {
  align-items: center;
  color: #606060;
  display: flex;
  text-transform: uppercase;
}

.main-menu .nav-link.active, .main-menu .nav-link:hover,
.top-menu .nav-link.active,
.top-menu .nav-link:hover {
  color: #008919;
}

.main-menu .nav-link .bi,
.top-menu .nav-link .bi {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-left: 0.375rem;
  margin-top: -0.125rem;
}

@media (max-width: 992px) {
  .main-menu .nav-link,
  .top-menu .nav-link {
    border-bottom: 1px solid #f4f8ff;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: transform 0.5s ease,
 opacity 0.4s ease,
 max-height 0s step-end,
 max-width 0s step-end,
 padding 0s step-end;
    visibility: visible;
  }
  .dropdown:not(.dropdown-mega) .dropdown-content {
    max-height: 0;
    max-width: 0;
    min-width: 18.75rem;
  }
  .dropdown:not(.dropdown-mega) .dropdown-content .dropdown-item {
    padding: 0;
    white-space: normal;
  }
  .dropdown:not(.dropdown-mega):hover .dropdown-content {
    max-height: 1000px;
    max-width: 1000px;
  }
}

.dropdown-content {
  display: none;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  .dropdown-content {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    display: block;
    left: 0rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(40);
    transition: transform 0.1s ease,
 opacity 0.15s ease,
 max-height 0.15s step-end,
 max-width 0.15s step-end,
 padding 0.15s step-end;
    visibility: hidden;
    z-index: 100;
  }
}

@media (max-width: 992px) {
  .dropdown-content {
    border-bottom: 1px solid #f4f8ff;
    font-size: 0.8125rem;
    padding: 0.3125rem 0.25rem 0.625rem 0.25rem;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  outline: none;
}

.dropdown-link {
  color: #606060;
  display: block;
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .dropdown-link:focus, .dropdown-link:hover {
    background-color: #008919;
    color: #fff;
  }
}

.dropdown.active .bi-caret-down-fill::before {
  content: "\f235";
}

.dropdown:last-child .dropdown-content {
  left: inherit;
  right: 0;
}

.dropdown-mega {
  position: static;
}

@media (min-width: 992px) {
  .dropdown-mega .dropdown-content {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .dropdown-mega .dropdown-content {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .dropdown-mega .dropdown-content {
    border: 1px solid #eee;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    left: 50%;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: absolute;
    top: 7.375rem;
    transform: translateX(-50%) !important;
    z-index: 100;
  }
  .dropdown-mega .dropdown-content .dropdown-link {
    color: #008919;
    font-size: 1rem;
  }
}

.dropdown-mega .dropdown-content .dropdown-link {
  font-weight: 500;
  pointer-events: none;
}

.dropdown-mega .dropdown-content .navbar-nav {
  padding-left: 1rem;
}

.dropdown-mega .dropdown-content .navbar-nav a {
  border-bottom: 1px solid #f2f2f2;
  color: #606060;
  display: block;
  font-size: 0.875rem;
  padding: 0.625rem 0 0.5rem;
}

.dropdown-mega .dropdown-content .navbar-nav a:hover {
  color: #008919;
}

.wrapper {
  left: 0;
  position: relative;
  transition: 0.35s ease-in-out;
}

.open-menu .overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.open-menu .main-menu {
  left: 0;
}

.open-menu .btn-toggle {
  z-index: 200;
}

.open-menu .btn-toggle span {
  background-color: transparent !important;
}

.open-menu .btn-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.open-menu .btn-toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}

.open-menu .wrapper {
  position: relative;
  right: 16.25rem;
}

@media (max-width: 768px) {
  .nav-lang {
    flex-direction: row !important;
  }
}

.nav-lang .nav-item {
  align-items: center;
  display: flex;
}

.nav-lang .nav-link {
  align-items: center;
  display: flex;
  margin-left: 0.75rem;
  padding: 0;
}

/* --- #Widget --- */
/* ==========================================================================
   #Module Post
   ========================================================================== */
/* --- #Widget --- */
.section {
  padding: 3.25rem 0 3.875rem;
}

@media (max-width: 768px) {
  .section {
    padding: 1.25rem 0 1.875rem;
  }
}

.section-title {
  color: #111111;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .section-title {
    overflow: hidden;
  }
}

.section-title-inner {
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 2.1875rem;
  letter-spacing: -0.015em;
  line-height: 3.75rem;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
}

.section-title-inner:before, .section-title-inner:after {
  background-color: #dfdfdf;
  content: '';
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  width: 5rem;
}

.section-title-inner:before {
  left: -5.3125rem;
}

.section-title-inner:after {
  right: -5.3125rem;
}

.section-title-inner span:before, .section-title-inner span:after {
  background-color: #dfdfdf;
  content: '';
  height: 0.0625rem;
  position: absolute;
  top: calc(50% + 4px);
  width: 4.375rem;
}

.section-title-inner span:before {
  left: -4.6875rem;
}

.section-title-inner span:after {
  right: -4.6875rem;
}

@media (max-width: 992px) {
  .section-title-inner {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .section-title-inner {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}

.section-title.title-bg {
  margin-bottom: 0.8125rem;
  padding-bottom: 1rem;
  position: relative;
}

.section-title.title-bg:after {
  background: url("../images/icons/title_bg.png") no-repeat center top;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  height: 0.375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5rem;
}

.section-title.title-bg-black:after {
  background: url("../images/icons/title_bg-black.png") no-repeat center top;
  background-size: 100% 100%;
}

.section-desc {
  color: var(--bs-dark);
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-sub {
  margin-bottom: 1rem;
  text-align: center;
}

.section-sub a {
  color: #242424;
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
}

.section-sub a:hover {
  color: #008919;
}

.section-sub span {
  display: inline-block;
  margin: 0 1.0625rem;
}

.section-paralax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.4375rem 0 3.3125rem;
  position: relative;
}

.section-paralax:after {
  background: rgba(0, 0, 0, 0.9);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-paralax > * {
  position: relative;
  z-index: 1;
}

.section-background {
  background: url(../images/others/bg1.png) no-repeat bottom center;
  background-size: cover;
  padding: 2.875rem 0;
  position: relative;
}

@media (max-width: 992px) {
  .section-background {
    padding: 1.875rem 0;
  }
}

.section-about {
  background-image: url("../images/others/paralax-01.jpg");
  padding: 6.4375rem 0 6.6875rem;
}

.section-about:after {
  background: rgba(0, 128, 0, 0.44);
}

.section-about-title {
  border-left: 4px solid #fff;
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  margin-bottom: 2.25rem;
  padding-left: 1.375rem;
  padding-top: 0.25rem;
  position: relative;
  text-transform: uppercase;
}

.section-about-title:before, .section-about-title:after {
  background: #fff;
  content: '';
  height: 0.25rem;
  left: -0.25rem;
  position: absolute;
  width: 1.125rem;
}

.section-about-title:before {
  top: -0.25rem;
}

.section-about-title:after {
  bottom: -0.25rem;
}

.section-about-desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.9375rem;
  -webkit-line-clamp: 5;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.section-about-list {
  display: flex;
  margin-left: -2.25rem;
  margin-top: 1.125rem;
  padding: 0;
}

.section-about-list li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  list-style: none;
  margin-left: 2.25rem;
  text-align: center;
  width: 9.75rem;
}

.section-about-list li p {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .section-about-list li p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.section-about .youtube-view {
  padding-right: 1.5625rem;
  position: relative;
}

.section-about .youtube-view:after {
  border: 0.3125rem solid #999999;
  content: '';
  height: calc(100% + 82px);
  max-width: 20.125rem;
  position: absolute;
  right: 0;
  top: -2.6875rem;
  width: 100%;
  z-index: -1;
}

@media (min-width: 992px) {
  .section-about .youtube-view:after {
    height: calc(100% + 82px);
    width: 20.125rem;
  }
}

.section-about .btn-danger {
  height: 2.875rem;
  line-height: 2rem;
  padding-left: 1.25rem;
  padding-right: 3rem;
  position: relative;
}

.section-about .btn-danger:after {
  background: url("../images/icons/ico-viewmore.png") no-repeat top left;
  background-size: contain;
  content: '';
  height: 1rem;
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  width: 1rem;
  z-index: 1;
}

.section-register {
  background-image: url("../images/others/paralax-03.jpg");
  padding: 3.125rem 0 3.75rem;
}

.section-register:after {
  background: rgba(0, 0, 0, 0.62);
}

.section-register .reg-from .form-control {
  min-height: 2.5625rem;
}

.section-register .reg-from .frm-group {
  position: relative;
}

.section-register .reg-from .frm-group:before {
  color: #8c8c8c;
  content: '';
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 0.3125rem;
}

.section-register .reg-from .frm-group.frm-name:before {
  content: '\F4D7';
}

.section-register .reg-from .frm-group.frm-email:before {
  content: '\F32C';
}

.section-register .reg-from .frm-group.frm-phone:before {
  content: '\F4E7';
}

.section-register .reg-from .frm-group.frm-message {
  height: 100%;
}

.section-register .reg-from .frm-group.frm-message textarea {
  min-height: 6.25rem;
}

.section-register .reg-from .frm-group.frm-message:before {
  content: '\F3B9';
}

.section-register .reg-from .btn-success {
  background: #008919;
  height: 100%;
  width: 100%;
}

.section-custommer {
  background: #f8f8f8;
}

/* --- #Single --- */
.single-title {
  color: #008919;
}

@media (max-width: 768px) {
  .single-title {
    line-height: 1.875rem;
  }
}

.single-meta {
  align-items: center;
  font-size: 0.8125rem;
}

@media (max-width: 575px) {
  .single-meta {
    font-size: 0.75rem;
  }
}

.single-meta span {
  margin-top: 0.125rem;
}

.single-exerpt {
  font-weight: 700;
}

.single-content .list-arrow {
  list-style: none;
  margin-left: -4px;
  padding-left: 0;
}

.single-content .list-arrow li {
  margin-bottom: 0.3125rem;
  padding-left: 1.125rem;
  position: relative;
}

.single-content .list-arrow li::before {
  border: solid #606060;
  border-width: 0 0.0625rem 0.0625rem 0;
  content: "";
  left: 0rem;
  padding: 0.1875rem;
  position: absolute;
  top: 0.5rem;
  transform: rotate(-45deg);
  z-index: 1;
}

.single-content .iframe {
  display: block;
  height: 0;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.single-content .iframe iframe {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.single-content h1, .single-content .h1,
.single-content h2:not(.heading-title),
.single-content .h2:not(.heading-title),
.single-content h3,
.single-content .h3,
.single-content h4,
.single-content .h4,
.single-content h5,
.single-content .h5,
.single-content h6,
.single-content .h6 {
  margin-bottom: 0.625rem;
}

.single-content ul,
.single-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5625rem;
}

.single-content a {
  display: block;
  margin-bottom: 0.3125rem;
}

/* ==========================================================================
   #Module Slider
   ========================================================================== */
.slick-slider .slick-slide {
  position: relative;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider .slick-dots {
  bottom: 1.25rem;
}

@media (max-width: 575px) {
  .slick-slider .slick-dots {
    bottom: 0.75rem;
  }
}

.slick-slider .slick-dots li {
  height: 0.75rem;
  margin: 0 0.1875rem;
  width: 0.75rem;
}

@media (min-width: 768px) {
  .slick-slider .slick-dots li {
    height: 0.875rem;
    margin: 0 0.25rem;
    width: 0.875rem;
  }
}

.slick-slider .slick-dots li button {
  height: 0.75rem;
  width: 0.75rem;
}

@media (min-width: 768px) {
  .slick-slider .slick-dots li button {
    height: 0.875rem;
    width: 0.875rem;
  }
}

.slick-slider .slick-dots li button::before {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "";
  font-size: 0.875rem;
  height: 0.75rem;
  opacity: 1;
  width: 0.75rem;
}

@media (min-width: 768px) {
  .slick-slider .slick-dots li button::before {
    height: 0.875rem;
    width: 0.875rem;
  }
}

@media (max-width: 575px) {
  .slick-slider .slick-dots li button::before {
    font-size: 0.875rem;
  }
}

.slick-slider .slick-dots li.slick-active button::before {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
}

.slick-slider .slick-arrow {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  filter: alpha(opacity=100);
  flex-direction: row;
  font-size: 1.25rem;
  height: 2.5rem;
  justify-content: center;
  left: -2.5rem;
  opacity: 1;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s opacity;
  width: 1.3125rem;
  z-index: 10;
}

.slick-slider .slick-arrow:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.slick-slider .slick-arrow:after {
  content: "";
  height: 0rem;
  left: 0rem;
  position: absolute;
  top: 0rem;
  width: 0rem;
  z-index: 0;
}

.slick-slider .slick-arrow i {
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.125rem;
}

.slick-slider .slick-arrow:focus {
  outline: none;
}

@media (max-width: 992px) {
  .slick-slider .slide-prev {
    left: 0rem;
  }
}

.slick-slider .slide-prev:after {
  background: url("../images/icons/slide-prev.png");
  content: "";
  height: 2.8125rem;
  left: 0rem;
  position: absolute;
  top: 0rem;
  width: 2rem;
  z-index: 10;
}

.slick-slider .slide-prev-sm:after {
  background: url("../images/icons/slide-prev.png");
  background-size: 1.375rem 1.9375rem;
  content: "";
  height: 1.9375rem;
  left: 0rem;
  position: absolute;
  top: 0rem;
  width: 1.375rem;
  z-index: 10;
}

.slick-slider .slide-next {
  left: inherit;
  right: -2.5rem;
}

@media (max-width: 992px) {
  .slick-slider .slide-next {
    right: 0rem;
  }
}

.slick-slider .slide-next:after {
  background: url("../images/icons/slide-prev.png");
  content: "";
  height: 2.8125rem;
  left: 0rem;
  position: absolute;
  top: 0rem;
  transform: rotate(180deg);
  width: 2rem;
  z-index: 10;
}

.slick-slider .slide-next-sm:after {
  background: url("../images/icons/slide-prev.png");
  background-size: 1.375rem 1.9375rem;
  content: "";
  height: 1.9375rem;
  left: 0rem;
  position: absolute;
  top: 0rem;
  transform: rotate(180deg);
  width: 1.375rem;
  z-index: 10;
}

.main-slider.slick-dotted {
  margin-bottom: 0;
}

.main-slider-thumb {
  padding-bottom: 40%;
}

.main-slider-content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}

@media (max-width: 992px) {
  .main-slider-content {
    max-width: 100%;
  }
}

.main-slider-content h2, .main-slider-content .h2 {
  color: #ffffff;
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  text-shadow: #008919 3px 0px 0px, #008919 2.83487px 0.98158px 0px, #008919 2.35766px 1.85511px 0px, #008919 1.62091px 2.52441px 0px, #008919 0.70571px 2.91581px 0px, #008919 -0.28717px 2.98622px 0px, #008919 -1.24844px 2.72789px 0px, #008919 -2.07227px 2.16926px 0px, #008919 -2.66798px 1.37182px 0px, #008919 -2.96998px 0.42336px 0px, #008919 -2.94502px -0.5717px 0px, #008919 -2.59586px -1.50383px 0px, #008919 -1.96093px -2.27041px 0px, #008919 -1.11013px -2.78704px 0px, #008919 -0.13712px -2.99686px 0px, #008919 0.85099px -2.87677px 0px, #008919 1.74541px -2.43999px 0px, #008919 2.44769px -1.73459px 0px, #008919 2.88051px -0.83825px 0px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .main-slider-content h2, .main-slider-content .h2 {
    font-size: 4.39239vw;
    line-height: 1;
  }
}

.main-slider-content p {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 5.5625rem;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .main-slider-content p {
    font-size: 2.19619vw;
    line-height: 2.96706;
  }
}

.main-slider-content .btn {
  background-color: #008919;
  border-radius: 0;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.35);
  color: #fff;
  filter: alpha(opacity=100);
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 1.25rem;
  opacity: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
  transition: 0.3s opacity;
}

.main-slider-content .btn:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media (max-width: 575px) {
  .main-slider-content .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

.main-slider .slick-active .main-slider-thumb {
  -webkit-animation: fadeIn 1s both;
          animation: fadeIn 1s both;
}

.main-slider .slick-active .main-slider-content {
  -webkit-animation: fadeInUp 1s both 0.5s;
          animation: fadeInUp 1s both 0.5s;
}

.product-slider .card-product:focus {
  outline: none;
}

.product-slider .slick-list {
  margin: 0 -0.5rem;
}

@media (max-width: 575px) {
  .product-slider .slick-list {
    margin: 0 -0.25rem;
  }
}

.product-slider .product-item {
  padding: 0 0.5rem;
}

@media (max-width: 575px) {
  .product-slider .product-item {
    padding: 0 0.25rem;
  }
}

#project-slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

#project-slider .slick-list {
  padding: 0;
}

#project-slider .slide-prev {
  left: -1.875rem;
  top: 37.5%;
}

@media (max-width: 575px) {
  #project-slider .slide-prev {
    left: -0.3125rem;
  }
}

@media (min-width: 575px) and (max-width: 992px) {
  #project-slider .slide-prev {
    left: -1.3125rem;
  }
}

#project-slider .slide-next {
  left: inherit;
  right: -1.875rem;
  top: 37.5%;
}

@media (max-width: 575px) {
  #project-slider .slide-next {
    right: -0.3125rem;
  }
}

@media (min-width: 575px) and (max-width: 992px) {
  #project-slider .slide-next {
    right: -1.3125rem;
  }
}

#project-slider .product-item {
  padding: 0 0.625rem;
}

.partner-slider .slick-list {
  margin: 0 -0.375rem;
}

@media (max-width: 575px) {
  .partner-slider .slick-list {
    margin: 0 -0.25rem;
  }
}

.partner-slider-item {
  padding: 0 0.375rem;
}

@media (max-width: 575px) {
  .partner-slider-item {
    padding: 0 0.25rem;
  }
}

.partner-slider-item figure {
  align-items: center;
  border: 1px solid #ccc;
  display: flex !important;
  justify-content: center;
}

.partner-slider .ratio {
  border: 0.0625rem solid #cccccc;
  overflow: hidden;
}

.history-slider {
  margin-left: -1px;
  width: calc(100% - 2px);
}

.history-slider:before {
  background: #fff;
  content: "";
  height: 105%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.0625rem;
  z-index: 15;
}

.history-slider .slick-list {
  margin: 0 -0.625rem;
  padding: 0 3.75rem !important;
}

@media (max-width: 575px) {
  .history-slider .slick-list {
    margin: 0 -0.375rem;
  }
}

.history-slider .slick-list:before {
  background: #fff;
  content: "";
  height: 105%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 4.0625rem;
  z-index: 15;
}

.history-slider .slide-prev {
  left: 0.75rem;
  top: calc(50% + 24px) !important;
  z-index: 20;
}

.history-slider .slide-next {
  right: 0.75rem;
  top: calc(50% + 24px) !important;
}

.history-slider-item {
  padding: 0 0.625rem;
}

@media (max-width: 575px) {
  .history-slider-item {
    padding: 0 0.375rem;
  }
}

.history-slider .ratio {
  overflow: hidden;
}

.slider-labels {
  margin-top: 10px;
}

@media (max-width: 575px) {
  #product-single-slider .slick-arrow {
    height: calc(45 / 768 * 100vw);
    width: calc(32 / 768 * 100vw);
  }
  #product-single-slider .slick-arrow:after {
    background-size: calc(32 / 768 * 100vw) calc(45 / 768 * 100vw);
    height: calc(45 / 768 * 100vw);
    width: calc(32 / 768 * 100vw);
  }
}

#product-single-slider .slide-prev {
  left: 0.625rem;
}

#product-single-slider .slide-next {
  left: inherit;
  right: 1.4375rem;
}

@media (max-width: 575px) {
  #product-single-slider .slide-next {
    right: calc(23 / 768 * 100vw);
  }
}

/* --- #Widget --- */
.card {
  border-radius: 0;
}

.card-product {
  background: var(--bs-white);
  transition: box-shadow 0.35s;
}

.product-img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575px) {
  .product-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .product-title {
    font-size: 1rem;
  }
}

.product-rate .bi {
  color: #f9c800;
  margin: 0 0.1875rem;
}

.product-price {
  font-size: 0.875rem;
  font-weight: 400;
}

.product-price span {
  color: #fe0000;
  font-size: 1rem;
  font-weight: 700;
}

.product-sale {
  background: url(../images/icons/sale.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  padding-top: 0.625rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2.625rem;
  z-index: 1;
}

@media (max-width: 575px) {
  .product-sale {
    font-size: 0.75rem;
    font-weight: 700;
    height: 3rem;
    width: 2.25rem;
  }
}

.product-item .card {
  border: none;
}

.product-slider .card {
  border: 1px solid #dfdfdf;
}

.product-slider .card:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}

.product-single-content {
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.product-single-content .fs-15 {
  font-size: 0.9375rem;
}

.product-single-content .fs-16 {
  font-size: 1rem;
}

.product-single-content .fs-bold {
  font-weight: bold;
}

.product-single-content > p {
  display: flex;
}

.product-single-content > p span:nth-child(1) {
  flex: 0 0 10.9375rem;
  padding-right: 0.625rem;
}

@media (max-width: 425px) {
  .product-single-content > p span:nth-child(1) {
    flex: 0 0 7.8125rem;
  }
}

.product-single-content .map-container {
  height: 0;
  margin-top: 1.875rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.product-single-content .map-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-single-content .h3 {
  border-left: 0.25rem solid #000;
  font-size: 2.1875rem;
  line-height: 1;
  padding-left: 1.5625rem;
  padding-top: 0.625rem;
  position: relative;
}

.product-single-content .h3::before, .product-single-content .h3::after {
  background: #000;
  content: '';
  height: 0.25rem;
  left: -0.25rem;
  position: absolute;
  width: 1.125rem;
}

.product-single-content .h3::before {
  top: 0;
}

.product-single-content .h3::after {
  bottom: 0;
}

.product-single-content .h6 {
  color: #008919;
  font-weight: bold;
}

.product-single-content .icon--pro01 {
  background-image: url(../images/icons/product-att_1.png);
  background-position: 0 0;
  height: 17px;
  width: 20px;
}

.product-single-content .icon--pro02 {
  background-image: url(../images/icons/product-att_2.png);
  background-position: 0 0;
  height: 17px;
  width: 20px;
}

.product-single-content .icon--pro03 {
  background-image: url(../images/icons/product-att_3.png);
  background-position: 0 0;
  height: 24px;
  width: 19px;
}

.product-single-content .icon--pro04 {
  background-image: url(../images/icons/product-att_4.png);
  background-position: 0 0;
  height: 20px;
  width: 20px;
}

.product-single-content .btn-success {
  line-height: 2rem;
  padding-left: 0.4375rem;
  padding-right: 2.375rem;
  position: relative;
}

.product-single-content .btn-success:after {
  background: url("../images/icons/ico-viewmore.png") no-repeat top left;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 1rem;
  margin: auto;
  position: absolute;
  right: 1.1875rem;
  top: 0rem;
  width: 1rem;
  z-index: 1;
}

.product-single-thumb {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: 0.625rem;
}

.product-thumb-slider {
  margin: 0 0.3125rem;
}

.product-thumb-slider.slick-current {
  border: 1px solid #008919 !important;
}

.section-product .nav-tabs {
  border-bottom: none;
  justify-content: center;
}

.section-product .nav-link {
  background: #fff;
  border: 1px dashed #636363;
  border-radius: 2.75rem;
  color: #323232;
  height: 2.75rem;
  margin: 0 0.375rem;
  width: 10.5rem;
}

@media (max-width: 575px) {
  .section-product .nav-link {
    height: 2.75rem;
    width: 7.5rem;
  }
}

.section-product .nav-link.active {
  background: #008919;
  border: 1px solid #008919;
  color: #fff;
}

.section-product .tab-content {
  margin-top: 1.3125rem;
}

/* --- #Widget --- */
.widget {
  display: flex;
  flex-direction: column;
}

.widget-title {
  background: #008919;
  color: #fff;
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0;
  overflow: hidden;
  padding: 0.3125rem 1.25rem;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 992px) {
  .widget-title {
    flex-shrink: 0;
  }
}

.widget-menu .nav-link {
  border-bottom: 1px dotted #606060;
  color: #606060;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem 0.625rem;
  position: relative;
  text-transform: uppercase;
}

.widget-menu .nav-link::before {
  content: "";
  left: calc(2px);
  position: absolute;
  top: calc(19px);
  transition: left 0.35s;
  z-index: 1;
}

.widget-menu .nav-link:hover {
  color: #636363;
}

.widget-menu .nav-link:hover::before {
  left: 0.375rem;
}

.widget-post {
  padding-top: 0.625rem;
}

.widget-post .nav-item {
  display: flex;
  margin-bottom: 0.625rem;
}

.widget-post .nav-thumb {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  width: 30%;
}

@media (max-width: 575px) {
  .widget-post .nav-thumb {
    width: 36%;
  }
}

.widget-post .nav-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 0.3125rem;
}

.widget-post .nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
  padding-bottom: 0;
  padding-top: 0;
}

.widget-post .nav-desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .widget-post .nav-desc {
    display: none;
  }
}

.widget-scroll {
  max-height: 460px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}

.widget-social {
  align-items: center;
  display: flex;
}

.widget-social-text {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.125rem;
  margin-right: 1.125rem;
}

.widget-social-item {
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .widget-social-item {
    height: 1.875rem;
    width: 1.875rem;
  }
}

.widget-social-item:not(:last-child) {
  margin-right: 0.625rem;
}

.widget-social-link {
  align-items: center;
  background: #111;
  border-radius: 0.625rem;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.widget-social-link:hover {
  background-color: var(--bs-primary);
}

.widget-social-link .icon--facebook {
  background-image: url(../images/icons/ico-facebook.png);
  background-position: 0 0;
  height: 17px;
  width: 9px;
}

.widget-social-link .icon--youtube {
  background-image: url(../images/icons/ico-youtube.png);
  background-position: 0 0;
  height: 12px;
  width: 18px;
}

.widget-social-link .icon--zalo-bot {
  background-image: url(../images/icons/ico-zalo-bot.png);
  background-position: 0 0;
  height: 20px;
  width: 19px;
}

.widget-social-link .icon--ins {
  background-image: url(../images/icons/ico-ins.png);
  background-position: 0 0;
  height: 16px;
  width: 16px;
}

.widget-info-item {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.widget-info-item i {
  align-items: center;
  color: #008919;
  display: flex;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 1.125rem;
  margin-right: 0.3125rem;
  margin-top: 0.1875rem;
}

.widget-info-item p {
  flex: 1;
}

.widget-info-item p a {
  color: #111;
}

@media (min-width: 992px) {
  .widget-info-item p a {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}

.widget-product .widget-content {
  display: flex;
  flex-wrap: wrap;
}

.widget-product .form-check {
  flex: 0 0 50%;
}

.widget-contact {
  background: var(--bs-gray-100);
  padding: 2.5rem;
}

.widget-contact .contact-h2 {
  color: #008919;
  font-family: "WotfardR", "Arial", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}

.widget-payment {
  background: #008919;
  border-radius: 0.3125rem;
  margin-top: 1.375rem;
  padding: 0.75rem 1rem;
}

.widget-payment p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.widget-recent .recent-post + .recent-post {
  margin-top: 1.25rem;
}

.widget-recent .recent-post a {
  align-items: flex-start;
  display: flex;
}

.widget-recent .recent-photo {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 0.375rem;
  width: 110px;
}

.widget-recent .recent-photo img {
  width: 100%;
}

.widget-recent .recent-title {
  -webkit-box-orient: vertical;
  color: #008919;
  display: -webkit-box;
  font-size: 0.8125rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  line-height: 1.3125rem;
  margin-bottom: 0;
  margin-top: -0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.widget-recent .recent-desc {
  -webkit-box-orient: vertical;
  color: #111;
  display: -webkit-box;
  font-size: 0.6875rem;
  -webkit-line-clamp: 3;
  line-height: 1.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.widget-fanpage iframe {
  width: 100%;
}

.sidebar-list {
  background: #eeeeee;
  padding: 0.5rem 0.5rem 1.4375rem 1.125rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .sidebar-list {
    height: 100%;
  }
}

.sidebar-link {
  border-bottom: 1px dashed #b3b3b3;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0.75rem 0.625rem 0.5rem 2.1875rem;
  position: relative;
  text-transform: uppercase;
}

.sidebar-link:after {
  background: url("../images/icons/ico-sidebar.png");
  background-size: 100% 100%;
  content: '';
  height: 0.3125rem;
  left: 0.75rem;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  transition: transform ease-out .4s;
  width: 0.3125rem;
  z-index: 1;
}

.sidebar-link:hover:after {
  transform: translate(10px, -50%);
}

.cart-popup {
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  .cart-popup {
    padding: 0.625rem;
    top: 4.375rem;
  }
}

.widget-action-sticky {
  display: flex;
  flex-direction: column;
  height: auto;
  position: fixed;
  right: 1.0625rem;
  top: 17.25rem;
  width: 3.125rem;
  z-index: 1000;
}

@media (max-width: 768px) {
  .widget-action-sticky {
    bottom: 4.375rem;
    height: auto;
    height: auto;
    position: fixed;
    right: 0.625rem;
    top: auto;
    width: 2.25rem;
    z-index: 1000;
  }
}

.widget-action-link {
  margin: 0.6875rem 0;
}

.widget-action-link .icon {
  position: relative;
}

.widget-action-link .icon:after {
  background: rgba(0, 137, 25, 0.5);
  border-radius: 50%;
  content: '';
  display: block;
  height: calc(100% + 12px);
  left: -6px;
  position: absolute;
  top: -6px;
  width: calc(100% + 12px);
  z-index: -1;
}

@media (max-width: 768px) {
  .widget-action-link .icon:after {
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
  }
}

.widget-action-link .icon:hover:after {
  -webkit-animation: pulse 0.5s infinite;
          animation: pulse 0.5s infinite;
}

.service-item {
  margin-top: 0.5625rem;
}

@media (min-width: 575px) and (max-width: 992px) {
  .service-item {
    margin-top: 1.875rem;
  }
}

@media (max-width: 575px) {
  .service-item {
    margin-top: 1.875rem;
  }
}

.service-ico {
  display: block;
  margin-bottom: 1.125rem;
  text-align: center;
  transition: opacity .4s ease-out;
}

.service-ico:hover {
  opacity: .7;
}

.service-title {
  color: #fff;
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5625rem;
  margin-bottom: 0.0625rem;
  text-transform: uppercase;
}

.service-title a {
  color: inherit;
}

.service-text {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  margin-bottom: 0;
}

.icon--01 {
  background-image: url(../images/others/ico-01.png);
  background-position: 0 0;
  height: 72px;
  width: 72px;
}

.icon--02 {
  background-image: url(../images/others/ico-02.png);
  background-position: 0 0;
  height: 72px;
  width: 72px;
}

.icon--03 {
  background-image: url(../images/others/ico-03.png);
  background-position: 0 0;
  height: 72px;
  width: 72px;
}

.icon--04 {
  background-image: url(../images/others/ico-04.png);
  background-position: 0 0;
  height: 72px;
  width: 72px;
}

.icon--05 {
  background-image: url(../images/others/ico-05.png);
  background-position: 0 0;
  height: 72px;
  width: 72px;
}

.why-product {
  text-align: center;
}

.why-item {
  align-items: center;
  display: flex;
  margin-top: 0.9375rem;
}

@media (max-width: 992px) {
  .why-item {
    margin-top: 3.125rem;
  }
}

.why-item + .why-item {
  margin-top: 3.125rem;
}

@media (max-width: 575px) {
  .why-item + .why-item {
    margin-top: 1.25rem;
  }
}

@media (max-width: 575px) {
  .why-item {
    margin-top: 1.25rem;
  }
}

.why-icon {
  flex-shrink: 0;
  margin-right: 1.875rem;
}

@media (max-width: 768px) {
  .why-icon img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .why-icon {
    width: 3.6875rem;
  }
}

.why-icon.order-lg-2 {
  margin-left: 1.875rem;
  margin-right: 0;
}

@media (max-width: 992px) {
  .why-icon.order-lg-2 {
    margin-left: 0;
    margin-right: 1.875rem;
  }
}

.why-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.why-desc {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.project-list .slick-track {
  display: flex;
}

.project-list .slick-slide {
  float: none !important;
  height: auto;
}

.project-item {
  display: flex !important;
  flex-direction: column;
  margin-top: 0;
}

@media (max-width: 992px) {
  .project-item {
    margin-top: 1.875rem;
  }
}

.project-content {
  background: var(--bs-white);
  border-radius: 0 0 0.3125rem 0.3125rem;
  flex: 1 1 auto;
  padding: 0.625rem 0;
}

.project-photo {
  border: 1px solid #dfdfdf;
  flex-shrink: 0;
  overflow: hidden;
}

.project-img {
  width: 100%;
}

.project-title {
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.75rem;
  margin-bottom: 0.4375rem;
  text-transform: uppercase;
}

.section-project {
  padding: 2.8125rem 0;
}

@media (max-width: 768px) {
  .section-project {
    padding: 1.875rem 0;
  }
}

.section-project .section-desc {
  margin-bottom: 0.875rem;
}

.review-list .review-item {
  padding: 0 1.125rem;
}

.review-content {
  background: #f4f8ff;
  border-radius: 0.3125rem;
  margin-bottom: 1.3125rem;
  padding: 1rem;
  position: relative;
}

.review-content p {
  color: #2c2c2c;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  margin-bottom: 0;
}

.review-content:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f4f8ff;
  bottom: -0.5rem;
  content: '';
  left: 5.5rem;
  position: absolute;
  width: 0rem;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .review-content:after {
    bottom: -0.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0rem;
    z-index: 0;
  }
}

.review-bottom {
  display: flex;
  padding: 0 3.25rem 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .review-bottom {
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
}

.review-photo {
  border: 1px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  height: 4.9375rem;
  margin-right: 1rem;
  overflow: hidden;
  width: 4.9375rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .review-photo {
    margin-right: 0;
  }
}

.review-detail {
  padding-top: 2.25rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .review-detail {
    padding-top: 0.625rem;
    text-align: center;
  }
}

.review-title {
  color: #a4a4a4;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.review-rate {
  margin: 0;
}

.review-rate .bi {
  color: #f0ca6c;
  font-size: 0.625rem;
  margin: 0 0.0625rem;
}

.icon--customer01 {
  background-image: url(../images/sprite.png);
  background-position: -1px 121px;
  height: 83px;
  width: 83px;
}

.icon--customer02 {
  background-image: url(../images/sprite.png);
  background-position: -84px 121px;
  height: 83px;
  width: 83px;
}

.icon--customer03 {
  background-image: url(../images/sprite.png);
  background-position: -166px 121px;
  height: 83px;
  width: 83px;
}

.video-photo {
  display: block;
  margin-bottom: 0.875rem;
}

.video-photo img {
  height: auto;
  width: 100%;
}

.video-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .video-detail {
    padding: 0 0 0.625rem;
  }
}

.video-date {
  align-items: center;
  background: #008919;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "Roboto", "Arial", sans-serif;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 0.4375rem;
  width: 3.75rem;
}

.video-date span {
  align-items: center;
  background: #f4f4f4;
  color: #008919;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  height: 1.9375rem;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 100%;
}

.video-date em {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.video-title {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .video-title {
    font-size: 0.9375rem;
  }
}

@media (max-width: 992px) {
  .video-title {
    font-size: 0.8125rem;
  }
}

.video-desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.875rem;
  -webkit-line-clamp: 3;
  line-height: 1.5625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

@media (max-width: 768px) {
  .video-desc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

.video-play {
  background: url("../images/icons/play.png");
  background-size: contain;
  border-radius: 50%;
  display: block;
  height: 2.5625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5625rem;
  z-index: 10;
}

.video-play:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.3s opacity;
}

.video-play:hover:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.video .youtube-view .video-play {
  height: 4.8125rem;
  width: 4.8125rem;
}

.youtube-select .form-select {
  background-image: url(../images/icons/arrow-down.png);
  background-size: 13px 9px;
  border-radius: 0;
  cursor: pointer;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
}

.contact-h2 {
  color: #008919;
  font-size: 1.6875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.contact-h3 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

.contact-h3:after {
  background: #d60c0c;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 3.625rem;
}

.contact-ico {
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 3.875rem;
  justify-content: center;
  width: 3.875rem;
}

.contact-ico + p {
  font-size: 0.9375rem;
}

.contact-ico .bi {
  font-size: rem(24);
}

.contact-ctn-form {
  padding: 3.75rem 1.25rem;
}

.contact-thumb {
  overflow: hidden;
}

.contact-thumb img {
  height: auto;
  width: 100%;
}

.contact .form-control {
  border-radius: 2em;
  padding: 0.5625rem 1.25rem;
}

.contact textarea {
  border-radius: 1.125rem;
  height: 100%;
  min-height: 11.875rem;
}

.contact #send {
  border-radius: 1.875rem;
  width: 11.625rem;
}

.contact .map-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.contact .map-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact .frm-group {
  position: relative;
}

.statistical-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

@media (max-width: 992px) {
  .statistical-list {
    margin-top: -1.875rem;
  }
}

.statistical-item {
  display: flex !important;
  flex-direction: column;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .statistical-item {
    margin-top: 1.875rem;
  }
}

.statistical-detail {
  flex: 1 1 auto;
  padding: 0.625rem 0;
}

.statistical-icon {
  height: 6.8125rem;
  margin: 0 auto 1.625rem;
  width: 6.8125rem;
}

.statistical-title {
  color: #008919;
  font-family: "SanomatSansB", "Arial", sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 2.8125rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

.statistical-desc {
  color: var(--bs-white);
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

.post-title > a {
  color: #008919;
  font-size: 0.9375rem;
}

@media (max-width: 575px) {
  .post-title > a {
    display: block;
    font-size: calc(.675rem + 0.7vw);
    line-height: calc(1rem + 0.7vw);
    margin-bottom: 0.3125rem;
  }
}

.post-title-main {
  border-bottom: 1px solid #d7d8da;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 2.8125rem;
  margin-bottom: 1.375rem;
  position: relative;
}

.post-title-main::after {
  background: #d60c0c;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 8.375rem;
}

.post-thumb {
  border: 1px solid #008919;
  display: block;
  padding: 0.3125rem;
}

.post-desc {
  font-size: 0.875rem;
}

/* Pages */
.c-timeline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  position: relative;
  width: 100%;
}

.c-timeline:before {
  background: #787878;
  bottom: 0;
  content: '';
  height: 0.25rem;
  left: calc(var(--bs-gutter-x) * 0.5);
  position: absolute;
  width: calc(100% - var(--bs-gutter-x) - 10px);
}

.c-timeline:after {
  border: 0.75rem solid transparent;
  border-left-color: #787878;
  bottom: -0.625rem;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.c-timeline li {
  font-weight: bold;
  margin: 0 1.25rem;
}

.history-time {
  display: block;
  font-weight: bold;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
  text-align: center;
}

.history-title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5625rem;
  margin-bottom: 1.25rem;
}

.history-slider {
  position: relative;
}

.history-slider:after {
  border: 15px solid transparent;
  border-top: 15px solid #008919;
  bottom: -30px;
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .history-single-item-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .history-single-photo {
    width: calc(60% - 10px);
  }
}

@media (min-width: 769px) {
  .history-single-detail {
    width: calc(40% - 10px);
  }
}

.ratio-6x4 {
  --bs-aspect-ratio: calc(4 / 6 * 100%);
}

/* Utils */
/* --- #Animations --- */
.ani-opa075 {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.3s opacity;
}

.ani-opa075:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.ani-opa05 {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.3s opacity;
}

.ani-opa05:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.ani-zoom {
  overflow: hidden;
}

.ani-zoom img {
  display: block;
  transition-duration: 0.35s;
}

.ani-zoom:hover img {
  transform: scale(1.1);
}

.ani-zoomOut {
  background-color: #fff;
  overflow: hidden;
}

.ani-zoomOut > img {
  display: block;
  transition-duration: 0.5s;
}

.ani-zoomOut:hover > img {
  transform: translate(-50%, -50%) scale(1.1);
}

.ani-zoomOut.thumbnail:hover > img {
  transform: translate(-50%, -50%) scale(0.8);
}

.ani-zoomOut.thumbnail__object-fit:hover > img {
  transform: translate(-50%, -50%) scale(0.8);
}

.ani-scrollOn {
  -webkit-animation: scrollOn 1s ease-in-out forwards;
          animation: scrollOn 1s ease-in-out forwards;
}

.ani-scrollOff {
  -webkit-animation: scrollOff 375ms ease-in-out forwards;
          animation: scrollOff 375ms ease-in-out forwards;
}

.ani-loader {
  position: relative;
}

.ani-loader::after {
  -webkit-animation: loader infinite linear 1s;
          animation: loader infinite linear 1s;
  border: 3px solid #fff;
  border-radius: 100%;
  border-top: 3px solid transparent;
  content: "";
  height: 2.5pxrem;
  left: calc(50% - 20px);
  position: absolute;
  top: calc(50% - 20px);
  width: 2.5pxrem;
  z-index: 100;
}

.ani-loader2 {
  -webkit-animation: load2 1.3s infinite linear;
  animation: load2 1.3s infinite linear;
  border-radius: 50%;
  color: #000;
  font-size: 0.4375rem;
  height: 1em;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 1em;
}

@media (max-width: 768px) {
  .ani-loader2 {
    font-size: 0.3125rem;
    margin: 40px auto;
  }
}

.ani-backdrop::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0rem;
  opacity: 0;
  position: absolute;
  top: 0rem;
  transition: 0.2s ease-in-out;
  width: 100%;
  z-index: 3;
}

.ani-backdrop:hover::before {
  opacity: 0.5;
}

.ani-ltr {
  -webkit-animation: linear infinite linear;
  animation: run 0.75s infinite linear;
}

@keyframes run {
  0% {
    margin-left: 0.3125rem;
  }
  50% {
    margin-left: 0.625rem;
  }
  100% {
    margin-left: 0.3125rem;
  }
}

@-webkit-keyframes run {
  0% {
    margin-left: 0.3125rem;
  }
  50% {
    margin-left: 0.625rem;
  }
  100% {
    margin-left: 0.3125rem;
  }
}

@-webkit-keyframes scrollOn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes scrollOn {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes scrollOff {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(10%);
  }
}

@keyframes scrollOff {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(10%);
  }
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) opacity 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) opacity 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load2 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em,
 -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
 -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load2 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0,
 -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em,
 -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
 -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
 -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-20px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-20px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@-webkit-keyframes fadeInLeftCenter {
  0% {
    opacity: 0;
    transform: translate(-55%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes fadeInLeftCenter {
  0% {
    opacity: 0;
    transform: translate(-55%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loading-text ul {
  margin-top: 1.875rem;
}

.loading-text ul li {
  -webkit-animation: anime 1.5s infinite linear;
          animation: anime 1.5s infinite linear;
  display: inline-block;
  font-family: var(--bs-font-monospace);
  font-size: 1.875rem;
  letter-spacing: 1px;
}

@-webkit-keyframes anime {
  0% {
    color: #808080;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }
  100% {
    color: #808080;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

@keyframes anime {
  0% {
    color: #808080;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
  50% {
    color: #ffc107;
    letter-spacing: 5px;
    text-shadow: 5px 10px 1px #000;
    transform: translateY(-10px);
  }
  100% {
    color: #808080;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #000;
    transform: translateY(0);
  }
}

.loading-text ul li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loading-text ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading-text ul li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading-text ul li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading-text ul li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading-text ul li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading-text ul li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* --- #Custom --- */
/* Background
------------------------------- */
.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.35s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 102;
}

.loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0rem;
  padding-bottom: 3.125rem;
  position: fixed;
  top: 0rem;
  width: 100%;
  z-index: 100001;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0.625rem;
}

.scrollbar::-webkit-scrollbar {
  background-color: transparent;
  height: 0.375rem;
  width: 0.25rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
}

.scrollbar--525 {
  max-height: 525px;
}

.no-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0.625rem;
}

.no-scrollbar::-webkit-scrollbar {
  background-color: transparent;
  height: 0;
  width: 0;
}

.no-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
}

.map {
  display: block;
  position: relative;
  width: 100%;
}

.map iframe {
  border: 1px solid #cdcdcd !important;
  display: block;
  margin-bottom: 2.1875rem;
  width: 100%;
}

@media (min-width: 992px) {
  .border-lg-end {
    border-right: 1px solid #dee2e6 !important;
  }
}

.line {
  background-color: #dee2e6;
  display: block;
  height: 0.0625rem;
  margin-top: 1rem;
  width: 100%;
}

.bg-gray {
  background-color: #606060;
}

#goTop {
  align-items: center;
  background-color: #008919;
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  height: 3.125rem;
  justify-content: center;
  left: 1.875rem;
  opacity: 0;
  position: fixed;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 3.125rem;
  z-index: 1000;
}

@media (max-width: 992px) {
  #goTop {
    bottom: 4.375rem;
    height: 3.125rem;
    left: 1.25rem;
    position: fixed;
    width: 3.125rem;
    z-index: 1000;
  }
}

@media (max-width: 575px) {
  #goTop {
    bottom: 4.375rem;
    height: 3.125rem;
    left: 0.75rem;
    position: fixed;
    width: 3.125rem;
    z-index: 1000;
  }
}

#goTop .bi {
  color: #fff;
  font-size: 1.875rem;
}

#goTop.show {
  opacity: 1;
  visibility: visible;
}

.ff-heading {
  font-family: "SanomatSansB", "Arial", sans-serif;
}

.icon--call {
  align-items: center;
  background: #008919 url(../images/icons/ico-call.png) center center no-repeat;
  background-size: 26px 26px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  visibility: visible;
  width: 3.125rem;
}

@media (max-width: 768px) {
  .icon--call {
    background: #008919 url(../images/icons/ico-call.png) center center no-repeat;
    background-size: 15px 15px;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.icon--zalo {
  align-items: center;
  background: #008919 url(../images/icons/ico-zalo.png) center center no-repeat;
  background-size: 32px 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  visibility: visible;
  width: 3.125rem;
}

@media (max-width: 768px) {
  .icon--zalo {
    background: #008919 url(../images/icons/ico-zalo.png) center center no-repeat;
    background-size: 15px 15px;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.icon--mess {
  align-items: center;
  background: #008919 url(../images/icons/ico-message.png) center center no-repeat;
  background-size: 26px 26px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  visibility: visible;
  width: 3.125rem;
}

@media (max-width: 768px) {
  .icon--mess {
    background: #008919 url(../images/icons/ico-message.png) center center no-repeat;
    background-size: 15px 15px;
    height: 1.875rem;
    width: 1.875rem;
  }
}

.icon-lang-vi {
  background-image: url(../images/icons/lang-vi.png);
  background-position: 0 0;
  height: 12px;
  width: 18px;
}

.icon-lang-en {
  background-image: url(../images/icons/lang-en.png);
  background-position: 0 0;
  height: 12px;
  width: 18px;
}

.alo-phone {
  background-color: transparent;
  bottom: 3.75rem;
  cursor: pointer;
  height: 6.875rem;
  left: 0rem;
  position: fixed;
  visibility: visible;
  width: 6.875rem;
  z-index: 1000;
}

.alo-ph-img-circle {
  background: #bba363 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  background-color: #b39851;
  background-size: 70%;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 43px;
  opacity: 0.7;
  position: absolute;
  top: 43px;
  transform-origin: 50% 50%;
  transition: all 0.2s ease-in-out;
  width: 30px;
}

.alo-ph-circle {
  background-color: transparent;
  border: 2px solid #b39851;
  border-radius: 100%;
  height: 90px;
  left: 12px;
  opacity: 0.5;
  position: absolute;
  top: 12px;
  width: 90px;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.alo-ph-circle-fill {
  background-color: #b39851;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 60px;
  left: 28px;
  opacity: 0.75 !important;
  position: absolute;
  top: 28px;
  transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  width: 60px;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* --- #Display --- */
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .only-tablet {
    display: none !important;
  }
}

.zi-fixed {
  z-index: 1030;
}

.of-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

/* --- #Spacing --- */
.ml-12 {
  margin-left: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-12 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-10 {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.p-10 {
  padding: 0.625rem;
}

.w-250 {
  width: 15.625rem !important;
}

@media (min-width: 769px) {
  .w-pc-250 {
    width: 15.625rem !important;
  }
}

@media (max-width: 768px) {
  .w-sp-250 {
    width: 15.625rem !important;
  }
}

/* --- #Typo --- */
/* Line Height
------------------------------- */
.lh-30 {
  line-height: 1.875rem !important;
}

/* Border radius
------------------------------- */
.br-13 {
  border-radius: 0.8125rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

/*# sourceMappingURL=maps/main.min.css.map */
