/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/swiper-bundle.css ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./public/static/cn/_xbuilder/app.less ***!
  \**************************************************************************************************************************************************************************************/
/* ------------------------------------------------
公共参数--颜色
--------------------------------------------------*/
/* ------------------------------------------------
公共参数--字体
--------------------------------------------------*/
/* ------------------------------------------------
组件--Grid
--------------------------------------------------*/
/* ---------------------------------------------
 * Bootstrap4.6部分-configuration文件夹
--------------------------------------------- */
/* 方式一：使用min-width方式进行排序 */
.container,
.container-full,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0.075rem;
  padding-left: 0.075rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .responsive-container,
  .container,
  .container-sm {
    max-width: 5.4rem;
  }
}
@media (min-width: 768px) {
  .responsive-container,
  .container,
  .container-md {
    max-width: 7.2rem;
  }
}
@media (min-width: 992px) {
  .responsive-container,
  .container,
  .container-lg {
    max-width: 9.6rem;
  }
}
@media (min-width: 1200px) {
  .responsive-container,
  .container,
  .container-xl {
    max-width: 11.4rem;
  }
}
@media (min-width: 1400px) {
  .responsive-container,
  .container,
  .container-xxl {
    max-width: 13.2rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.075rem;
  margin-left: -0.075rem;
}
.grid-column,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.075rem;
  padding-left: 0.075rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* normalize.css v8.0.1 | MIT 许可证 | github.com/necolas/normalize.css */
/* 文档
   ========================================================================== */
/**
 * 1. 在所有浏览器中更新行高
 * 2. 防止 iOS 横竖屏切换时调整字体大小
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 1 */
}
html {
  line-height: 1.67;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 625%;
}
/* 章节元素
    ========================================================================== */
/**
  * 在所有浏览器上移除外边距
  */
body {
  margin: 0;
  font-family: Saira Expanded, sans-serif;
  font-size: 0.14rem;
  line-height: 1.67;
  color: #303134;
  background-color: #fff;
}
/* 分组内容
}

/**
  * 在 IE 中保持 `main` 元素渲染一致性
  */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
/* 分组内容
    ========================================================================== */
/**
  * 1. 在 Firefox 中修正盒子模型
  * 2. 在 Edge 和 IE 中显示溢出内容
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
  * 1. 修正所有浏览器中字体大小的继承和缩放问题
  * 2. 修正所有浏览器中奇怪的 `em` 字体大小问题
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 文本级语义
    ========================================================================== */
/**
  * 移除 IE 10 中活动链接的灰色背景
  */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #602b87;
}
/**
  * 1. 移除 Chrome 57- 版本中的底部边框
  * 2. 在 Chrome、Edge、IE、Opera 和 Safari 中添加正确的文本装饰
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
  * 在 Chrome、Edge 和 Safari 中添加正确的字体粗细
  */
b,
strong {
  font-weight: bolder;
}
/**
  * 1. 修正所有浏览器中字体大小的继承和缩放问题
  * 2. 修正所有浏览器中奇怪的 `em` 字体大小问题
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
  * 在所有浏览器中添加正确的字体大小
  */
small {
  font-size: 80%;
}
/**
  * 防止 `sub` 和 `sup` 元素影响所有浏览器中的行高
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* 嵌入内容
    ========================================================================== */
/**
  * 移除 IE 10 中链接内图片的边框
  */
img {
  border-style: none;
}
/* 表单
    ========================================================================== */
/**
  * 1. 改变所有浏览器中的字体样式
  * 2. 移除 Firefox 和 Safari 中的外边距
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
  * 在 IE 中显示溢出
  * 1. 在 Edge 中显示溢出
  */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none;
  border: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  background-color: #fff !important;
}
/**
  * 移除 Edge、Firefox 和 IE 中文本转换的继承
  * 1. 移除 Firefox 中文本转换的继承
  */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
  * 修正 iOS 和 Safari 中无法样式化可点击类型的问题
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
  * 移除 Firefox 中的内部边框和内边距
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
  * 恢复被上一条规则取消的焦点样式
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
  * 修正 Firefox 中的内边距
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
  * 1. 修正 Edge 和 IE 中的文本换行
  * 2. 修正 IE 中从 `fieldset` 元素继承的颜色
  * 3. 移除内边距，防止开发者在所有浏览器中
  *    将 `fieldset` 元素归零时被意外捕获
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
  * 在 Chrome、Firefox 和 Opera 中添加正确的垂直对齐
  */
progress {
  vertical-align: baseline;
}
/**
  * 移除 IE 10+ 中的默认垂直滚动条
  */
textarea {
  overflow: auto;
}
/**
  * 1. 在 IE 10 中添加正确的盒子模型
  * 2. 移除 IE 10 中的内边距
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 修正 Chrome 中增减按钮的光标样式
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
  * 1. 修正 Chrome 和 Safari 中的奇怪外观
  * 2. 修正 Safari 中的轮廓样式
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
  * 移除 macOS 上 Chrome 和 Safari 的内部内边距
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * 1. 修正 iOS 和 Safari 中无法样式化可点击类型的问题
  * 2. 在 Safari 中将字体属性改为 `inherit`
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 交互元素
    ========================================================================== */
/*
  * 在 Edge、IE 10+ 和 Firefox 中添加正确的显示方式
  */
details {
  display: block;
}
/*
  * 在所有浏览器中添加正确的显示方式
  */
summary {
  display: list-item;
}
/* 杂项
    ========================================================================== */
/**
  * 在 IE 10+ 中添加正确的显示方式
  */
template {
  display: none;
}
/**
  * 在 IE 10 中添加正确的显示方式
  */
[hidden] {
  display: none;
}
/* 以下是自定义部分 */
/* 重置 UL 样式 */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
/* 重置 H 标签样式，方便在主样式表中自定义 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--xb-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --xb-aspect-ratio: 100%;
}
.ratio-4x3 {
  --xb-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --xb-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --xb-aspect-ratio: calc(9 / 21 * 100%);
}
.gutter {
  --xb-gutter: 0.15rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-0 {
  --xb-gutter: 0;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-0 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-d {
  --xb-gutter: 0.15rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-d > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n01 {
  --xb-gutter: 0.01rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n01 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n02 {
  --xb-gutter: 0.02rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n02 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n03 {
  --xb-gutter: 0.03rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n03 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n04 {
  --xb-gutter: 0.04rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n04 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n05 {
  --xb-gutter: 0.05rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n05 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n10 {
  --xb-gutter: 0.1rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n10 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n15 {
  --xb-gutter: 0.15rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n15 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n20 {
  --xb-gutter: 0.2rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n20 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n25 {
  --xb-gutter: 0.25rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n25 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n30 {
  --xb-gutter: 0.3rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n30 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n35 {
  --xb-gutter: 0.35rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n35 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n40 {
  --xb-gutter: 0.4rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n40 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n45 {
  --xb-gutter: 0.45rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n45 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n50 {
  --xb-gutter: 0.5rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n50 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n55 {
  --xb-gutter: 0.55rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n55 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n60 {
  --xb-gutter: 0.6rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n60 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n65 {
  --xb-gutter: 0.65rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n65 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n70 {
  --xb-gutter: 0.7rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n70 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n75 {
  --xb-gutter: 0.75rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n75 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n80 {
  --xb-gutter: 0.8rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n80 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n85 {
  --xb-gutter: 0.85rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n85 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n90 {
  --xb-gutter: 0.9rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n90 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n95 {
  --xb-gutter: 0.95rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n95 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-n100 {
  --xb-gutter: 1rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-n100 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-1 {
  --xb-gutter: 0.1rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-1 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-2 {
  --xb-gutter: 0.2rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-2 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-3 {
  --xb-gutter: 0.3rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-3 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-4 {
  --xb-gutter: 0.4rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-4 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-5 {
  --xb-gutter: 0.5rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-5 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-6 {
  --xb-gutter: 0.6rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-6 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-7 {
  --xb-gutter: 0.7rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-7 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-8 {
  --xb-gutter: 0.8rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-8 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-9 {
  --xb-gutter: 0.9rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-9 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-10 {
  --xb-gutter: 1rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-10 > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-2x {
  --xb-gutter: 0.3rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-2x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-3x {
  --xb-gutter: 0.45rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-3x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-4x {
  --xb-gutter: 0.6rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-4x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-5x {
  --xb-gutter: 0.75rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-5x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-6x {
  --xb-gutter: 0.9rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-6x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-7x {
  --xb-gutter: 1.05rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-7x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-8x {
  --xb-gutter: 1.2rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-8x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-9x {
  --xb-gutter: 1.35rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-9x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.gutter-10x {
  --xb-gutter: 1.5rem;
  margin-left: calc(var(--xb-gutter) / -2);
  margin-right: calc(var(--xb-gutter) / -2);
  margin-bottom: calc(-1 * var(--xb-gutter));
}
.gutter-10x > * {
  padding-left: calc(var(--xb-gutter) / 2);
  padding-right: calc(var(--xb-gutter) / 2);
  margin-bottom: var(--xb-gutter);
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.m-d {
  margin: 0.15rem;
}
.mt-d {
  margin-top: 0.15rem;
}
.mr-d {
  margin-right: 0.15rem;
}
.mb-d {
  margin-bottom: 0.15rem;
}
.ml-d {
  margin-left: 0.15rem;
}
.mx-d {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.my-d {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.p-d {
  padding: 0.15rem;
}
.pt-d {
  padding-top: 0.15rem;
}
.pr-d {
  padding-right: 0.15rem;
}
.pb-d {
  padding-bottom: 0.15rem;
}
.pl-d {
  padding-left: 0.15rem;
}
.px-d {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.py-d {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.m-n01 {
  margin: 0.01rem;
}
.mt-n01 {
  margin-top: 0.01rem;
}
.mr-n01 {
  margin-right: 0.01rem;
}
.mb-n01 {
  margin-bottom: 0.01rem;
}
.ml-n01 {
  margin-left: 0.01rem;
}
.mx-n01 {
  margin-left: 0.01rem;
  margin-right: 0.01rem;
}
.my-n01 {
  margin-top: 0.01rem;
  margin-bottom: 0.01rem;
}
.p-n01 {
  padding: 0.01rem;
}
.pt-n01 {
  padding-top: 0.01rem;
}
.pr-n01 {
  padding-right: 0.01rem;
}
.pb-n01 {
  padding-bottom: 0.01rem;
}
.pl-n01 {
  padding-left: 0.01rem;
}
.px-n01 {
  padding-left: 0.01rem;
  padding-right: 0.01rem;
}
.py-n01 {
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
}
.m-n02 {
  margin: 0.02rem;
}
.mt-n02 {
  margin-top: 0.02rem;
}
.mr-n02 {
  margin-right: 0.02rem;
}
.mb-n02 {
  margin-bottom: 0.02rem;
}
.ml-n02 {
  margin-left: 0.02rem;
}
.mx-n02 {
  margin-left: 0.02rem;
  margin-right: 0.02rem;
}
.my-n02 {
  margin-top: 0.02rem;
  margin-bottom: 0.02rem;
}
.p-n02 {
  padding: 0.02rem;
}
.pt-n02 {
  padding-top: 0.02rem;
}
.pr-n02 {
  padding-right: 0.02rem;
}
.pb-n02 {
  padding-bottom: 0.02rem;
}
.pl-n02 {
  padding-left: 0.02rem;
}
.px-n02 {
  padding-left: 0.02rem;
  padding-right: 0.02rem;
}
.py-n02 {
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
}
.m-n03 {
  margin: 0.03rem;
}
.mt-n03 {
  margin-top: 0.03rem;
}
.mr-n03 {
  margin-right: 0.03rem;
}
.mb-n03 {
  margin-bottom: 0.03rem;
}
.ml-n03 {
  margin-left: 0.03rem;
}
.mx-n03 {
  margin-left: 0.03rem;
  margin-right: 0.03rem;
}
.my-n03 {
  margin-top: 0.03rem;
  margin-bottom: 0.03rem;
}
.p-n03 {
  padding: 0.03rem;
}
.pt-n03 {
  padding-top: 0.03rem;
}
.pr-n03 {
  padding-right: 0.03rem;
}
.pb-n03 {
  padding-bottom: 0.03rem;
}
.pl-n03 {
  padding-left: 0.03rem;
}
.px-n03 {
  padding-left: 0.03rem;
  padding-right: 0.03rem;
}
.py-n03 {
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
}
.m-n04 {
  margin: 0.04rem;
}
.mt-n04 {
  margin-top: 0.04rem;
}
.mr-n04 {
  margin-right: 0.04rem;
}
.mb-n04 {
  margin-bottom: 0.04rem;
}
.ml-n04 {
  margin-left: 0.04rem;
}
.mx-n04 {
  margin-left: 0.04rem;
  margin-right: 0.04rem;
}
.my-n04 {
  margin-top: 0.04rem;
  margin-bottom: 0.04rem;
}
.p-n04 {
  padding: 0.04rem;
}
.pt-n04 {
  padding-top: 0.04rem;
}
.pr-n04 {
  padding-right: 0.04rem;
}
.pb-n04 {
  padding-bottom: 0.04rem;
}
.pl-n04 {
  padding-left: 0.04rem;
}
.px-n04 {
  padding-left: 0.04rem;
  padding-right: 0.04rem;
}
.py-n04 {
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
}
.m-n05 {
  margin: 0.05rem;
}
.mt-n05 {
  margin-top: 0.05rem;
}
.mr-n05 {
  margin-right: 0.05rem;
}
.mb-n05 {
  margin-bottom: 0.05rem;
}
.ml-n05 {
  margin-left: 0.05rem;
}
.mx-n05 {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.my-n05 {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.p-n05 {
  padding: 0.05rem;
}
.pt-n05 {
  padding-top: 0.05rem;
}
.pr-n05 {
  padding-right: 0.05rem;
}
.pb-n05 {
  padding-bottom: 0.05rem;
}
.pl-n05 {
  padding-left: 0.05rem;
}
.px-n05 {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.py-n05 {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.m-n10 {
  margin: 0.1rem;
}
.mt-n10 {
  margin-top: 0.1rem;
}
.mr-n10 {
  margin-right: 0.1rem;
}
.mb-n10 {
  margin-bottom: 0.1rem;
}
.ml-n10 {
  margin-left: 0.1rem;
}
.mx-n10 {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.my-n10 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.p-n10 {
  padding: 0.1rem;
}
.pt-n10 {
  padding-top: 0.1rem;
}
.pr-n10 {
  padding-right: 0.1rem;
}
.pb-n10 {
  padding-bottom: 0.1rem;
}
.pl-n10 {
  padding-left: 0.1rem;
}
.px-n10 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.py-n10 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.m-n15 {
  margin: 0.15rem;
}
.mt-n15 {
  margin-top: 0.15rem;
}
.mr-n15 {
  margin-right: 0.15rem;
}
.mb-n15 {
  margin-bottom: 0.15rem;
}
.ml-n15 {
  margin-left: 0.15rem;
}
.mx-n15 {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.my-n15 {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.p-n15 {
  padding: 0.15rem;
}
.pt-n15 {
  padding-top: 0.15rem;
}
.pr-n15 {
  padding-right: 0.15rem;
}
.pb-n15 {
  padding-bottom: 0.15rem;
}
.pl-n15 {
  padding-left: 0.15rem;
}
.px-n15 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.py-n15 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.m-n20 {
  margin: 0.2rem;
}
.mt-n20 {
  margin-top: 0.2rem;
}
.mr-n20 {
  margin-right: 0.2rem;
}
.mb-n20 {
  margin-bottom: 0.2rem;
}
.ml-n20 {
  margin-left: 0.2rem;
}
.mx-n20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.my-n20 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.p-n20 {
  padding: 0.2rem;
}
.pt-n20 {
  padding-top: 0.2rem;
}
.pr-n20 {
  padding-right: 0.2rem;
}
.pb-n20 {
  padding-bottom: 0.2rem;
}
.pl-n20 {
  padding-left: 0.2rem;
}
.px-n20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.py-n20 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.m-n25 {
  margin: 0.25rem;
}
.mt-n25 {
  margin-top: 0.25rem;
}
.mr-n25 {
  margin-right: 0.25rem;
}
.mb-n25 {
  margin-bottom: 0.25rem;
}
.ml-n25 {
  margin-left: 0.25rem;
}
.mx-n25 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-n25 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-n25 {
  padding: 0.25rem;
}
.pt-n25 {
  padding-top: 0.25rem;
}
.pr-n25 {
  padding-right: 0.25rem;
}
.pb-n25 {
  padding-bottom: 0.25rem;
}
.pl-n25 {
  padding-left: 0.25rem;
}
.px-n25 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-n25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.m-n30 {
  margin: 0.3rem;
}
.mt-n30 {
  margin-top: 0.3rem;
}
.mr-n30 {
  margin-right: 0.3rem;
}
.mb-n30 {
  margin-bottom: 0.3rem;
}
.ml-n30 {
  margin-left: 0.3rem;
}
.mx-n30 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.my-n30 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.p-n30 {
  padding: 0.3rem;
}
.pt-n30 {
  padding-top: 0.3rem;
}
.pr-n30 {
  padding-right: 0.3rem;
}
.pb-n30 {
  padding-bottom: 0.3rem;
}
.pl-n30 {
  padding-left: 0.3rem;
}
.px-n30 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.py-n30 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.m-n35 {
  margin: 0.35rem;
}
.mt-n35 {
  margin-top: 0.35rem;
}
.mr-n35 {
  margin-right: 0.35rem;
}
.mb-n35 {
  margin-bottom: 0.35rem;
}
.ml-n35 {
  margin-left: 0.35rem;
}
.mx-n35 {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.my-n35 {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.p-n35 {
  padding: 0.35rem;
}
.pt-n35 {
  padding-top: 0.35rem;
}
.pr-n35 {
  padding-right: 0.35rem;
}
.pb-n35 {
  padding-bottom: 0.35rem;
}
.pl-n35 {
  padding-left: 0.35rem;
}
.px-n35 {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.py-n35 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.m-n40 {
  margin: 0.4rem;
}
.mt-n40 {
  margin-top: 0.4rem;
}
.mr-n40 {
  margin-right: 0.4rem;
}
.mb-n40 {
  margin-bottom: 0.4rem;
}
.ml-n40 {
  margin-left: 0.4rem;
}
.mx-n40 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.my-n40 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.p-n40 {
  padding: 0.4rem;
}
.pt-n40 {
  padding-top: 0.4rem;
}
.pr-n40 {
  padding-right: 0.4rem;
}
.pb-n40 {
  padding-bottom: 0.4rem;
}
.pl-n40 {
  padding-left: 0.4rem;
}
.px-n40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.py-n40 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.m-n45 {
  margin: 0.45rem;
}
.mt-n45 {
  margin-top: 0.45rem;
}
.mr-n45 {
  margin-right: 0.45rem;
}
.mb-n45 {
  margin-bottom: 0.45rem;
}
.ml-n45 {
  margin-left: 0.45rem;
}
.mx-n45 {
  margin-left: 0.45rem;
  margin-right: 0.45rem;
}
.my-n45 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.p-n45 {
  padding: 0.45rem;
}
.pt-n45 {
  padding-top: 0.45rem;
}
.pr-n45 {
  padding-right: 0.45rem;
}
.pb-n45 {
  padding-bottom: 0.45rem;
}
.pl-n45 {
  padding-left: 0.45rem;
}
.px-n45 {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.py-n45 {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.m-n50 {
  margin: 0.5rem;
}
.mt-n50 {
  margin-top: 0.5rem;
}
.mr-n50 {
  margin-right: 0.5rem;
}
.mb-n50 {
  margin-bottom: 0.5rem;
}
.ml-n50 {
  margin-left: 0.5rem;
}
.mx-n50 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-n50 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-n50 {
  padding: 0.5rem;
}
.pt-n50 {
  padding-top: 0.5rem;
}
.pr-n50 {
  padding-right: 0.5rem;
}
.pb-n50 {
  padding-bottom: 0.5rem;
}
.pl-n50 {
  padding-left: 0.5rem;
}
.px-n50 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-n50 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.m-n55 {
  margin: 0.55rem;
}
.mt-n55 {
  margin-top: 0.55rem;
}
.mr-n55 {
  margin-right: 0.55rem;
}
.mb-n55 {
  margin-bottom: 0.55rem;
}
.ml-n55 {
  margin-left: 0.55rem;
}
.mx-n55 {
  margin-left: 0.55rem;
  margin-right: 0.55rem;
}
.my-n55 {
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
}
.p-n55 {
  padding: 0.55rem;
}
.pt-n55 {
  padding-top: 0.55rem;
}
.pr-n55 {
  padding-right: 0.55rem;
}
.pb-n55 {
  padding-bottom: 0.55rem;
}
.pl-n55 {
  padding-left: 0.55rem;
}
.px-n55 {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}
.py-n55 {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.m-n60 {
  margin: 0.6rem;
}
.mt-n60 {
  margin-top: 0.6rem;
}
.mr-n60 {
  margin-right: 0.6rem;
}
.mb-n60 {
  margin-bottom: 0.6rem;
}
.ml-n60 {
  margin-left: 0.6rem;
}
.mx-n60 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.my-n60 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.p-n60 {
  padding: 0.6rem;
}
.pt-n60 {
  padding-top: 0.6rem;
}
.pr-n60 {
  padding-right: 0.6rem;
}
.pb-n60 {
  padding-bottom: 0.6rem;
}
.pl-n60 {
  padding-left: 0.6rem;
}
.px-n60 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-n60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.m-n65 {
  margin: 0.65rem;
}
.mt-n65 {
  margin-top: 0.65rem;
}
.mr-n65 {
  margin-right: 0.65rem;
}
.mb-n65 {
  margin-bottom: 0.65rem;
}
.ml-n65 {
  margin-left: 0.65rem;
}
.mx-n65 {
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
.my-n65 {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
}
.p-n65 {
  padding: 0.65rem;
}
.pt-n65 {
  padding-top: 0.65rem;
}
.pr-n65 {
  padding-right: 0.65rem;
}
.pb-n65 {
  padding-bottom: 0.65rem;
}
.pl-n65 {
  padding-left: 0.65rem;
}
.px-n65 {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}
.py-n65 {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.m-n70 {
  margin: 0.7rem;
}
.mt-n70 {
  margin-top: 0.7rem;
}
.mr-n70 {
  margin-right: 0.7rem;
}
.mb-n70 {
  margin-bottom: 0.7rem;
}
.ml-n70 {
  margin-left: 0.7rem;
}
.mx-n70 {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
.my-n70 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.p-n70 {
  padding: 0.7rem;
}
.pt-n70 {
  padding-top: 0.7rem;
}
.pr-n70 {
  padding-right: 0.7rem;
}
.pb-n70 {
  padding-bottom: 0.7rem;
}
.pl-n70 {
  padding-left: 0.7rem;
}
.px-n70 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.py-n70 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.m-n75 {
  margin: 0.75rem;
}
.mt-n75 {
  margin-top: 0.75rem;
}
.mr-n75 {
  margin-right: 0.75rem;
}
.mb-n75 {
  margin-bottom: 0.75rem;
}
.ml-n75 {
  margin-left: 0.75rem;
}
.mx-n75 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-n75 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.p-n75 {
  padding: 0.75rem;
}
.pt-n75 {
  padding-top: 0.75rem;
}
.pr-n75 {
  padding-right: 0.75rem;
}
.pb-n75 {
  padding-bottom: 0.75rem;
}
.pl-n75 {
  padding-left: 0.75rem;
}
.px-n75 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-n75 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.m-n80 {
  margin: 0.8rem;
}
.mt-n80 {
  margin-top: 0.8rem;
}
.mr-n80 {
  margin-right: 0.8rem;
}
.mb-n80 {
  margin-bottom: 0.8rem;
}
.ml-n80 {
  margin-left: 0.8rem;
}
.mx-n80 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.my-n80 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.p-n80 {
  padding: 0.8rem;
}
.pt-n80 {
  padding-top: 0.8rem;
}
.pr-n80 {
  padding-right: 0.8rem;
}
.pb-n80 {
  padding-bottom: 0.8rem;
}
.pl-n80 {
  padding-left: 0.8rem;
}
.px-n80 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.py-n80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.m-n85 {
  margin: 0.85rem;
}
.mt-n85 {
  margin-top: 0.85rem;
}
.mr-n85 {
  margin-right: 0.85rem;
}
.mb-n85 {
  margin-bottom: 0.85rem;
}
.ml-n85 {
  margin-left: 0.85rem;
}
.mx-n85 {
  margin-left: 0.85rem;
  margin-right: 0.85rem;
}
.my-n85 {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}
.p-n85 {
  padding: 0.85rem;
}
.pt-n85 {
  padding-top: 0.85rem;
}
.pr-n85 {
  padding-right: 0.85rem;
}
.pb-n85 {
  padding-bottom: 0.85rem;
}
.pl-n85 {
  padding-left: 0.85rem;
}
.px-n85 {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}
.py-n85 {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.m-n90 {
  margin: 0.9rem;
}
.mt-n90 {
  margin-top: 0.9rem;
}
.mr-n90 {
  margin-right: 0.9rem;
}
.mb-n90 {
  margin-bottom: 0.9rem;
}
.ml-n90 {
  margin-left: 0.9rem;
}
.mx-n90 {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
.my-n90 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.p-n90 {
  padding: 0.9rem;
}
.pt-n90 {
  padding-top: 0.9rem;
}
.pr-n90 {
  padding-right: 0.9rem;
}
.pb-n90 {
  padding-bottom: 0.9rem;
}
.pl-n90 {
  padding-left: 0.9rem;
}
.px-n90 {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.py-n90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.m-n95 {
  margin: 0.95rem;
}
.mt-n95 {
  margin-top: 0.95rem;
}
.mr-n95 {
  margin-right: 0.95rem;
}
.mb-n95 {
  margin-bottom: 0.95rem;
}
.ml-n95 {
  margin-left: 0.95rem;
}
.mx-n95 {
  margin-left: 0.95rem;
  margin-right: 0.95rem;
}
.my-n95 {
  margin-top: 0.95rem;
  margin-bottom: 0.95rem;
}
.p-n95 {
  padding: 0.95rem;
}
.pt-n95 {
  padding-top: 0.95rem;
}
.pr-n95 {
  padding-right: 0.95rem;
}
.pb-n95 {
  padding-bottom: 0.95rem;
}
.pl-n95 {
  padding-left: 0.95rem;
}
.px-n95 {
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}
.py-n95 {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}
.m-n100 {
  margin: 1rem;
}
.mt-n100 {
  margin-top: 1rem;
}
.mr-n100 {
  margin-right: 1rem;
}
.mb-n100 {
  margin-bottom: 1rem;
}
.ml-n100 {
  margin-left: 1rem;
}
.mx-n100 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-n100 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-n100 {
  padding: 1rem;
}
.pt-n100 {
  padding-top: 1rem;
}
.pr-n100 {
  padding-right: 1rem;
}
.pb-n100 {
  padding-bottom: 1rem;
}
.pl-n100 {
  padding-left: 1rem;
}
.px-n100 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-n100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.m-1 {
  margin: 0.1rem;
}
.mt-1 {
  margin-top: 0.1rem;
}
.mr-1 {
  margin-right: 0.1rem;
}
.mb-1 {
  margin-bottom: 0.1rem;
}
.ml-1 {
  margin-left: 0.1rem;
}
.mx-1 {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.my-1 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.p-1 {
  padding: 0.1rem;
}
.pt-1 {
  padding-top: 0.1rem;
}
.pr-1 {
  padding-right: 0.1rem;
}
.pb-1 {
  padding-bottom: 0.1rem;
}
.pl-1 {
  padding-left: 0.1rem;
}
.px-1 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.py-1 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.m-2 {
  margin: 0.2rem;
}
.mt-2 {
  margin-top: 0.2rem;
}
.mr-2 {
  margin-right: 0.2rem;
}
.mb-2 {
  margin-bottom: 0.2rem;
}
.ml-2 {
  margin-left: 0.2rem;
}
.mx-2 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.my-2 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.p-2 {
  padding: 0.2rem;
}
.pt-2 {
  padding-top: 0.2rem;
}
.pr-2 {
  padding-right: 0.2rem;
}
.pb-2 {
  padding-bottom: 0.2rem;
}
.pl-2 {
  padding-left: 0.2rem;
}
.px-2 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.py-2 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.m-3 {
  margin: 0.3rem;
}
.mt-3 {
  margin-top: 0.3rem;
}
.mr-3 {
  margin-right: 0.3rem;
}
.mb-3 {
  margin-bottom: 0.3rem;
}
.ml-3 {
  margin-left: 0.3rem;
}
.mx-3 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.my-3 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.p-3 {
  padding: 0.3rem;
}
.pt-3 {
  padding-top: 0.3rem;
}
.pr-3 {
  padding-right: 0.3rem;
}
.pb-3 {
  padding-bottom: 0.3rem;
}
.pl-3 {
  padding-left: 0.3rem;
}
.px-3 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.py-3 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.m-4 {
  margin: 0.4rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mr-4 {
  margin-right: 0.4rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.ml-4 {
  margin-left: 0.4rem;
}
.mx-4 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.my-4 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.p-4 {
  padding: 0.4rem;
}
.pt-4 {
  padding-top: 0.4rem;
}
.pr-4 {
  padding-right: 0.4rem;
}
.pb-4 {
  padding-bottom: 0.4rem;
}
.pl-4 {
  padding-left: 0.4rem;
}
.px-4 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.py-4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.m-5 {
  margin: 0.5rem;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.ml-5 {
  margin-left: 0.5rem;
}
.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-5 {
  padding: 0.5rem;
}
.pt-5 {
  padding-top: 0.5rem;
}
.pr-5 {
  padding-right: 0.5rem;
}
.pb-5 {
  padding-bottom: 0.5rem;
}
.pl-5 {
  padding-left: 0.5rem;
}
.px-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.m-6 {
  margin: 0.6rem;
}
.mt-6 {
  margin-top: 0.6rem;
}
.mr-6 {
  margin-right: 0.6rem;
}
.mb-6 {
  margin-bottom: 0.6rem;
}
.ml-6 {
  margin-left: 0.6rem;
}
.mx-6 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.my-6 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.p-6 {
  padding: 0.6rem;
}
.pt-6 {
  padding-top: 0.6rem;
}
.pr-6 {
  padding-right: 0.6rem;
}
.pb-6 {
  padding-bottom: 0.6rem;
}
.pl-6 {
  padding-left: 0.6rem;
}
.px-6 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.m-7 {
  margin: 0.7rem;
}
.mt-7 {
  margin-top: 0.7rem;
}
.mr-7 {
  margin-right: 0.7rem;
}
.mb-7 {
  margin-bottom: 0.7rem;
}
.ml-7 {
  margin-left: 0.7rem;
}
.mx-7 {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
.my-7 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.p-7 {
  padding: 0.7rem;
}
.pt-7 {
  padding-top: 0.7rem;
}
.pr-7 {
  padding-right: 0.7rem;
}
.pb-7 {
  padding-bottom: 0.7rem;
}
.pl-7 {
  padding-left: 0.7rem;
}
.px-7 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.py-7 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.m-8 {
  margin: 0.8rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.mx-8 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.my-8 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.p-8 {
  padding: 0.8rem;
}
.pt-8 {
  padding-top: 0.8rem;
}
.pr-8 {
  padding-right: 0.8rem;
}
.pb-8 {
  padding-bottom: 0.8rem;
}
.pl-8 {
  padding-left: 0.8rem;
}
.px-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.m-9 {
  margin: 0.9rem;
}
.mt-9 {
  margin-top: 0.9rem;
}
.mr-9 {
  margin-right: 0.9rem;
}
.mb-9 {
  margin-bottom: 0.9rem;
}
.ml-9 {
  margin-left: 0.9rem;
}
.mx-9 {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
.my-9 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.p-9 {
  padding: 0.9rem;
}
.pt-9 {
  padding-top: 0.9rem;
}
.pr-9 {
  padding-right: 0.9rem;
}
.pb-9 {
  padding-bottom: 0.9rem;
}
.pl-9 {
  padding-left: 0.9rem;
}
.px-9 {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.py-9 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.m-10 {
  margin: 1rem;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-10 {
  padding: 1rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.m-2x {
  margin: 0.3rem;
}
.mt-2x {
  margin-top: 0.3rem;
}
.mr-2x {
  margin-right: 0.3rem;
}
.mb-2x {
  margin-bottom: 0.3rem;
}
.ml-2x {
  margin-left: 0.3rem;
}
.mx-2x {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.my-2x {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.p-2x {
  padding: 0.3rem;
}
.pt-2x {
  padding-top: 0.3rem;
}
.pr-2x {
  padding-right: 0.3rem;
}
.pb-2x {
  padding-bottom: 0.3rem;
}
.pl-2x {
  padding-left: 0.3rem;
}
.px-2x {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.py-2x {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.m-3x {
  margin: 0.45rem;
}
.mt-3x {
  margin-top: 0.45rem;
}
.mr-3x {
  margin-right: 0.45rem;
}
.mb-3x {
  margin-bottom: 0.45rem;
}
.ml-3x {
  margin-left: 0.45rem;
}
.mx-3x {
  margin-left: 0.45rem;
  margin-right: 0.45rem;
}
.my-3x {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.p-3x {
  padding: 0.45rem;
}
.pt-3x {
  padding-top: 0.45rem;
}
.pr-3x {
  padding-right: 0.45rem;
}
.pb-3x {
  padding-bottom: 0.45rem;
}
.pl-3x {
  padding-left: 0.45rem;
}
.px-3x {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
.py-3x {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.m-4x {
  margin: 0.6rem;
}
.mt-4x {
  margin-top: 0.6rem;
}
.mr-4x {
  margin-right: 0.6rem;
}
.mb-4x {
  margin-bottom: 0.6rem;
}
.ml-4x {
  margin-left: 0.6rem;
}
.mx-4x {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.my-4x {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.p-4x {
  padding: 0.6rem;
}
.pt-4x {
  padding-top: 0.6rem;
}
.pr-4x {
  padding-right: 0.6rem;
}
.pb-4x {
  padding-bottom: 0.6rem;
}
.pl-4x {
  padding-left: 0.6rem;
}
.px-4x {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-4x {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.m-5x {
  margin: 0.75rem;
}
.mt-5x {
  margin-top: 0.75rem;
}
.mr-5x {
  margin-right: 0.75rem;
}
.mb-5x {
  margin-bottom: 0.75rem;
}
.ml-5x {
  margin-left: 0.75rem;
}
.mx-5x {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-5x {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.p-5x {
  padding: 0.75rem;
}
.pt-5x {
  padding-top: 0.75rem;
}
.pr-5x {
  padding-right: 0.75rem;
}
.pb-5x {
  padding-bottom: 0.75rem;
}
.pl-5x {
  padding-left: 0.75rem;
}
.px-5x {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-5x {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.m-6x {
  margin: 0.9rem;
}
.mt-6x {
  margin-top: 0.9rem;
}
.mr-6x {
  margin-right: 0.9rem;
}
.mb-6x {
  margin-bottom: 0.9rem;
}
.ml-6x {
  margin-left: 0.9rem;
}
.mx-6x {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
.my-6x {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.p-6x {
  padding: 0.9rem;
}
.pt-6x {
  padding-top: 0.9rem;
}
.pr-6x {
  padding-right: 0.9rem;
}
.pb-6x {
  padding-bottom: 0.9rem;
}
.pl-6x {
  padding-left: 0.9rem;
}
.px-6x {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.py-6x {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.m-7x {
  margin: 1.05rem;
}
.mt-7x {
  margin-top: 1.05rem;
}
.mr-7x {
  margin-right: 1.05rem;
}
.mb-7x {
  margin-bottom: 1.05rem;
}
.ml-7x {
  margin-left: 1.05rem;
}
.mx-7x {
  margin-left: 1.05rem;
  margin-right: 1.05rem;
}
.my-7x {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.p-7x {
  padding: 1.05rem;
}
.pt-7x {
  padding-top: 1.05rem;
}
.pr-7x {
  padding-right: 1.05rem;
}
.pb-7x {
  padding-bottom: 1.05rem;
}
.pl-7x {
  padding-left: 1.05rem;
}
.px-7x {
  padding-left: 1.05rem;
  padding-right: 1.05rem;
}
.py-7x {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}
.m-8x {
  margin: 1.2rem;
}
.mt-8x {
  margin-top: 1.2rem;
}
.mr-8x {
  margin-right: 1.2rem;
}
.mb-8x {
  margin-bottom: 1.2rem;
}
.ml-8x {
  margin-left: 1.2rem;
}
.mx-8x {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.my-8x {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.p-8x {
  padding: 1.2rem;
}
.pt-8x {
  padding-top: 1.2rem;
}
.pr-8x {
  padding-right: 1.2rem;
}
.pb-8x {
  padding-bottom: 1.2rem;
}
.pl-8x {
  padding-left: 1.2rem;
}
.px-8x {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.py-8x {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.m-9x {
  margin: 1.35rem;
}
.mt-9x {
  margin-top: 1.35rem;
}
.mr-9x {
  margin-right: 1.35rem;
}
.mb-9x {
  margin-bottom: 1.35rem;
}
.ml-9x {
  margin-left: 1.35rem;
}
.mx-9x {
  margin-left: 1.35rem;
  margin-right: 1.35rem;
}
.my-9x {
  margin-top: 1.35rem;
  margin-bottom: 1.35rem;
}
.p-9x {
  padding: 1.35rem;
}
.pt-9x {
  padding-top: 1.35rem;
}
.pr-9x {
  padding-right: 1.35rem;
}
.pb-9x {
  padding-bottom: 1.35rem;
}
.pl-9x {
  padding-left: 1.35rem;
}
.px-9x {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
.py-9x {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}
.m-10x {
  margin: 1.5rem;
}
.mt-10x {
  margin-top: 1.5rem;
}
.mr-10x {
  margin-right: 1.5rem;
}
.mb-10x {
  margin-bottom: 1.5rem;
}
.ml-10x {
  margin-left: 1.5rem;
}
.mx-10x {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-10x {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-10x {
  padding: 1.5rem;
}
.pt-10x {
  padding-top: 1.5rem;
}
.pr-10x {
  padding-right: 1.5rem;
}
.pb-10x {
  padding-bottom: 1.5rem;
}
.pl-10x {
  padding-left: 1.5rem;
}
.px-10x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10x {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.p-auto {
  padding: auto;
}
.pt-auto {
  padding-top: auto;
}
.pr-auto {
  padding-right: auto;
}
.pb-auto {
  padding-bottom: auto;
}
.pl-auto {
  padding-left: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-content-center {
  align-content: center;
}
.align-self-center {
  align-self: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: unset !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-unset {
  text-align: unset !important;
}
.w-0 {
  --xb-width: 0;
  width: var(--xb-width);
}
.h-0 {
  --xb-height: 0;
  height: var(--xb-height);
}
.maxw-0 {
  --xb-max-width: 0;
  max-width: var(--xb-max-width);
}
.maxh-0 {
  --xb-max-height: 0;
  max-height: var(--xb-max-height);
}
.minw-0 {
  --xb-min-width: 0;
  min-width: var(--xb-min-width);
}
.minh-0 {
  --xb-min-height: 0;
  min-height: var(--xb-min-height);
}
.w-20 {
  --xb-width: 20%;
  width: var(--xb-width);
}
.h-20 {
  --xb-height: 20%;
  height: var(--xb-height);
}
.maxw-20 {
  --xb-max-width: 20%;
  max-width: var(--xb-max-width);
}
.maxh-20 {
  --xb-max-height: 20%;
  max-height: var(--xb-max-height);
}
.minw-20 {
  --xb-min-width: 20%;
  min-width: var(--xb-min-width);
}
.minh-20 {
  --xb-min-height: 20%;
  min-height: var(--xb-min-height);
}
.w-25 {
  --xb-width: 25%;
  width: var(--xb-width);
}
.h-25 {
  --xb-height: 25%;
  height: var(--xb-height);
}
.maxw-25 {
  --xb-max-width: 25%;
  max-width: var(--xb-max-width);
}
.maxh-25 {
  --xb-max-height: 25%;
  max-height: var(--xb-max-height);
}
.minw-25 {
  --xb-min-width: 25%;
  min-width: var(--xb-min-width);
}
.minh-25 {
  --xb-min-height: 25%;
  min-height: var(--xb-min-height);
}
.w-33 {
  --xb-width: 33.33333%;
  width: var(--xb-width);
}
.h-33 {
  --xb-height: 33.33333%;
  height: var(--xb-height);
}
.maxw-33 {
  --xb-max-width: 33.33333%;
  max-width: var(--xb-max-width);
}
.maxh-33 {
  --xb-max-height: 33.33333%;
  max-height: var(--xb-max-height);
}
.minw-33 {
  --xb-min-width: 33.33333%;
  min-width: var(--xb-min-width);
}
.minh-33 {
  --xb-min-height: 33.33333%;
  min-height: var(--xb-min-height);
}
.w-50 {
  --xb-width: 50%;
  width: var(--xb-width);
}
.h-50 {
  --xb-height: 50%;
  height: var(--xb-height);
}
.maxw-50 {
  --xb-max-width: 50%;
  max-width: var(--xb-max-width);
}
.maxh-50 {
  --xb-max-height: 50%;
  max-height: var(--xb-max-height);
}
.minw-50 {
  --xb-min-width: 50%;
  min-width: var(--xb-min-width);
}
.minh-50 {
  --xb-min-height: 50%;
  min-height: var(--xb-min-height);
}
.w-75 {
  --xb-width: 75%;
  width: var(--xb-width);
}
.h-75 {
  --xb-height: 75%;
  height: var(--xb-height);
}
.maxw-75 {
  --xb-max-width: 75%;
  max-width: var(--xb-max-width);
}
.maxh-75 {
  --xb-max-height: 75%;
  max-height: var(--xb-max-height);
}
.minw-75 {
  --xb-min-width: 75%;
  min-width: var(--xb-min-width);
}
.minh-75 {
  --xb-min-height: 75%;
  min-height: var(--xb-min-height);
}
.w-100 {
  --xb-width: 100%;
  width: var(--xb-width);
}
.h-100 {
  --xb-height: 100%;
  height: var(--xb-height);
}
.maxw-100 {
  --xb-max-width: 100%;
  max-width: var(--xb-max-width);
}
.maxh-100 {
  --xb-max-height: 100%;
  max-height: var(--xb-max-height);
}
.minw-100 {
  --xb-min-width: 100%;
  min-width: var(--xb-min-width);
}
.minh-100 {
  --xb-min-height: 100%;
  min-height: var(--xb-min-height);
}
.w-none {
  --xb-width: unset;
  width: var(--xb-width);
}
.h-none {
  --xb-height: unset;
  height: var(--xb-height);
}
.maxw-none {
  --xb-max-width: unset;
  max-width: var(--xb-max-width);
}
.maxh-none {
  --xb-max-height: unset;
  max-height: var(--xb-max-height);
}
.minw-none {
  --xb-min-width: unset;
  min-width: var(--xb-min-width);
}
.minh-none {
  --xb-min-height: unset;
  min-height: var(--xb-min-height);
}
.w-auto {
  --xb-width: auto;
  width: var(--xb-width);
}
.h-auto {
  --xb-height: auto;
  height: var(--xb-height);
}
.maxw-auto {
  --xb-max-width: auto;
  max-width: var(--xb-max-width);
}
.maxh-auto {
  --xb-max-height: auto;
  max-height: var(--xb-max-height);
}
.minw-auto {
  --xb-min-width: auto;
  min-width: var(--xb-min-width);
}
.minh-auto {
  --xb-min-height: auto;
  min-height: var(--xb-min-height);
}
.w-fit {
  width: fit-content;
}
.border-x {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border-top: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
  border-bottom: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border-y {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border-left: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
  border-right: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border-t {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border-top: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border-b {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border-bottom: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border-l {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border-left: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border-r {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border-right: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border {
  --xb-border-color: #dbdbdb;
  --xb-border-width: 1px;
  --xb-border-style: solid;
  border: var(--xb-border-style) var(--xb-border-width) var(--xb-border-color);
}
.border-pri {
  --xb-border-color: #602b87;
  border-color: var(--xb-border-color);
}
.border-sub {
  --xb-border-color: #953feb;
  border-color: var(--xb-border-color);
}
.border-black {
  --xb-border-color: #000;
  border-color: var(--xb-border-color);
}
.border-dark {
  --xb-border-color: #303134;
  border-color: var(--xb-border-color);
}
.border-grey {
  --xb-border-color: #bebebe;
  border-color: var(--xb-border-color);
}
.border-light {
  --xb-border-color: #dbdbdb;
  border-color: var(--xb-border-color);
}
.border-lighter {
  --xb-border-color: #f2f3f7;
  border-color: var(--xb-border-color);
}
.border-white {
  --xb-border-color: #fff;
  border-color: var(--xb-border-color);
}
.border-info {
  --xb-border-color: #17a2b8;
  border-color: var(--xb-border-color);
}
.border-success {
  --xb-border-color: #28a745;
  border-color: var(--xb-border-color);
}
.border-warning {
  --xb-border-color: #f9c851;
  border-color: var(--xb-border-color);
}
.border-danger {
  --xb-border-color: #ff3535;
  border-color: var(--xb-border-color);
}
.round {
  --xb-border-radius: 0.05rem;
  border-radius: var(--xb-border-radius);
}
.round-0 {
  --xb-border-radius: 0;
  border-radius: var(--xb-border-radius);
}
.round-d {
  --xb-border-radius: 0.05rem;
  border-radius: var(--xb-border-radius);
}
.round-2x {
  --xb-border-radius: 0.1rem;
  border-radius: var(--xb-border-radius);
}
.round-3x {
  --xb-border-radius: 0.15rem;
  border-radius: var(--xb-border-radius);
}
.round-4x {
  --xb-border-radius: 0.2rem;
  border-radius: var(--xb-border-radius);
}
.round-5x {
  --xb-border-radius: 0.25rem;
  border-radius: var(--xb-border-radius);
}
.round-p50 {
  --xb-border-radius: 50%;
  border-radius: var(--xb-border-radius);
}
.fw-3 {
  --xb-font-weight: 300;
  font-weight: var(--xb-font-weight);
}
.fw-4 {
  --xb-font-weight: 400;
  font-weight: var(--xb-font-weight);
}
.fw-5 {
  --xb-font-weight: 500;
  font-weight: var(--xb-font-weight);
}
.fw-6 {
  --xb-font-weight: 600;
  font-weight: var(--xb-font-weight);
}
.fw-7 {
  --xb-font-weight: 700;
  font-weight: var(--xb-font-weight);
}
.fw-8 {
  --xb-font-weight: 800;
  font-weight: var(--xb-font-weight);
}
.fw-9 {
  --xb-font-weight: 900;
  font-weight: var(--xb-font-weight);
}
.fw-lighter {
  --xb-font-weight: lighter;
  font-weight: var(--xb-font-weight);
}
.fw-normal {
  --xb-font-weight: normal;
  font-weight: var(--xb-font-weight);
}
.fw-bold {
  --xb-font-weight: bold;
  font-weight: var(--xb-font-weight);
}
h1,
.h1 {
  --xb-font-size: 0.36rem;
  font-size: var(--xb-font-size);
}
h2,
.h2 {
  --xb-font-size: 0.3rem;
  font-size: var(--xb-font-size);
}
h3,
.h3 {
  --xb-font-size: 0.24rem;
  font-size: var(--xb-font-size);
}
h4,
.h4 {
  --xb-font-size: 0.16rem;
  font-size: var(--xb-font-size);
}
h5,
.h5 {
  --xb-font-size: 0.14rem;
  font-size: var(--xb-font-size);
}
h6,
.h6 {
  --xb-font-size: 0.12rem;
  font-size: var(--xb-font-size);
}
.smaller {
  --xb-font-size: 0.9em;
  font-size: var(--xb-font-size);
}
.display-1 {
  --xb-font-size: 0.4rem;
  font-size: var(--xb-font-size);
}
.display-2 {
  --xb-font-size: 0.6rem;
  font-size: var(--xb-font-size);
}
.display-3 {
  --xb-font-size: 0.72rem;
  font-size: var(--xb-font-size);
}
.display-4 {
  --xb-font-size: 1rem;
  font-size: var(--xb-font-size);
}
.lh-d {
  --xb-line-height: 1.67;
  line-height: var(--xb-line-height);
}
.lh-h {
  --xb-line-height: 1.2;
  line-height: var(--xb-line-height);
}
.lh-10 {
  --xb-line-height: 1;
  line-height: var(--xb-line-height);
}
.lh-11 {
  --xb-line-height: 1.1;
  line-height: var(--xb-line-height);
}
.lh-12 {
  --xb-line-height: 1.2;
  line-height: var(--xb-line-height);
}
.lh-13 {
  --xb-line-height: 1.3;
  line-height: var(--xb-line-height);
}
.lh-14 {
  --xb-line-height: 1.4;
  line-height: var(--xb-line-height);
}
.lh-15 {
  --xb-line-height: 1.5;
  line-height: var(--xb-line-height);
}
.lh-16 {
  --xb-line-height: 1.6;
  line-height: var(--xb-line-height);
}
.lh-17 {
  --xb-line-height: 1.7;
  line-height: var(--xb-line-height);
}
.lh-18 {
  --xb-line-height: 1.8;
  line-height: var(--xb-line-height);
}
.lh-19 {
  --xb-line-height: 1.9;
  line-height: var(--xb-line-height);
}
.lh-20 {
  --xb-line-height: 2;
  line-height: var(--xb-line-height);
}
.lh-21 {
  --xb-line-height: 2.1;
  line-height: var(--xb-line-height);
}
.lh-22 {
  --xb-line-height: 2.2;
  line-height: var(--xb-line-height);
}
.lh-23 {
  --xb-line-height: 2.3;
  line-height: var(--xb-line-height);
}
.lh-24 {
  --xb-line-height: 2.4;
  line-height: var(--xb-line-height);
}
.lh-25 {
  --xb-line-height: 2.5;
  line-height: var(--xb-line-height);
}
.lh-26 {
  --xb-line-height: 2.6;
  line-height: var(--xb-line-height);
}
.lh-27 {
  --xb-line-height: 2.7;
  line-height: var(--xb-line-height);
}
.lh-28 {
  --xb-line-height: 2.8;
  line-height: var(--xb-line-height);
}
.lh-29 {
  --xb-line-height: 2.9;
  line-height: var(--xb-line-height);
}
.lh-30 {
  --xb-line-height: 3;
  line-height: var(--xb-line-height);
}
/* ------------------------------------------------
hover特效
--------------------------------------------------*/
.shadow {
  --xb-shadow: 0 0.1rem 0.15rem rgba(48, 49, 52, 0.08);
  box-shadow: var(--xb-shadow);
}
.shadow-sm {
  --xb-shadow: 0 0.1rem 0.1rem rgba(48, 49, 52, 0.05);
  box-shadow: var(--xb-shadow);
}
.hover-shadow-sm {
  transition: all 0.2s ease-in-out;
}
.hover-shadow-sm:hover {
  --xb-shadow: 0 0.1rem 0.1rem rgba(48, 49, 52, 0.05);
  box-shadow: var(--xb-shadow);
}
.shadow-d {
  --xb-shadow: 0 0.1rem 0.15rem rgba(48, 49, 52, 0.08);
  box-shadow: var(--xb-shadow);
}
.hover-shadow-d {
  transition: all 0.2s ease-in-out;
}
.hover-shadow-d:hover {
  --xb-shadow: 0 0.1rem 0.15rem rgba(48, 49, 52, 0.08);
  box-shadow: var(--xb-shadow);
}
.shadow-lg {
  --xb-shadow: 0 0.2rem 0.4rem rgba(48, 49, 52, 0.12);
  box-shadow: var(--xb-shadow);
}
.hover-shadow-lg {
  transition: all 0.2s ease-in-out;
}
.hover-shadow-lg:hover {
  --xb-shadow: 0 0.2rem 0.4rem rgba(48, 49, 52, 0.12);
  box-shadow: var(--xb-shadow);
}
.shadow-xl {
  --xb-shadow: 0 0.4rem 0.8rem rgba(#303134, 16%);
  box-shadow: var(--xb-shadow);
}
.hover-shadow-xl {
  transition: all 0.2s ease-in-out;
}
.hover-shadow-xl:hover {
  --xb-shadow: 0 0.4rem 0.8rem rgba(#303134, 16%);
  box-shadow: var(--xb-shadow);
}
.hover-shadow {
  --xb-shadow-duration: 0.3s;
  --xb-shadow-timing: ease-in-out;
  --xb-shadow-value: var(--shadow);
  transition: all var(--xb-shadow-duration) var(--xb-shadow-timing);
}
.hover-shadow:hover {
  box-shadow: var(--xb-shadow-value);
}
.hover-slideup {
  --xb-slide-duration: 0.5s;
  --xb-slide-timing: ease-in-out;
  --xb-slide-distance: -0.05rem;
  transition: all var(--xb-slide-duration) var(--xb-slide-timing);
  cursor: pointer;
}
.hover-slideup:hover {
  transform: translateY(var(--xb-slide-distance));
}
.overflow-hidden {
  overflow: hidden;
}
.text-pri {
  --xb-text-color: #602b87;
  color: var(--xb-text-color);
}
.bg-pri {
  --xb-bg-color: #602b87;
  background-color: var(--xb-bg-color);
}
.text-sub {
  --xb-text-color: #953feb;
  color: var(--xb-text-color);
}
.bg-sub {
  --xb-bg-color: #953feb;
  background-color: var(--xb-bg-color);
}
.text-black {
  --xb-text-color: #000;
  color: var(--xb-text-color);
}
.bg-black {
  --xb-bg-color: #000;
  background-color: var(--xb-bg-color);
}
.text-dark {
  --xb-text-color: #303134;
  color: var(--xb-text-color);
}
.bg-dark {
  --xb-bg-color: #303134;
  background-color: var(--xb-bg-color);
}
.text-grey {
  --xb-text-color: #bebebe;
  color: var(--xb-text-color);
}
.bg-grey {
  --xb-bg-color: #bebebe;
  background-color: var(--xb-bg-color);
}
.text-light {
  --xb-text-color: #dbdbdb;
  color: var(--xb-text-color);
}
.bg-light {
  --xb-bg-color: #dbdbdb;
  background-color: var(--xb-bg-color);
}
.text-lighter {
  --xb-text-color: #f2f3f7;
  color: var(--xb-text-color);
}
.bg-lighter {
  --xb-bg-color: #f2f3f7;
  background-color: var(--xb-bg-color);
}
.text-white {
  --xb-text-color: #fff;
  color: var(--xb-text-color);
}
.bg-white {
  --xb-bg-color: #fff;
  background-color: var(--xb-bg-color);
}
.text-info {
  --xb-text-color: #17a2b8;
  color: var(--xb-text-color);
}
.bg-info {
  --xb-bg-color: #17a2b8;
  background-color: var(--xb-bg-color);
}
.text-success {
  --xb-text-color: #28a745;
  color: var(--xb-text-color);
}
.bg-success {
  --xb-bg-color: #28a745;
  background-color: var(--xb-bg-color);
}
.text-warning {
  --xb-text-color: #f9c851;
  color: var(--xb-text-color);
}
.bg-warning {
  --xb-bg-color: #f9c851;
  background-color: var(--xb-bg-color);
}
.text-danger {
  --xb-text-color: #ff3535;
  color: var(--xb-text-color);
}
.bg-danger {
  --xb-bg-color: #ff3535;
  background-color: var(--xb-bg-color);
}
.text-line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-line-2 {
  --xb--text-line: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--xb--text-line);
  line-clamp: var(--xb--text-line);
  -webkit-box-orient: vertical;
}
.text-line-3 {
  --xb--text-line: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--xb--text-line);
  line-clamp: var(--xb--text-line);
  -webkit-box-orient: vertical;
}
.text-line-4 {
  --xb--text-line: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--xb--text-line);
  line-clamp: var(--xb--text-line);
  -webkit-box-orient: vertical;
}
.text-line-5 {
  --xb--text-line: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--xb--text-line);
  line-clamp: var(--xb--text-line);
  -webkit-box-orient: vertical;
}
/* ------------------------------------------------
* 图片设置
--------------------------------------------------*/
.image {
  position: relative;
}
.image img {
  display: block;
}
.zoompic {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.zoompic > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.zoompic:hover > img {
  transform: scale(1.15);
}
.item:hover .zoompic > img {
  transform: scale(1.15);
}
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scale {
  --xb-scale: 1.15;
  transform: scale(var(--xb-scale));
}
.hover-scale {
  transition: transform 0.5s ease-in-out;
}
.hover-scale:hover {
  transform: scale(var(--xb-scale));
}
.hover-scale {
  --xb-hover-scale: 1.15;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale:hover {
  transform: scale(var(--xb-hover-scale));
}
.scale-0 {
  --xb-scale: 1;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
  transform: scale(var(--xb-scale));
}
.hover-scale-0 {
  --xb-scale-hover: 1;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale-0:hover {
  transform: scale(var(--xb-scale-hover));
}
.scale-d {
  --xb-scale: 1.15;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
  transform: scale(var(--xb-scale));
}
.hover-scale-d {
  --xb-scale-hover: 1.15;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale-d:hover {
  transform: scale(var(--xb-scale-hover));
}
.scale-2x {
  --xb-scale: 1.2;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
  transform: scale(var(--xb-scale));
}
.hover-scale-2x {
  --xb-scale-hover: 1.2;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale-2x:hover {
  transform: scale(var(--xb-scale-hover));
}
.scale-3x {
  --xb-scale: 1.3;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
  transform: scale(var(--xb-scale));
}
.hover-scale-3x {
  --xb-scale-hover: 1.3;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale-3x:hover {
  transform: scale(var(--xb-scale-hover));
}
.scale-4x {
  --xb-scale: 1.4;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
  transform: scale(var(--xb-scale));
}
.hover-scale-4x {
  --xb-scale-hover: 1.4;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale-4x:hover {
  transform: scale(var(--xb-scale-hover));
}
.scale-5x {
  --xb-scale: 1.5;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
  transform: scale(var(--xb-scale));
}
.hover-scale-5x {
  --xb-scale-hover: 1.5;
  --xb-scale-duration: 0.5s;
  --xb-scale-timing: ease-in-out;
  transition: transform var(--xb-scale-duration) var(--xb-scale-timing);
}
.hover-scale-5x:hover {
  transform: scale(var(--xb-scale-hover));
}
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
hr,
.hr {
  border: none;
  /* 去掉边框 */
  height: 0;
  /* 清除默认高度 */
  margin: 0;
  /* 清除默认外边距 */
  padding: 0;
  /* 清除默认内边距 */
  border-bottom: solid 1px #dbdbdb;
}
/* 隐藏样式，在这个尺寸以上隐藏 */
.hidden {
  display: none !important;
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media (max-width: 1399.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-wap {
    display: none !important;
  }
}
.hover-slideup {
  --xb-slideup-duration: 0.5s;
  --xb-slideup-timing: ease-in-out;
  --xb-slideup-offset: 0.05rem;
  --xb-slideup-cursor: pointer;
  transition: transform var(--xb-slideup-duration) var(--xb-slideup-timing);
  cursor: var(--xb-slideup-cursor);
}
.hover-slideup:hover {
  transform: translateY(calc(-1 * var(--xb-slideup-offset)));
}
/*************************************/
/* ------------------------------------------------
** fixed-screen:屏幕滚动时悬停在原位置
** 父元素需设置position;
--------------------------------------------------*/
.fixed-screen.fixed {
  position: fixed;
  top: 0;
}
/* ------------------------------------------------
组件--Grid
--------------------------------------------------*/
/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(../92ea18a81d737146ff04.woff2) format("woff2"), url(../1295669cd4e305c97f2c.woff) format("woff");
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.bi-alarm-fill::before {
  content: "\f101";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-align-bottom::before {
  content: "\f103";
}
.bi-align-center::before {
  content: "\f104";
}
.bi-align-end::before {
  content: "\f105";
}
.bi-align-middle::before {
  content: "\f106";
}
.bi-align-start::before {
  content: "\f107";
}
.bi-align-top::before {
  content: "\f108";
}
.bi-alt::before {
  content: "\f109";
}
.bi-app-indicator::before {
  content: "\f10a";
}
.bi-app::before {
  content: "\f10b";
}
.bi-archive-fill::before {
  content: "\f10c";
}
.bi-archive::before {
  content: "\f10d";
}
.bi-arrow-90deg-down::before {
  content: "\f10e";
}
.bi-arrow-90deg-left::before {
  content: "\f10f";
}
.bi-arrow-90deg-right::before {
  content: "\f110";
}
.bi-arrow-90deg-up::before {
  content: "\f111";
}
.bi-arrow-bar-down::before {
  content: "\f112";
}
.bi-arrow-bar-left::before {
  content: "\f113";
}
.bi-arrow-bar-right::before {
  content: "\f114";
}
.bi-arrow-bar-up::before {
  content: "\f115";
}
.bi-arrow-clockwise::before {
  content: "\f116";
}
.bi-arrow-counterclockwise::before {
  content: "\f117";
}
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}
.bi-arrow-down-circle::before {
  content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}
.bi-arrow-down-left-square::before {
  content: "\f11d";
}
.bi-arrow-down-left::before {
  content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}
.bi-arrow-down-right-circle::before {
  content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}
.bi-arrow-down-right-square::before {
  content: "\f122";
}
.bi-arrow-down-right::before {
  content: "\f123";
}
.bi-arrow-down-short::before {
  content: "\f124";
}
.bi-arrow-down-square-fill::before {
  content: "\f125";
}
.bi-arrow-down-square::before {
  content: "\f126";
}
.bi-arrow-down-up::before {
  content: "\f127";
}
.bi-arrow-down::before {
  content: "\f128";
}
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-left-circle::before {
  content: "\f12a";
}
.bi-arrow-left-right::before {
  content: "\f12b";
}
.bi-arrow-left-short::before {
  content: "\f12c";
}
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}
.bi-arrow-left-square::before {
  content: "\f12e";
}
.bi-arrow-left::before {
  content: "\f12f";
}
.bi-arrow-repeat::before {
  content: "\f130";
}
.bi-arrow-return-left::before {
  content: "\f131";
}
.bi-arrow-return-right::before {
  content: "\f132";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-arrow-right-circle::before {
  content: "\f134";
}
.bi-arrow-right-short::before {
  content: "\f135";
}
.bi-arrow-right-square-fill::before {
  content: "\f136";
}
.bi-arrow-right-square::before {
  content: "\f137";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}
.bi-arrow-up-circle::before {
  content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}
.bi-arrow-up-left-square::before {
  content: "\f13e";
}
.bi-arrow-up-left::before {
  content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}
.bi-arrow-up-right-circle::before {
  content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}
.bi-arrow-up-right-square::before {
  content: "\f143";
}
.bi-arrow-up-right::before {
  content: "\f144";
}
.bi-arrow-up-short::before {
  content: "\f145";
}
.bi-arrow-up-square-fill::before {
  content: "\f146";
}
.bi-arrow-up-square::before {
  content: "\f147";
}
.bi-arrow-up::before {
  content: "\f148";
}
.bi-arrows-angle-contract::before {
  content: "\f149";
}
.bi-arrows-angle-expand::before {
  content: "\f14a";
}
.bi-arrows-collapse::before {
  content: "\f14b";
}
.bi-arrows-expand::before {
  content: "\f14c";
}
.bi-arrows-fullscreen::before {
  content: "\f14d";
}
.bi-arrows-move::before {
  content: "\f14e";
}
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}
.bi-aspect-ratio::before {
  content: "\f150";
}
.bi-asterisk::before {
  content: "\f151";
}
.bi-at::before {
  content: "\f152";
}
.bi-award-fill::before {
  content: "\f153";
}
.bi-award::before {
  content: "\f154";
}
.bi-back::before {
  content: "\f155";
}
.bi-backspace-fill::before {
  content: "\f156";
}
.bi-backspace-reverse-fill::before {
  content: "\f157";
}
.bi-backspace-reverse::before {
  content: "\f158";
}
.bi-backspace::before {
  content: "\f159";
}
.bi-badge-3d-fill::before {
  content: "\f15a";
}
.bi-badge-3d::before {
  content: "\f15b";
}
.bi-badge-4k-fill::before {
  content: "\f15c";
}
.bi-badge-4k::before {
  content: "\f15d";
}
.bi-badge-8k-fill::before {
  content: "\f15e";
}
.bi-badge-8k::before {
  content: "\f15f";
}
.bi-badge-ad-fill::before {
  content: "\f160";
}
.bi-badge-ad::before {
  content: "\f161";
}
.bi-badge-ar-fill::before {
  content: "\f162";
}
.bi-badge-ar::before {
  content: "\f163";
}
.bi-badge-cc-fill::before {
  content: "\f164";
}
.bi-badge-cc::before {
  content: "\f165";
}
.bi-badge-hd-fill::before {
  content: "\f166";
}
.bi-badge-hd::before {
  content: "\f167";
}
.bi-badge-tm-fill::before {
  content: "\f168";
}
.bi-badge-tm::before {
  content: "\f169";
}
.bi-badge-vo-fill::before {
  content: "\f16a";
}
.bi-badge-vo::before {
  content: "\f16b";
}
.bi-badge-vr-fill::before {
  content: "\f16c";
}
.bi-badge-vr::before {
  content: "\f16d";
}
.bi-badge-wc-fill::before {
  content: "\f16e";
}
.bi-badge-wc::before {
  content: "\f16f";
}
.bi-bag-check-fill::before {
  content: "\f170";
}
.bi-bag-check::before {
  content: "\f171";
}
.bi-bag-dash-fill::before {
  content: "\f172";
}
.bi-bag-dash::before {
  content: "\f173";
}
.bi-bag-fill::before {
  content: "\f174";
}
.bi-bag-plus-fill::before {
  content: "\f175";
}
.bi-bag-plus::before {
  content: "\f176";
}
.bi-bag-x-fill::before {
  content: "\f177";
}
.bi-bag-x::before {
  content: "\f178";
}
.bi-bag::before {
  content: "\f179";
}
.bi-bar-chart-fill::before {
  content: "\f17a";
}
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}
.bi-bar-chart-line::before {
  content: "\f17c";
}
.bi-bar-chart-steps::before {
  content: "\f17d";
}
.bi-bar-chart::before {
  content: "\f17e";
}
.bi-basket-fill::before {
  content: "\f17f";
}
.bi-basket::before {
  content: "\f180";
}
.bi-basket2-fill::before {
  content: "\f181";
}
.bi-basket2::before {
  content: "\f182";
}
.bi-basket3-fill::before {
  content: "\f183";
}
.bi-basket3::before {
  content: "\f184";
}
.bi-battery-charging::before {
  content: "\f185";
}
.bi-battery-full::before {
  content: "\f186";
}
.bi-battery-half::before {
  content: "\f187";
}
.bi-battery::before {
  content: "\f188";
}
.bi-bell-fill::before {
  content: "\f189";
}
.bi-bell::before {
  content: "\f18a";
}
.bi-bezier::before {
  content: "\f18b";
}
.bi-bezier2::before {
  content: "\f18c";
}
.bi-bicycle::before {
  content: "\f18d";
}
.bi-binoculars-fill::before {
  content: "\f18e";
}
.bi-binoculars::before {
  content: "\f18f";
}
.bi-blockquote-left::before {
  content: "\f190";
}
.bi-blockquote-right::before {
  content: "\f191";
}
.bi-book-fill::before {
  content: "\f192";
}
.bi-book-half::before {
  content: "\f193";
}
.bi-book::before {
  content: "\f194";
}
.bi-bookmark-check-fill::before {
  content: "\f195";
}
.bi-bookmark-check::before {
  content: "\f196";
}
.bi-bookmark-dash-fill::before {
  content: "\f197";
}
.bi-bookmark-dash::before {
  content: "\f198";
}
.bi-bookmark-fill::before {
  content: "\f199";
}
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}
.bi-bookmark-heart::before {
  content: "\f19b";
}
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}
.bi-bookmark-plus::before {
  content: "\f19d";
}
.bi-bookmark-star-fill::before {
  content: "\f19e";
}
.bi-bookmark-star::before {
  content: "\f19f";
}
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}
.bi-bookmark-x::before {
  content: "\f1a1";
}
.bi-bookmark::before {
  content: "\f1a2";
}
.bi-bookmarks-fill::before {
  content: "\f1a3";
}
.bi-bookmarks::before {
  content: "\f1a4";
}
.bi-bookshelf::before {
  content: "\f1a5";
}
.bi-bootstrap-fill::before {
  content: "\f1a6";
}
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}
.bi-bootstrap::before {
  content: "\f1a8";
}
.bi-border-all::before {
  content: "\f1a9";
}
.bi-border-bottom::before {
  content: "\f1aa";
}
.bi-border-center::before {
  content: "\f1ab";
}
.bi-border-inner::before {
  content: "\f1ac";
}
.bi-border-left::before {
  content: "\f1ad";
}
.bi-border-middle::before {
  content: "\f1ae";
}
.bi-border-outer::before {
  content: "\f1af";
}
.bi-border-right::before {
  content: "\f1b0";
}
.bi-border-style::before {
  content: "\f1b1";
}
.bi-border-top::before {
  content: "\f1b2";
}
.bi-border-width::before {
  content: "\f1b3";
}
.bi-border::before {
  content: "\f1b4";
}
.bi-bounding-box-circles::before {
  content: "\f1b5";
}
.bi-bounding-box::before {
  content: "\f1b6";
}
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}
.bi-box-arrow-down::before {
  content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}
.bi-box-arrow-in-right::before {
  content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}
.bi-box-arrow-left::before {
  content: "\f1c2";
}
.bi-box-arrow-right::before {
  content: "\f1c3";
}
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-box-arrow-up::before {
  content: "\f1c6";
}
.bi-box-seam::before {
  content: "\f1c7";
}
.bi-box::before {
  content: "\f1c8";
}
.bi-braces::before {
  content: "\f1c9";
}
.bi-bricks::before {
  content: "\f1ca";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}
.bi-brightness-alt-high::before {
  content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}
.bi-brightness-alt-low::before {
  content: "\f1d0";
}
.bi-brightness-high-fill::before {
  content: "\f1d1";
}
.bi-brightness-high::before {
  content: "\f1d2";
}
.bi-brightness-low-fill::before {
  content: "\f1d3";
}
.bi-brightness-low::before {
  content: "\f1d4";
}
.bi-broadcast-pin::before {
  content: "\f1d5";
}
.bi-broadcast::before {
  content: "\f1d6";
}
.bi-brush-fill::before {
  content: "\f1d7";
}
.bi-brush::before {
  content: "\f1d8";
}
.bi-bucket-fill::before {
  content: "\f1d9";
}
.bi-bucket::before {
  content: "\f1da";
}
.bi-bug-fill::before {
  content: "\f1db";
}
.bi-bug::before {
  content: "\f1dc";
}
.bi-building::before {
  content: "\f1dd";
}
.bi-bullseye::before {
  content: "\f1de";
}
.bi-calculator-fill::before {
  content: "\f1df";
}
.bi-calculator::before {
  content: "\f1e0";
}
.bi-calendar-check-fill::before {
  content: "\f1e1";
}
.bi-calendar-check::before {
  content: "\f1e2";
}
.bi-calendar-date-fill::before {
  content: "\f1e3";
}
.bi-calendar-date::before {
  content: "\f1e4";
}
.bi-calendar-day-fill::before {
  content: "\f1e5";
}
.bi-calendar-day::before {
  content: "\f1e6";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-calendar-event::before {
  content: "\f1e8";
}
.bi-calendar-fill::before {
  content: "\f1e9";
}
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}
.bi-calendar-minus::before {
  content: "\f1eb";
}
.bi-calendar-month-fill::before {
  content: "\f1ec";
}
.bi-calendar-month::before {
  content: "\f1ed";
}
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}
.bi-calendar-plus::before {
  content: "\f1ef";
}
.bi-calendar-range-fill::before {
  content: "\f1f0";
}
.bi-calendar-range::before {
  content: "\f1f1";
}
.bi-calendar-week-fill::before {
  content: "\f1f2";
}
.bi-calendar-week::before {
  content: "\f1f3";
}
.bi-calendar-x-fill::before {
  content: "\f1f4";
}
.bi-calendar-x::before {
  content: "\f1f5";
}
.bi-calendar::before {
  content: "\f1f6";
}
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}
.bi-calendar2-check::before {
  content: "\f1f8";
}
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}
.bi-calendar2-date::before {
  content: "\f1fa";
}
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}
.bi-calendar2-day::before {
  content: "\f1fc";
}
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}
.bi-calendar2-event::before {
  content: "\f1fe";
}
.bi-calendar2-fill::before {
  content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
  content: "\f200";
}
.bi-calendar2-minus::before {
  content: "\f201";
}
.bi-calendar2-month-fill::before {
  content: "\f202";
}
.bi-calendar2-month::before {
  content: "\f203";
}
.bi-calendar2-plus-fill::before {
  content: "\f204";
}
.bi-calendar2-plus::before {
  content: "\f205";
}
.bi-calendar2-range-fill::before {
  content: "\f206";
}
.bi-calendar2-range::before {
  content: "\f207";
}
.bi-calendar2-week-fill::before {
  content: "\f208";
}
.bi-calendar2-week::before {
  content: "\f209";
}
.bi-calendar2-x-fill::before {
  content: "\f20a";
}
.bi-calendar2-x::before {
  content: "\f20b";
}
.bi-calendar2::before {
  content: "\f20c";
}
.bi-calendar3-event-fill::before {
  content: "\f20d";
}
.bi-calendar3-event::before {
  content: "\f20e";
}
.bi-calendar3-fill::before {
  content: "\f20f";
}
.bi-calendar3-range-fill::before {
  content: "\f210";
}
.bi-calendar3-range::before {
  content: "\f211";
}
.bi-calendar3-week-fill::before {
  content: "\f212";
}
.bi-calendar3-week::before {
  content: "\f213";
}
.bi-calendar3::before {
  content: "\f214";
}
.bi-calendar4-event::before {
  content: "\f215";
}
.bi-calendar4-range::before {
  content: "\f216";
}
.bi-calendar4-week::before {
  content: "\f217";
}
.bi-calendar4::before {
  content: "\f218";
}
.bi-camera-fill::before {
  content: "\f219";
}
.bi-camera-reels-fill::before {
  content: "\f21a";
}
.bi-camera-reels::before {
  content: "\f21b";
}
.bi-camera-video-fill::before {
  content: "\f21c";
}
.bi-camera-video-off-fill::before {
  content: "\f21d";
}
.bi-camera-video-off::before {
  content: "\f21e";
}
.bi-camera-video::before {
  content: "\f21f";
}
.bi-camera::before {
  content: "\f220";
}
.bi-camera2::before {
  content: "\f221";
}
.bi-capslock-fill::before {
  content: "\f222";
}
.bi-capslock::before {
  content: "\f223";
}
.bi-card-checklist::before {
  content: "\f224";
}
.bi-card-heading::before {
  content: "\f225";
}
.bi-card-image::before {
  content: "\f226";
}
.bi-card-list::before {
  content: "\f227";
}
.bi-card-text::before {
  content: "\f228";
}
.bi-caret-down-fill::before {
  content: "\f229";
}
.bi-caret-down-square-fill::before {
  content: "\f22a";
}
.bi-caret-down-square::before {
  content: "\f22b";
}
.bi-caret-down::before {
  content: "\f22c";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-left-square-fill::before {
  content: "\f22e";
}
.bi-caret-left-square::before {
  content: "\f22f";
}
.bi-caret-left::before {
  content: "\f230";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-caret-right-square-fill::before {
  content: "\f232";
}
.bi-caret-right-square::before {
  content: "\f233";
}
.bi-caret-right::before {
  content: "\f234";
}
.bi-caret-up-fill::before {
  content: "\f235";
}
.bi-caret-up-square-fill::before {
  content: "\f236";
}
.bi-caret-up-square::before {
  content: "\f237";
}
.bi-caret-up::before {
  content: "\f238";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-cart-fill::before {
  content: "\f23d";
}
.bi-cart-plus-fill::before {
  content: "\f23e";
}
.bi-cart-plus::before {
  content: "\f23f";
}
.bi-cart-x-fill::before {
  content: "\f240";
}
.bi-cart-x::before {
  content: "\f241";
}
.bi-cart::before {
  content: "\f242";
}
.bi-cart2::before {
  content: "\f243";
}
.bi-cart3::before {
  content: "\f244";
}
.bi-cart4::before {
  content: "\f245";
}
.bi-cash-stack::before {
  content: "\f246";
}
.bi-cash::before {
  content: "\f247";
}
.bi-cast::before {
  content: "\f248";
}
.bi-chat-dots-fill::before {
  content: "\f249";
}
.bi-chat-dots::before {
  content: "\f24a";
}
.bi-chat-fill::before {
  content: "\f24b";
}
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}
.bi-chat-left-dots::before {
  content: "\f24d";
}
.bi-chat-left-fill::before {
  content: "\f24e";
}
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}
.bi-chat-left-quote::before {
  content: "\f250";
}
.bi-chat-left-text-fill::before {
  content: "\f251";
}
.bi-chat-left-text::before {
  content: "\f252";
}
.bi-chat-left::before {
  content: "\f253";
}
.bi-chat-quote-fill::before {
  content: "\f254";
}
.bi-chat-quote::before {
  content: "\f255";
}
.bi-chat-right-dots-fill::before {
  content: "\f256";
}
.bi-chat-right-dots::before {
  content: "\f257";
}
.bi-chat-right-fill::before {
  content: "\f258";
}
.bi-chat-right-quote-fill::before {
  content: "\f259";
}
.bi-chat-right-quote::before {
  content: "\f25a";
}
.bi-chat-right-text-fill::before {
  content: "\f25b";
}
.bi-chat-right-text::before {
  content: "\f25c";
}
.bi-chat-right::before {
  content: "\f25d";
}
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}
.bi-chat-square-dots::before {
  content: "\f25f";
}
.bi-chat-square-fill::before {
  content: "\f260";
}
.bi-chat-square-quote-fill::before {
  content: "\f261";
}
.bi-chat-square-quote::before {
  content: "\f262";
}
.bi-chat-square-text-fill::before {
  content: "\f263";
}
.bi-chat-square-text::before {
  content: "\f264";
}
.bi-chat-square::before {
  content: "\f265";
}
.bi-chat-text-fill::before {
  content: "\f266";
}
.bi-chat-text::before {
  content: "\f267";
}
.bi-chat::before {
  content: "\f268";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-check-circle-fill::before {
  content: "\f26a";
}
.bi-check-circle::before {
  content: "\f26b";
}
.bi-check-square-fill::before {
  content: "\f26c";
}
.bi-check-square::before {
  content: "\f26d";
}
.bi-check::before {
  content: "\f26e";
}
.bi-check2-all::before {
  content: "\f26f";
}
.bi-check2-circle::before {
  content: "\f270";
}
.bi-check2-square::before {
  content: "\f271";
}
.bi-check2::before {
  content: "\f272";
}
.bi-chevron-bar-contract::before {
  content: "\f273";
}
.bi-chevron-bar-down::before {
  content: "\f274";
}
.bi-chevron-bar-expand::before {
  content: "\f275";
}
.bi-chevron-bar-left::before {
  content: "\f276";
}
.bi-chevron-bar-right::before {
  content: "\f277";
}
.bi-chevron-bar-up::before {
  content: "\f278";
}
.bi-chevron-compact-down::before {
  content: "\f279";
}
.bi-chevron-compact-left::before {
  content: "\f27a";
}
.bi-chevron-compact-right::before {
  content: "\f27b";
}
.bi-chevron-compact-up::before {
  content: "\f27c";
}
.bi-chevron-contract::before {
  content: "\f27d";
}
.bi-chevron-double-down::before {
  content: "\f27e";
}
.bi-chevron-double-left::before {
  content: "\f27f";
}
.bi-chevron-double-right::before {
  content: "\f280";
}
.bi-chevron-double-up::before {
  content: "\f281";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-circle-fill::before {
  content: "\f287";
}
.bi-circle-half::before {
  content: "\f288";
}
.bi-circle-square::before {
  content: "\f289";
}
.bi-circle::before {
  content: "\f28a";
}
.bi-clipboard-check::before {
  content: "\f28b";
}
.bi-clipboard-data::before {
  content: "\f28c";
}
.bi-clipboard-minus::before {
  content: "\f28d";
}
.bi-clipboard-plus::before {
  content: "\f28e";
}
.bi-clipboard-x::before {
  content: "\f28f";
}
.bi-clipboard::before {
  content: "\f290";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-clock-history::before {
  content: "\f292";
}
.bi-clock::before {
  content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}
.bi-cloud-arrow-down::before {
  content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}
.bi-cloud-arrow-up::before {
  content: "\f297";
}
.bi-cloud-check-fill::before {
  content: "\f298";
}
.bi-cloud-check::before {
  content: "\f299";
}
.bi-cloud-download-fill::before {
  content: "\f29a";
}
.bi-cloud-download::before {
  content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}
.bi-cloud-drizzle::before {
  content: "\f29d";
}
.bi-cloud-fill::before {
  content: "\f29e";
}
.bi-cloud-fog-fill::before {
  content: "\f29f";
}
.bi-cloud-fog::before {
  content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}
.bi-cloud-fog2::before {
  content: "\f2a2";
}
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}
.bi-cloud-hail::before {
  content: "\f2a4";
}
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}
.bi-cloud-haze::before {
  content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}
.bi-cloud-lightning::before {
  content: "\f2ac";
}
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}
.bi-cloud-minus::before {
  content: "\f2ae";
}
.bi-cloud-moon-fill::before {
  content: "\f2af";
}
.bi-cloud-moon::before {
  content: "\f2b0";
}
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}
.bi-cloud-plus::before {
  content: "\f2b2";
}
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}
.bi-cloud-rain::before {
  content: "\f2b6";
}
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}
.bi-cloud-slash::before {
  content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}
.bi-cloud-sleet::before {
  content: "\f2ba";
}
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}
.bi-cloud-snow::before {
  content: "\f2bc";
}
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}
.bi-cloud-sun::before {
  content: "\f2be";
}
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-cloud::before {
  content: "\f2c1";
}
.bi-clouds-fill::before {
  content: "\f2c2";
}
.bi-clouds::before {
  content: "\f2c3";
}
.bi-cloudy-fill::before {
  content: "\f2c4";
}
.bi-cloudy::before {
  content: "\f2c5";
}
.bi-code-slash::before {
  content: "\f2c6";
}
.bi-code-square::before {
  content: "\f2c7";
}
.bi-code::before {
  content: "\f2c8";
}
.bi-collection-fill::before {
  content: "\f2c9";
}
.bi-collection-play-fill::before {
  content: "\f2ca";
}
.bi-collection-play::before {
  content: "\f2cb";
}
.bi-collection::before {
  content: "\f2cc";
}
.bi-columns-gap::before {
  content: "\f2cd";
}
.bi-columns::before {
  content: "\f2ce";
}
.bi-command::before {
  content: "\f2cf";
}
.bi-compass-fill::before {
  content: "\f2d0";
}
.bi-compass::before {
  content: "\f2d1";
}
.bi-cone-striped::before {
  content: "\f2d2";
}
.bi-cone::before {
  content: "\f2d3";
}
.bi-controller::before {
  content: "\f2d4";
}
.bi-cpu-fill::before {
  content: "\f2d5";
}
.bi-cpu::before {
  content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}
.bi-credit-card-2-back::before {
  content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}
.bi-credit-card-2-front::before {
  content: "\f2da";
}
.bi-credit-card-fill::before {
  content: "\f2db";
}
.bi-credit-card::before {
  content: "\f2dc";
}
.bi-crop::before {
  content: "\f2dd";
}
.bi-cup-fill::before {
  content: "\f2de";
}
.bi-cup-straw::before {
  content: "\f2df";
}
.bi-cup::before {
  content: "\f2e0";
}
.bi-cursor-fill::before {
  content: "\f2e1";
}
.bi-cursor-text::before {
  content: "\f2e2";
}
.bi-cursor::before {
  content: "\f2e3";
}
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}
.bi-dash-circle-fill::before {
  content: "\f2e5";
}
.bi-dash-circle::before {
  content: "\f2e6";
}
.bi-dash-square-dotted::before {
  content: "\f2e7";
}
.bi-dash-square-fill::before {
  content: "\f2e8";
}
.bi-dash-square::before {
  content: "\f2e9";
}
.bi-dash::before {
  content: "\f2ea";
}
.bi-diagram-2-fill::before {
  content: "\f2eb";
}
.bi-diagram-2::before {
  content: "\f2ec";
}
.bi-diagram-3-fill::before {
  content: "\f2ed";
}
.bi-diagram-3::before {
  content: "\f2ee";
}
.bi-diamond-fill::before {
  content: "\f2ef";
}
.bi-diamond-half::before {
  content: "\f2f0";
}
.bi-diamond::before {
  content: "\f2f1";
}
.bi-dice-1-fill::before {
  content: "\f2f2";
}
.bi-dice-1::before {
  content: "\f2f3";
}
.bi-dice-2-fill::before {
  content: "\f2f4";
}
.bi-dice-2::before {
  content: "\f2f5";
}
.bi-dice-3-fill::before {
  content: "\f2f6";
}
.bi-dice-3::before {
  content: "\f2f7";
}
.bi-dice-4-fill::before {
  content: "\f2f8";
}
.bi-dice-4::before {
  content: "\f2f9";
}
.bi-dice-5-fill::before {
  content: "\f2fa";
}
.bi-dice-5::before {
  content: "\f2fb";
}
.bi-dice-6-fill::before {
  content: "\f2fc";
}
.bi-dice-6::before {
  content: "\f2fd";
}
.bi-disc-fill::before {
  content: "\f2fe";
}
.bi-disc::before {
  content: "\f2ff";
}
.bi-discord::before {
  content: "\f300";
}
.bi-display-fill::before {
  content: "\f301";
}
.bi-display::before {
  content: "\f302";
}
.bi-distribute-horizontal::before {
  content: "\f303";
}
.bi-distribute-vertical::before {
  content: "\f304";
}
.bi-door-closed-fill::before {
  content: "\f305";
}
.bi-door-closed::before {
  content: "\f306";
}
.bi-door-open-fill::before {
  content: "\f307";
}
.bi-door-open::before {
  content: "\f308";
}
.bi-dot::before {
  content: "\f309";
}
.bi-download::before {
  content: "\f30a";
}
.bi-droplet-fill::before {
  content: "\f30b";
}
.bi-droplet-half::before {
  content: "\f30c";
}
.bi-droplet::before {
  content: "\f30d";
}
.bi-earbuds::before {
  content: "\f30e";
}
.bi-easel-fill::before {
  content: "\f30f";
}
.bi-easel::before {
  content: "\f310";
}
.bi-egg-fill::before {
  content: "\f311";
}
.bi-egg-fried::before {
  content: "\f312";
}
.bi-egg::before {
  content: "\f313";
}
.bi-eject-fill::before {
  content: "\f314";
}
.bi-eject::before {
  content: "\f315";
}
.bi-emoji-angry-fill::before {
  content: "\f316";
}
.bi-emoji-angry::before {
  content: "\f317";
}
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}
.bi-emoji-dizzy::before {
  content: "\f319";
}
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}
.bi-emoji-expressionless::before {
  content: "\f31b";
}
.bi-emoji-frown-fill::before {
  content: "\f31c";
}
.bi-emoji-frown::before {
  content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}
.bi-emoji-laughing-fill::before {
  content: "\f320";
}
.bi-emoji-laughing::before {
  content: "\f321";
}
.bi-emoji-neutral-fill::before {
  content: "\f322";
}
.bi-emoji-neutral::before {
  content: "\f323";
}
.bi-emoji-smile-fill::before {
  content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}
.bi-emoji-smile::before {
  content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}
.bi-emoji-sunglasses::before {
  content: "\f329";
}
.bi-emoji-wink-fill::before {
  content: "\f32a";
}
.bi-emoji-wink::before {
  content: "\f32b";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-envelope-open-fill::before {
  content: "\f32d";
}
.bi-envelope-open::before {
  content: "\f32e";
}
.bi-envelope::before {
  content: "\f32f";
}
.bi-eraser-fill::before {
  content: "\f330";
}
.bi-eraser::before {
  content: "\f331";
}
.bi-exclamation-circle-fill::before {
  content: "\f332";
}
.bi-exclamation-circle::before {
  content: "\f333";
}
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}
.bi-exclamation-diamond::before {
  content: "\f335";
}
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}
.bi-exclamation-octagon::before {
  content: "\f337";
}
.bi-exclamation-square-fill::before {
  content: "\f338";
}
.bi-exclamation-square::before {
  content: "\f339";
}
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}
.bi-exclamation-triangle::before {
  content: "\f33b";
}
.bi-exclamation::before {
  content: "\f33c";
}
.bi-exclude::before {
  content: "\f33d";
}
.bi-eye-fill::before {
  content: "\f33e";
}
.bi-eye-slash-fill::before {
  content: "\f33f";
}
.bi-eye-slash::before {
  content: "\f340";
}
.bi-eye::before {
  content: "\f341";
}
.bi-eyedropper::before {
  content: "\f342";
}
.bi-eyeglasses::before {
  content: "\f343";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-file-arrow-down-fill::before {
  content: "\f345";
}
.bi-file-arrow-down::before {
  content: "\f346";
}
.bi-file-arrow-up-fill::before {
  content: "\f347";
}
.bi-file-arrow-up::before {
  content: "\f348";
}
.bi-file-bar-graph-fill::before {
  content: "\f349";
}
.bi-file-bar-graph::before {
  content: "\f34a";
}
.bi-file-binary-fill::before {
  content: "\f34b";
}
.bi-file-binary::before {
  content: "\f34c";
}
.bi-file-break-fill::before {
  content: "\f34d";
}
.bi-file-break::before {
  content: "\f34e";
}
.bi-file-check-fill::before {
  content: "\f34f";
}
.bi-file-check::before {
  content: "\f350";
}
.bi-file-code-fill::before {
  content: "\f351";
}
.bi-file-code::before {
  content: "\f352";
}
.bi-file-diff-fill::before {
  content: "\f353";
}
.bi-file-diff::before {
  content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}
.bi-file-earmark-binary::before {
  content: "\f35c";
}
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}
.bi-file-earmark-break::before {
  content: "\f35e";
}
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}
.bi-file-earmark-check::before {
  content: "\f360";
}
.bi-file-earmark-code-fill::before {
  content: "\f361";
}
.bi-file-earmark-code::before {
  content: "\f362";
}
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}
.bi-file-earmark-diff::before {
  content: "\f364";
}
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}
.bi-file-earmark-easel::before {
  content: "\f366";
}
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}
.bi-file-earmark-excel::before {
  content: "\f368";
}
.bi-file-earmark-fill::before {
  content: "\f369";
}
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}
.bi-file-earmark-font::before {
  content: "\f36b";
}
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}
.bi-file-earmark-image::before {
  content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}
.bi-file-earmark-lock::before {
  content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}
.bi-file-earmark-lock2::before {
  content: "\f371";
}
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}
.bi-file-earmark-medical::before {
  content: "\f373";
}
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}
.bi-file-earmark-minus::before {
  content: "\f375";
}
.bi-file-earmark-music-fill::before {
  content: "\f376";
}
.bi-file-earmark-music::before {
  content: "\f377";
}
.bi-file-earmark-person-fill::before {
  content: "\f378";
}
.bi-file-earmark-person::before {
  content: "\f379";
}
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}
.bi-file-earmark-play::before {
  content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}
.bi-file-earmark-plus::before {
  content: "\f37d";
}
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}
.bi-file-earmark-post::before {
  content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}
.bi-file-earmark-ppt::before {
  content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}
.bi-file-earmark-richtext::before {
  content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}
.bi-file-earmark-ruled::before {
  content: "\f385";
}
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}
.bi-file-earmark-slides::before {
  content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}
.bi-file-earmark-text::before {
  content: "\f38b";
}
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}
.bi-file-earmark-word::before {
  content: "\f38d";
}
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}
.bi-file-earmark-x::before {
  content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}
.bi-file-earmark-zip::before {
  content: "\f391";
}
.bi-file-earmark::before {
  content: "\f392";
}
.bi-file-easel-fill::before {
  content: "\f393";
}
.bi-file-easel::before {
  content: "\f394";
}
.bi-file-excel-fill::before {
  content: "\f395";
}
.bi-file-excel::before {
  content: "\f396";
}
.bi-file-fill::before {
  content: "\f397";
}
.bi-file-font-fill::before {
  content: "\f398";
}
.bi-file-font::before {
  content: "\f399";
}
.bi-file-image-fill::before {
  content: "\f39a";
}
.bi-file-image::before {
  content: "\f39b";
}
.bi-file-lock-fill::before {
  content: "\f39c";
}
.bi-file-lock::before {
  content: "\f39d";
}
.bi-file-lock2-fill::before {
  content: "\f39e";
}
.bi-file-lock2::before {
  content: "\f39f";
}
.bi-file-medical-fill::before {
  content: "\f3a0";
}
.bi-file-medical::before {
  content: "\f3a1";
}
.bi-file-minus-fill::before {
  content: "\f3a2";
}
.bi-file-minus::before {
  content: "\f3a3";
}
.bi-file-music-fill::before {
  content: "\f3a4";
}
.bi-file-music::before {
  content: "\f3a5";
}
.bi-file-person-fill::before {
  content: "\f3a6";
}
.bi-file-person::before {
  content: "\f3a7";
}
.bi-file-play-fill::before {
  content: "\f3a8";
}
.bi-file-play::before {
  content: "\f3a9";
}
.bi-file-plus-fill::before {
  content: "\f3aa";
}
.bi-file-plus::before {
  content: "\f3ab";
}
.bi-file-post-fill::before {
  content: "\f3ac";
}
.bi-file-post::before {
  content: "\f3ad";
}
.bi-file-ppt-fill::before {
  content: "\f3ae";
}
.bi-file-ppt::before {
  content: "\f3af";
}
.bi-file-richtext-fill::before {
  content: "\f3b0";
}
.bi-file-richtext::before {
  content: "\f3b1";
}
.bi-file-ruled-fill::before {
  content: "\f3b2";
}
.bi-file-ruled::before {
  content: "\f3b3";
}
.bi-file-slides-fill::before {
  content: "\f3b4";
}
.bi-file-slides::before {
  content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}
.bi-file-spreadsheet::before {
  content: "\f3b7";
}
.bi-file-text-fill::before {
  content: "\f3b8";
}
.bi-file-text::before {
  content: "\f3b9";
}
.bi-file-word-fill::before {
  content: "\f3ba";
}
.bi-file-word::before {
  content: "\f3bb";
}
.bi-file-x-fill::before {
  content: "\f3bc";
}
.bi-file-x::before {
  content: "\f3bd";
}
.bi-file-zip-fill::before {
  content: "\f3be";
}
.bi-file-zip::before {
  content: "\f3bf";
}
.bi-file::before {
  content: "\f3c0";
}
.bi-files-alt::before {
  content: "\f3c1";
}
.bi-files::before {
  content: "\f3c2";
}
.bi-film::before {
  content: "\f3c3";
}
.bi-filter-circle-fill::before {
  content: "\f3c4";
}
.bi-filter-circle::before {
  content: "\f3c5";
}
.bi-filter-left::before {
  content: "\f3c6";
}
.bi-filter-right::before {
  content: "\f3c7";
}
.bi-filter-square-fill::before {
  content: "\f3c8";
}
.bi-filter-square::before {
  content: "\f3c9";
}
.bi-filter::before {
  content: "\f3ca";
}
.bi-flag-fill::before {
  content: "\f3cb";
}
.bi-flag::before {
  content: "\f3cc";
}
.bi-flower1::before {
  content: "\f3cd";
}
.bi-flower2::before {
  content: "\f3ce";
}
.bi-flower3::before {
  content: "\f3cf";
}
.bi-folder-check::before {
  content: "\f3d0";
}
.bi-folder-fill::before {
  content: "\f3d1";
}
.bi-folder-minus::before {
  content: "\f3d2";
}
.bi-folder-plus::before {
  content: "\f3d3";
}
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}
.bi-folder-symlink::before {
  content: "\f3d5";
}
.bi-folder-x::before {
  content: "\f3d6";
}
.bi-folder::before {
  content: "\f3d7";
}
.bi-folder2-open::before {
  content: "\f3d8";
}
.bi-folder2::before {
  content: "\f3d9";
}
.bi-fonts::before {
  content: "\f3da";
}
.bi-forward-fill::before {
  content: "\f3db";
}
.bi-forward::before {
  content: "\f3dc";
}
.bi-front::before {
  content: "\f3dd";
}
.bi-fullscreen-exit::before {
  content: "\f3de";
}
.bi-fullscreen::before {
  content: "\f3df";
}
.bi-funnel-fill::before {
  content: "\f3e0";
}
.bi-funnel::before {
  content: "\f3e1";
}
.bi-gear-fill::before {
  content: "\f3e2";
}
.bi-gear-wide-connected::before {
  content: "\f3e3";
}
.bi-gear-wide::before {
  content: "\f3e4";
}
.bi-gear::before {
  content: "\f3e5";
}
.bi-gem::before {
  content: "\f3e6";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-fill::before {
  content: "\f3e9";
}
.bi-geo::before {
  content: "\f3ea";
}
.bi-gift-fill::before {
  content: "\f3eb";
}
.bi-gift::before {
  content: "\f3ec";
}
.bi-github::before {
  content: "\f3ed";
}
.bi-globe::before {
  content: "\f3ee";
}
.bi-globe2::before {
  content: "\f3ef";
}
.bi-google::before {
  content: "\f3f0";
}
.bi-graph-down::before {
  content: "\f3f1";
}
.bi-graph-up::before {
  content: "\f3f2";
}
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}
.bi-grid-1x2::before {
  content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}
.bi-grid-3x2::before {
  content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}
.bi-grid-3x3::before {
  content: "\f3fa";
}
.bi-grid-fill::before {
  content: "\f3fb";
}
.bi-grid::before {
  content: "\f3fc";
}
.bi-grip-horizontal::before {
  content: "\f3fd";
}
.bi-grip-vertical::before {
  content: "\f3fe";
}
.bi-hammer::before {
  content: "\f3ff";
}
.bi-hand-index-fill::before {
  content: "\f400";
}
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}
.bi-hand-index-thumb::before {
  content: "\f402";
}
.bi-hand-index::before {
  content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-handbag-fill::before {
  content: "\f408";
}
.bi-handbag::before {
  content: "\f409";
}
.bi-hash::before {
  content: "\f40a";
}
.bi-hdd-fill::before {
  content: "\f40b";
}
.bi-hdd-network-fill::before {
  content: "\f40c";
}
.bi-hdd-network::before {
  content: "\f40d";
}
.bi-hdd-rack-fill::before {
  content: "\f40e";
}
.bi-hdd-rack::before {
  content: "\f40f";
}
.bi-hdd-stack-fill::before {
  content: "\f410";
}
.bi-hdd-stack::before {
  content: "\f411";
}
.bi-hdd::before {
  content: "\f412";
}
.bi-headphones::before {
  content: "\f413";
}
.bi-headset::before {
  content: "\f414";
}
.bi-heart-fill::before {
  content: "\f415";
}
.bi-heart-half::before {
  content: "\f416";
}
.bi-heart::before {
  content: "\f417";
}
.bi-heptagon-fill::before {
  content: "\f418";
}
.bi-heptagon-half::before {
  content: "\f419";
}
.bi-heptagon::before {
  content: "\f41a";
}
.bi-hexagon-fill::before {
  content: "\f41b";
}
.bi-hexagon-half::before {
  content: "\f41c";
}
.bi-hexagon::before {
  content: "\f41d";
}
.bi-hourglass-bottom::before {
  content: "\f41e";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-hourglass-top::before {
  content: "\f420";
}
.bi-hourglass::before {
  content: "\f421";
}
.bi-house-door-fill::before {
  content: "\f422";
}
.bi-house-door::before {
  content: "\f423";
}
.bi-house-fill::before {
  content: "\f424";
}
.bi-house::before {
  content: "\f425";
}
.bi-hr::before {
  content: "\f426";
}
.bi-hurricane::before {
  content: "\f427";
}
.bi-image-alt::before {
  content: "\f428";
}
.bi-image-fill::before {
  content: "\f429";
}
.bi-image::before {
  content: "\f42a";
}
.bi-images::before {
  content: "\f42b";
}
.bi-inbox-fill::before {
  content: "\f42c";
}
.bi-inbox::before {
  content: "\f42d";
}
.bi-inboxes-fill::before {
  content: "\f42e";
}
.bi-inboxes::before {
  content: "\f42f";
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-info-square-fill::before {
  content: "\f432";
}
.bi-info-square::before {
  content: "\f433";
}
.bi-info::before {
  content: "\f434";
}
.bi-input-cursor-text::before {
  content: "\f435";
}
.bi-input-cursor::before {
  content: "\f436";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-intersect::before {
  content: "\f438";
}
.bi-journal-album::before {
  content: "\f439";
}
.bi-journal-arrow-down::before {
  content: "\f43a";
}
.bi-journal-arrow-up::before {
  content: "\f43b";
}
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}
.bi-journal-bookmark::before {
  content: "\f43d";
}
.bi-journal-check::before {
  content: "\f43e";
}
.bi-journal-code::before {
  content: "\f43f";
}
.bi-journal-medical::before {
  content: "\f440";
}
.bi-journal-minus::before {
  content: "\f441";
}
.bi-journal-plus::before {
  content: "\f442";
}
.bi-journal-richtext::before {
  content: "\f443";
}
.bi-journal-text::before {
  content: "\f444";
}
.bi-journal-x::before {
  content: "\f445";
}
.bi-journal::before {
  content: "\f446";
}
.bi-journals::before {
  content: "\f447";
}
.bi-joystick::before {
  content: "\f448";
}
.bi-justify-left::before {
  content: "\f449";
}
.bi-justify-right::before {
  content: "\f44a";
}
.bi-justify::before {
  content: "\f44b";
}
.bi-kanban-fill::before {
  content: "\f44c";
}
.bi-kanban::before {
  content: "\f44d";
}
.bi-key-fill::before {
  content: "\f44e";
}
.bi-key::before {
  content: "\f44f";
}
.bi-keyboard-fill::before {
  content: "\f450";
}
.bi-keyboard::before {
  content: "\f451";
}
.bi-ladder::before {
  content: "\f452";
}
.bi-lamp-fill::before {
  content: "\f453";
}
.bi-lamp::before {
  content: "\f454";
}
.bi-laptop-fill::before {
  content: "\f455";
}
.bi-laptop::before {
  content: "\f456";
}
.bi-layer-backward::before {
  content: "\f457";
}
.bi-layer-forward::before {
  content: "\f458";
}
.bi-layers-fill::before {
  content: "\f459";
}
.bi-layers-half::before {
  content: "\f45a";
}
.bi-layers::before {
  content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}
.bi-layout-sidebar::before {
  content: "\f45f";
}
.bi-layout-split::before {
  content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}
.bi-layout-text-sidebar::before {
  content: "\f462";
}
.bi-layout-text-window-reverse::before {
  content: "\f463";
}
.bi-layout-text-window::before {
  content: "\f464";
}
.bi-layout-three-columns::before {
  content: "\f465";
}
.bi-layout-wtf::before {
  content: "\f466";
}
.bi-life-preserver::before {
  content: "\f467";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-lightbulb-off-fill::before {
  content: "\f469";
}
.bi-lightbulb-off::before {
  content: "\f46a";
}
.bi-lightbulb::before {
  content: "\f46b";
}
.bi-lightning-charge-fill::before {
  content: "\f46c";
}
.bi-lightning-charge::before {
  content: "\f46d";
}
.bi-lightning-fill::before {
  content: "\f46e";
}
.bi-lightning::before {
  content: "\f46f";
}
.bi-link-45deg::before {
  content: "\f470";
}
.bi-link::before {
  content: "\f471";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-list-check::before {
  content: "\f473";
}
.bi-list-nested::before {
  content: "\f474";
}
.bi-list-ol::before {
  content: "\f475";
}
.bi-list-stars::before {
  content: "\f476";
}
.bi-list-task::before {
  content: "\f477";
}
.bi-list-ul::before {
  content: "\f478";
}
.bi-list::before {
  content: "\f479";
}
.bi-lock-fill::before {
  content: "\f47a";
}
.bi-lock::before {
  content: "\f47b";
}
.bi-mailbox::before {
  content: "\f47c";
}
.bi-mailbox2::before {
  content: "\f47d";
}
.bi-map-fill::before {
  content: "\f47e";
}
.bi-map::before {
  content: "\f47f";
}
.bi-markdown-fill::before {
  content: "\f480";
}
.bi-markdown::before {
  content: "\f481";
}
.bi-mask::before {
  content: "\f482";
}
.bi-megaphone-fill::before {
  content: "\f483";
}
.bi-megaphone::before {
  content: "\f484";
}
.bi-menu-app-fill::before {
  content: "\f485";
}
.bi-menu-app::before {
  content: "\f486";
}
.bi-menu-button-fill::before {
  content: "\f487";
}
.bi-menu-button-wide-fill::before {
  content: "\f488";
}
.bi-menu-button-wide::before {
  content: "\f489";
}
.bi-menu-button::before {
  content: "\f48a";
}
.bi-menu-down::before {
  content: "\f48b";
}
.bi-menu-up::before {
  content: "\f48c";
}
.bi-mic-fill::before {
  content: "\f48d";
}
.bi-mic-mute-fill::before {
  content: "\f48e";
}
.bi-mic-mute::before {
  content: "\f48f";
}
.bi-mic::before {
  content: "\f490";
}
.bi-minecart-loaded::before {
  content: "\f491";
}
.bi-minecart::before {
  content: "\f492";
}
.bi-moisture::before {
  content: "\f493";
}
.bi-moon-fill::before {
  content: "\f494";
}
.bi-moon-stars-fill::before {
  content: "\f495";
}
.bi-moon-stars::before {
  content: "\f496";
}
.bi-moon::before {
  content: "\f497";
}
.bi-mouse-fill::before {
  content: "\f498";
}
.bi-mouse::before {
  content: "\f499";
}
.bi-mouse2-fill::before {
  content: "\f49a";
}
.bi-mouse2::before {
  content: "\f49b";
}
.bi-mouse3-fill::before {
  content: "\f49c";
}
.bi-mouse3::before {
  content: "\f49d";
}
.bi-music-note-beamed::before {
  content: "\f49e";
}
.bi-music-note-list::before {
  content: "\f49f";
}
.bi-music-note::before {
  content: "\f4a0";
}
.bi-music-player-fill::before {
  content: "\f4a1";
}
.bi-music-player::before {
  content: "\f4a2";
}
.bi-newspaper::before {
  content: "\f4a3";
}
.bi-node-minus-fill::before {
  content: "\f4a4";
}
.bi-node-minus::before {
  content: "\f4a5";
}
.bi-node-plus-fill::before {
  content: "\f4a6";
}
.bi-node-plus::before {
  content: "\f4a7";
}
.bi-nut-fill::before {
  content: "\f4a8";
}
.bi-nut::before {
  content: "\f4a9";
}
.bi-octagon-fill::before {
  content: "\f4aa";
}
.bi-octagon-half::before {
  content: "\f4ab";
}
.bi-octagon::before {
  content: "\f4ac";
}
.bi-option::before {
  content: "\f4ad";
}
.bi-outlet::before {
  content: "\f4ae";
}
.bi-paint-bucket::before {
  content: "\f4af";
}
.bi-palette-fill::before {
  content: "\f4b0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-palette2::before {
  content: "\f4b2";
}
.bi-paperclip::before {
  content: "\f4b3";
}
.bi-paragraph::before {
  content: "\f4b4";
}
.bi-patch-check-fill::before {
  content: "\f4b5";
}
.bi-patch-check::before {
  content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}
.bi-patch-exclamation::before {
  content: "\f4b8";
}
.bi-patch-minus-fill::before {
  content: "\f4b9";
}
.bi-patch-minus::before {
  content: "\f4ba";
}
.bi-patch-plus-fill::before {
  content: "\f4bb";
}
.bi-patch-plus::before {
  content: "\f4bc";
}
.bi-patch-question-fill::before {
  content: "\f4bd";
}
.bi-patch-question::before {
  content: "\f4be";
}
.bi-pause-btn-fill::before {
  content: "\f4bf";
}
.bi-pause-btn::before {
  content: "\f4c0";
}
.bi-pause-circle-fill::before {
  content: "\f4c1";
}
.bi-pause-circle::before {
  content: "\f4c2";
}
.bi-pause-fill::before {
  content: "\f4c3";
}
.bi-pause::before {
  content: "\f4c4";
}
.bi-peace-fill::before {
  content: "\f4c5";
}
.bi-peace::before {
  content: "\f4c6";
}
.bi-pen-fill::before {
  content: "\f4c7";
}
.bi-pen::before {
  content: "\f4c8";
}
.bi-pencil-fill::before {
  content: "\f4c9";
}
.bi-pencil-square::before {
  content: "\f4ca";
}
.bi-pencil::before {
  content: "\f4cb";
}
.bi-pentagon-fill::before {
  content: "\f4cc";
}
.bi-pentagon-half::before {
  content: "\f4cd";
}
.bi-pentagon::before {
  content: "\f4ce";
}
.bi-people-fill::before {
  content: "\f4cf";
}
.bi-people::before {
  content: "\f4d0";
}
.bi-percent::before {
  content: "\f4d1";
}
.bi-person-badge-fill::before {
  content: "\f4d2";
}
.bi-person-badge::before {
  content: "\f4d3";
}
.bi-person-bounding-box::before {
  content: "\f4d4";
}
.bi-person-check-fill::before {
  content: "\f4d5";
}
.bi-person-check::before {
  content: "\f4d6";
}
.bi-person-circle::before {
  content: "\f4d7";
}
.bi-person-dash-fill::before {
  content: "\f4d8";
}
.bi-person-dash::before {
  content: "\f4d9";
}
.bi-person-fill::before {
  content: "\f4da";
}
.bi-person-lines-fill::before {
  content: "\f4db";
}
.bi-person-plus-fill::before {
  content: "\f4dc";
}
.bi-person-plus::before {
  content: "\f4dd";
}
.bi-person-square::before {
  content: "\f4de";
}
.bi-person-x-fill::before {
  content: "\f4df";
}
.bi-person-x::before {
  content: "\f4e0";
}
.bi-person::before {
  content: "\f4e1";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-pie-chart-fill::before {
  content: "\f4e8";
}
.bi-pie-chart::before {
  content: "\f4e9";
}
.bi-pin-angle-fill::before {
  content: "\f4ea";
}
.bi-pin-angle::before {
  content: "\f4eb";
}
.bi-pin-fill::before {
  content: "\f4ec";
}
.bi-pin::before {
  content: "\f4ed";
}
.bi-pip-fill::before {
  content: "\f4ee";
}
.bi-pip::before {
  content: "\f4ef";
}
.bi-play-btn-fill::before {
  content: "\f4f0";
}
.bi-play-btn::before {
  content: "\f4f1";
}
.bi-play-circle-fill::before {
  content: "\f4f2";
}
.bi-play-circle::before {
  content: "\f4f3";
}
.bi-play-fill::before {
  content: "\f4f4";
}
.bi-play::before {
  content: "\f4f5";
}
.bi-plug-fill::before {
  content: "\f4f6";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}
.bi-plus-circle-fill::before {
  content: "\f4f9";
}
.bi-plus-circle::before {
  content: "\f4fa";
}
.bi-plus-square-dotted::before {
  content: "\f4fb";
}
.bi-plus-square-fill::before {
  content: "\f4fc";
}
.bi-plus-square::before {
  content: "\f4fd";
}
.bi-plus::before {
  content: "\f4fe";
}
.bi-power::before {
  content: "\f4ff";
}
.bi-printer-fill::before {
  content: "\f500";
}
.bi-printer::before {
  content: "\f501";
}
.bi-puzzle-fill::before {
  content: "\f502";
}
.bi-puzzle::before {
  content: "\f503";
}
.bi-question-circle-fill::before {
  content: "\f504";
}
.bi-question-circle::before {
  content: "\f505";
}
.bi-question-diamond-fill::before {
  content: "\f506";
}
.bi-question-diamond::before {
  content: "\f507";
}
.bi-question-octagon-fill::before {
  content: "\f508";
}
.bi-question-octagon::before {
  content: "\f509";
}
.bi-question-square-fill::before {
  content: "\f50a";
}
.bi-question-square::before {
  content: "\f50b";
}
.bi-question::before {
  content: "\f50c";
}
.bi-rainbow::before {
  content: "\f50d";
}
.bi-receipt-cutoff::before {
  content: "\f50e";
}
.bi-receipt::before {
  content: "\f50f";
}
.bi-reception-0::before {
  content: "\f510";
}
.bi-reception-1::before {
  content: "\f511";
}
.bi-reception-2::before {
  content: "\f512";
}
.bi-reception-3::before {
  content: "\f513";
}
.bi-reception-4::before {
  content: "\f514";
}
.bi-record-btn-fill::before {
  content: "\f515";
}
.bi-record-btn::before {
  content: "\f516";
}
.bi-record-circle-fill::before {
  content: "\f517";
}
.bi-record-circle::before {
  content: "\f518";
}
.bi-record-fill::before {
  content: "\f519";
}
.bi-record::before {
  content: "\f51a";
}
.bi-record2-fill::before {
  content: "\f51b";
}
.bi-record2::before {
  content: "\f51c";
}
.bi-reply-all-fill::before {
  content: "\f51d";
}
.bi-reply-all::before {
  content: "\f51e";
}
.bi-reply-fill::before {
  content: "\f51f";
}
.bi-reply::before {
  content: "\f520";
}
.bi-rss-fill::before {
  content: "\f521";
}
.bi-rss::before {
  content: "\f522";
}
.bi-rulers::before {
  content: "\f523";
}
.bi-save-fill::before {
  content: "\f524";
}
.bi-save::before {
  content: "\f525";
}
.bi-save2-fill::before {
  content: "\f526";
}
.bi-save2::before {
  content: "\f527";
}
.bi-scissors::before {
  content: "\f528";
}
.bi-screwdriver::before {
  content: "\f529";
}
.bi-search::before {
  content: "\f52a";
}
.bi-segmented-nav::before {
  content: "\f52b";
}
.bi-server::before {
  content: "\f52c";
}
.bi-share-fill::before {
  content: "\f52d";
}
.bi-share::before {
  content: "\f52e";
}
.bi-shield-check::before {
  content: "\f52f";
}
.bi-shield-exclamation::before {
  content: "\f530";
}
.bi-shield-fill-check::before {
  content: "\f531";
}
.bi-shield-fill-exclamation::before {
  content: "\f532";
}
.bi-shield-fill-minus::before {
  content: "\f533";
}
.bi-shield-fill-plus::before {
  content: "\f534";
}
.bi-shield-fill-x::before {
  content: "\f535";
}
.bi-shield-fill::before {
  content: "\f536";
}
.bi-shield-lock-fill::before {
  content: "\f537";
}
.bi-shield-lock::before {
  content: "\f538";
}
.bi-shield-minus::before {
  content: "\f539";
}
.bi-shield-plus::before {
  content: "\f53a";
}
.bi-shield-shaded::before {
  content: "\f53b";
}
.bi-shield-slash-fill::before {
  content: "\f53c";
}
.bi-shield-slash::before {
  content: "\f53d";
}
.bi-shield-x::before {
  content: "\f53e";
}
.bi-shield::before {
  content: "\f53f";
}
.bi-shift-fill::before {
  content: "\f540";
}
.bi-shift::before {
  content: "\f541";
}
.bi-shop-window::before {
  content: "\f542";
}
.bi-shop::before {
  content: "\f543";
}
.bi-shuffle::before {
  content: "\f544";
}
.bi-signpost-2-fill::before {
  content: "\f545";
}
.bi-signpost-2::before {
  content: "\f546";
}
.bi-signpost-fill::before {
  content: "\f547";
}
.bi-signpost-split-fill::before {
  content: "\f548";
}
.bi-signpost-split::before {
  content: "\f549";
}
.bi-signpost::before {
  content: "\f54a";
}
.bi-sim-fill::before {
  content: "\f54b";
}
.bi-sim::before {
  content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}
.bi-skip-backward-btn::before {
  content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}
.bi-skip-backward-circle::before {
  content: "\f550";
}
.bi-skip-backward-fill::before {
  content: "\f551";
}
.bi-skip-backward::before {
  content: "\f552";
}
.bi-skip-end-btn-fill::before {
  content: "\f553";
}
.bi-skip-end-btn::before {
  content: "\f554";
}
.bi-skip-end-circle-fill::before {
  content: "\f555";
}
.bi-skip-end-circle::before {
  content: "\f556";
}
.bi-skip-end-fill::before {
  content: "\f557";
}
.bi-skip-end::before {
  content: "\f558";
}
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}
.bi-skip-forward-btn::before {
  content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}
.bi-skip-forward-circle::before {
  content: "\f55c";
}
.bi-skip-forward-fill::before {
  content: "\f55d";
}
.bi-skip-forward::before {
  content: "\f55e";
}
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}
.bi-skip-start-btn::before {
  content: "\f560";
}
.bi-skip-start-circle-fill::before {
  content: "\f561";
}
.bi-skip-start-circle::before {
  content: "\f562";
}
.bi-skip-start-fill::before {
  content: "\f563";
}
.bi-skip-start::before {
  content: "\f564";
}
.bi-slack::before {
  content: "\f565";
}
.bi-slash-circle-fill::before {
  content: "\f566";
}
.bi-slash-circle::before {
  content: "\f567";
}
.bi-slash-square-fill::before {
  content: "\f568";
}
.bi-slash-square::before {
  content: "\f569";
}
.bi-slash::before {
  content: "\f56a";
}
.bi-sliders::before {
  content: "\f56b";
}
.bi-smartwatch::before {
  content: "\f56c";
}
.bi-snow::before {
  content: "\f56d";
}
.bi-snow2::before {
  content: "\f56e";
}
.bi-snow3::before {
  content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}
.bi-sort-alpha-down::before {
  content: "\f571";
}
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}
.bi-sort-alpha-up::before {
  content: "\f573";
}
.bi-sort-down-alt::before {
  content: "\f574";
}
.bi-sort-down::before {
  content: "\f575";
}
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}
.bi-sort-numeric-down::before {
  content: "\f577";
}
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}
.bi-sort-numeric-up::before {
  content: "\f579";
}
.bi-sort-up-alt::before {
  content: "\f57a";
}
.bi-sort-up::before {
  content: "\f57b";
}
.bi-soundwave::before {
  content: "\f57c";
}
.bi-speaker-fill::before {
  content: "\f57d";
}
.bi-speaker::before {
  content: "\f57e";
}
.bi-speedometer::before {
  content: "\f57f";
}
.bi-speedometer2::before {
  content: "\f580";
}
.bi-spellcheck::before {
  content: "\f581";
}
.bi-square-fill::before {
  content: "\f582";
}
.bi-square-half::before {
  content: "\f583";
}
.bi-square::before {
  content: "\f584";
}
.bi-stack::before {
  content: "\f585";
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-star-half::before {
  content: "\f587";
}
.bi-star::before {
  content: "\f588";
}
.bi-stars::before {
  content: "\f589";
}
.bi-stickies-fill::before {
  content: "\f58a";
}
.bi-stickies::before {
  content: "\f58b";
}
.bi-sticky-fill::before {
  content: "\f58c";
}
.bi-sticky::before {
  content: "\f58d";
}
.bi-stop-btn-fill::before {
  content: "\f58e";
}
.bi-stop-btn::before {
  content: "\f58f";
}
.bi-stop-circle-fill::before {
  content: "\f590";
}
.bi-stop-circle::before {
  content: "\f591";
}
.bi-stop-fill::before {
  content: "\f592";
}
.bi-stop::before {
  content: "\f593";
}
.bi-stoplights-fill::before {
  content: "\f594";
}
.bi-stoplights::before {
  content: "\f595";
}
.bi-stopwatch-fill::before {
  content: "\f596";
}
.bi-stopwatch::before {
  content: "\f597";
}
.bi-subtract::before {
  content: "\f598";
}
.bi-suit-club-fill::before {
  content: "\f599";
}
.bi-suit-club::before {
  content: "\f59a";
}
.bi-suit-diamond-fill::before {
  content: "\f59b";
}
.bi-suit-diamond::before {
  content: "\f59c";
}
.bi-suit-heart-fill::before {
  content: "\f59d";
}
.bi-suit-heart::before {
  content: "\f59e";
}
.bi-suit-spade-fill::before {
  content: "\f59f";
}
.bi-suit-spade::before {
  content: "\f5a0";
}
.bi-sun-fill::before {
  content: "\f5a1";
}
.bi-sun::before {
  content: "\f5a2";
}
.bi-sunglasses::before {
  content: "\f5a3";
}
.bi-sunrise-fill::before {
  content: "\f5a4";
}
.bi-sunrise::before {
  content: "\f5a5";
}
.bi-sunset-fill::before {
  content: "\f5a6";
}
.bi-sunset::before {
  content: "\f5a7";
}
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}
.bi-symmetry-vertical::before {
  content: "\f5a9";
}
.bi-table::before {
  content: "\f5aa";
}
.bi-tablet-fill::before {
  content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}
.bi-tablet-landscape::before {
  content: "\f5ad";
}
.bi-tablet::before {
  content: "\f5ae";
}
.bi-tag-fill::before {
  content: "\f5af";
}
.bi-tag::before {
  content: "\f5b0";
}
.bi-tags-fill::before {
  content: "\f5b1";
}
.bi-tags::before {
  content: "\f5b2";
}
.bi-telegram::before {
  content: "\f5b3";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}
.bi-telephone-forward::before {
  content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}
.bi-telephone-inbound::before {
  content: "\f5b8";
}
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}
.bi-telephone-minus::before {
  content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}
.bi-telephone-outbound::before {
  content: "\f5bc";
}
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}
.bi-telephone-plus::before {
  content: "\f5be";
}
.bi-telephone-x-fill::before {
  content: "\f5bf";
}
.bi-telephone-x::before {
  content: "\f5c0";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-terminal-fill::before {
  content: "\f5c2";
}
.bi-terminal::before {
  content: "\f5c3";
}
.bi-text-center::before {
  content: "\f5c4";
}
.bi-text-indent-left::before {
  content: "\f5c5";
}
.bi-text-indent-right::before {
  content: "\f5c6";
}
.bi-text-left::before {
  content: "\f5c7";
}
.bi-text-paragraph::before {
  content: "\f5c8";
}
.bi-text-right::before {
  content: "\f5c9";
}
.bi-textarea-resize::before {
  content: "\f5ca";
}
.bi-textarea-t::before {
  content: "\f5cb";
}
.bi-textarea::before {
  content: "\f5cc";
}
.bi-thermometer-half::before {
  content: "\f5cd";
}
.bi-thermometer-high::before {
  content: "\f5ce";
}
.bi-thermometer-low::before {
  content: "\f5cf";
}
.bi-thermometer-snow::before {
  content: "\f5d0";
}
.bi-thermometer-sun::before {
  content: "\f5d1";
}
.bi-thermometer::before {
  content: "\f5d2";
}
.bi-three-dots-vertical::before {
  content: "\f5d3";
}
.bi-three-dots::before {
  content: "\f5d4";
}
.bi-toggle-off::before {
  content: "\f5d5";
}
.bi-toggle-on::before {
  content: "\f5d6";
}
.bi-toggle2-off::before {
  content: "\f5d7";
}
.bi-toggle2-on::before {
  content: "\f5d8";
}
.bi-toggles::before {
  content: "\f5d9";
}
.bi-toggles2::before {
  content: "\f5da";
}
.bi-tools::before {
  content: "\f5db";
}
.bi-tornado::before {
  content: "\f5dc";
}
.bi-trash-fill::before {
  content: "\f5dd";
}
.bi-trash::before {
  content: "\f5de";
}
.bi-trash2-fill::before {
  content: "\f5df";
}
.bi-trash2::before {
  content: "\f5e0";
}
.bi-tree-fill::before {
  content: "\f5e1";
}
.bi-tree::before {
  content: "\f5e2";
}
.bi-triangle-fill::before {
  content: "\f5e3";
}
.bi-triangle-half::before {
  content: "\f5e4";
}
.bi-triangle::before {
  content: "\f5e5";
}
.bi-trophy-fill::before {
  content: "\f5e6";
}
.bi-trophy::before {
  content: "\f5e7";
}
.bi-tropical-storm::before {
  content: "\f5e8";
}
.bi-truck-flatbed::before {
  content: "\f5e9";
}
.bi-truck::before {
  content: "\f5ea";
}
.bi-tsunami::before {
  content: "\f5eb";
}
.bi-tv-fill::before {
  content: "\f5ec";
}
.bi-tv::before {
  content: "\f5ed";
}
.bi-twitch::before {
  content: "\f5ee";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-type-bold::before {
  content: "\f5f0";
}
.bi-type-h1::before {
  content: "\f5f1";
}
.bi-type-h2::before {
  content: "\f5f2";
}
.bi-type-h3::before {
  content: "\f5f3";
}
.bi-type-italic::before {
  content: "\f5f4";
}
.bi-type-strikethrough::before {
  content: "\f5f5";
}
.bi-type-underline::before {
  content: "\f5f6";
}
.bi-type::before {
  content: "\f5f7";
}
.bi-ui-checks-grid::before {
  content: "\f5f8";
}
.bi-ui-checks::before {
  content: "\f5f9";
}
.bi-ui-radios-grid::before {
  content: "\f5fa";
}
.bi-ui-radios::before {
  content: "\f5fb";
}
.bi-umbrella-fill::before {
  content: "\f5fc";
}
.bi-umbrella::before {
  content: "\f5fd";
}
.bi-union::before {
  content: "\f5fe";
}
.bi-unlock-fill::before {
  content: "\f5ff";
}
.bi-unlock::before {
  content: "\f600";
}
.bi-upc-scan::before {
  content: "\f601";
}
.bi-upc::before {
  content: "\f602";
}
.bi-upload::before {
  content: "\f603";
}
.bi-vector-pen::before {
  content: "\f604";
}
.bi-view-list::before {
  content: "\f605";
}
.bi-view-stacked::before {
  content: "\f606";
}
.bi-vinyl-fill::before {
  content: "\f607";
}
.bi-vinyl::before {
  content: "\f608";
}
.bi-voicemail::before {
  content: "\f609";
}
.bi-volume-down-fill::before {
  content: "\f60a";
}
.bi-volume-down::before {
  content: "\f60b";
}
.bi-volume-mute-fill::before {
  content: "\f60c";
}
.bi-volume-mute::before {
  content: "\f60d";
}
.bi-volume-off-fill::before {
  content: "\f60e";
}
.bi-volume-off::before {
  content: "\f60f";
}
.bi-volume-up-fill::before {
  content: "\f610";
}
.bi-volume-up::before {
  content: "\f611";
}
.bi-vr::before {
  content: "\f612";
}
.bi-wallet-fill::before {
  content: "\f613";
}
.bi-wallet::before {
  content: "\f614";
}
.bi-wallet2::before {
  content: "\f615";
}
.bi-watch::before {
  content: "\f616";
}
.bi-water::before {
  content: "\f617";
}
.bi-whatsapp::before {
  content: "\f618";
}
.bi-wifi-1::before {
  content: "\f619";
}
.bi-wifi-2::before {
  content: "\f61a";
}
.bi-wifi-off::before {
  content: "\f61b";
}
.bi-wifi::before {
  content: "\f61c";
}
.bi-wind::before {
  content: "\f61d";
}
.bi-window-dock::before {
  content: "\f61e";
}
.bi-window-sidebar::before {
  content: "\f61f";
}
.bi-window::before {
  content: "\f620";
}
.bi-wrench::before {
  content: "\f621";
}
.bi-x-circle-fill::before {
  content: "\f622";
}
.bi-x-circle::before {
  content: "\f623";
}
.bi-x-diamond-fill::before {
  content: "\f624";
}
.bi-x-diamond::before {
  content: "\f625";
}
.bi-x-octagon-fill::before {
  content: "\f626";
}
.bi-x-octagon::before {
  content: "\f627";
}
.bi-x-square-fill::before {
  content: "\f628";
}
.bi-x-square::before {
  content: "\f629";
}
.bi-x::before {
  content: "\f62a";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-zoom-in::before {
  content: "\f62c";
}
.bi-zoom-out::before {
  content: "\f62d";
}
.bi-bank::before {
  content: "\f62e";
}
.bi-bank2::before {
  content: "\f62f";
}
.bi-bell-slash-fill::before {
  content: "\f630";
}
.bi-bell-slash::before {
  content: "\f631";
}
.bi-cash-coin::before {
  content: "\f632";
}
.bi-check-lg::before {
  content: "\f633";
}
.bi-coin::before {
  content: "\f634";
}
.bi-currency-bitcoin::before {
  content: "\f635";
}
.bi-currency-dollar::before {
  content: "\f636";
}
.bi-currency-euro::before {
  content: "\f637";
}
.bi-currency-exchange::before {
  content: "\f638";
}
.bi-currency-pound::before {
  content: "\f639";
}
.bi-currency-yen::before {
  content: "\f63a";
}
.bi-dash-lg::before {
  content: "\f63b";
}
.bi-exclamation-lg::before {
  content: "\f63c";
}
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}
.bi-file-earmark-pdf::before {
  content: "\f63e";
}
.bi-file-pdf-fill::before {
  content: "\f63f";
}
.bi-file-pdf::before {
  content: "\f640";
}
.bi-gender-ambiguous::before {
  content: "\f641";
}
.bi-gender-female::before {
  content: "\f642";
}
.bi-gender-male::before {
  content: "\f643";
}
.bi-gender-trans::before {
  content: "\f644";
}
.bi-headset-vr::before {
  content: "\f645";
}
.bi-info-lg::before {
  content: "\f646";
}
.bi-mastodon::before {
  content: "\f647";
}
.bi-messenger::before {
  content: "\f648";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-piggy-bank::before {
  content: "\f64a";
}
.bi-pin-map-fill::before {
  content: "\f64b";
}
.bi-pin-map::before {
  content: "\f64c";
}
.bi-plus-lg::before {
  content: "\f64d";
}
.bi-question-lg::before {
  content: "\f64e";
}
.bi-recycle::before {
  content: "\f64f";
}
.bi-reddit::before {
  content: "\f650";
}
.bi-safe-fill::before {
  content: "\f651";
}
.bi-safe2-fill::before {
  content: "\f652";
}
.bi-safe2::before {
  content: "\f653";
}
.bi-sd-card-fill::before {
  content: "\f654";
}
.bi-sd-card::before {
  content: "\f655";
}
.bi-skype::before {
  content: "\f656";
}
.bi-slash-lg::before {
  content: "\f657";
}
.bi-translate::before {
  content: "\f658";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-safe::before {
  content: "\f65a";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.bi-arrow-through-heart::before {
  content: "\f701";
}
.bi-badge-sd-fill::before {
  content: "\f702";
}
.bi-badge-sd::before {
  content: "\f703";
}
.bi-bag-heart-fill::before {
  content: "\f704";
}
.bi-bag-heart::before {
  content: "\f705";
}
.bi-balloon-fill::before {
  content: "\f706";
}
.bi-balloon-heart-fill::before {
  content: "\f707";
}
.bi-balloon-heart::before {
  content: "\f708";
}
.bi-balloon::before {
  content: "\f709";
}
.bi-box2-fill::before {
  content: "\f70a";
}
.bi-box2-heart-fill::before {
  content: "\f70b";
}
.bi-box2-heart::before {
  content: "\f70c";
}
.bi-box2::before {
  content: "\f70d";
}
.bi-braces-asterisk::before {
  content: "\f70e";
}
.bi-calendar-heart-fill::before {
  content: "\f70f";
}
.bi-calendar-heart::before {
  content: "\f710";
}
.bi-calendar2-heart-fill::before {
  content: "\f711";
}
.bi-calendar2-heart::before {
  content: "\f712";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-chat-heart::before {
  content: "\f714";
}
.bi-chat-left-heart-fill::before {
  content: "\f715";
}
.bi-chat-left-heart::before {
  content: "\f716";
}
.bi-chat-right-heart-fill::before {
  content: "\f717";
}
.bi-chat-right-heart::before {
  content: "\f718";
}
.bi-chat-square-heart-fill::before {
  content: "\f719";
}
.bi-chat-square-heart::before {
  content: "\f71a";
}
.bi-clipboard-check-fill::before {
  content: "\f71b";
}
.bi-clipboard-data-fill::before {
  content: "\f71c";
}
.bi-clipboard-fill::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.bi-clipboard-heart::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill::before {
  content: "\f720";
}
.bi-clipboard-plus-fill::before {
  content: "\f721";
}
.bi-clipboard-pulse::before {
  content: "\f722";
}
.bi-clipboard-x-fill::before {
  content: "\f723";
}
.bi-clipboard2-check-fill::before {
  content: "\f724";
}
.bi-clipboard2-check::before {
  content: "\f725";
}
.bi-clipboard2-data-fill::before {
  content: "\f726";
}
.bi-clipboard2-data::before {
  content: "\f727";
}
.bi-clipboard2-fill::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.bi-clipboard2-heart::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.bi-clipboard2-minus::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.bi-clipboard2-plus::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.bi-clipboard2-pulse::before {
  content: "\f730";
}
.bi-clipboard2-x-fill::before {
  content: "\f731";
}
.bi-clipboard2-x::before {
  content: "\f732";
}
.bi-clipboard2::before {
  content: "\f733";
}
.bi-emoji-kiss-fill::before {
  content: "\f734";
}
.bi-emoji-kiss::before {
  content: "\f735";
}
.bi-envelope-heart-fill::before {
  content: "\f736";
}
.bi-envelope-heart::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.bi-envelope-open-heart::before {
  content: "\f739";
}
.bi-envelope-paper-fill::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.bi-envelope-paper-heart::before {
  content: "\f73c";
}
.bi-envelope-paper::before {
  content: "\f73d";
}
.bi-filetype-aac::before {
  content: "\f73e";
}
.bi-filetype-ai::before {
  content: "\f73f";
}
.bi-filetype-bmp::before {
  content: "\f740";
}
.bi-filetype-cs::before {
  content: "\f741";
}
.bi-filetype-css::before {
  content: "\f742";
}
.bi-filetype-csv::before {
  content: "\f743";
}
.bi-filetype-doc::before {
  content: "\f744";
}
.bi-filetype-docx::before {
  content: "\f745";
}
.bi-filetype-exe::before {
  content: "\f746";
}
.bi-filetype-gif::before {
  content: "\f747";
}
.bi-filetype-heic::before {
  content: "\f748";
}
.bi-filetype-html::before {
  content: "\f749";
}
.bi-filetype-java::before {
  content: "\f74a";
}
.bi-filetype-jpg::before {
  content: "\f74b";
}
.bi-filetype-js::before {
  content: "\f74c";
}
.bi-filetype-jsx::before {
  content: "\f74d";
}
.bi-filetype-key::before {
  content: "\f74e";
}
.bi-filetype-m4p::before {
  content: "\f74f";
}
.bi-filetype-md::before {
  content: "\f750";
}
.bi-filetype-mdx::before {
  content: "\f751";
}
.bi-filetype-mov::before {
  content: "\f752";
}
.bi-filetype-mp3::before {
  content: "\f753";
}
.bi-filetype-mp4::before {
  content: "\f754";
}
.bi-filetype-otf::before {
  content: "\f755";
}
.bi-filetype-pdf::before {
  content: "\f756";
}
.bi-filetype-php::before {
  content: "\f757";
}
.bi-filetype-png::before {
  content: "\f758";
}
.bi-filetype-ppt::before {
  content: "\f75a";
}
.bi-filetype-psd::before {
  content: "\f75b";
}
.bi-filetype-py::before {
  content: "\f75c";
}
.bi-filetype-raw::before {
  content: "\f75d";
}
.bi-filetype-rb::before {
  content: "\f75e";
}
.bi-filetype-sass::before {
  content: "\f75f";
}
.bi-filetype-scss::before {
  content: "\f760";
}
.bi-filetype-sh::before {
  content: "\f761";
}
.bi-filetype-svg::before {
  content: "\f762";
}
.bi-filetype-tiff::before {
  content: "\f763";
}
.bi-filetype-tsx::before {
  content: "\f764";
}
.bi-filetype-ttf::before {
  content: "\f765";
}
.bi-filetype-txt::before {
  content: "\f766";
}
.bi-filetype-wav::before {
  content: "\f767";
}
.bi-filetype-woff::before {
  content: "\f768";
}
.bi-filetype-xls::before {
  content: "\f76a";
}
.bi-filetype-xml::before {
  content: "\f76b";
}
.bi-filetype-yml::before {
  content: "\f76c";
}
.bi-heart-arrow::before {
  content: "\f76d";
}
.bi-heart-pulse-fill::before {
  content: "\f76e";
}
.bi-heart-pulse::before {
  content: "\f76f";
}
.bi-heartbreak-fill::before {
  content: "\f770";
}
.bi-heartbreak::before {
  content: "\f771";
}
.bi-hearts::before {
  content: "\f772";
}
.bi-hospital-fill::before {
  content: "\f773";
}
.bi-hospital::before {
  content: "\f774";
}
.bi-house-heart-fill::before {
  content: "\f775";
}
.bi-house-heart::before {
  content: "\f776";
}
.bi-incognito::before {
  content: "\f777";
}
.bi-magnet-fill::before {
  content: "\f778";
}
.bi-magnet::before {
  content: "\f779";
}
.bi-person-heart::before {
  content: "\f77a";
}
.bi-person-hearts::before {
  content: "\f77b";
}
.bi-phone-flip::before {
  content: "\f77c";
}
.bi-plugin::before {
  content: "\f77d";
}
.bi-postage-fill::before {
  content: "\f77e";
}
.bi-postage-heart-fill::before {
  content: "\f77f";
}
.bi-postage-heart::before {
  content: "\f780";
}
.bi-postage::before {
  content: "\f781";
}
.bi-postcard-fill::before {
  content: "\f782";
}
.bi-postcard-heart-fill::before {
  content: "\f783";
}
.bi-postcard-heart::before {
  content: "\f784";
}
.bi-postcard::before {
  content: "\f785";
}
.bi-search-heart-fill::before {
  content: "\f786";
}
.bi-search-heart::before {
  content: "\f787";
}
.bi-sliders2-vertical::before {
  content: "\f788";
}
.bi-sliders2::before {
  content: "\f789";
}
.bi-trash3-fill::before {
  content: "\f78a";
}
.bi-trash3::before {
  content: "\f78b";
}
.bi-valentine::before {
  content: "\f78c";
}
.bi-valentine2::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.bi-wrench-adjustable::before {
  content: "\f790";
}
.bi-filetype-json::before {
  content: "\f791";
}
.bi-filetype-pptx::before {
  content: "\f792";
}
.bi-filetype-xlsx::before {
  content: "\f793";
}
.bi-1-circle-fill::before {
  content: "\f796";
}
.bi-1-circle::before {
  content: "\f797";
}
.bi-1-square-fill::before {
  content: "\f798";
}
.bi-1-square::before {
  content: "\f799";
}
.bi-2-circle-fill::before {
  content: "\f79c";
}
.bi-2-circle::before {
  content: "\f79d";
}
.bi-2-square-fill::before {
  content: "\f79e";
}
.bi-2-square::before {
  content: "\f79f";
}
.bi-3-circle-fill::before {
  content: "\f7a2";
}
.bi-3-circle::before {
  content: "\f7a3";
}
.bi-3-square-fill::before {
  content: "\f7a4";
}
.bi-3-square::before {
  content: "\f7a5";
}
.bi-4-circle-fill::before {
  content: "\f7a8";
}
.bi-4-circle::before {
  content: "\f7a9";
}
.bi-4-square-fill::before {
  content: "\f7aa";
}
.bi-4-square::before {
  content: "\f7ab";
}
.bi-5-circle-fill::before {
  content: "\f7ae";
}
.bi-5-circle::before {
  content: "\f7af";
}
.bi-5-square-fill::before {
  content: "\f7b0";
}
.bi-5-square::before {
  content: "\f7b1";
}
.bi-6-circle-fill::before {
  content: "\f7b4";
}
.bi-6-circle::before {
  content: "\f7b5";
}
.bi-6-square-fill::before {
  content: "\f7b6";
}
.bi-6-square::before {
  content: "\f7b7";
}
.bi-7-circle-fill::before {
  content: "\f7ba";
}
.bi-7-circle::before {
  content: "\f7bb";
}
.bi-7-square-fill::before {
  content: "\f7bc";
}
.bi-7-square::before {
  content: "\f7bd";
}
.bi-8-circle-fill::before {
  content: "\f7c0";
}
.bi-8-circle::before {
  content: "\f7c1";
}
.bi-8-square-fill::before {
  content: "\f7c2";
}
.bi-8-square::before {
  content: "\f7c3";
}
.bi-9-circle-fill::before {
  content: "\f7c6";
}
.bi-9-circle::before {
  content: "\f7c7";
}
.bi-9-square-fill::before {
  content: "\f7c8";
}
.bi-9-square::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.bi-airplane-engines::before {
  content: "\f7cb";
}
.bi-airplane-fill::before {
  content: "\f7cc";
}
.bi-airplane::before {
  content: "\f7cd";
}
.bi-alexa::before {
  content: "\f7ce";
}
.bi-alipay::before {
  content: "\f7cf";
}
.bi-android::before {
  content: "\f7d0";
}
.bi-android2::before {
  content: "\f7d1";
}
.bi-box-fill::before {
  content: "\f7d2";
}
.bi-box-seam-fill::before {
  content: "\f7d3";
}
.bi-browser-chrome::before {
  content: "\f7d4";
}
.bi-browser-edge::before {
  content: "\f7d5";
}
.bi-browser-firefox::before {
  content: "\f7d6";
}
.bi-browser-safari::before {
  content: "\f7d7";
}
.bi-c-circle-fill::before {
  content: "\f7da";
}
.bi-c-circle::before {
  content: "\f7db";
}
.bi-c-square-fill::before {
  content: "\f7dc";
}
.bi-c-square::before {
  content: "\f7dd";
}
.bi-capsule-pill::before {
  content: "\f7de";
}
.bi-capsule::before {
  content: "\f7df";
}
.bi-car-front-fill::before {
  content: "\f7e0";
}
.bi-car-front::before {
  content: "\f7e1";
}
.bi-cassette-fill::before {
  content: "\f7e2";
}
.bi-cassette::before {
  content: "\f7e3";
}
.bi-cc-circle-fill::before {
  content: "\f7e6";
}
.bi-cc-circle::before {
  content: "\f7e7";
}
.bi-cc-square-fill::before {
  content: "\f7e8";
}
.bi-cc-square::before {
  content: "\f7e9";
}
.bi-cup-hot-fill::before {
  content: "\f7ea";
}
.bi-cup-hot::before {
  content: "\f7eb";
}
.bi-currency-rupee::before {
  content: "\f7ec";
}
.bi-dropbox::before {
  content: "\f7ed";
}
.bi-escape::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.bi-fast-forward-btn::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.bi-fast-forward-circle::before {
  content: "\f7f2";
}
.bi-fast-forward-fill::before {
  content: "\f7f3";
}
.bi-fast-forward::before {
  content: "\f7f4";
}
.bi-filetype-sql::before {
  content: "\f7f5";
}
.bi-fire::before {
  content: "\f7f6";
}
.bi-google-play::before {
  content: "\f7f7";
}
.bi-h-circle-fill::before {
  content: "\f7fa";
}
.bi-h-circle::before {
  content: "\f7fb";
}
.bi-h-square-fill::before {
  content: "\f7fc";
}
.bi-h-square::before {
  content: "\f7fd";
}
.bi-indent::before {
  content: "\f7fe";
}
.bi-lungs-fill::before {
  content: "\f7ff";
}
.bi-lungs::before {
  content: "\f800";
}
.bi-microsoft-teams::before {
  content: "\f801";
}
.bi-p-circle-fill::before {
  content: "\f804";
}
.bi-p-circle::before {
  content: "\f805";
}
.bi-p-square-fill::before {
  content: "\f806";
}
.bi-p-square::before {
  content: "\f807";
}
.bi-pass-fill::before {
  content: "\f808";
}
.bi-pass::before {
  content: "\f809";
}
.bi-prescription::before {
  content: "\f80a";
}
.bi-prescription2::before {
  content: "\f80b";
}
.bi-r-circle-fill::before {
  content: "\f80e";
}
.bi-r-circle::before {
  content: "\f80f";
}
.bi-r-square-fill::before {
  content: "\f810";
}
.bi-r-square::before {
  content: "\f811";
}
.bi-repeat-1::before {
  content: "\f812";
}
.bi-repeat::before {
  content: "\f813";
}
.bi-rewind-btn-fill::before {
  content: "\f814";
}
.bi-rewind-btn::before {
  content: "\f815";
}
.bi-rewind-circle-fill::before {
  content: "\f816";
}
.bi-rewind-circle::before {
  content: "\f817";
}
.bi-rewind-fill::before {
  content: "\f818";
}
.bi-rewind::before {
  content: "\f819";
}
.bi-train-freight-front-fill::before {
  content: "\f81a";
}
.bi-train-freight-front::before {
  content: "\f81b";
}
.bi-train-front-fill::before {
  content: "\f81c";
}
.bi-train-front::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.bi-train-lightrail-front::before {
  content: "\f81f";
}
.bi-truck-front-fill::before {
  content: "\f820";
}
.bi-truck-front::before {
  content: "\f821";
}
.bi-ubuntu::before {
  content: "\f822";
}
.bi-unindent::before {
  content: "\f823";
}
.bi-unity::before {
  content: "\f824";
}
.bi-universal-access-circle::before {
  content: "\f825";
}
.bi-universal-access::before {
  content: "\f826";
}
.bi-virus::before {
  content: "\f827";
}
.bi-virus2::before {
  content: "\f828";
}
.bi-wechat::before {
  content: "\f829";
}
.bi-yelp::before {
  content: "\f82a";
}
.bi-sign-stop-fill::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.bi-sign-stop-lights::before {
  content: "\f82d";
}
.bi-sign-stop::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.bi-sign-turn-left::before {
  content: "\f830";
}
.bi-sign-turn-right-fill::before {
  content: "\f831";
}
.bi-sign-turn-right::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.bi-sign-turn-slight-left::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.bi-sign-turn-slight-right::before {
  content: "\f836";
}
.bi-sign-yield-fill::before {
  content: "\f837";
}
.bi-sign-yield::before {
  content: "\f838";
}
.bi-ev-station-fill::before {
  content: "\f839";
}
.bi-ev-station::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.bi-fuel-pump-fill::before {
  content: "\f83d";
}
.bi-fuel-pump::before {
  content: "\f83e";
}
.bi-0-circle-fill::before {
  content: "\f83f";
}
.bi-0-circle::before {
  content: "\f840";
}
.bi-0-square-fill::before {
  content: "\f841";
}
.bi-0-square::before {
  content: "\f842";
}
.bi-rocket-fill::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.bi-rocket-takeoff::before {
  content: "\f845";
}
.bi-rocket::before {
  content: "\f846";
}
.bi-stripe::before {
  content: "\f847";
}
.bi-subscript::before {
  content: "\f848";
}
.bi-superscript::before {
  content: "\f849";
}
.bi-trello::before {
  content: "\f84a";
}
.bi-envelope-at-fill::before {
  content: "\f84b";
}
.bi-envelope-at::before {
  content: "\f84c";
}
.bi-regex::before {
  content: "\f84d";
}
.bi-text-wrap::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.bi-sign-dead-end::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.bi-sign-do-not-enter::before {
  content: "\f852";
}
.bi-sign-intersection-fill::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.bi-sign-intersection-side::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.bi-sign-intersection-t::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.bi-sign-intersection-y::before {
  content: "\f859";
}
.bi-sign-intersection::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.bi-sign-merge-left::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.bi-sign-merge-right::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.bi-sign-no-left-turn::before {
  content: "\f860";
}
.bi-sign-no-parking-fill::before {
  content: "\f861";
}
.bi-sign-no-parking::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.bi-sign-no-right-turn::before {
  content: "\f864";
}
.bi-sign-railroad-fill::before {
  content: "\f865";
}
.bi-sign-railroad::before {
  content: "\f866";
}
.bi-building-add::before {
  content: "\f867";
}
.bi-building-check::before {
  content: "\f868";
}
.bi-building-dash::before {
  content: "\f869";
}
.bi-building-down::before {
  content: "\f86a";
}
.bi-building-exclamation::before {
  content: "\f86b";
}
.bi-building-fill-add::before {
  content: "\f86c";
}
.bi-building-fill-check::before {
  content: "\f86d";
}
.bi-building-fill-dash::before {
  content: "\f86e";
}
.bi-building-fill-down::before {
  content: "\f86f";
}
.bi-building-fill-exclamation::before {
  content: "\f870";
}
.bi-building-fill-gear::before {
  content: "\f871";
}
.bi-building-fill-lock::before {
  content: "\f872";
}
.bi-building-fill-slash::before {
  content: "\f873";
}
.bi-building-fill-up::before {
  content: "\f874";
}
.bi-building-fill-x::before {
  content: "\f875";
}
.bi-building-fill::before {
  content: "\f876";
}
.bi-building-gear::before {
  content: "\f877";
}
.bi-building-lock::before {
  content: "\f878";
}
.bi-building-slash::before {
  content: "\f879";
}
.bi-building-up::before {
  content: "\f87a";
}
.bi-building-x::before {
  content: "\f87b";
}
.bi-buildings-fill::before {
  content: "\f87c";
}
.bi-buildings::before {
  content: "\f87d";
}
.bi-bus-front-fill::before {
  content: "\f87e";
}
.bi-bus-front::before {
  content: "\f87f";
}
.bi-ev-front-fill::before {
  content: "\f880";
}
.bi-ev-front::before {
  content: "\f881";
}
.bi-globe-americas::before {
  content: "\f882";
}
.bi-globe-asia-australia::before {
  content: "\f883";
}
.bi-globe-central-south-asia::before {
  content: "\f884";
}
.bi-globe-europe-africa::before {
  content: "\f885";
}
.bi-house-add-fill::before {
  content: "\f886";
}
.bi-house-add::before {
  content: "\f887";
}
.bi-house-check-fill::before {
  content: "\f888";
}
.bi-house-check::before {
  content: "\f889";
}
.bi-house-dash-fill::before {
  content: "\f88a";
}
.bi-house-dash::before {
  content: "\f88b";
}
.bi-house-down-fill::before {
  content: "\f88c";
}
.bi-house-down::before {
  content: "\f88d";
}
.bi-house-exclamation-fill::before {
  content: "\f88e";
}
.bi-house-exclamation::before {
  content: "\f88f";
}
.bi-house-gear-fill::before {
  content: "\f890";
}
.bi-house-gear::before {
  content: "\f891";
}
.bi-house-lock-fill::before {
  content: "\f892";
}
.bi-house-lock::before {
  content: "\f893";
}
.bi-house-slash-fill::before {
  content: "\f894";
}
.bi-house-slash::before {
  content: "\f895";
}
.bi-house-up-fill::before {
  content: "\f896";
}
.bi-house-up::before {
  content: "\f897";
}
.bi-house-x-fill::before {
  content: "\f898";
}
.bi-house-x::before {
  content: "\f899";
}
.bi-person-add::before {
  content: "\f89a";
}
.bi-person-down::before {
  content: "\f89b";
}
.bi-person-exclamation::before {
  content: "\f89c";
}
.bi-person-fill-add::before {
  content: "\f89d";
}
.bi-person-fill-check::before {
  content: "\f89e";
}
.bi-person-fill-dash::before {
  content: "\f89f";
}
.bi-person-fill-down::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.bi-person-fill-gear::before {
  content: "\f8a2";
}
.bi-person-fill-lock::before {
  content: "\f8a3";
}
.bi-person-fill-slash::before {
  content: "\f8a4";
}
.bi-person-fill-up::before {
  content: "\f8a5";
}
.bi-person-fill-x::before {
  content: "\f8a6";
}
.bi-person-gear::before {
  content: "\f8a7";
}
.bi-person-lock::before {
  content: "\f8a8";
}
.bi-person-slash::before {
  content: "\f8a9";
}
.bi-person-up::before {
  content: "\f8aa";
}
.bi-scooter::before {
  content: "\f8ab";
}
.bi-taxi-front-fill::before {
  content: "\f8ac";
}
.bi-taxi-front::before {
  content: "\f8ad";
}
.bi-amd::before {
  content: "\f8ae";
}
.bi-database-add::before {
  content: "\f8af";
}
.bi-database-check::before {
  content: "\f8b0";
}
.bi-database-dash::before {
  content: "\f8b1";
}
.bi-database-down::before {
  content: "\f8b2";
}
.bi-database-exclamation::before {
  content: "\f8b3";
}
.bi-database-fill-add::before {
  content: "\f8b4";
}
.bi-database-fill-check::before {
  content: "\f8b5";
}
.bi-database-fill-dash::before {
  content: "\f8b6";
}
.bi-database-fill-down::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.bi-database-fill-gear::before {
  content: "\f8b9";
}
.bi-database-fill-lock::before {
  content: "\f8ba";
}
.bi-database-fill-slash::before {
  content: "\f8bb";
}
.bi-database-fill-up::before {
  content: "\f8bc";
}
.bi-database-fill-x::before {
  content: "\f8bd";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-database-gear::before {
  content: "\f8bf";
}
.bi-database-lock::before {
  content: "\f8c0";
}
.bi-database-slash::before {
  content: "\f8c1";
}
.bi-database-up::before {
  content: "\f8c2";
}
.bi-database-x::before {
  content: "\f8c3";
}
.bi-database::before {
  content: "\f8c4";
}
.bi-houses-fill::before {
  content: "\f8c5";
}
.bi-houses::before {
  content: "\f8c6";
}
.bi-nvidia::before {
  content: "\f8c7";
}
.bi-person-vcard-fill::before {
  content: "\f8c8";
}
.bi-person-vcard::before {
  content: "\f8c9";
}
.bi-sina-weibo::before {
  content: "\f8ca";
}
.bi-tencent-qq::before {
  content: "\f8cb";
}
.bi-wikipedia::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "\f900";
}
.bi-suitcase2-fill::before {
  content: "\f901";
}
.bi-suitcase2::before {
  content: "\f902";
}
.bi-vignette::before {
  content: "\f903";
}
.bi-bluesky::before {
  content: "\f7f9";
}
.bi-tux::before {
  content: "\f904";
}
.bi-beaker-fill::before {
  content: "\f905";
}
.bi-beaker::before {
  content: "\f906";
}
.bi-flask-fill::before {
  content: "\f907";
}
.bi-flask-florence-fill::before {
  content: "\f908";
}
.bi-flask-florence::before {
  content: "\f909";
}
.bi-flask::before {
  content: "\f90a";
}
.bi-leaf-fill::before {
  content: "\f90b";
}
.bi-leaf::before {
  content: "\f90c";
}
.bi-measuring-cup-fill::before {
  content: "\f90d";
}
.bi-measuring-cup::before {
  content: "\f90e";
}
.bi-unlock2-fill::before {
  content: "\f90f";
}
.bi-unlock2::before {
  content: "\f910";
}
.bi-battery-low::before {
  content: "\f911";
}
.bi-anthropic::before {
  content: "\f912";
}
.bi-apple-music::before {
  content: "\f913";
}
.bi-claude::before {
  content: "\f914";
}
.bi-openai::before {
  content: "\f915";
}
.bi-perplexity::before {
  content: "\f916";
}
.bi-css::before {
  content: "\f917";
}
.bi-javascript::before {
  content: "\f918";
}
.bi-typescript::before {
  content: "\f919";
}
.bi-fork-knife::before {
  content: "\f91a";
}
.bi-globe-americas-fill::before {
  content: "\f91b";
}
.bi-globe-asia-australia-fill::before {
  content: "\f91c";
}
.bi-globe-central-south-asia-fill::before {
  content: "\f91d";
}
.bi-globe-europe-africa-fill::before {
  content: "\f91e";
}
.lang-toggle {
  cursor: pointer;
  display: block;
  position: relative;
}
.lang-toggle .lang-now {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
.lang-toggle .lang-now i {
  margin-right: 0.05rem;
}
.lang-toggle .lang-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: fit-content;
  transform: translateX(-50%);
}
.lang-toggle .lang-menu a {
  display: block;
  text-align: center;
  background-color: #fff;
}
.lang-toggle .lang-menu a:hover {
  background-color: #58277b;
  color: #fff;
}
.lang-toggle .lang-menu a.active {
  color: #fff;
  background-color: #602b87;
}
body {
  padding-top: 0.99rem;
  background: #000;
}
.v-hidden {
  visibility: hidden!important;
}
section,
.section {
  padding: 0.6rem 0 0.6rem 0;
}
section .section-hd,
.section .section-hd {
  padding-bottom: 0.6rem;
}
section .section-hd h2,
.section .section-hd h2 {
  color: #fff;
  font-size: 0.4rem;
}
.first-section {
  padding-top: 1.2rem;
}
.last-section {
  padding-bottom: 1.2rem;
}
.iconfont {
  display: inline-block;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 0.6rem;
  }
  section,
  .section {
    padding: 0.3rem 0 0.3rem 0;
  }
  section .section-hd,
  .section .section-hd {
    padding-bottom: 0.3rem;
  }
  section .section-hd h2,
  .section .section-hd h2 {
    font-size: 0.3rem;
  }
  .first-section {
    padding-top: 0.6rem;
  }
}
@media (min-width: 992px) {
  .container-wide {
    max-width: 18.5rem;
  }
}
img {
  max-width: 100%;
}
video {
  max-width: 100%;
}
.toggle-menu {
  position: relative;
  overflow: hidden;
  width: 0.42rem;
  height: 0.33rem;
  cursor: pointer;
}
.toggle-menu .line {
  display: block;
  width: 60%;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}
.toggle-menu .line:nth-child(1) {
  margin-top: -0.07rem;
}
.toggle-menu .line:nth-child(3) {
  margin-top: 0.07rem;
}
.toggle-menu.active .line:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.toggle-menu.active .line:nth-child(2) {
  transform: translate(100%, -50%);
  opacity: 0;
}
.toggle-menu.active .line:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.langs {
  position: relative;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
}
.langs img {
  display: block;
  width: 0.2rem;
  max-width: unset;
}
.langs .now-lang {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.langs .now-lang img {
  padding-top: 0.04rem;
}
.langs .lang-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 0.01rem);
  padding-top: 0.05rem;
  display: none;
  z-index: 1;
}
.langs .lang-menu ul li {
  display: block;
}
.langs .lang-menu ul li a {
  display: block;
  padding: 0.04rem 0;
}
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.main-header .header-hd {
  background-color: #262626;
  height: 0.4rem;
  display: flex;
  align-items: center;
}
.main-header .header-hd .container-full,
.main-header .header-hd .container-sm,
.main-header .header-hd .container-md,
.main-header .header-hd .container-lg,
.main-header .header-hd .container-xl,
.main-header .header-hd .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .header-hd .flinks {
  display: flex;
  visibility: hidden;
}
.main-header .header-hd .flinks .item {
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  border-left: solid 1px red;
  position: relative;
}
.main-header .header-hd .flinks .item .image {
  width: 0.1rem;
  height: 0.14rem;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
}
.main-header .header-hd .flinks .item .image svg {
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 100%;
}
.main-header .header-hd .flinks .item:hover .image {
  width: 0.39rem;
}
.main-header .header-hd .flinks .item:nth-child(1) {
  border-color: #fdcf41;
}
.main-header .header-hd .flinks .item:nth-child(1) .image {
  width: 0.13rem;
}
.main-header .header-hd .flinks .item:nth-child(1):hover .image {
  width: 0.55rem;
}
.main-header .header-hd .flinks .item:nth-child(2) {
  border-color: #1a89fc;
}
.main-header .header-hd .flinks .item:nth-child(2) .image {
  width: 0.16rem;
}
.main-header .header-hd .flinks .item:nth-child(2):hover .image {
  width: 0.53rem;
}
.main-header .header-hd .flinks .item:nth-child(3) {
  border-color: #f21c2f;
}
.main-header .header-hd .flinks .item:nth-child(3) .image {
  width: 0.15rem;
}
.main-header .header-hd .flinks .item:nth-child(3):hover .image {
  width: 0.63rem;
}
.main-header .header-hd .flinks .item:nth-child(4) {
  border-color: #e9861c;
}
.main-header .header-hd .flinks .item:nth-child(4) .image {
  width: 0.14rem;
}
.main-header .header-hd .flinks .item:nth-child(4):hover .image {
  width: 0.47rem;
}
.main-header .header-hd .flinks .item:nth-child(5) {
  border-color: #f4f84a;
}
.main-header .header-hd .flinks .item:nth-child(5) .image {
  height: 0.1rem;
  width: 0.09rem;
}
.main-header .header-hd .flinks .item:nth-child(5):hover .image {
  width: 1.1rem;
}
.main-header .header-hd .right {
  display: flex;
}
.main-header .header-hd .right .hd-menu ul li {
  display: inline-block;
  border-left: solid 1px #5e5656;
  padding: 0 0.2rem;
}
.main-header .header-hd .right .hd-menu ul li:last-child {
  padding-right: 0;
}
.main-header .header-hd .right .hd-menu ul li a {
  color: #fff;
  font-size: 0.12rem;
}
.main-header .header-md {
  background-color: #000;
  height: 0.59rem;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #5e5656;
}
.main-header .header-md .container-full,
.main-header .header-md .container-sm,
.main-header .header-md .container-md,
.main-header .header-md .container-lg,
.main-header .header-md .container-xl,
.main-header .header-md .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.main-header .header-md .container-full .main-menu,
.main-header .header-md .container-sm .main-menu,
.main-header .header-md .container-md .main-menu,
.main-header .header-md .container-lg .main-menu,
.main-header .header-md .container-xl .main-menu,
.main-header .header-md .container-xxl .main-menu {
  padding: 0 0.5rem;
  height: 100%;
  flex: 1;
  max-width: 11rem;
}
.main-header .header-md .container-full .main-menu > ul,
.main-header .header-md .container-sm .main-menu > ul,
.main-header .header-md .container-md .main-menu > ul,
.main-header .header-md .container-lg .main-menu > ul,
.main-header .header-md .container-xl .main-menu > ul,
.main-header .header-md .container-xxl .main-menu > ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.main-header .header-md .container-full .main-menu > ul > li,
.main-header .header-md .container-sm .main-menu > ul > li,
.main-header .header-md .container-md .main-menu > ul > li,
.main-header .header-md .container-lg .main-menu > ul > li,
.main-header .header-md .container-xl .main-menu > ul > li,
.main-header .header-md .container-xxl .main-menu > ul > li {
  display: inline-block;
}
.main-header .header-md .container-full .main-menu > ul > li > a,
.main-header .header-md .container-sm .main-menu > ul > li > a,
.main-header .header-md .container-md .main-menu > ul > li > a,
.main-header .header-md .container-lg .main-menu > ul > li > a,
.main-header .header-md .container-xl .main-menu > ul > li > a,
.main-header .header-md .container-xxl .main-menu > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.main-header .header-md .container-full .main-menu > ul > li > a::after,
.main-header .header-md .container-sm .main-menu > ul > li > a::after,
.main-header .header-md .container-md .main-menu > ul > li > a::after,
.main-header .header-md .container-lg .main-menu > ul > li > a::after,
.main-header .header-md .container-xl .main-menu > ul > li > a::after,
.main-header .header-md .container-xxl .main-menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.03rem;
  width: 0;
  height: 0.05rem;
  background-color: #953feb;
  transition: width 0.3s ease-in-out;
}
.main-header .header-md .container-full .main-menu > ul > li.active > a::after,
.main-header .header-md .container-full .main-menu > ul > li:hover > a::after,
.main-header .header-md .container-sm .main-menu > ul > li.active > a::after,
.main-header .header-md .container-sm .main-menu > ul > li:hover > a::after,
.main-header .header-md .container-md .main-menu > ul > li.active > a::after,
.main-header .header-md .container-md .main-menu > ul > li:hover > a::after,
.main-header .header-md .container-lg .main-menu > ul > li.active > a::after,
.main-header .header-md .container-lg .main-menu > ul > li:hover > a::after,
.main-header .header-md .container-xl .main-menu > ul > li.active > a::after,
.main-header .header-md .container-xl .main-menu > ul > li:hover > a::after,
.main-header .header-md .container-xxl .main-menu > ul > li.active > a::after,
.main-header .header-md .container-xxl .main-menu > ul > li:hover > a::after {
  width: 100%;
}
.main-header .header-md .container-full .main-menu > ul > li .sub,
.main-header .header-md .container-sm .main-menu > ul > li .sub,
.main-header .header-md .container-md .main-menu > ul > li .sub,
.main-header .header-md .container-lg .main-menu > ul > li .sub,
.main-header .header-md .container-xl .main-menu > ul > li .sub,
.main-header .header-md .container-xxl .main-menu > ul > li .sub {
  position: fixed;
  left: 0;
  top: 0.99rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.9), hsla(0, 0%, 5%, 0.9));
  display: none;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  padding: 0.2rem 0 0.4rem 0;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item {
  margin-right: 1rem;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item:last-child,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item:last-child,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item:last-child,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item:last-child,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item:last-child,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item:last-child {
  margin-right: 0;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item .group-first img,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item .group-first img,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item .group-first img,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item .group-first img,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item .group-first img,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item .group-first img {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item .group-first span,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item .group-first span,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item .group-first span,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item .group-first span,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item .group-first span,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item .group-first span {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s ease-in-out;
  padding-top: 0.05rem;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item .group-first:hover span,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item .group-first:hover span,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item .group-first:hover span,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item .group-first:hover span,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item .group-first:hover span,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item .group-first:hover span {
  color: #953feb;
  transform: translateX(0.05rem);
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item ul li a,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item ul li a,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item ul li a,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item ul li a,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item ul li a,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item ul li a {
  display: block;
  color: #fff;
  transition: transform 0.3s ease-in-out;
  line-height: 0.32rem;
}
.main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item ul li:hover a,
.main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item ul li:hover a,
.main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item ul li:hover a,
.main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item ul li:hover a,
.main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item ul li:hover a,
.main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item ul li:hover a {
  color: #953feb;
  transform: translateX(0.05rem);
}
.main-header .header-md .container-full .search-form,
.main-header .header-md .container-sm .search-form,
.main-header .header-md .container-md .search-form,
.main-header .header-md .container-lg .search-form,
.main-header .header-md .container-xl .search-form,
.main-header .header-md .container-xxl .search-form {
  background-color: #4d4d4d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  max-width: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .header-md .container-full .search-form input,
.main-header .header-md .container-sm .search-form input,
.main-header .header-md .container-md .search-form input,
.main-header .header-md .container-lg .search-form input,
.main-header .header-md .container-xl .search-form input,
.main-header .header-md .container-xxl .search-form input {
  display: block;
  height: 100%;
  background-color: transparent;
  color: #bebebe;
  flex: 1;
}
.main-header .header-md .container-full .search-form .icon,
.main-header .header-md .container-sm .search-form .icon,
.main-header .header-md .container-md .search-form .icon,
.main-header .header-md .container-lg .search-form .icon,
.main-header .header-md .container-xl .search-form .icon,
.main-header .header-md .container-xxl .search-form .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .header-md .container-full .search-form .icon .iconfont,
.main-header .header-md .container-sm .search-form .icon .iconfont,
.main-header .header-md .container-md .search-form .icon .iconfont,
.main-header .header-md .container-lg .search-form .icon .iconfont,
.main-header .header-md .container-xl .search-form .icon .iconfont,
.main-header .header-md .container-xxl .search-form .icon .iconfont {
  color: #b3b3b3;
  font-size: 0.18rem;
}
.main-header .header-md .container-full .search-form .close,
.main-header .header-md .container-sm .search-form .close,
.main-header .header-md .container-md .search-form .close,
.main-header .header-md .container-lg .search-form .close,
.main-header .header-md .container-xl .search-form .close,
.main-header .header-md .container-xxl .search-form .close {
  cursor: pointer;
}
.main-header .header-md .container-full .btn-search,
.main-header .header-md .container-sm .btn-search,
.main-header .header-md .container-md .btn-search,
.main-header .header-md .container-lg .btn-search,
.main-header .header-md .container-xl .btn-search,
.main-header .header-md .container-xxl .btn-search {
  width: 1.3rem;
  text-align: right;
  cursor: pointer;
}
.main-header .header-md .container-full .btn-search .iconfont,
.main-header .header-md .container-sm .btn-search .iconfont,
.main-header .header-md .container-md .btn-search .iconfont,
.main-header .header-md .container-lg .btn-search .iconfont,
.main-header .header-md .container-xl .btn-search .iconfont,
.main-header .header-md .container-xxl .btn-search .iconfont {
  color: #fff;
  font-size: 0.24rem;
}
@media (max-width: 991.98px) {
  .main-header .header-md .container-full .logo,
  .main-header .header-md .container-sm .logo,
  .main-header .header-md .container-md .logo,
  .main-header .header-md .container-lg .logo,
  .main-header .header-md .container-xl .logo,
  .main-header .header-md .container-xxl .logo {
    order: 2;
  }
  .main-header .header-md .container-full .main-menu,
  .main-header .header-md .container-sm .main-menu,
  .main-header .header-md .container-md .main-menu,
  .main-header .header-md .container-lg .main-menu,
  .main-header .header-md .container-xl .main-menu,
  .main-header .header-md .container-xxl .main-menu {
    position: fixed;
    left: -100%;
    width: 80%;
    height: 100%;
    top: 0;
    z-index: 999;
    background: radial-gradient(50% 50% at 50% 50%, #303239 0, #191919 100%);
    transition: left 0.5s ease-in-out;
    padding: 0 0.1rem;
  }
  .main-header .header-md .container-full .main-menu.show,
  .main-header .header-md .container-sm .main-menu.show,
  .main-header .header-md .container-md .main-menu.show,
  .main-header .header-md .container-lg .main-menu.show,
  .main-header .header-md .container-xl .main-menu.show,
  .main-header .header-md .container-xxl .main-menu.show {
    left: 0;
  }
  .main-header .header-md .container-full .main-menu .main-menu-header,
  .main-header .header-md .container-sm .main-menu .main-menu-header,
  .main-header .header-md .container-md .main-menu .main-menu-header,
  .main-header .header-md .container-lg .main-menu .main-menu-header,
  .main-header .header-md .container-xl .main-menu .main-menu-header,
  .main-header .header-md .container-xxl .main-menu .main-menu-header {
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #f2f3f7;
  }
  .main-header .header-md .container-full .main-menu .main-menu-header .logo,
  .main-header .header-md .container-sm .main-menu .main-menu-header .logo,
  .main-header .header-md .container-md .main-menu .main-menu-header .logo,
  .main-header .header-md .container-lg .main-menu .main-menu-header .logo,
  .main-header .header-md .container-xl .main-menu .main-menu-header .logo,
  .main-header .header-md .container-xxl .main-menu .main-menu-header .logo {
    flex: 1;
    order: 1;
  }
  .main-header .header-md .container-full .main-menu .main-menu-header .langs,
  .main-header .header-md .container-sm .main-menu .main-menu-header .langs,
  .main-header .header-md .container-md .main-menu .main-menu-header .langs,
  .main-header .header-md .container-lg .main-menu .main-menu-header .langs,
  .main-header .header-md .container-xl .main-menu .main-menu-header .langs,
  .main-header .header-md .container-xxl .main-menu .main-menu-header .langs {
    order: 2;
  }
  .main-header .header-md .container-full .main-menu .main-menu-header .langs img,
  .main-header .header-md .container-sm .main-menu .main-menu-header .langs img,
  .main-header .header-md .container-md .main-menu .main-menu-header .langs img,
  .main-header .header-md .container-lg .main-menu .main-menu-header .langs img,
  .main-header .header-md .container-xl .main-menu .main-menu-header .langs img,
  .main-header .header-md .container-xxl .main-menu .main-menu-header .langs img {
    width: 0.3rem;
  }
  .main-header .header-md .container-full .main-menu .main-menu-header .langs .lang-menu,
  .main-header .header-md .container-sm .main-menu .main-menu-header .langs .lang-menu,
  .main-header .header-md .container-md .main-menu .main-menu-header .langs .lang-menu,
  .main-header .header-md .container-lg .main-menu .main-menu-header .langs .lang-menu,
  .main-header .header-md .container-xl .main-menu .main-menu-header .langs .lang-menu,
  .main-header .header-md .container-xxl .main-menu .main-menu-header .langs .lang-menu {
    padding-top: 0.1rem;
  }
  .main-header .header-md .container-full .main-menu .main-menu-header .toggle-menu,
  .main-header .header-md .container-sm .main-menu .main-menu-header .toggle-menu,
  .main-header .header-md .container-md .main-menu .main-menu-header .toggle-menu,
  .main-header .header-md .container-lg .main-menu .main-menu-header .toggle-menu,
  .main-header .header-md .container-xl .main-menu .main-menu-header .toggle-menu,
  .main-header .header-md .container-xxl .main-menu .main-menu-header .toggle-menu {
    order: 3;
  }
  .main-header .header-md .container-full .main-menu > ul,
  .main-header .header-md .container-sm .main-menu > ul,
  .main-header .header-md .container-md .main-menu > ul,
  .main-header .header-md .container-lg .main-menu > ul,
  .main-header .header-md .container-xl .main-menu > ul,
  .main-header .header-md .container-xxl .main-menu > ul {
    display: block;
    height: calc(100% - 0.6rem);
    overflow-y: auto;
  }
  .main-header .header-md .container-full .main-menu > ul::-webkit-scrollbar,
  .main-header .header-md .container-sm .main-menu > ul::-webkit-scrollbar,
  .main-header .header-md .container-md .main-menu > ul::-webkit-scrollbar,
  .main-header .header-md .container-lg .main-menu > ul::-webkit-scrollbar,
  .main-header .header-md .container-xl .main-menu > ul::-webkit-scrollbar,
  .main-header .header-md .container-xxl .main-menu > ul::-webkit-scrollbar {
    display: none;
  }
  .main-header .header-md .container-full .main-menu > ul > li,
  .main-header .header-md .container-sm .main-menu > ul > li,
  .main-header .header-md .container-md .main-menu > ul > li,
  .main-header .header-md .container-lg .main-menu > ul > li,
  .main-header .header-md .container-xl .main-menu > ul > li,
  .main-header .header-md .container-xxl .main-menu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 0.5rem;
    border-bottom: solid 1px rgba(242, 243, 247, 0.1);
    flex-wrap: wrap;
    position: relative;
  }
  .main-header .header-md .container-full .main-menu > ul > li a,
  .main-header .header-md .container-sm .main-menu > ul > li a,
  .main-header .header-md .container-md .main-menu > ul > li a,
  .main-header .header-md .container-lg .main-menu > ul > li a,
  .main-header .header-md .container-xl .main-menu > ul > li a,
  .main-header .header-md .container-xxl .main-menu > ul > li a {
    flex: 1;
    height: 0.5rem;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 0.16rem;
  }
  .main-header .header-md .container-full .main-menu > ul > li a::after,
  .main-header .header-md .container-sm .main-menu > ul > li a::after,
  .main-header .header-md .container-md .main-menu > ul > li a::after,
  .main-header .header-md .container-lg .main-menu > ul > li a::after,
  .main-header .header-md .container-xl .main-menu > ul > li a::after,
  .main-header .header-md .container-xxl .main-menu > ul > li a::after {
    display: none;
  }
  .main-header .header-md .container-full .main-menu > ul > li .icon,
  .main-header .header-md .container-sm .main-menu > ul > li .icon,
  .main-header .header-md .container-md .main-menu > ul > li .icon,
  .main-header .header-md .container-lg .main-menu > ul > li .icon,
  .main-header .header-md .container-xl .main-menu > ul > li .icon,
  .main-header .header-md .container-xxl .main-menu > ul > li .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
  }
  .main-header .header-md .container-full .main-menu > ul > li .icon .iconfont,
  .main-header .header-md .container-sm .main-menu > ul > li .icon .iconfont,
  .main-header .header-md .container-md .main-menu > ul > li .icon .iconfont,
  .main-header .header-md .container-lg .main-menu > ul > li .icon .iconfont,
  .main-header .header-md .container-xl .main-menu > ul > li .icon .iconfont,
  .main-header .header-md .container-xxl .main-menu > ul > li .icon .iconfont {
    color: #b3b3b3;
    font-size: 0.18rem;
  }
  .main-header .header-md .container-full .main-menu > ul > li .icon.active,
  .main-header .header-md .container-sm .main-menu > ul > li .icon.active,
  .main-header .header-md .container-md .main-menu > ul > li .icon.active,
  .main-header .header-md .container-lg .main-menu > ul > li .icon.active,
  .main-header .header-md .container-xl .main-menu > ul > li .icon.active,
  .main-header .header-md .container-xxl .main-menu > ul > li .icon.active {
    transform: rotate(90deg);
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub,
  .main-header .header-md .container-sm .main-menu > ul > li .sub,
  .main-header .header-md .container-md .main-menu > ul > li .sub,
  .main-header .header-md .container-lg .main-menu > ul > li .sub,
  .main-header .header-md .container-xl .main-menu > ul > li .sub,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub {
    position: relative;
    top: unset;
    left: unset;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group {
    padding: 0 0 0 0.1rem;
    flex-direction: column;
    width: 100%;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item {
    position: relative;
    margin-right: 0;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item .group-first,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item .group-first,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item .group-first,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item .group-first,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item .group-first,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item .group-first {
    display: block;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item .group-first img,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item .group-first img,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item .group-first img,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item .group-first img,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item .group-first img,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item .group-first img {
    display: none;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item .group-first span,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item .group-first span,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item .group-first span,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item .group-first span,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item .group-first span,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item .group-first span {
    font-weight: normal;
    font-size: 0.16rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-top: 0;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item ul,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item ul,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item ul,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item ul,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item ul,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item ul {
    display: none;
    padding-left: 0.1rem;
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item ul li a,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item ul li a,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item ul li a,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item ul li a,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item ul li a,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item ul li a {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-weight: normal;
    border-bottom: solid 1px rgba(242, 243, 247, 0.1);
  }
  .main-header .header-md .container-full .main-menu > ul > li .sub .sub-group .group-item ul li:first-child a,
  .main-header .header-md .container-sm .main-menu > ul > li .sub .sub-group .group-item ul li:first-child a,
  .main-header .header-md .container-md .main-menu > ul > li .sub .sub-group .group-item ul li:first-child a,
  .main-header .header-md .container-lg .main-menu > ul > li .sub .sub-group .group-item ul li:first-child a,
  .main-header .header-md .container-xl .main-menu > ul > li .sub .sub-group .group-item ul li:first-child a,
  .main-header .header-md .container-xxl .main-menu > ul > li .sub .sub-group .group-item ul li:first-child a {
    border-top: solid 1px rgba(242, 243, 247, 0.1);
  }
  .main-header .header-md .container-full .btn-search,
  .main-header .header-md .container-sm .btn-search,
  .main-header .header-md .container-md .btn-search,
  .main-header .header-md .container-lg .btn-search,
  .main-header .header-md .container-xl .btn-search,
  .main-header .header-md .container-xxl .btn-search {
    order: 1;
    width: 0.4rem;
    text-align: center;
  }
  .main-header .header-md .container-full .btn-search .iconfont,
  .main-header .header-md .container-sm .btn-search .iconfont,
  .main-header .header-md .container-md .btn-search .iconfont,
  .main-header .header-md .container-lg .btn-search .iconfont,
  .main-header .header-md .container-xl .btn-search .iconfont,
  .main-header .header-md .container-xxl .btn-search .iconfont {
    font-size: 0.2rem;
  }
  .main-header .header-md .container-full .toggle-menu,
  .main-header .header-md .container-sm .toggle-menu,
  .main-header .header-md .container-md .toggle-menu,
  .main-header .header-md .container-lg .toggle-menu,
  .main-header .header-md .container-xl .toggle-menu,
  .main-header .header-md .container-xxl .toggle-menu {
    order: 3;
  }
  .main-header .header-md .container-full .search-form,
  .main-header .header-md .container-sm .search-form,
  .main-header .header-md .container-md .search-form,
  .main-header .header-md .container-lg .search-form,
  .main-header .header-md .container-xl .search-form,
  .main-header .header-md .container-xxl .search-form {
    width: calc(100% - 0.15rem);
    z-index: 1;
  }
}
.main-footer {
  background-color: #000;
}
.main-footer .section-md {
  padding: 0.6rem 0 0.4rem 0;
  display: flex;
  justify-content: space-between;
}
.main-footer .section-md .left {
  width: 4rem;
}
.main-footer .section-md .left .social {
  margin-top: 0.2rem;
}
.main-footer .section-md .left .social .item-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 2.8rem;
}
.main-footer .section-md .left .social .item-loop .item {
  display: block;
  position: relative;
  cursor: pointer;
  width: 25%;
  margin-bottom: 0.2rem;
}
.main-footer .section-md .left .social .item-loop .item .image {
  width: 0.24rem;
  height: 0.24rem;
}
.main-footer .section-md .left .social .item-loop .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-footer .section-md .left .social .item-loop .item .filter {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: max-content;
  color: #bebebe;
  background-color: #fff;
  border-radius: 0.04rem;
  padding: 0.05rem;
  display: none;
}
.main-footer .section-md .left .social .item-loop .item .filter img {
  display: block;
  width: 1.1rem;
}
.main-footer .section-md .left .social .item-loop .item .filter span {
  display: block;
  line-height: 1.2;
  text-align: center;
  font-size: 0.12rem;
}
.main-footer .section-md .left .social .item-loop .item .filter p {
  margin: 0;
  padding: 0.1rem;
}
.main-footer .section-md .left .social .item-loop .item:hover .filter {
  display: block;
}
.main-footer .section-md .right {
  flex: 1;
}
.main-footer .section-md .right .footer-menu {
  display: flex;
  justify-content: space-between;
}
.main-footer .section-md .right .footer-menu .menu-group h3 {
  margin-bottom: 0.15rem;
}
.main-footer .section-md .right .footer-menu .menu-group h3 a {
  color: #fff;
  font-size: 0.16rem;
}
.main-footer .section-md .right .footer-menu .menu-group ul li a {
  color: #bebebe;
  line-height: 2;
}
.main-footer .section-fd {
  border-top: solid 1px #333;
  display: flex;
  justify-content: space-between;
  color: #878787;
  padding: 0.2rem 0;
  font-size: 0.14rem;
}
.main-footer .section-fd .left span {
  display: inline-block;
  margin-right: 0.2rem;
}
.main-footer .section-fd .left .menu {
  display: inline-block;
}
.main-footer .section-fd .left .menu ul li {
  display: inline-block;
  border-left: solid 1px #878787;
  padding: 0 0.2rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .main-footer .section-md {
    flex-direction: column;
    align-items: center;
    padding: 0.4rem 0 0 0;
  }
  .main-footer .section-md .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-footer .section-md .left .logo {
    margin-bottom: 0.1rem;
  }
  .main-footer .section-md .left .social .item-loop .item .filter {
    top: unset;
    bottom: 100%;
  }
  .main-footer .section-md .right {
    margin-top: 0.1rem;
  }
  .main-footer .section-md .right .footer-menu .menu-group {
    margin-right: 0.1rem;
  }
  .main-footer .section-md .right .footer-menu .menu-group:last-child {
    margin-right: 0;
  }
  .main-footer .section-md .right .footer-menu .menu-group h3 a {
    font-size: 0.14rem;
    font-weight: normal;
    color: #bebebe;
  }
  .main-footer .section-md .right .footer-menu .menu-group ul {
    display: none;
  }
  .main-footer .section-fd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0;
  }
  .main-footer .section-fd span {
    margin-right: 0;
  }
}
.home-banner {
  position: relative;
  padding: 0;
}
.home-banner video {
  display: block;
  width: 100%;
}
.home-banner .section-block {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: 0;
  padding-bottom: 0.5rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 212, 255, 0) 100%);
}
.home-banner .section-block h2 {
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
}
.home-banner .section-block p {
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 0.72rem;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}
.home-banner .section-block a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.home-banner .section-block a img {
  display: block;
}
@media (max-width: 991.98px) {
  .home-banner video {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
  }
  .home-banner .section-block p {
    font-size: 0.2rem;
  }
  .home-banner .section-block a {
    width: 0.6rem;
  }
  .home-banner .section-block a img {
    width: 100%;
  }
}
.home-product {
  background-color: #000;
  padding: 0;
}
.home-product .swiper-pagination {
  position: relative;
  padding: 0.3rem 0;
}
.home-product .swiper-pagination .swiper-pagination-bullet {
  white-space: nowrap;
  width: unset;
  height: unset;
  border-radius: unset;
  background-color: unset;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 2px transparent;
  opacity: 0.8;
  margin: 0 0.4rem;
}
.home-product .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.home-product .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #953feb;
}
.home-product .item {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.2rem;
  border-radius: 0.04rem;
  overflow: hidden;
  width: 100%;
}
.home-product .item .image {
  width: 100%;
  height: 100%;
}
.home-product .item .image img {
  width: 100%;
  height: 100%;
}
.home-product .item .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.15rem;
  display: flex;
  flex-direction: column;
}
.home-product .item .block h3 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 0.28rem;
}
.home-product .item .block p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  padding-top: 0.05rem;
}
.home-product .item .block .btn {
  margin-top: 0.15rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.16rem;
}
.home-product .item .block .btn .iconfont {
  transition: margin-left 0.3s ease-in-out;
  margin-top: 0.03rem;
  font-size: 0.7em;
  line-height: 1;
}
.home-product .item .block .btn:hover {
  color: #953feb;
}
.home-product .item:hover .block .btn .iconfont {
  margin-left: 0.03rem;
}
.home-product .swiper-slide {
  height: 12rem;
  display: flex;
  justify-content: space-between;
}
.home-product .swiper-slide .left,
.home-product .swiper-slide .right {
  width: calc(50% - 0.1rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -0.2rem;
  height: 100%;
}
.home-product .swiper-slide.slide-1 .left .item:nth-child(1) {
  height: calc(23% - 0.2rem);
}
.home-product .swiper-slide.slide-1 .left .item:nth-child(2),
.home-product .swiper-slide.slide-1 .left .item:nth-child(3) {
  width: calc(50% - 0.1rem);
  height: calc(35% - 0.2rem);
}
.home-product .swiper-slide.slide-1 .left .item:nth-child(4) {
  height: calc(42%);
  margin-bottom: 0;
}
.home-product .swiper-slide.slide-1 .right .item {
  height: calc(33.3333% - 0.2rem);
}
.home-product .swiper-slide.slide-1 .right .item:nth-child(1),
.home-product .swiper-slide.slide-1 .right .item:nth-child(2) {
  width: calc(50% - 0.1rem);
}
.home-product .swiper-slide.slide-1 .right .item:nth-child(4),
.home-product .swiper-slide.slide-1 .right .item:nth-child(5) {
  width: calc(50% - 0.1rem);
  height: 33.3333%;
}
.home-product .swiper-slide.slide-2 .item .block {
  justify-content: flex-end;
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
}
.home-product .swiper-slide.slide-2 .item .block h3 {
  text-align: left;
  font-family: Saira Expanded, sans-serif;
}
.home-product .swiper-slide.slide-2 .item .block .btn {
  width: fit-content;
}
.home-product .swiper-slide.slide-2 .left .item:nth-child(1) {
  height: calc(50% - 0.2rem);
}
.home-product .swiper-slide.slide-2 .left .item:nth-child(2) {
  height: calc(25% - 0.2rem);
}
.home-product .swiper-slide.slide-2 .left .item:nth-child(3),
.home-product .swiper-slide.slide-2 .left .item:nth-child(4) {
  width: calc(50% - 0.1rem);
  height: calc(25%);
  margin-bottom: 0;
}
.home-product .swiper-slide.slide-2 .right .item {
  height: calc(33.3333% - 0.2rem);
}
.home-product .swiper-slide.slide-2 .right .item:nth-child(2),
.home-product .swiper-slide.slide-2 .right .item:nth-child(3) {
  width: calc(50% - 0.1rem);
}
.home-product .swiper-slide.slide-2 .right .item:nth-child(4) {
  margin-bottom: 0;
  height: 33.3333%;
}
@media (max-width: 991.98px) {
  .home-product .swiper-pagination {
    padding: 0.2rem 0;
  }
  .home-product .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    font-size: 0.24rem;
  }
  .home-product .item {
    height: auto!important;
    margin-bottom: 0.1rem;
  }
  .home-product .item .image {
    min-height: 1.6rem;
  }
  .home-product .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-product .item .block h3 {
    font-size: 0.18rem;
  }
  .home-product .item .block p {
    font-size: 0.18rem;
  }
  .home-product .swiper-slide {
    height: auto;
    flex-direction: column;
  }
  .home-product .swiper-slide .left {
    width: 100%;
    margin-bottom: 0;
  }
  .home-product .swiper-slide .right {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0.1rem;
  }
  .home-product .swiper-slide.slide-1 .left .item:nth-child(2),
  .home-product .swiper-slide.slide-1 .left .item:nth-child(3) {
    width: calc(50% - 0.05rem);
  }
  .home-product .swiper-slide.slide-1 .right .item:nth-child(1),
  .home-product .swiper-slide.slide-1 .right .item:nth-child(2),
  .home-product .swiper-slide.slide-1 .right .item:nth-child(4),
  .home-product .swiper-slide.slide-1 .right .item:nth-child(5) {
    width: calc(50% - 0.05rem);
  }
  .home-product .swiper-slide.slide-2 .left .item:nth-child(3),
  .home-product .swiper-slide.slide-2 .left .item:nth-child(4) {
    width: calc(50% - 0.05rem);
  }
  .home-product .swiper-slide.slide-2 .right .item:nth-child(2),
  .home-product .swiper-slide.slide-2 .right .item:nth-child(3) {
    width: calc(50% - 0.05rem);
  }
}
.home-why {
  background-color: #000;
  color: #fff;
  padding: 0.4rem 0 0.3rem 0;
}
.home-why .section-md {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-why .section-md .left {
  width: 2.4rem;
}
.home-why .section-md .left h2 {
  font-weight: 300;
  line-height: 1;
}
.home-why .section-md .left .btn {
  margin-top: 0.15rem;
  color: #953feb;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.16rem;
  width: fit-content;
  cursor: pointer;
}
.home-why .section-md .left .btn .iconfont {
  transition: margin-left 0.3s ease-in-out;
  margin-top: 0.03rem;
  font-size: 0.7em;
  line-height: 1;
}
.home-why .section-md .left .btn:hover .iconfont {
  margin-left: 0.03rem;
}
.home-why .section-md .right {
  flex: 1;
  width: 0;
  max-width: 11.5rem;
  margin-left: 0.4rem;
}
.home-why .section-md .right .item-loop {
  display: flex;
  justify-content: space-between;
}
.home-why .section-md .right .item-loop .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-why .section-md .right .item-loop .item .image {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: solid 2px transparent;
}
.home-why .section-md .right .item-loop .item .image img {
  display: block;
}
.home-why .section-md .right .item-loop .item .block {
  flex: 1;
  max-width: 1.4rem;
  line-height: 1.4;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
.home-why .section-md .right .item-loop .item:hover .image {
  border-color: #953feb;
}
@media (max-width: 991.98px) {
  .home-why .section-md {
    flex-direction: column;
  }
  .home-why .section-md .left {
    text-align: center;
    width: 100%;
  }
  .home-why .section-md .left h2 {
    font-size: 0.2rem;
    font-weight: bold;
  }
  .home-why .section-md .left .btn {
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .home-why .section-md .right {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
  }
  .home-why .section-md .right .item-loop {
    width: 100%;
    max-width: 90%;
    flex-direction: column;
  }
  .home-why .section-md .right .item-loop .item {
    margin-bottom: 0.1rem;
  }
  .home-why .section-md .right .item-loop .item .image {
    width: 0.6rem;
    height: 0.6rem;
  }
  .home-why .section-md .right .item-loop .item .block {
    max-width: unset;
  }
}
.home-recommend {
  background: url(../e41248cdbe255b41fa0e.png) no-repeat center;
  background-size: cover;
  padding: 0.2rem 0;
}
.home-recommend .section-md {
  display: flex;
  justify-content: space-between;
  height: 8rem;
}
.home-recommend .section-md .left,
.home-recommend .section-md .right {
  width: calc(50% - 0.1rem);
  height: 100%;
}
.home-recommend .section-md .item {
  display: block;
  cursor: pointer;
}
.home-recommend .section-md .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-recommend .section-md .item .block {
  background: linear-gradient(166.24deg, #27293d 5.82%, #1d1c29 93.28%);
  color: #fff;
  padding: 0.3rem;
}
.home-recommend .section-md .item .block h3 {
  font-size: 0.4rem;
  line-height: 1.1;
  font-weight: 300;
}
.home-recommend .section-md .item .block p {
  margin: 0;
  font-size: 0.16rem;
  padding-top: 0.05rem;
}
.home-recommend .section-md .item .block .btn {
  margin-top: 0.1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 0.16rem;
  width: fit-content;
  cursor: pointer;
}
.home-recommend .section-md .item .block .btn .iconfont {
  transition: margin-left 0.3s ease-in-out;
  margin-top: 0.03rem;
  font-size: 0.7em;
  line-height: 1;
}
.home-recommend .section-md .item .block .btn:hover {
  color: #953feb;
}
.home-recommend .section-md .item:hover .block .btn .iconfont {
  margin-left: 0.03rem;
}
.home-recommend .section-md .left .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-recommend .section-md .left .item .image {
  flex: 1;
}
.home-recommend .section-md .right .item {
  height: calc(50% - 0.1rem);
  display: flex;
  margin-bottom: 0.2rem;
}
.home-recommend .section-md .right .item:last-child {
  margin-bottom: 0;
}
.home-recommend .section-md .right .item .image {
  order: 2;
  flex: 1;
}
.home-recommend .section-md .right .item .block {
  order: 1;
  width: 3.5rem;
}
@media (max-width: 991.98px) {
  .home-recommend {
    padding: 0;
  }
  .home-recommend .section-md {
    flex-direction: column;
    height: auto;
  }
  .home-recommend .section-md .left {
    width: 100%;
  }
  .home-recommend .section-md .right {
    width: 100%;
  }
  .home-recommend .section-md .item {
    display: block!important;
    height: auto!important;
    margin-top: 0.1rem !important;
    margin-bottom: 0!important;
  }
  .home-recommend .section-md .item .block {
    width: 100%!important;
  }
  .home-recommend .section-md .item .block h3 {
    font-size: 0.24rem;
    font-weight: 500;
  }
}
.section-banner {
  padding: 0.2rem 0 1rem 0;
}
.section-banner .section-md .crumb a {
  display: inline-block;
  color: #ccc;
}
.section-banner .section-md .crumb a::after {
  content: '/';
  font-family: '宋体';
  padding-left: 0.05rem;
}
.section-banner .section-md .crumb a:last-child::after {
  display: none;
}
.section-banner .section-md h1 {
  color: #fff;
  padding-top: 0.2rem;
  font-size: 0.3rem;
}
@media (max-width: 991.98px) {
  .section-banner {
    padding-bottom: 0.5rem;
  }
  .section-banner .section-md h1 {
    font-size: 0.36rem;
    text-align: center;
    padding-top: 0.4rem;
  }
}
.widget.product-menu .menu-group {
  border-top: solid 1px #3f3f3f;
  padding-left: 0.15rem;
  padding-right: 0.1rem;
}
.widget.product-menu .menu-group .group-hd {
  height: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.widget.product-menu .menu-group .group-hd h3 {
  font-size: 0.15rem;
  color: #fff;
  line-height: 1;
}
.widget.product-menu .menu-group .group-hd .iconfont {
  color: #fff;
  font-size: 0.14rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.widget.product-menu .menu-group .group-md {
  display: none;
  padding-bottom: 0.15rem;
}
.widget.product-menu .menu-group .group-md ul li {
  padding-left: 0.1rem;
  color: #fff;
  line-height: 2;
}
.widget.product-menu .menu-group .group-md ul li.active {
  color: #953feb;
}
.widget.product-menu .menu-group.active .group-hd .iconfont {
  transform: rotate(270deg);
}
.product-list .item {
  cursor: pointer;
}
.product-list .item .image {
  background: radial-gradient(50% 50% at 50% 50%, #303239 0, #191919 100%);
}
.product-list .item .image > img {
  padding: 0.4rem;
}
.product-list .item .block {
  padding: 0.2rem 0.15rem 0.3rem 0.15rem;
}
.product-list .item .block h3 {
  font-size: 0.18rem;
  color: #fff;
  font-weight: normal;
}
.product-list .item .block .btn {
  color: #953feb;
  font-size: 0.16rem;
  font-weight: bold;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.support-banner {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0;
}
.support-banner .image {
  margin: 0 auto;
  width: 100%;
  min-width: 19.2rem;
}
.support-banner .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .support-banner .image img {
    height: 3rem;
    object-fit: cover;
  }
}
.support-down .section-md .tab-hd {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.support-down .section-md .tab-hd .item {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  padding: 0.08rem 0.25rem;
  border-radius: 0.4rem;
  margin: 0 0.1rem;
}
.support-down .section-md .tab-hd .item .iconfont {
  font-size: 1.1em;
}
.support-down .section-md .tab-hd .item:hover {
  transform: scale(1.05);
}
.support-down .section-md .tab-hd .item.active {
  background-color: #602b87;
  color: #fff;
  border-color: #602b87;
}
.support-down .section-md .tab-md .tab-group .item {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #602b87;
  padding: 0 0.25rem;
  border-radius: 0.06rem;
}
.support-down .section-md .tab-md .tab-group .item .name {
  color: #fff;
}
.support-down .section-md .tab-md .tab-group .item .view {
  color: #fff;
}
.support-down .section-md .tab-md .tab-group .item:hover {
  background-color: #fff;
}
.support-down .section-md .tab-md .tab-group .item:hover .name {
  font-weight: bold;
  color: #602b87;
}
.support-down .section-md .tab-md .tab-group .item:hover .view {
  color: #602b87;
}
@media (max-width: 991.98px) {
  .support-down .section-md .tab-hd .item {
    margin: 0 0.05rem;
  }
}
.support-support .section-md {
  border-radius: 0;
  background: radial-gradient(50% 50% at 50% 50%, #303239 0, #191919 100%);
}
.support-support .section-md:last-child {
  margin-top: 0.6rem;
}
.support-support .section-md .page-content {
  margin: 0 auto;
  padding: 0.6rem 0.8rem;
}
@media (max-width: 991.98px) {
  .support-support .section-md:last-child {
    margin-top: 0.3rem;
  }
  .support-support .section-md .page-content {
    padding: 0.4rem 0.2rem;
  }
}
.page-content {
  font-size: 0.16rem;
  color: #f2f3f7;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #fff;
}
.page-content h2 {
  line-height: 2;
  margin: 1em 0;
}
.page-content h3 {
  margin: 1em 0;
}
.page-content ul {
  margin: unset;
  padding: unset;
}
.page-content ul li {
  position: relative;
  padding-left: 0.1rem;
}
.page-content ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #f2f3f7;
  top: 0.75em;
  left: 0;
}
.page-content .service-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.2rem;
  justify-content: space-between;
}
.page-content .service-content .item {
  font-size: 0.14rem;
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
  background-color: #602b87;
  padding: 0.5rem 0.4rem;
  border-radius: 0.12rem;
}
.page-content .service-content .item h3 {
  margin-top: 0;
  font-size: 0.18rem;
  padding-bottom: 0.2rem;
}
.page-content table {
  border-collapse: collapse;
  text-align: center;
  width: 100% !important;
}
.page-content table td {
  border: solid 1px #666;
  width: auto !important;
  padding: 0.15rem 0.1rem;
  vertical-align: middle;
}
.page-content table .firstRow {
  background-color: #602b87;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .page-content h2 {
    font-size: 0.24rem;
  }
  .page-content h3 {
    font-size: 0.2rem;
  }
  .page-content .service-content .item {
    width: 100%;
    padding: 0.4rem 0.2rem;
    border-radius: 0.12rem;
  }
  .page-content .service-content .item h3 {
    padding-bottom: 0.05rem;
  }
  .page-content table td {
    padding: 0.1rem 0.05rem;
  }
}
.support-hotline {
  padding-top: 0;
}
.support-hotline .section-md {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
  background: radial-gradient(50% 50% at 50% 50%, #303239 0, #191919 100%);
  color: #f2f3f7;
}
.support-hotline .section-md .iconfont {
  font-size: 0.36rem;
}
.support-hotline .section-md h2 {
  font-weight: normal;
  font-size: 0.26rem;
  color: #f2f3f7;
}
.support-hotline .section-md .tel {
  font-weight: bold;
  font-size: 0.4rem;
}
.support-hotline .section-md .time {
  font-size: 0.16rem;
}
@media (max-width: 991.98px) {
  .support-hotline .section-md {
    padding: 0.3rem 0;
  }
  .support-hotline .section-md h2 {
    font-size: 0.2rem;
  }
  .support-hotline .section-md .tel {
    font-size: 0.28rem;
  }
}
.contact-banner .image img {
  display: block;
  width: 100%;
  height: 5.4rem;
  transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
@media (max-width: 991.98px) {
  .contact-banner .image img {
    height: 3.6rem;
    object-fit: cover;
  }
}
.contact-online-shop .section-md .tab-hd {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.contact-online-shop .section-md .tab-hd .item {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  padding: 0.08rem 0.25rem;
  border-radius: 0.4rem;
  margin: 0 0.1rem;
}
.contact-online-shop .section-md .tab-hd .item .iconfont {
  font-size: 1.1em;
}
.contact-online-shop .section-md .tab-hd .item:hover {
  transform: scale(1.05);
}
.contact-online-shop .section-md .tab-hd .item.active {
  background-color: #602b87;
  color: #fff;
  border-color: #602b87;
}
.contact-online-shop .section-md .tab-md .tab-group .item {
  background: #602b87;
  padding: 0 0.25rem;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  transition: all 0.2s linear;
}
.contact-online-shop .section-md .tab-md .tab-group .item .image {
  width: 0.8rem;
  height: 0.8rem;
}
.contact-online-shop .section-md .tab-md .tab-group .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-online-shop .section-md .tab-md .tab-group .item .name {
  padding-top: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
}
.contact-online-shop .section-md .tab-md .tab-group .item .view {
  color: #fff;
}
.contact-online-shop .section-md .tab-md .tab-group .item:hover {
  transform: translateY(-0.05rem);
}
.contact-shop .section-md {
  display: flex;
  box-shadow: 0 0.1rem 0.15rem rgba(48, 49, 52, 0.08);
  border-radius: 0;
  overflow: hidden;
  font-size: 0.16rem;
  background: radial-gradient(50% 50% at 50% 50%, #303239 0, #191919 100%);
  color: #f2f3f7;
}
.contact-shop .section-md .left {
  width: 50%;
}
.contact-shop .section-md .left .image {
  width: 100%;
  height: 100%;
}
.contact-shop .section-md .left .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-shop .section-md .right {
  width: 50%;
  padding: 0.6rem 0.4rem 0.7rem 0.4rem;
}
.contact-shop .section-md .right h3 {
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
}
.contact-shop .section-md .right .group {
  margin-bottom: -0.2rem;
}
.contact-shop .section-md .right .group .item {
  margin-bottom: 0.2rem;
}
.contact-shop .section-md .right .group .item .name {
  color: rgba(242, 243, 247, 0.8);
  padding-bottom: 0.05rem;
}
@media (max-width: 991.98px) {
  .contact-shop .section-md {
    flex-direction: column;
  }
  .contact-shop .section-md .left {
    width: 100%;
  }
  .contact-shop .section-md .right {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
}
.contact-contact {
  color: #f2f3f7;
}
.contact-contact .section-md .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.contact-contact .section-md .item .iconfont {
  font-size: 0.36rem;
}
.contact-contact .section-md .item .tel {
  font-weight: bold;
  font-size: 0.16rem;
}
.contact-contact .section-md .item .name {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  color: rgba(242, 243, 247, 0.8);
}
@media (max-width: 991.98px) {
  .contact-contact .section-md .item .tel {
    word-break: break-all;
    text-align: center;
  }
}
.full-page > .section {
  height: 100vh;
  position: relative;
  padding: 0;
}
.full-page > .section .full-page-content {
  height: 100vh;
}
.full-page > .section .full-page-content.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.fullpage-sidemenu {
  position: fixed;
  z-index: 990;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  padding: 0.1rem 0.2rem;
}
.fullpage-sidemenu ul li {
  color: #fff;
}
.fullpage-sidemenu ul li a {
  line-height: 2;
  font-size: 0.16rem;
  color: #dbdbdb;
}
.fullpage-sidemenu ul li.active a {
  font-weight: bold;
  color: #602b87;
}
@media (max-width: 991.98px) {
  .fullpage-sidemenu {
    left: 0;
    top: 0.8rem;
    transform: none;
  }
}
.full-page .about-banner .full-page-content .section-md {
  height: 100%;
  position: relative;
}
.full-page .about-banner .full-page-content .section-md .image {
  height: 100%;
}
.full-page .about-banner .full-page-content .section-md .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-page .about-banner .full-page-content .section-md .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full-page .about-banner .full-page-content .section-md .block h2 {
  padding-top: 0.5rem;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
.full-page .about-banner .full-page-content .section-md .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1;
  margin-top: 0.3rem;
}
.full-page .about-intro .section-md {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}
.full-page .about-intro .section-md .image {
  width: 50%;
  height: 100%;
}
.full-page .about-intro .section-md .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-page .about-intro .section-md .block {
  color: #f2f3f7;
  width: 50%;
  height: 100%;
  padding: 0 0.5rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-page .about-intro .section-md .block h2 {
  padding-bottom: 0.2rem;
}
.full-page .about-intro .section-md .block p {
  margin: 0.25em 0;
}
.full-page .about-dna .section-md {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.full-page .about-dna .section-md .image {
  width: 50%;
  height: 100%;
}
.full-page .about-dna .section-md .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-page .about-dna .section-md .block {
  width: 50%;
  height: 100%;
  padding: 0 0.5rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
.full-page .about-dna .section-md .block h2 {
  padding-bottom: 0.2rem;
}
.full-page .about-dna .section-md .block p {
  margin: 0.25em 0;
}
.full-page .about-data .section-md {
  height: 100%;
  position: relative;
}
.full-page .about-data .section-md .image {
  height: 100%;
}
.full-page .about-data .section-md .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-page .about-data .section-md .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-page .about-data .section-md .block .item-loop {
  display: flex;
}
.full-page .about-data .section-md .block .item-loop .item {
  margin-right: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.full-page .about-data .section-md .block .item-loop .item:last-child {
  margin-right: 0;
}
.full-page .about-data .section-md .block .item-loop .item .num {
  color: #602b87;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 1;
}
.full-page .about-data .section-md .block .item-loop .item h3 {
  margin: 0.15rem 0;
}
.full-page .about-history .full-page-content {
  background-color: #000;
  color: #fff;
}
.full-page .about-history .full-page-content .section-md {
  height: 100%;
  padding: 0.8rem 0.8rem 0.4rem 2rem;
  position: relative;
}
.full-page .about-history .full-page-content .section-md .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.full-page .about-history .full-page-content .section-md .btn .iconfont {
  font-size: 0.4rem;
  color: #fff;
}
.full-page .about-history .full-page-content .section-md .btn:hover {
  opacity: 1;
}
.full-page .about-history .full-page-content .section-md .btn.left {
  left: 1.4rem;
}
.full-page .about-history .full-page-content .section-md .btn.right {
  right: 0.1rem;
}
.full-page .about-history .full-page-content .section-md .item-loop {
  display: flex;
  overflow-x: scroll;
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
}
.full-page .about-history .full-page-content .section-md .item-loop::-webkit-scrollbar {
  display: none;
}
.full-page .about-history .full-page-content .section-md .item-loop .item {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.full-page .about-history .full-page-content .section-md .item-loop .item:last-child {
  margin-right: 0;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main {
  height: calc(100% - 3.2rem);
  overflow-y: auto;
  padding: 0 0.15rem 0 0;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main::-webkit-scrollbar {
  width: 8px;
  /* 竖向滚动条宽度 */
  height: 8px;
  /* 横向滚动条高度 */
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滑轨背景色 */
  border-radius: 4px;
  /* 滑轨圆角 */
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main::-webkit-scrollbar-thumb {
  background: #602b87;
  /* 滑块背景色 */
  border-radius: 4px;
  /* 滑块圆角 */
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main::-webkit-scrollbar-thumb:hover {
  background: #602b87;
  /* 滑块悬停色 */
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main h3 {
  font-size: 0.4rem;
  padding-bottom: 0.4rem;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main ul li {
  position: relative;
  padding-left: 0.1rem;
  font-size: 0.14rem;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-main ul li::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.75em;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container {
  width: 100%;
  height: 2.7rem;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container .swiper {
  height: 100%;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container .swiper .swiper-wrapper {
  height: 100%;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container .swiper .swiper-wrapper .swiper-slide .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container .swiper .swiper-wrapper .swiper-slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .full-page .about-banner .full-page-content .section-md .block h2 {
    font-size: 0.4rem;
  }
  .full-page .about-banner .full-page-content .section-md .block p {
    font-size: 0.24rem;
  }
  .full-page .about-intro .section-md {
    flex-direction: column;
  }
  .full-page .about-intro .section-md .block {
    width: 100%;
    height: 50%;
    order: 2;
    padding: 0.2rem;
  }
  .full-page .about-intro .section-md .image {
    width: 100%;
    height: 50%;
    order: 1;
  }
  .full-page .about-dna .section-md {
    flex-direction: column;
  }
  .full-page .about-dna .section-md .block {
    width: 100%;
    height: 50%;
    order: 2;
    padding: 0.2rem;
  }
  .full-page .about-dna .section-md .image {
    width: 100%;
    height: 50%;
    order: 1;
  }
  .full-page .about-data .section-md .block .item-loop {
    flex-direction: column;
  }
  .full-page .about-data .section-md .block .item-loop .item {
    margin-right: 0;
  }
  .full-page .about-history .full-page-content .section-md {
    padding: 0.2rem;
    padding-left: 1rem;
  }
  .full-page .about-history .full-page-content .section-md .item-loop {
    width: 100%;
    flex-direction: column;
  }
  .full-page .about-history .full-page-content .section-md .item-loop .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .full-page .about-history .full-page-content .section-md .item-loop .item .history-main {
    padding: 0;
    height: auto;
  }
  .full-page .about-history .full-page-content .section-md .item-loop .item .history-main h3 {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .full-page .about-history .full-page-content .section-md .item-loop .item .history-main ul li {
    padding-left: 0;
  }
  .full-page .about-history .full-page-content .section-md .item-loop .item .history-swiper-container {
    margin-top: 0.2rem;
  }
  .full-page .about-history .full-page-content .section-md .btn {
    display: none;
  }
}
.section-product-title {
  border-bottom: solid 1px rgba(94, 86, 86, 0.5);
  padding: 0;
  padding-top: 0.4rem;
}
.section-product-title .section-hd h1 {
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  padding: 0.4rem 0;
  margin: 0 auto;
  max-width: 10rem;
}
@media (max-width: 991.98px) {
  .section-product-title .section-hd {
    padding-bottom: 0.3rem;
  }
  .section-product-title .section-hd h1 {
    font-size: 0.28rem;
  }
}
.section-product-menu {
  width: 100%;
  border-top: solid 1px rgba(18, 18, 18, 0.7);
  background-color: rgba(18, 18, 18, 0.7);
  padding: 0;
}
.section-product-menu .section-md {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-product-menu .section-md .menu ul li {
  display: inline-block;
}
.section-product-menu .section-md .menu ul li a {
  color: #fff;
  font-size: 0.16rem;
  padding: 0 0.1rem;
}
.section-product-menu .section-md .btn {
  display: inline-block;
  background-color: #602b87;
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  padding: 0 0.4rem;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.section-product-menu .section-md .btn:hover {
  background-color: #953feb;
  color: #fff;
}
@media (max-width: 991.98px) {
  .section-product-menu.fixed {
    top: 0.59rem;
    z-index: 100;
  }
  .section-product-menu .section-md {
    justify-content: center;
  }
  .section-product-menu .section-md .menu {
    display: none;
  }
}
.product-content {
  padding: 1rem 0 0 0;
}
.product-content .section-hd {
  padding-bottom: 0.6rem;
}
.product-content .section-hd h2 {
  font-size: 0.48rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.product-content .section-md {
  border-bottom: solid 1px rgba(242, 243, 247, 0.2);
  padding-bottom: 0.6rem;
}
@media (max-width: 991.98px) {
  .product-content {
    padding-top: 0.4rem;
  }
  .product-content .section-hd h2 {
    font-size: 0.34rem;
  }
}
.product-params {
  padding: 1rem 0;
}
.product-params .section-hd {
  padding-bottom: 0.6rem;
}
.product-params .section-hd h2 {
  font-size: 0.48rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.product-params .section-md .item {
  border-bottom: solid 1px #999;
  color: #fff;
  display: flex;
  padding: 0.15rem 0.15rem;
}
.product-params .section-md .item .name {
  color: #bebebe;
  display: block;
  width: 1.5rem;
}
.product-params .section-md .item .params {
  flex: 1;
}
@media (max-width: 991.98px) {
  .product-params {
    padding-top: 0.6rem;
  }
  .product-params .section-hd {
    padding-bottom: 0.4rem;
  }
  .product-params .section-hd h2 {
    font-size: 0.34rem;
  }
  .product-params .section-md .item {
    margin: 0 auto;
    max-width: 80%;
  }
}
.product-added-section {
  border-top: solid 1px #999;
  padding: 0;
}
.product-added-section .section-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
}
.product-added-section .section-hd h2 {
  font-size: 0.2rem;
}
.product-added-section .section-hd .btn-toggle {
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.product-added-section .section-md {
  color: #fff;
  padding-bottom: 0.4rem;
}
.product-added-section .section-md .item {
  display: block;
  color: #bebebe;
  cursor: pointer;
}
.product-added-section .section-md .item .iconfont {
  margin-right: 0.1rem;
}
.product-added-section .section-md .item:hover {
  color: #fff;
}
.product-added-section.active .section-hd .btn {
  transform: rotate(180deg);
}
.drivers-main {
  color: #fff;
}
.drivers-main .section-hd h2 {
  color: #fff;
  text-align: center;
}
.drivers-main .section-hd .lead {
  text-align: center;
  color: #fff;
}
.drivers-main .section-md .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(50% 50% at 50% 50%, #303239 0, #191919 100%);
  border-radius: 0.08rem;
  padding: 0.8rem 0.4rem 0.8rem 0.4rem;
  transition: all 0.4s ease-in-out;
}
.drivers-main .section-md .item h3 {
  color: #fff;
  padding-bottom: 0.1rem;
}
.drivers-main .section-md .item .icons {
  padding: 0.2rem 0;
}
.drivers-main .section-md .item .icons .iconfont {
  margin-right: 0.15rem;
  font-size: 0.2rem;
}
.drivers-main .section-md .item .icons .iconfont:last-child {
  margin-right: 0;
}
.drivers-main .section-md .item .block .detail {
  margin: 0.8em 0;
  color: #bebebe;
}
.drivers-main .section-md .item .block .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.4rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #fff;
  color: #303134;
  border-radius: 0.46rem;
  padding: 0 0.4rem;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.drivers-main .section-md .item .block .btn .iconfont {
  display: inline-block;
  font-size: 1em;
  margin-left: 0.02rem;
  transition: transform 0.5s ease-in-out;
}
.drivers-main .section-md .item .block .btn:hover {
  color: #602b87;
}
.drivers-main .section-md .item .block .btn:hover .iconfont {
  transform: translateX(0.02rem);
}
@media (max-width: 991.98px) {
  .drivers-main .section-md .item {
    padding: 0.6rem 0.2rem 0.6rem 0.2rem;
  }
}


/*# sourceMappingURL=app.bundle.min.css.map*/