@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poller+One&display=swap";



.bg-orange-subtle {
  background-color: var(--dx-orange-bg-subtle) !important;
}

.border-orange-subtle {
  border-color: var(--dx-orange-border-subtle) !important;
}

.text-orange-emphasis {
  color: var(--dx-orange-text-emphasis) !important;
}

.bg-indigo-subtle {
  background-color: var(--dx-indigo-bg-subtle) !important;
}

.border-indigo-subtle {
  border-color: var(--dx-indigo-border-subtle) !important;
}

.text-indigo-emphasis {
  color: var(--dx-indigo-text-emphasis) !important;
}

.bg-pink-subtle {
  background-color: var(--dx-pink-bg-subtle) !important;
}

.border-pink-subtle {
  border-color: var(--dx-pink-border-subtle) !important;
}

.text-pink-emphasis {
  color: var(--dx-pink-text-emphasis) !important;
}

:root {
  --dx-font-family-base: Rubik, sans-serif;
  --dx-font-family-heading: Funnel Sans, sans-serif;
  --dx-font-weight-semibold: 600;
  --dx-custom-bg: #fff;
  --dx-custom-color: #737373;
  --dx-indigo-text-emphasis: rgb(94.05, 96.9, 228.95);
  --dx-pink-text-emphasis: rgb(208.05, 37.05, 113.05);
  --dx-orange-text-emphasis: rgb(229.9, 84.55, 17.1);
  --dx-indigo-bg-subtle: rgba(var(--dx-indigo-rgb), 0.15);
  --dx-pink-bg-subtle: rgba(var(--dx-pink-rgb), 0.15);
  --dx-orange-bg-subtle: rgba(var(--dx-orange-rgb), 0.15);
  --dx-indigo-border-subtle: rgba(var(--dx-indigo-rgb), 0.3);
  --dx-pink-border-subtle: rgba(var(--dx-pink-rgb), 0.3);
  --dx-orange-border-subtle: rgba(var(--dx-orange-rgb), 0.3);
  --dx-link-color: var(--dx-primary);
}

:root[data-colors="blue"] {
  --dx-primary: #5582fb;
  --dx-primary-rgb: 85, 130, 251;
}

:root[data-colors="violet"] {
  --dx-primary: #8338ec;
  --dx-primary-rgb: 131, 56, 236;
}

:root[data-colors="red"] {
  --dx-primary: #e65f5c;
  --dx-primary-rgb: 230, 95, 92;
}

:root[data-colors="teal"] {
  --dx-primary: #00bba7;
  --dx-primary-rgb: 0, 187, 167;
}

:root[data-colors="fuchsia"] {
  --dx-primary: #e12afb;
  --dx-primary-rgb: 225, 42, 251;
}

:root[data-colors="lime"] {
  --dx-primary: #a7c957;
  --dx-primary-rgb: 167, 201, 87;
}

:root[data-colors="orange"] {
  --dx-primary: #ff9f1c;
  --dx-primary-rgb: 255, 159, 28;
}

:root {
  --dx-primary-text-emphasis: color-mix(in srgb,
      var(--dx-primary) 75%,
      black 25%);
  --dx-primary-bg-subtle: color-mix(in srgb,
      var(--dx-primary) 10%,
      transparent);
  --dx-primary-border-subtle: color-mix(in srgb,
      var(--dx-primary) 30%,
      transparent);
  --dx-spacer: 1.25rem;
}

:root[data-bs-theme="dark"] {
  --dx-indigo-text-emphasis: rgb(94.05, 96.9, 228.95);
  --dx-pink-text-emphasis: rgb(208.05, 37.05, 113.05);
  --dx-orange-text-emphasis: rgb(229.9, 84.55, 17.1);
  --dx-indigo-bg-subtle: rgba(var(--dx-indigo-rgb), 0.15);
  --dx-pink-bg-subtle: rgba(var(--dx-pink-rgb), 0.15);
  --dx-orange-bg-subtle: rgba(var(--dx-orange-rgb), 0.15);
  --dx-indigo-border-subtle: rgba(var(--dx-indigo-rgb), 0.3);
  --dx-pink-border-subtle: rgba(var(--dx-pink-rgb), 0.3);
  --dx-orange-border-subtle: rgba(var(--dx-orange-rgb), 0.3);
  --dx-light: #161c30;
  --dx-light-rgb: 22, 28, 48;
  --dx-box-shadow:
    0 10px 15px -3px rgb(15, 23, 42), 0 4px 6px -4px rgb(15, 23, 42);
}

:root[data-bs-theme="dark"] .modal {
  --dx-modal-box-shadow:
    0 10px 15px -3px rgb(21, 31, 53), 0 4px 6px -4px rgb(21, 31, 53);
  --dx-modal-border-color: var(--dx-border-color);
}

:root[data-bs-theme="dark"] .offcanvas {
  --dx-offcanvas-box-shadow:
    0 10px 15px -3px rgb(21, 31, 53), 0 4px 6px -4px rgb(21, 31, 53);
  --dx-offcanvas-border-color: var(--dx-border-color);
}

:root[data-bs-theme="dark"] .dropdown-menu {
  --dx-dropdown-border-width: 1px;
  --dx-dropdown-box-shadow:
    0 10px 15px -3px rgb(21, 31, 53), 0 4px 6px -4px rgb(21, 31, 53);
}

:root[data-bs-theme="black"] {
  --dx-body-color: #f1f5f9;
  --dx-body-color-rgb: 241, 245, 249;
  --dx-emphasis-color: #fff;
  --dx-emphasis-color-rgb: 255, 255, 255;
  --dx-secondary-color: #94a3b8;
  --dx-secondary-color-rgb: 148, 163, 184;
  --dx-tertiary-color: #a5b1bd;
  --dx-tertiary-color-rgb: 165, 177, 189;
  --dx-primary-text-emphasis: rgb(87.4, 58.9, 140.6);
  --dx-secondary-text-emphasis: rgb(229.9, 84.55, 17.1);
  --dx-success-text-emphasis: rgb(20.9, 154.85, 70.3);
  --dx-info-text-emphasis: rgb(5.7, 172.9, 201.4);
  --dx-warning-text-emphasis: rgb(232.75, 193.8, 19);
  --dx-danger-text-emphasis: rgb(227.05, 64.6, 64.6);
  --dx-light-text-emphasis: #fafafa;
  --dx-dark-text-emphasis: #f5f5f5;
  --dx-primary-bg-subtle: rgba(var(--dx-primary-rgb), 0.15);
  --dx-secondary-bg-subtle: rgba(var(--dx-secondary-rgb), 0.15);
  --dx-success-bg-subtle: rgba(var(--dx-success-rgb), 0.15);
  --dx-info-bg-subtle: rgba(var(--dx-info-rgb), 0.15);
  --dx-warning-bg-subtle: rgba(var(--dx-warning-rgb), 0.15);
  --dx-danger-bg-subtle: rgba(var(--dx-danger-rgb), 0.15);
  --dx-light-bg-subtle: #262626;
  --dx-dark-bg-subtle: #131313;
  --dx-primary-border-subtle: rgba(var(--dx-primary-rgb), 0.3);
  --dx-secondary-border-subtle: rgba(var(--dx-secondary-rgb), 0.3);
  --dx-success-border-subtle: rgba(var(--dx-success-rgb), 0.3);
  --dx-info-border-subtle: rgba(var(--dx-info-rgb), 0.3);
  --dx-warning-border-subtle: rgba(var(--dx-warning-rgb), 0.3);
  --dx-danger-border-subtle: rgba(var(--dx-danger-rgb), 0.3);
  --dx-light-border-subtle: #171717;
  --dx-dark-border-subtle: #262626;
  --dx-heading-color: #d9e0e3;
  --dx-link-color: rgb(157.2, 139.2, 190.8);
  --dx-link-hover-color: rgb(166.98, 150.78, 197.22);
  --dx-link-color-rgb: 157, 139, 191;
  --dx-link-hover-color-rgb: 167, 151, 197;
  --dx-code-color: rgb(233.4, 125.4, 173.4);
  --dx-highlight-color: #f1f5f9;
  --dx-highlight-bg: rgb(102, 77.2, 2.8);
  --dx-border-color: #262f36;
  --dx-border-color-translucent: #262f36;
  --dx-form-valid-color: rgb(117, 183, 152.4);
  --dx-form-valid-border-color: rgb(117, 183, 152.4);
  --dx-form-invalid-color: rgb(234, 133.8, 143.4);
  --dx-form-invalid-border-color: rgb(234, 133.8, 143.4);
  --dx-box-shadow: none;
}

.font-base {
  font-family: var(--dx-font-sans-serif);
}

.bg-body-custom {
  background-color: var(--dx-custom-bg);
}

.text-body-custom {
  color: var(--dx-custom-text);
}

.cursor-pointer {
  cursor: pointer;
}

.logos .logo-light {
  display: none;
}

.logos .logo-dark,
[data-bs-theme="dark"] .logos .logo-light {
  display: inline-block;
}

[data-bs-theme="dark"] .logos .logo-dark {
  display: none;
}

.custom-container {
  max-width: 1350px;
}

.opacity-10 {
  opacity: 0.1;
}

.profile-active {
  position: relative;
  display: inline-block;
}

.profile-active .dot {
  position: absolute;
  border: 2px solid var(--dx-secondary-bg);
  border-radius: 50rem;
  right: 5px;
  bottom: 5px;
}

.modal-backdrop,
.offcanvas-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.jvm-tooltip {
  display: none;
}

:is(.text-truncate-2, .text-truncate-3) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-truncate-2 {
  line-clamp: 2;
}

.text-truncate-3 {
  line-clamp: 3;
}

.text-white-10 {
  color: #ffffff1a !important;
}

.text-white-20 {
  color: #fff3 !important;
}

.text-white-30 {
  color: #ffffff4d !important;
}

.text-white-40 {
  color: #fff6 !important;
}

.text-white-50 {
  color: #ffffff80 !important;
}

.text-white-60 {
  color: #fff9 !important;
}

.text-white-70 {
  color: #ffffffb3 !important;
}

.text-white-80 {
  color: #fffc !important;
}

.text-white-90 {
  color: #ffffffe6 !important;
}

.spacer {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .spacer {
    padding: 30px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .spacer {
    padding: 50px 0;
  }
}

.font-Playfair {
  font-family:
    Playfair Display,
    serif;
}

.text-muted {
  color: gray !important;
}

.bg-black {
  background-color: #000 !important;
}

.marquee-scroll-up {
  will-change: transform;
  animation: marquee-scroll-up 20s linear infinite;
}

.marquee-scroll-down {
  will-change: transform;
  animation: marquee-scroll-up 25s linear infinite reverse;
}

.marquee-scroll-left {
  will-change: transform;
  animation: marquee-scroll-left 20s linear infinite;
}

.marquee-scroll-right {
  will-change: transform;
  animation: marquee-scroll-left 25s linear infinite reverse;
}

.sparkle {
  position: fixed;
  width: 8px;
  height: 8px;
  pointer-events: none;
  z-index: 99999;
  clip-path: polygon(50% 0%,
      60% 35%,
      100% 50%,
      60% 65%,
      50% 100%,
      40% 65%,
      0% 50%,
      40% 35%);
  animation: sparkleMove 0.9s ease-out forwards;
}

@keyframes sparkleMove {
  to {
    transform: translate(var(--x), var(--y)) scale(0) rotate(180deg);
    opacity: 0;
  }
}

.direction-hover-card {
  perspective: 500px;
  overflow: hidden;
  position: relative;
  will-change: transform;
  transform: translateZ(0);
}

.direction-hover-card:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  background-color: #000;
  transform: rotateX(90deg);
  z-index: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.direction-hover-card>* {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.direction-hover-card.in-top:before {
  transform-origin: 50% 0%;
  animation: in-top 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.direction-hover-card.in-right:before {
  transform-origin: 100% 0%;
  animation: in-right 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.in-bottom:before {
  transform-origin: 50% 100%;
  animation: in-bottom 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.in-left:before {
  transform-origin: 0% 0%;
  animation: in-left 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-top:before {
  transform-origin: 50% 0%;
  animation: out-top 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-right:before {
  transform-origin: 100% 50%;
  animation: out-right 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-bottom:before {
  transform-origin: 50% 100%;
  animation: out-bottom 0.3s ease 0ms 1 forwards;
}

.direction-hover-card.out-left:before {
  transform-origin: 0% 0%;
  animation: out-left 0.3s ease 0ms 1 forwards;
}

@media (min-width: 1200px) {
  .direction-hover-card .digital-about-stats .digital-about-stats-circle:not(:first-child) {
    margin-left: -45px;
  }
}

@keyframes in-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
    opacity: 0;
  }

  to {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }
}

@keyframes in-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
    opacity: 0;
  }

  to {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }
}

@keyframes in-bottom {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }

  to {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }
}

@keyframes in-left {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }

  to {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }
}

@keyframes out-top {
  0% {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }

  99% {
    transform: rotate3d(-1, 0, 0, 90deg);
    opacity: 1;
  }

  to {
    transform: rotate3d(-1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes out-right {
  0% {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }

  99% {
    transform: rotate3d(0, -1, 0, 90deg);
    opacity: 1;
  }

  to {
    transform: rotate3d(0, -1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes out-bottom {
  0% {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }

  99% {
    transform: rotateX(90deg);
    opacity: 1;
  }

  to {
    transform: rotateX(90deg);
    opacity: 0;
  }
}

@keyframes out-left {
  0% {
    transform: rotate3d(0, 0, 0, 0);
    opacity: 1;
  }

  99% {
    transform: rotateY(90deg);
    opacity: 1;
  }

  to {
    transform: rotateY(90deg);
    opacity: 0;
  }
}

.invert {
  filter: invert(1);
}

.accordion-primary,
.accordion-primary.accordion-boxed {
  --dx-accordion-active-color: var(--dx-primary);
  --dx-accordion-active-bg: var(--dx-primary-bg-subtle);
}

.accordion-primary.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-primary-border-subtle);
}

.accordion-solid-primary {
  --dx-accordion-active-bg: var(--dx-primary);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-primary [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-primary);
}

.accordion-secondary,
.accordion-secondary.accordion-boxed {
  --dx-accordion-active-color: var(--dx-secondary);
  --dx-accordion-active-bg: var(--dx-secondary-bg-subtle);
}

.accordion-secondary.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-secondary-border-subtle);
}

.accordion-solid-secondary {
  --dx-accordion-active-bg: var(--dx-secondary);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-secondary [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-secondary);
}

.accordion-success,
.accordion-success.accordion-boxed {
  --dx-accordion-active-color: var(--dx-success);
  --dx-accordion-active-bg: var(--dx-success-bg-subtle);
}

.accordion-success.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-success-border-subtle);
}

.accordion-solid-success {
  --dx-accordion-active-bg: var(--dx-success);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-success [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-success);
}

.accordion-info,
.accordion-info.accordion-boxed {
  --dx-accordion-active-color: var(--dx-info);
  --dx-accordion-active-bg: var(--dx-info-bg-subtle);
}

.accordion-info.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-info-border-subtle);
}

.accordion-solid-info {
  --dx-accordion-active-bg: var(--dx-info);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-info [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-info);
}

.accordion-warning,
.accordion-warning.accordion-boxed {
  --dx-accordion-active-color: var(--dx-warning);
  --dx-accordion-active-bg: var(--dx-warning-bg-subtle);
}

.accordion-warning.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-warning-border-subtle);
}

.accordion-solid-warning {
  --dx-accordion-active-bg: var(--dx-warning);
  --dx-accordion-active-color: #000;
}

.accordion-solid-warning [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-warning);
}

.accordion-danger,
.accordion-danger.accordion-boxed {
  --dx-accordion-active-color: var(--dx-danger);
  --dx-accordion-active-bg: var(--dx-danger-bg-subtle);
}

.accordion-danger.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-danger-border-subtle);
}

.accordion-solid-danger {
  --dx-accordion-active-bg: var(--dx-danger);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-danger [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-danger);
}

.accordion-light,
.accordion-light.accordion-boxed {
  --dx-accordion-active-color: var(--dx-secondary-color);
  --dx-accordion-active-bg: var(--dx-light);
}

.accordion-light.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-border-color);
}

.accordion-solid-light {
  --dx-accordion-active-bg: var(--dx-light);
  --dx-accordion-active-color: #000;
}

.accordion-solid-light [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-light);
}

.accordion-dark,
.accordion-dark.accordion-boxed {
  --dx-accordion-active-color: var(--dx-dark);
  --dx-accordion-active-bg: var(--dx-dark-bg-subtle);
}

.accordion-dark.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-dark-border-subtle);
}

.accordion-solid-dark {
  --dx-accordion-active-bg: var(--dx-dark);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-dark [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-dark);
}

.accordion-pink,
.accordion-pink.accordion-boxed {
  --dx-accordion-active-color: var(--dx-pink);
  --dx-accordion-active-bg: var(--dx-pink-bg-subtle);
}

.accordion-pink.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-pink-border-subtle);
}

.accordion-solid-pink {
  --dx-accordion-active-bg: var(--dx-pink);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-pink [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-pink);
}

.accordion-orange,
.accordion-orange.accordion-boxed {
  --dx-accordion-active-color: var(--dx-orange);
  --dx-accordion-active-bg: var(--dx-orange-bg-subtle);
}

.accordion-orange.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-orange-border-subtle);
}

.accordion-solid-orange {
  --dx-accordion-active-bg: var(--dx-orange);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-orange [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-orange);
}

.accordion-indigo,
.accordion-indigo.accordion-boxed {
  --dx-accordion-active-color: var(--dx-indigo);
  --dx-accordion-active-bg: var(--dx-indigo-bg-subtle);
}

.accordion-indigo.accordion-boxed [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-indigo-border-subtle);
}

.accordion-solid-indigo {
  --dx-accordion-active-bg: var(--dx-indigo);
  --dx-accordion-active-color: #fff;
}

.accordion-solid-indigo [aria-expanded="true"] {
  --dx-accordion-border-color: var(--dx-indigo);
}

.btn-primary {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-primary);
  --dx-btn-border-color: var(--dx-primary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-primary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-primary-text-emphasis);
}

[data-theme="material"] .btn-primary {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-primary {
  --dx-btn-color: var(--dx-primary);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-primary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-primary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-primary-text-emphasis);
}

.btn-outline-primary .btn-primary {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-primary);
  --dx-btn-border-color: var(--dx-primary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-primary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-primary-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-primary-border-subtle);
}

[data-theme="material"] .btn-outline-primary {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-primary {
  --dx-btn-color: var(--dx-primary);
  --dx-btn-bg: var(--dx-primary-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-primary);
  --dx-btn-hover-bg: var(--dx-primary-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-primary);
  --dx-btn-active-bg: var(--dx-primary-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-primary);
  --dx-btn-disabled-bg: var(--dx-primary-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-primary {
  --dx-btn-color: var(--dx-primary);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-primary);
  --dx-btn-hover-color: var(--dx-primary);
  --dx-btn-hover-bg: var(--dx-primary-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-primary);
  --dx-btn-active-color: var(--dx-primary);
  --dx-btn-active-bg: var(--dx-primary-bg-subtle);
  --dx-btn-active-border-color: var(--dx-primary);
  --dx-btn-disabled-color: var(--dx-primary);
  --dx-btn-disabled-bg: var(--dx-primary-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-primary);
}

.btn-active-primary {
  --dx-btn-color: var(--dx-primary);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-primary);
  --dx-btn-hover-bg: var(--dx-primary-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-primary);
  --dx-btn-active-bg: var(--dx-primary-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-primary);
  --dx-btn-disabled-bg: var(--dx-primary-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-primary {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-primary);
  --dx-btn-border-color: var(--dx-primary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-primary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-primary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-primary-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-primary-text-emphasis);
  --dx-btn-shadow-color: var(--dx-primary-text-emphasis);
}

.navigation-primary a:is(:hover, .active) {
  color: var(--dx-primary);
}

.navigation-primary.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-primary);
}

.navigation-primary.navigation-border-animation a:before {
  background-color: var(--dx-primary);
}

.btn-secondary {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-secondary);
  --dx-btn-border-color: var(--dx-secondary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-secondary-text-emphasis);
}

[data-theme="material"] .btn-secondary {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-secondary {
  --dx-btn-color: var(--dx-secondary);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-secondary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-secondary-text-emphasis);
}

.btn-outline-secondary .btn-secondary {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-secondary);
  --dx-btn-border-color: var(--dx-secondary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-secondary-border-subtle);
}

[data-theme="material"] .btn-outline-secondary {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-secondary {
  --dx-btn-color: var(--dx-secondary);
  --dx-btn-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-secondary);
  --dx-btn-hover-bg: var(--dx-secondary-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-secondary);
  --dx-btn-active-bg: var(--dx-secondary-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-secondary);
  --dx-btn-disabled-bg: var(--dx-secondary-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-secondary {
  --dx-btn-color: var(--dx-secondary);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-secondary);
  --dx-btn-hover-color: var(--dx-secondary);
  --dx-btn-hover-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-secondary);
  --dx-btn-active-color: var(--dx-secondary);
  --dx-btn-active-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-active-border-color: var(--dx-secondary);
  --dx-btn-disabled-color: var(--dx-secondary);
  --dx-btn-disabled-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-secondary);
}

.btn-active-secondary {
  --dx-btn-color: var(--dx-secondary);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-secondary);
  --dx-btn-hover-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-secondary);
  --dx-btn-active-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-secondary);
  --dx-btn-disabled-bg: var(--dx-secondary-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-secondary {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-secondary);
  --dx-btn-border-color: var(--dx-secondary);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-active-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-secondary-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-secondary-text-emphasis);
  --dx-btn-shadow-color: var(--dx-secondary-text-emphasis);
}

.navigation-secondary a:is(:hover, .active) {
  color: var(--dx-secondary);
}

.navigation-secondary.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-secondary);
}

.navigation-secondary.navigation-border-animation a:before {
  background-color: var(--dx-secondary);
}

.btn-success {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-success);
  --dx-btn-border-color: var(--dx-success);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-success-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-success-text-emphasis);
  --dx-btn-active-border-color: var(--dx-success-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-success-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-success-text-emphasis);
}

[data-theme="material"] .btn-success {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-success {
  --dx-btn-color: var(--dx-success);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-success);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-success-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-success-text-emphasis);
  --dx-btn-active-border-color: var(--dx-success-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-success-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-success-text-emphasis);
}

.btn-outline-success .btn-success {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-success);
  --dx-btn-border-color: var(--dx-success);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-success-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-success-text-emphasis);
  --dx-btn-active-border-color: var(--dx-success-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-success-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-success-border-subtle);
}

[data-theme="material"] .btn-outline-success {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-success {
  --dx-btn-color: var(--dx-success);
  --dx-btn-bg: var(--dx-success-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-success);
  --dx-btn-hover-bg: var(--dx-success-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-success);
  --dx-btn-active-bg: var(--dx-success-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-success);
  --dx-btn-disabled-bg: var(--dx-success-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-success {
  --dx-btn-color: var(--dx-success);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-success);
  --dx-btn-hover-color: var(--dx-success);
  --dx-btn-hover-bg: var(--dx-success-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-success);
  --dx-btn-active-color: var(--dx-success);
  --dx-btn-active-bg: var(--dx-success-bg-subtle);
  --dx-btn-active-border-color: var(--dx-success);
  --dx-btn-disabled-color: var(--dx-success);
  --dx-btn-disabled-bg: var(--dx-success-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-success);
}

.btn-active-success {
  --dx-btn-color: var(--dx-success);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-success);
  --dx-btn-hover-bg: var(--dx-success-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-success);
  --dx-btn-active-bg: var(--dx-success-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-success);
  --dx-btn-disabled-bg: var(--dx-success-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-success {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-success);
  --dx-btn-border-color: var(--dx-success);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-success-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-success-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-success-text-emphasis);
  --dx-btn-active-border-color: var(--dx-success-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-success-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-success-text-emphasis);
  --dx-btn-shadow-color: var(--dx-success-text-emphasis);
}

.navigation-success a:is(:hover, .active) {
  color: var(--dx-success);
}

.navigation-success.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-success);
}

.navigation-success.navigation-border-animation a:before {
  background-color: var(--dx-success);
}

.btn-info {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-info);
  --dx-btn-border-color: var(--dx-info);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-info-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-info-text-emphasis);
  --dx-btn-active-border-color: var(--dx-info-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-info-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-info-text-emphasis);
}

[data-theme="material"] .btn-info {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-info {
  --dx-btn-color: var(--dx-info);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-info);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-info-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-info-text-emphasis);
  --dx-btn-active-border-color: var(--dx-info-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-info-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-info-text-emphasis);
}

.btn-outline-info .btn-info {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-info);
  --dx-btn-border-color: var(--dx-info);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-info-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-info-text-emphasis);
  --dx-btn-active-border-color: var(--dx-info-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-info-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-info-border-subtle);
}

[data-theme="material"] .btn-outline-info {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-info {
  --dx-btn-color: var(--dx-info);
  --dx-btn-bg: var(--dx-info-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-info);
  --dx-btn-hover-bg: var(--dx-info-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-info);
  --dx-btn-active-bg: var(--dx-info-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-info);
  --dx-btn-disabled-bg: var(--dx-info-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-info {
  --dx-btn-color: var(--dx-info);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-info);
  --dx-btn-hover-color: var(--dx-info);
  --dx-btn-hover-bg: var(--dx-info-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-info);
  --dx-btn-active-color: var(--dx-info);
  --dx-btn-active-bg: var(--dx-info-bg-subtle);
  --dx-btn-active-border-color: var(--dx-info);
  --dx-btn-disabled-color: var(--dx-info);
  --dx-btn-disabled-bg: var(--dx-info-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-info);
}

.btn-active-info {
  --dx-btn-color: var(--dx-info);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-info);
  --dx-btn-hover-bg: var(--dx-info-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-info);
  --dx-btn-active-bg: var(--dx-info-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-info);
  --dx-btn-disabled-bg: var(--dx-info-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-info {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-info);
  --dx-btn-border-color: var(--dx-info);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-info-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-info-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-info-text-emphasis);
  --dx-btn-active-border-color: var(--dx-info-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-info-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-info-text-emphasis);
  --dx-btn-shadow-color: var(--dx-info-text-emphasis);
}

.navigation-info a:is(:hover, .active) {
  color: var(--dx-info);
}

.navigation-info.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-info);
}

.navigation-info.navigation-border-animation a:before {
  background-color: var(--dx-info);
}

.btn-warning {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-warning);
  --dx-btn-border-color: var(--dx-warning);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-warning-text-emphasis);
  --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-warning-text-emphasis);
}

[data-theme="material"] .btn-warning {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-warning {
  --dx-btn-color: var(--dx-warning);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-warning);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-warning-text-emphasis);
  --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-warning-text-emphasis);
}

.btn-outline-warning .btn-warning {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-warning);
  --dx-btn-border-color: var(--dx-warning);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-warning-text-emphasis);
  --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-warning-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-warning-border-subtle);
}

[data-theme="material"] .btn-outline-warning {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-warning {
  --dx-btn-color: var(--dx-warning);
  --dx-btn-bg: var(--dx-warning-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-warning);
  --dx-btn-hover-bg: var(--dx-warning-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-warning);
  --dx-btn-active-bg: var(--dx-warning-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-warning);
  --dx-btn-disabled-bg: var(--dx-warning-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-warning {
  --dx-btn-color: var(--dx-warning);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-warning);
  --dx-btn-hover-color: var(--dx-warning);
  --dx-btn-hover-bg: var(--dx-warning-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-warning);
  --dx-btn-active-color: var(--dx-warning);
  --dx-btn-active-bg: var(--dx-warning-bg-subtle);
  --dx-btn-active-border-color: var(--dx-warning);
  --dx-btn-disabled-color: var(--dx-warning);
  --dx-btn-disabled-bg: var(--dx-warning-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-warning);
}

.btn-active-warning {
  --dx-btn-color: var(--dx-warning);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-warning);
  --dx-btn-hover-bg: var(--dx-warning-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-warning);
  --dx-btn-active-bg: var(--dx-warning-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-warning);
  --dx-btn-disabled-bg: var(--dx-warning-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-warning {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-warning);
  --dx-btn-border-color: var(--dx-warning);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-warning-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-warning-text-emphasis);
  --dx-btn-active-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-warning-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-warning-text-emphasis);
  --dx-btn-shadow-color: var(--dx-warning-text-emphasis);
}

.navigation-warning a:is(:hover, .active) {
  color: var(--dx-warning);
}

.navigation-warning.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-warning);
}

.navigation-warning.navigation-border-animation a:before {
  background-color: var(--dx-warning);
}

.btn-danger {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-danger);
  --dx-btn-border-color: var(--dx-danger);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-danger-text-emphasis);
  --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-danger-text-emphasis);
}

[data-theme="material"] .btn-danger {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-danger {
  --dx-btn-color: var(--dx-danger);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-danger);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-danger-text-emphasis);
  --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-danger-text-emphasis);
}

.btn-outline-danger .btn-danger {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-danger);
  --dx-btn-border-color: var(--dx-danger);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-danger-text-emphasis);
  --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-danger-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-danger-border-subtle);
}

[data-theme="material"] .btn-outline-danger {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-danger {
  --dx-btn-color: var(--dx-danger);
  --dx-btn-bg: var(--dx-danger-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-danger);
  --dx-btn-hover-bg: var(--dx-danger-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-danger);
  --dx-btn-active-bg: var(--dx-danger-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-danger);
  --dx-btn-disabled-bg: var(--dx-danger-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-danger {
  --dx-btn-color: var(--dx-danger);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-danger);
  --dx-btn-hover-color: var(--dx-danger);
  --dx-btn-hover-bg: var(--dx-danger-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-danger);
  --dx-btn-active-color: var(--dx-danger);
  --dx-btn-active-bg: var(--dx-danger-bg-subtle);
  --dx-btn-active-border-color: var(--dx-danger);
  --dx-btn-disabled-color: var(--dx-danger);
  --dx-btn-disabled-bg: var(--dx-danger-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-danger);
}

.btn-active-danger {
  --dx-btn-color: var(--dx-danger);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-danger);
  --dx-btn-hover-bg: var(--dx-danger-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-danger);
  --dx-btn-active-bg: var(--dx-danger-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-danger);
  --dx-btn-disabled-bg: var(--dx-danger-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-danger {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-danger);
  --dx-btn-border-color: var(--dx-danger);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-danger-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-danger-text-emphasis);
  --dx-btn-active-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-danger-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-danger-text-emphasis);
  --dx-btn-shadow-color: var(--dx-danger-text-emphasis);
}

.navigation-danger a:is(:hover, .active) {
  color: var(--dx-danger);
}

.navigation-danger.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-danger);
}

.navigation-danger.navigation-border-animation a:before {
  background-color: var(--dx-danger);
}

.btn-light {
  --dx-btn-color: var(--dx-secondary-color);
  --dx-btn-bg: var(--dx-light);
  --dx-btn-border-color: var(--dx-light);
  --dx-btn-hover-color: var(--dx-body-color);
  --dx-btn-hover-bg: var(--dx-tertiary-bg);
  --dx-btn-hover-border-color: var(--dx-tertiary-bg);
  --dx-btn-active-color: var(--dx-body-color);
  --dx-btn-active-bg: var(--dx-tertiary-bg);
  --dx-btn-active-border-color: var(--dx-tertiary-bg);
  --dx-btn-disabled-color: var(--dx-secondary-color);
  --dx-btn-disabled-bg: var(--dx-light);
  --dx-btn-disabled-border-color: var(--dx-light);
}

[data-theme="material"] .btn-light {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-light {
  --dx-btn-color: var(--dx-secondary-color);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-light);
  --dx-btn-hover-color: var(--dx-body-color);
  --dx-btn-hover-bg: var(--dx-tertiary-bg);
  --dx-btn-hover-border-color: var(--dx-tertiary-bg);
  --dx-btn-active-color: var(--dx-body-color);
  --dx-btn-active-bg: var(--dx-tertiary-bg);
  --dx-btn-active-border-color: var(--dx-tertiary-bg);
  --dx-btn-disabled-color: var(--dx-secondary-color);
  --dx-btn-disabled-bg: var(--dx-light);
  --dx-btn-disabled-border-color: var(--dx-light);
}

.btn-outline-light .btn-light {
  --dx-btn-color: var(--dx-secondary-color);
  --dx-btn-bg: var(--dx-light);
  --dx-btn-border-color: var(--dx-light);
  --dx-btn-hover-color: var(--dx-body-color);
  --dx-btn-hover-bg: var(--dx-tertiary-bg);
  --dx-btn-hover-border-color: var(--dx-tertiary-bg);
  --dx-btn-active-color: var(--dx-body-color);
  --dx-btn-active-bg: var(--dx-tertiary-bg);
  --dx-btn-active-border-color: var(--dx-tertiary-bg);
  --dx-btn-disabled-color: var(--dx-secondary-color);
  --dx-btn-disabled-bg: var(--dx-light);
  --dx-btn-disabled-border-color: var(--dx-light);
}

[data-theme="material"] .btn-outline-light {
  box-shadow: var(--dx-box-shadow);
}

.navigation-light a:is(:hover, .active) {
  color: var(--dx-light);
}

.navigation-light.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-light);
}

.navigation-light.navigation-border-animation a:before {
  background-color: var(--dx-light);
}

.btn-dark {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-dark);
  --dx-btn-border-color: var(--dx-dark);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-dark-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-dark-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-dark-text-emphasis);
  --dx-btn-active-border-color: var(--dx-dark-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-dark-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-dark-text-emphasis);
}

[data-theme="material"] .btn-dark {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-dark {
  --dx-btn-color: var(--dx-dark);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-dark);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-dark);
  --dx-btn-hover-border-color: var(--dx-dark);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-dark);
  --dx-btn-active-border-color: var(--dx-dark);
  --dx-btn-disabled-color: var(--dx-secondary-color);
  --dx-btn-disabled-bg: var(--dx-dark);
  --dx-btn-disabled-border-color: var(--dx-dark);
}

.btn-outline-dark .btn-dark {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-dark);
  --dx-btn-border-color: var(--dx-dark);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-dark-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-dark-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-dark-text-emphasis);
  --dx-btn-active-border-color: var(--dx-dark-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-dark-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-dark-border-subtle);
}

[data-theme="material"] .btn-outline-dark {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-dark {
  --dx-btn-color: var(--dx-dark);
  --dx-btn-bg: var(--dx-light);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-dark);
  --dx-btn-hover-bg: var(--dx-dark-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-dark);
  --dx-btn-active-bg: var(--dx-dark-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-dark);
  --dx-btn-disabled-bg: var(--dx-dark-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-dark {
  --dx-btn-color: var(--dx-dark);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-border-color);
  --dx-btn-hover-color: var(--dx-dark);
  --dx-btn-hover-bg: var(--dx-tertiary-bg);
  --dx-btn-hover-border-color: var(--dx-border-color);
  --dx-btn-active-color: var(--dx-dark);
  --dx-btn-active-bg: var(--dx-tertiary-bg);
  --dx-btn-active-border-color: var(--dx-border-color);
  --dx-btn-disabled-color: var(--dx-dark);
  --dx-btn-disabled-bg: var(--dx-tertiary-bg);
  --dx-btn-disabled-border-color: var(--dx-border-color);
}

.btn-active-dark {
  --dx-btn-color: var(--dx-dark);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-dark);
  --dx-btn-hover-bg: var(--dx-tertiary-bg);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-dark);
  --dx-btn-active-bg: var(--dx-tertiary-bg);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-dark);
  --dx-btn-disabled-bg: var(--dx-tertiary-bg);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-dark {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-dark);
  --dx-btn-border-color: var(--dx-dark);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-dark);
  --dx-btn-hover-border-color: var(--dx-dark);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-dark);
  --dx-btn-active-border-color: var(--dx-dark);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-dark);
  --dx-btn-disabled-border-color: var(--dx-dark);
}

.navigation-dark a:is(:hover, .active) {
  color: var(--dx-dark);
}

.navigation-dark.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-dark);
}

.navigation-dark.navigation-border-animation a:before {
  background-color: var(--dx-dark);
}

.btn-pink {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-pink);
  --dx-btn-border-color: var(--dx-pink);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-pink-text-emphasis);
  --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-pink-text-emphasis);
}

[data-theme="material"] .btn-pink {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-pink {
  --dx-btn-color: var(--dx-pink);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-pink);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-pink-text-emphasis);
  --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-pink-text-emphasis);
}

.btn-outline-pink .btn-pink {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-pink);
  --dx-btn-border-color: var(--dx-pink);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-pink-text-emphasis);
  --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-pink-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-pink-border-subtle);
}

[data-theme="material"] .btn-outline-pink {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-pink {
  --dx-btn-color: var(--dx-pink);
  --dx-btn-bg: var(--dx-pink-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-pink);
  --dx-btn-hover-bg: var(--dx-pink-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-pink);
  --dx-btn-active-bg: var(--dx-pink-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-pink);
  --dx-btn-disabled-bg: var(--dx-pink-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-pink {
  --dx-btn-color: var(--dx-pink);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-pink);
  --dx-btn-hover-color: var(--dx-pink);
  --dx-btn-hover-bg: var(--dx-pink-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-pink);
  --dx-btn-active-color: var(--dx-pink);
  --dx-btn-active-bg: var(--dx-pink-bg-subtle);
  --dx-btn-active-border-color: var(--dx-pink);
  --dx-btn-disabled-color: var(--dx-pink);
  --dx-btn-disabled-bg: var(--dx-pink-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-pink);
}

.btn-active-pink {
  --dx-btn-color: var(--dx-pink);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-pink);
  --dx-btn-hover-bg: var(--dx-pink-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-pink);
  --dx-btn-active-bg: var(--dx-pink-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-pink);
  --dx-btn-disabled-bg: var(--dx-pink-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-pink {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-pink);
  --dx-btn-border-color: var(--dx-pink);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-pink-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-pink-text-emphasis);
  --dx-btn-active-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-pink-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-pink-text-emphasis);
  --dx-btn-shadow-color: var(--dx-pink-text-emphasis);
}

.navigation-pink a:is(:hover, .active) {
  color: var(--dx-pink);
}

.navigation-pink.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-pink);
}

.navigation-pink.navigation-border-animation a:before {
  background-color: var(--dx-pink);
}

.btn-orange {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-orange);
  --dx-btn-border-color: var(--dx-orange);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-orange-text-emphasis);
  --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-orange-text-emphasis);
}

[data-theme="material"] .btn-orange {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-orange {
  --dx-btn-color: var(--dx-orange);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-orange);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-orange-text-emphasis);
  --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-orange-text-emphasis);
}

.btn-outline-orange .btn-orange {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-orange);
  --dx-btn-border-color: var(--dx-orange);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-orange-text-emphasis);
  --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-orange-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-orange-border-subtle);
}

[data-theme="material"] .btn-outline-orange {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-orange {
  --dx-btn-color: var(--dx-orange);
  --dx-btn-bg: var(--dx-orange-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-orange);
  --dx-btn-hover-bg: var(--dx-orange-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-orange);
  --dx-btn-active-bg: var(--dx-orange-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-orange);
  --dx-btn-disabled-bg: var(--dx-orange-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-orange {
  --dx-btn-color: var(--dx-orange);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-orange);
  --dx-btn-hover-color: var(--dx-orange);
  --dx-btn-hover-bg: var(--dx-orange-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-orange);
  --dx-btn-active-color: var(--dx-orange);
  --dx-btn-active-bg: var(--dx-orange-bg-subtle);
  --dx-btn-active-border-color: var(--dx-orange);
  --dx-btn-disabled-color: var(--dx-orange);
  --dx-btn-disabled-bg: var(--dx-orange-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-orange);
}

.btn-active-orange {
  --dx-btn-color: var(--dx-orange);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-orange);
  --dx-btn-hover-bg: var(--dx-orange-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-orange);
  --dx-btn-active-bg: var(--dx-orange-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-orange);
  --dx-btn-disabled-bg: var(--dx-orange-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-orange {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-orange);
  --dx-btn-border-color: var(--dx-orange);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-orange-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-orange-text-emphasis);
  --dx-btn-active-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-orange-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-orange-text-emphasis);
  --dx-btn-shadow-color: var(--dx-orange-text-emphasis);
}

.navigation-orange a:is(:hover, .active) {
  color: var(--dx-orange);
}

.navigation-orange.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-orange);
}

.navigation-orange.navigation-border-animation a:before {
  background-color: var(--dx-orange);
}

.btn-indigo {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-indigo);
  --dx-btn-border-color: var(--dx-indigo);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-indigo-text-emphasis);
}

[data-theme="material"] .btn-indigo {
  box-shadow: var(--dx-box-shadow);
}

.btn-outline-indigo {
  --dx-btn-color: var(--dx-indigo);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-indigo);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-indigo-text-emphasis);
}

.btn-outline-indigo .btn-indigo {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-indigo);
  --dx-btn-border-color: var(--dx-indigo);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-indigo-border-subtle);
}

[data-theme="material"] .btn-outline-indigo {
  box-shadow: var(--dx-box-shadow);
}

.btn-sub-indigo {
  --dx-btn-color: var(--dx-indigo);
  --dx-btn-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-indigo);
  --dx-btn-hover-bg: var(--dx-indigo-border-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-indigo);
  --dx-btn-active-bg: var(--dx-indigo-border-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-indigo);
  --dx-btn-disabled-bg: var(--dx-indigo-border-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-dashed-indigo {
  --dx-btn-color: var(--dx-indigo);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: var(--dx-indigo);
  --dx-btn-hover-color: var(--dx-indigo);
  --dx-btn-hover-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-hover-border-color: var(--dx-indigo);
  --dx-btn-active-color: var(--dx-indigo);
  --dx-btn-active-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-active-border-color: var(--dx-indigo);
  --dx-btn-disabled-color: var(--dx-indigo);
  --dx-btn-disabled-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-disabled-border-color: var(--dx-indigo);
}

.btn-active-indigo {
  --dx-btn-color: var(--dx-indigo);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-indigo);
  --dx-btn-hover-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-indigo);
  --dx-btn-active-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: var(--dx-indigo);
  --dx-btn-disabled-bg: var(--dx-indigo-bg-subtle);
  --dx-btn-disabled-border-color: transparent;
}

.btn-3d-indigo {
  --dx-btn-color: var(--dx-white);
  --dx-btn-bg: var(--dx-indigo);
  --dx-btn-border-color: var(--dx-indigo);
  --dx-btn-hover-color: var(--dx-white);
  --dx-btn-hover-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-hover-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-active-color: var(--dx-white);
  --dx-btn-active-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-active-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-color: var(--dx-white);
  --dx-btn-disabled-bg: var(--dx-indigo-text-emphasis);
  --dx-btn-disabled-border-color: var(--dx-indigo-text-emphasis);
  --dx-btn-shadow-color: var(--dx-indigo-text-emphasis);
}

.navigation-indigo a:is(:hover, .active) {
  color: var(--dx-indigo);
}

.navigation-indigo.navigation-bottom-animation a:is(:hover, .active):before {
  background-color: var(--dx-indigo);
}

.navigation-indigo.navigation-border-animation a:before {
  background-color: var(--dx-indigo);
}

.alert-outline-primary {
  --dx-alert-color: var(--dx-primary);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-primary);
  --dx-alert-link-color: var(--dx-primary);
}

.alert-sub-primary {
  --dx-alert-color: var(--dx-primary-text-emphasis);
  --dx-alert-bg: var(--dx-primary-bg-subtle);
  --dx-alert-link-color: var(--dx-primary);
}

.alert-solid-primary {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-primary);
  --dx-alert-border-color: var(--dx-primary);
  --dx-alert-link-color: var(--dx-primary-bg-subtle);
}

.icon-alert-primary {
  border-top: 4px solid var(--dx-primary) !important;
}

.icon-alert-primary .icon {
  border: 1px solid var(--dx-primary-bg-subtle);
}

.alert-outline-secondary {
  --dx-alert-color: var(--dx-secondary);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-secondary);
  --dx-alert-link-color: var(--dx-secondary);
}

.alert-sub-secondary {
  --dx-alert-color: var(--dx-secondary-text-emphasis);
  --dx-alert-bg: var(--dx-secondary-bg-subtle);
  --dx-alert-link-color: var(--dx-secondary);
}

.alert-solid-secondary {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-secondary);
  --dx-alert-border-color: var(--dx-secondary);
  --dx-alert-link-color: var(--dx-secondary-bg-subtle);
}

.icon-alert-secondary {
  border-top: 4px solid var(--dx-secondary) !important;
}

.icon-alert-secondary .icon {
  border: 1px solid var(--dx-secondary-bg-subtle);
}

.alert-outline-success {
  --dx-alert-color: var(--dx-success);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-success);
  --dx-alert-link-color: var(--dx-success);
}

.alert-sub-success {
  --dx-alert-color: var(--dx-success-text-emphasis);
  --dx-alert-bg: var(--dx-success-bg-subtle);
  --dx-alert-link-color: var(--dx-success);
}

.alert-solid-success {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-success);
  --dx-alert-border-color: var(--dx-success);
  --dx-alert-link-color: var(--dx-success-bg-subtle);
}

.icon-alert-success {
  border-top: 4px solid var(--dx-success) !important;
}

.icon-alert-success .icon {
  border: 1px solid var(--dx-success-bg-subtle);
}

.alert-outline-info {
  --dx-alert-color: var(--dx-info);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-info);
  --dx-alert-link-color: var(--dx-info);
}

.alert-sub-info {
  --dx-alert-color: var(--dx-info-text-emphasis);
  --dx-alert-bg: var(--dx-info-bg-subtle);
  --dx-alert-link-color: var(--dx-info);
}

.alert-solid-info {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-info);
  --dx-alert-border-color: var(--dx-info);
  --dx-alert-link-color: var(--dx-info-bg-subtle);
}

.icon-alert-info {
  border-top: 4px solid var(--dx-info) !important;
}

.icon-alert-info .icon {
  border: 1px solid var(--dx-info-bg-subtle);
}

.alert-outline-warning {
  --dx-alert-color: var(--dx-warning);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-warning);
  --dx-alert-link-color: var(--dx-warning);
}

.alert-sub-warning {
  --dx-alert-color: var(--dx-warning-text-emphasis);
  --dx-alert-bg: var(--dx-warning-bg-subtle);
  --dx-alert-link-color: var(--dx-warning);
}

.alert-solid-warning {
  --dx-alert-color: #000;
  --dx-alert-bg: var(--dx-warning);
  --dx-alert-border-color: var(--dx-warning);
  --dx-alert-link-color: var(--dx-warning-bg-subtle);
}

.icon-alert-warning {
  border-top: 4px solid var(--dx-warning) !important;
}

.icon-alert-warning .icon {
  border: 1px solid var(--dx-warning-bg-subtle);
}

.alert-outline-danger {
  --dx-alert-color: var(--dx-danger);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-danger);
  --dx-alert-link-color: var(--dx-danger);
}

.alert-sub-danger {
  --dx-alert-color: var(--dx-danger-text-emphasis);
  --dx-alert-bg: var(--dx-danger-bg-subtle);
  --dx-alert-link-color: var(--dx-danger);
}

.alert-solid-danger {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-danger);
  --dx-alert-border-color: var(--dx-danger);
  --dx-alert-link-color: var(--dx-danger-bg-subtle);
}

.icon-alert-danger {
  border-top: 4px solid var(--dx-danger) !important;
}

.icon-alert-danger .icon {
  border: 1px solid var(--dx-danger-bg-subtle);
}

.icon-alert-light {
  border-top: 4px solid var(--dx-light) !important;
}

.icon-alert-light .icon {
  border: 1px solid var(--dx-light-bg-subtle);
}

.alert-outline-dark {
  --dx-alert-color: var(--dx-dark);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-border-color);
  --dx-alert-link-color: var(--dx-dark);
}

.alert-sub-dark {
  --dx-alert-color: var(--dx-secondary-color);
  --dx-alert-bg: var(--dx-tertiary-bg);
  --dx-alert-link-color: var(--dx-dark);
}

.alert-solid-dark {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-dark);
  --dx-alert-border-color: var(--dx-dark);
  --dx-alert-link-color: var(--dx-dark-bg-subtle);
}

.icon-alert-dark {
  border-top: 4px solid var(--dx-dark) !important;
}

.icon-alert-dark .icon {
  border: 1px solid var(--dx-dark-bg-subtle);
}

.alert-outline-pink {
  --dx-alert-color: var(--dx-pink);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-pink);
  --dx-alert-link-color: var(--dx-pink);
}

.alert-sub-pink {
  --dx-alert-color: var(--dx-pink-text-emphasis);
  --dx-alert-bg: var(--dx-pink-bg-subtle);
  --dx-alert-link-color: var(--dx-pink);
}

.alert-solid-pink {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-pink);
  --dx-alert-border-color: var(--dx-pink);
  --dx-alert-link-color: var(--dx-pink-bg-subtle);
}

.icon-alert-pink {
  border-top: 4px solid var(--dx-pink) !important;
}

.icon-alert-pink .icon {
  border: 1px solid var(--dx-pink-bg-subtle);
}

.alert-outline-orange {
  --dx-alert-color: var(--dx-orange);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-orange);
  --dx-alert-link-color: var(--dx-orange);
}

.alert-sub-orange {
  --dx-alert-color: var(--dx-orange-text-emphasis);
  --dx-alert-bg: var(--dx-orange-bg-subtle);
  --dx-alert-link-color: var(--dx-orange);
}

.alert-solid-orange {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-orange);
  --dx-alert-border-color: var(--dx-orange);
  --dx-alert-link-color: var(--dx-orange-bg-subtle);
}

.icon-alert-orange {
  border-top: 4px solid var(--dx-orange) !important;
}

.icon-alert-orange .icon {
  border: 1px solid var(--dx-orange-bg-subtle);
}

.alert-outline-indigo {
  --dx-alert-color: var(--dx-indigo);
  --dx-alert-bg: var(--dx-secondary-bg);
  --dx-alert-border-color: var(--dx-indigo);
  --dx-alert-link-color: var(--dx-indigo);
}

.alert-sub-indigo {
  --dx-alert-color: var(--dx-indigo-text-emphasis);
  --dx-alert-bg: var(--dx-indigo-bg-subtle);
  --dx-alert-link-color: var(--dx-indigo);
}

.alert-solid-indigo {
  --dx-alert-color: #fff;
  --dx-alert-bg: var(--dx-indigo);
  --dx-alert-border-color: var(--dx-indigo);
  --dx-alert-link-color: var(--dx-indigo-bg-subtle);
}

.icon-alert-indigo {
  border-top: 4px solid var(--dx-indigo) !important;
}

.icon-alert-indigo .icon {
  border: 1px solid var(--dx-indigo-bg-subtle);
}

.card-border-primary {
  --dx-card-border-color: var(--dx-primary-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-primary-bg-subtle),
    0 4px 6px -4px var(--dx-primary-bg-subtle);
  --dx-link-color-rgb: var(--dx-primary-rgb);
  --prefixlink-hover-color-rgb: var(--dx-primary-rgb);
}

.card-primary {
  --dx-link-color-rgb: var(--dx-primary-rgb);
}

.card-primary .icon-bg {
  background-color: var(--dx-primary);
  color: #fff;
}

.card-primary:hover .icon-bg {
  background-color: #ffffff25;
}

.card-primary:hover .icon-hover-bg {
  background-color: var(--dx-primary);
}

.card-primary:hover {
  --dx-card-border-color: var(--dx-primary-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-primary {
  --dx-link-color-rgb: var(--dx-primary-rgb);
}

.card-sub-primary .icon-bg {
  background-color: var(--dx-primary-bg-subtle);
  color: var(--dx-primary);
}

.card-sub-primary:hover .icon-hover-bg {
  background-color: rgba(var(--dx-primary-rgb), 0.08);
}

.card-sub-primary:hover {
  color: var(--dx-primary);
  --dx-card-border-color: var(--dx-primary-border-subtle);
}

.card-hover-primary {
  --dx-link-color-rgb: var(--dx-primary-rgb);
}

.card-hover-primary .icon-bg {
  background-color: var(--dx-primary-bg-subtle);
  color: var(--dx-primary);
}

.card-border-secondary {
  --dx-card-border-color: var(--dx-secondary-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-secondary-bg-subtle),
    0 4px 6px -4px var(--dx-secondary-bg-subtle);
  --dx-link-color-rgb: var(--dx-secondary-rgb);
  --prefixlink-hover-color-rgb: var(--dx-secondary-rgb);
}

.card-secondary {
  --dx-link-color-rgb: var(--dx-secondary-rgb);
}

.card-secondary .icon-bg {
  background-color: var(--dx-secondary);
  color: #fff;
}

.card-secondary:hover .icon-bg {
  background-color: #ffffff25;
}

.card-secondary:hover .icon-hover-bg {
  background-color: var(--dx-secondary);
}

.card-secondary:hover {
  --dx-card-border-color: var(--dx-secondary-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-secondary {
  --dx-link-color-rgb: var(--dx-secondary-rgb);
}

.card-sub-secondary .icon-bg {
  background-color: var(--dx-secondary-bg-subtle);
  color: var(--dx-secondary);
}

.card-sub-secondary:hover .icon-hover-bg {
  background-color: rgba(var(--dx-secondary-rgb), 0.08);
}

.card-sub-secondary:hover {
  color: var(--dx-secondary);
  --dx-card-border-color: var(--dx-secondary-border-subtle);
}

.card-hover-secondary {
  --dx-link-color-rgb: var(--dx-secondary-rgb);
}

.card-hover-secondary .icon-bg {
  background-color: var(--dx-secondary-bg-subtle);
  color: var(--dx-secondary);
}

.card-border-success {
  --dx-card-border-color: var(--dx-success-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-success-bg-subtle),
    0 4px 6px -4px var(--dx-success-bg-subtle);
  --dx-link-color-rgb: var(--dx-success-rgb);
  --prefixlink-hover-color-rgb: var(--dx-success-rgb);
}

.card-success {
  --dx-link-color-rgb: var(--dx-success-rgb);
}

.card-success .icon-bg {
  background-color: var(--dx-success);
  color: #fff;
}

.card-success:hover .icon-bg {
  background-color: #ffffff25;
}

.card-success:hover .icon-hover-bg {
  background-color: var(--dx-success);
}

.card-success:hover {
  --dx-card-border-color: var(--dx-success-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-success {
  --dx-link-color-rgb: var(--dx-success-rgb);
}

.card-sub-success .icon-bg {
  background-color: var(--dx-success-bg-subtle);
  color: var(--dx-success);
}

.card-sub-success:hover .icon-hover-bg {
  background-color: rgba(var(--dx-success-rgb), 0.08);
}

.card-sub-success:hover {
  color: var(--dx-success);
  --dx-card-border-color: var(--dx-success-border-subtle);
}

.card-hover-success {
  --dx-link-color-rgb: var(--dx-success-rgb);
}

.card-hover-success .icon-bg {
  background-color: var(--dx-success-bg-subtle);
  color: var(--dx-success);
}

.card-border-info {
  --dx-card-border-color: var(--dx-info-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-info-bg-subtle),
    0 4px 6px -4px var(--dx-info-bg-subtle);
  --dx-link-color-rgb: var(--dx-info-rgb);
  --prefixlink-hover-color-rgb: var(--dx-info-rgb);
}

.card-info {
  --dx-link-color-rgb: var(--dx-info-rgb);
}

.card-info .icon-bg {
  background-color: var(--dx-info);
  color: #fff;
}

.card-info:hover .icon-bg {
  background-color: #ffffff25;
}

.card-info:hover .icon-hover-bg {
  background-color: var(--dx-info);
}

.card-info:hover {
  --dx-card-border-color: var(--dx-info-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-info {
  --dx-link-color-rgb: var(--dx-info-rgb);
}

.card-sub-info .icon-bg {
  background-color: var(--dx-info-bg-subtle);
  color: var(--dx-info);
}

.card-sub-info:hover .icon-hover-bg {
  background-color: rgba(var(--dx-info-rgb), 0.08);
}

.card-sub-info:hover {
  color: var(--dx-info);
  --dx-card-border-color: var(--dx-info-border-subtle);
}

.card-hover-info {
  --dx-link-color-rgb: var(--dx-info-rgb);
}

.card-hover-info .icon-bg {
  background-color: var(--dx-info-bg-subtle);
  color: var(--dx-info);
}

.card-border-warning {
  --dx-card-border-color: var(--dx-warning-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-warning-bg-subtle),
    0 4px 6px -4px var(--dx-warning-bg-subtle);
  --dx-link-color-rgb: var(--dx-warning-rgb);
  --prefixlink-hover-color-rgb: var(--dx-warning-rgb);
}

.card-warning {
  --dx-link-color-rgb: var(--dx-warning-rgb);
}

.card-warning .icon-bg {
  background-color: var(--dx-warning);
  color: #000;
}

.card-warning:hover .icon-bg {
  background-color: #ffffff25;
}

.card-warning:hover .icon-hover-bg {
  background-color: var(--dx-warning);
}

.card-warning:hover {
  --dx-card-border-color: var(--dx-warning-border-subtle);
  color: #000;
  --dx-link-color-rgb: #000;
}

.card-sub-warning {
  --dx-link-color-rgb: var(--dx-warning-rgb);
}

.card-sub-warning .icon-bg {
  background-color: var(--dx-warning-bg-subtle);
  color: var(--dx-warning);
}

.card-sub-warning:hover .icon-hover-bg {
  background-color: rgba(var(--dx-warning-rgb), 0.08);
}

.card-sub-warning:hover {
  color: var(--dx-warning);
  --dx-card-border-color: var(--dx-warning-border-subtle);
}

.card-hover-warning {
  --dx-link-color-rgb: var(--dx-warning-rgb);
}

.card-hover-warning .icon-bg {
  background-color: var(--dx-warning-bg-subtle);
  color: var(--dx-warning);
}

.card-border-danger {
  --dx-card-border-color: var(--dx-danger-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-danger-bg-subtle),
    0 4px 6px -4px var(--dx-danger-bg-subtle);
  --dx-link-color-rgb: var(--dx-danger-rgb);
  --prefixlink-hover-color-rgb: var(--dx-danger-rgb);
}

.card-danger {
  --dx-link-color-rgb: var(--dx-danger-rgb);
}

.card-danger .icon-bg {
  background-color: var(--dx-danger);
  color: #fff;
}

.card-danger:hover .icon-bg {
  background-color: #ffffff25;
}

.card-danger:hover .icon-hover-bg {
  background-color: var(--dx-danger);
}

.card-danger:hover {
  --dx-card-border-color: var(--dx-danger-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-danger {
  --dx-link-color-rgb: var(--dx-danger-rgb);
}

.card-sub-danger .icon-bg {
  background-color: var(--dx-danger-bg-subtle);
  color: var(--dx-danger);
}

.card-sub-danger:hover .icon-hover-bg {
  background-color: rgba(var(--dx-danger-rgb), 0.08);
}

.card-sub-danger:hover {
  color: var(--dx-danger);
  --dx-card-border-color: var(--dx-danger-border-subtle);
}

.card-hover-danger {
  --dx-link-color-rgb: var(--dx-danger-rgb);
}

.card-hover-danger .icon-bg {
  background-color: var(--dx-danger-bg-subtle);
  color: var(--dx-danger);
}

.card-border-light {
  --dx-card-border-color: var(--dx-light-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-light-bg-subtle),
    0 4px 6px -4px var(--dx-light-bg-subtle);
  --dx-link-color-rgb: var(--dx-light-rgb);
  --prefixlink-hover-color-rgb: var(--dx-light-rgb);
}

.card-light {
  --dx-link-color-rgb: var(--dx-light-rgb);
}

.card-light .icon-bg {
  background-color: var(--dx-light);
  color: #000;
}

.card-light:hover .icon-bg {
  background-color: #ffffff25;
}

.card-light:hover .icon-hover-bg {
  background-color: var(--dx-light);
}

.card-light:hover {
  --dx-card-border-color: var(--dx-light-border-subtle);
  color: #000;
  --dx-link-color-rgb: #000;
}

.card-sub-light {
  --dx-link-color-rgb: var(--dx-light-rgb);
}

.card-sub-light .icon-bg {
  background-color: var(--dx-light-bg-subtle);
  color: var(--dx-light);
}

.card-sub-light:hover .icon-hover-bg {
  background-color: rgba(var(--dx-light-rgb), 0.08);
}

.card-sub-light:hover {
  color: var(--dx-light);
  --dx-card-border-color: var(--dx-light-border-subtle);
}

.card-hover-light {
  --dx-link-color-rgb: var(--dx-light-rgb);
}

.card-hover-light .icon-bg {
  background-color: var(--dx-light-bg-subtle);
  color: var(--dx-light);
}

.card-border-dark {
  --dx-card-border-color: var(--dx-dark-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-dark-bg-subtle),
    0 4px 6px -4px var(--dx-dark-bg-subtle);
  --dx-link-color-rgb: var(--dx-dark-rgb);
  --prefixlink-hover-color-rgb: var(--dx-dark-rgb);
}

.card-dark {
  --dx-link-color-rgb: var(--dx-dark-rgb);
}

.card-dark .icon-bg {
  background-color: var(--dx-dark);
  color: #fff;
}

.card-dark:hover .icon-bg {
  background-color: #ffffff25;
}

.card-dark:hover .icon-hover-bg {
  background-color: var(--dx-dark);
}

.card-dark:hover {
  --dx-card-border-color: var(--dx-dark-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-dark {
  --dx-link-color-rgb: var(--dx-dark-rgb);
}

.card-sub-dark .icon-bg {
  background-color: var(--dx-dark-bg-subtle);
  color: var(--dx-dark);
}

.card-sub-dark:hover .icon-hover-bg {
  background-color: rgba(var(--dx-dark-rgb), 0.08);
}

.card-sub-dark:hover {
  color: var(--dx-dark);
  --dx-card-border-color: var(--dx-dark-border-subtle);
}

.card-hover-dark {
  --dx-link-color-rgb: var(--dx-dark-rgb);
}

.card-hover-dark .icon-bg {
  background-color: var(--dx-dark-bg-subtle);
  color: var(--dx-dark);
}

.card-border-pink {
  --dx-card-border-color: var(--dx-pink-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-pink-bg-subtle),
    0 4px 6px -4px var(--dx-pink-bg-subtle);
  --dx-link-color-rgb: var(--dx-pink-rgb);
  --prefixlink-hover-color-rgb: var(--dx-pink-rgb);
}

.card-pink {
  --dx-link-color-rgb: var(--dx-pink-rgb);
}

.card-pink .icon-bg {
  background-color: var(--dx-pink);
  color: #fff;
}

.card-pink:hover .icon-bg {
  background-color: #ffffff25;
}

.card-pink:hover .icon-hover-bg {
  background-color: var(--dx-pink);
}

.card-pink:hover {
  --dx-card-border-color: var(--dx-pink-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-pink {
  --dx-link-color-rgb: var(--dx-pink-rgb);
}

.card-sub-pink .icon-bg {
  background-color: var(--dx-pink-bg-subtle);
  color: var(--dx-pink);
}

.card-sub-pink:hover .icon-hover-bg {
  background-color: rgba(var(--dx-pink-rgb), 0.08);
}

.card-sub-pink:hover {
  color: var(--dx-pink);
  --dx-card-border-color: var(--dx-pink-border-subtle);
}

.card-hover-pink {
  --dx-link-color-rgb: var(--dx-pink-rgb);
}

.card-hover-pink .icon-bg {
  background-color: var(--dx-pink-bg-subtle);
  color: var(--dx-pink);
}

.card-border-orange {
  --dx-card-border-color: var(--dx-orange-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-orange-bg-subtle),
    0 4px 6px -4px var(--dx-orange-bg-subtle);
  --dx-link-color-rgb: var(--dx-orange-rgb);
  --prefixlink-hover-color-rgb: var(--dx-orange-rgb);
}

.card-orange {
  --dx-link-color-rgb: var(--dx-orange-rgb);
}

.card-orange .icon-bg {
  background-color: var(--dx-orange);
  color: #fff;
}

.card-orange:hover .icon-bg {
  background-color: #ffffff25;
}

.card-orange:hover .icon-hover-bg {
  background-color: var(--dx-orange);
}

.card-orange:hover {
  --dx-card-border-color: var(--dx-orange-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-orange {
  --dx-link-color-rgb: var(--dx-orange-rgb);
}

.card-sub-orange .icon-bg {
  background-color: var(--dx-orange-bg-subtle);
  color: var(--dx-orange);
}

.card-sub-orange:hover .icon-hover-bg {
  background-color: rgba(var(--dx-orange-rgb), 0.08);
}

.card-sub-orange:hover {
  color: var(--dx-orange);
  --dx-card-border-color: var(--dx-orange-border-subtle);
}

.card-hover-orange {
  --dx-link-color-rgb: var(--dx-orange-rgb);
}

.card-hover-orange .icon-bg {
  background-color: var(--dx-orange-bg-subtle);
  color: var(--dx-orange);
}

.card-border-indigo {
  --dx-card-border-color: var(--dx-indigo-border-subtle);
  box-shadow:
    0 10px 15px -3px var(--dx-indigo-bg-subtle),
    0 4px 6px -4px var(--dx-indigo-bg-subtle);
  --dx-link-color-rgb: var(--dx-indigo-rgb);
  --prefixlink-hover-color-rgb: var(--dx-indigo-rgb);
}

.card-indigo {
  --dx-link-color-rgb: var(--dx-indigo-rgb);
}

.card-indigo .icon-bg {
  background-color: var(--dx-indigo);
  color: #fff;
}

.card-indigo:hover .icon-bg {
  background-color: #ffffff25;
}

.card-indigo:hover .icon-hover-bg {
  background-color: var(--dx-indigo);
}

.card-indigo:hover {
  --dx-card-border-color: var(--dx-indigo-border-subtle);
  color: #fff;
  --dx-link-color-rgb: #fff;
}

.card-sub-indigo {
  --dx-link-color-rgb: var(--dx-indigo-rgb);
}

.card-sub-indigo .icon-bg {
  background-color: var(--dx-indigo-bg-subtle);
  color: var(--dx-indigo);
}

.card-sub-indigo:hover .icon-hover-bg {
  background-color: rgba(var(--dx-indigo-rgb), 0.08);
}

.card-sub-indigo:hover {
  color: var(--dx-indigo);
  --dx-card-border-color: var(--dx-indigo-border-subtle);
}

.card-hover-indigo {
  --dx-link-color-rgb: var(--dx-indigo-rgb);
}

.card-hover-indigo .icon-bg {
  background-color: var(--dx-indigo-bg-subtle);
  color: var(--dx-indigo);
}

.dropdown-primary .dropdown-item:hover {
  color: var(--dx-primary);
  background-color: rgba(var(--dx-primary-rgb), 0.1);
}

.dropdown-secondary .dropdown-item:hover {
  color: var(--dx-secondary);
  background-color: rgba(var(--dx-secondary-rgb), 0.1);
}

.dropdown-success .dropdown-item:hover {
  color: var(--dx-success);
  background-color: rgba(var(--dx-success-rgb), 0.1);
}

.dropdown-info .dropdown-item:hover {
  color: var(--dx-info);
  background-color: rgba(var(--dx-info-rgb), 0.1);
}

.dropdown-warning .dropdown-item:hover {
  color: var(--dx-warning);
  background-color: rgba(var(--dx-warning-rgb), 0.1);
}

.dropdown-danger .dropdown-item:hover {
  color: var(--dx-danger);
  background-color: rgba(var(--dx-danger-rgb), 0.1);
}

.dropdown-light .dropdown-item:hover {
  color: var(--dx-light);
  background-color: rgba(var(--dx-light-rgb), 0.1);
}

.dropdown-dark .dropdown-item:hover {
  color: var(--dx-dark);
  background-color: rgba(var(--dx-dark-rgb), 0.1);
}

.dropdown-pink .dropdown-item:hover {
  color: var(--dx-pink);
  background-color: rgba(var(--dx-pink-rgb), 0.1);
}

.dropdown-orange .dropdown-item:hover {
  color: var(--dx-orange);
  background-color: rgba(var(--dx-orange-rgb), 0.1);
}

.dropdown-indigo .dropdown-item:hover {
  color: var(--dx-indigo);
  background-color: rgba(var(--dx-indigo-rgb), 0.1);
}

.nav-primary {
  --dx-nav-pills-link-active-bg: var(--dx-primary);
  --dx-nav-link-hover-color: var(--dx-primary);
  --dx-nav-underline-link-active-color: var(--dx-primary);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-secondary {
  --dx-nav-pills-link-active-bg: var(--dx-secondary);
  --dx-nav-link-hover-color: var(--dx-secondary);
  --dx-nav-underline-link-active-color: var(--dx-secondary);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-success {
  --dx-nav-pills-link-active-bg: var(--dx-success);
  --dx-nav-link-hover-color: var(--dx-success);
  --dx-nav-underline-link-active-color: var(--dx-success);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-info {
  --dx-nav-pills-link-active-bg: var(--dx-info);
  --dx-nav-link-hover-color: var(--dx-info);
  --dx-nav-underline-link-active-color: var(--dx-info);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-warning {
  --dx-nav-pills-link-active-bg: var(--dx-warning);
  --dx-nav-link-hover-color: var(--dx-warning);
  --dx-nav-underline-link-active-color: var(--dx-warning);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-danger {
  --dx-nav-pills-link-active-bg: var(--dx-danger);
  --dx-nav-link-hover-color: var(--dx-danger);
  --dx-nav-underline-link-active-color: var(--dx-danger);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-light {
  --dx-nav-pills-link-active-bg: var(--dx-light);
  --dx-nav-link-hover-color: var(--dx-light);
  --dx-nav-underline-link-active-color: var(--dx-light);
  --dx-nav-pills-link-active-color: #fff;
  --dx-nav-pills-link-active-color: var(--dx-body-color);
  --dx-nav-link-hover-color: var(--dx-body-color);
}

.nav-dark {
  --dx-nav-pills-link-active-bg: var(--dx-dark);
  --dx-nav-link-hover-color: var(--dx-dark);
  --dx-nav-underline-link-active-color: var(--dx-dark);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-pink {
  --dx-nav-pills-link-active-bg: var(--dx-pink);
  --dx-nav-link-hover-color: var(--dx-pink);
  --dx-nav-underline-link-active-color: var(--dx-pink);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-orange {
  --dx-nav-pills-link-active-bg: var(--dx-orange);
  --dx-nav-link-hover-color: var(--dx-orange);
  --dx-nav-underline-link-active-color: var(--dx-orange);
  --dx-nav-pills-link-active-color: #fff;
}

.nav-indigo {
  --dx-nav-pills-link-active-bg: var(--dx-indigo);
  --dx-nav-link-hover-color: var(--dx-indigo);
  --dx-nav-underline-link-active-color: var(--dx-indigo);
  --dx-nav-pills-link-active-color: #fff;
}

.pagination-primary {
  --dx-pagination-hover-color: var(--dx-primary);
  --dx-pagination-active-bg: var(--dx-primary);
  --dx-pagination-active-border-color: var(--dx-primary);
  --dx-pagination-focus-color: var(--dx-primary);
}

.pagination-solid-primary .page-link {
  background-color: var(--dx-primary);
}

.pagination-secondary {
  --dx-pagination-hover-color: var(--dx-secondary);
  --dx-pagination-active-bg: var(--dx-secondary);
  --dx-pagination-active-border-color: var(--dx-secondary);
  --dx-pagination-focus-color: var(--dx-secondary);
}

.pagination-solid-secondary .page-link {
  background-color: var(--dx-secondary);
}

.pagination-success {
  --dx-pagination-hover-color: var(--dx-success);
  --dx-pagination-active-bg: var(--dx-success);
  --dx-pagination-active-border-color: var(--dx-success);
  --dx-pagination-focus-color: var(--dx-success);
}

.pagination-solid-success .page-link {
  background-color: var(--dx-success);
}

.pagination-info {
  --dx-pagination-hover-color: var(--dx-info);
  --dx-pagination-active-bg: var(--dx-info);
  --dx-pagination-active-border-color: var(--dx-info);
  --dx-pagination-focus-color: var(--dx-info);
}

.pagination-solid-info .page-link {
  background-color: var(--dx-info);
}

.pagination-warning {
  --dx-pagination-hover-color: var(--dx-warning);
  --dx-pagination-active-bg: var(--dx-warning);
  --dx-pagination-active-border-color: var(--dx-warning);
  --dx-pagination-focus-color: var(--dx-warning);
}

.pagination-solid-warning .page-link {
  background-color: var(--dx-warning);
}

.pagination-danger {
  --dx-pagination-hover-color: var(--dx-danger);
  --dx-pagination-active-bg: var(--dx-danger);
  --dx-pagination-active-border-color: var(--dx-danger);
  --dx-pagination-focus-color: var(--dx-danger);
}

.pagination-solid-danger .page-link {
  background-color: var(--dx-danger);
}

.pagination-light {
  --dx-pagination-hover-color: var(--dx-light);
  --dx-pagination-active-bg: var(--dx-light);
  --dx-pagination-active-border-color: var(--dx-light);
  --dx-pagination-focus-color: var(--dx-light);
}

.pagination-solid-light .page-link {
  background-color: var(--dx-light);
}

.pagination-dark {
  --dx-pagination-hover-color: var(--dx-dark);
  --dx-pagination-active-bg: var(--dx-dark);
  --dx-pagination-active-border-color: var(--dx-dark);
  --dx-pagination-focus-color: var(--dx-dark);
}

.pagination-solid-dark .page-link {
  background-color: var(--dx-dark);
}

.pagination-pink {
  --dx-pagination-hover-color: var(--dx-pink);
  --dx-pagination-active-bg: var(--dx-pink);
  --dx-pagination-active-border-color: var(--dx-pink);
  --dx-pagination-focus-color: var(--dx-pink);
}

.pagination-solid-pink .page-link {
  background-color: var(--dx-pink);
}

.pagination-orange {
  --dx-pagination-hover-color: var(--dx-orange);
  --dx-pagination-active-bg: var(--dx-orange);
  --dx-pagination-active-border-color: var(--dx-orange);
  --dx-pagination-focus-color: var(--dx-orange);
}

.pagination-solid-orange .page-link {
  background-color: var(--dx-orange);
}

.pagination-indigo {
  --dx-pagination-hover-color: var(--dx-indigo);
  --dx-pagination-active-bg: var(--dx-indigo);
  --dx-pagination-active-border-color: var(--dx-indigo);
  --dx-pagination-focus-color: var(--dx-indigo);
}

.pagination-solid-indigo .page-link {
  background-color: var(--dx-indigo);
}

.tooltip-primary {
  --dx-tooltip-bg: var(--dx-primary);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-secondary {
  --dx-tooltip-bg: var(--dx-secondary);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-success {
  --dx-tooltip-bg: var(--dx-success);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-info {
  --dx-tooltip-bg: var(--dx-info);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-warning {
  --dx-tooltip-bg: var(--dx-warning);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-danger {
  --dx-tooltip-bg: var(--dx-danger);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-light {
  --dx-tooltip-bg: var(--dx-light);
  --dx-tooltip-color: var(--dx-white);
  --dx-tooltip-color: #000;
}

.tooltip-dark {
  --dx-tooltip-bg: var(--dx-dark);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-pink {
  --dx-tooltip-bg: var(--dx-pink);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-orange {
  --dx-tooltip-bg: var(--dx-orange);
  --dx-tooltip-color: var(--dx-white);
}

.tooltip-indigo {
  --dx-tooltip-bg: var(--dx-indigo);
  --dx-tooltip-color: var(--dx-white);
}

.link-primary {
  color: var(--dx-primary) !important;
}

.link-primary:hover {
  color: var(--dx-primary-text-emphasis) !important;
}

.link-custom-primary {
  color: var(--dx-secondary-color) !important;
}

.link-custom-primary:hover {
  color: var(--dx-primary) !important;
}

.link-secondary {
  color: var(--dx-secondary) !important;
}

.link-secondary:hover {
  color: var(--dx-secondary-text-emphasis) !important;
}

.link-custom-secondary {
  color: var(--dx-secondary-color) !important;
}

.link-custom-secondary:hover {
  color: var(--dx-secondary) !important;
}

.link-success {
  color: var(--dx-success) !important;
}

.link-success:hover {
  color: var(--dx-success-text-emphasis) !important;
}

.link-custom-success {
  color: var(--dx-secondary-color) !important;
}

.link-custom-success:hover {
  color: var(--dx-success) !important;
}

.link-info {
  color: var(--dx-info) !important;
}

.link-info:hover {
  color: var(--dx-info-text-emphasis) !important;
}

.link-custom-info {
  color: var(--dx-secondary-color) !important;
}

.link-custom-info:hover {
  color: var(--dx-info) !important;
}

.link-warning {
  color: var(--dx-warning) !important;
}

.link-warning:hover {
  color: var(--dx-warning-text-emphasis) !important;
}

.link-custom-warning {
  color: var(--dx-secondary-color) !important;
}

.link-custom-warning:hover {
  color: var(--dx-warning) !important;
}

.link-danger {
  color: var(--dx-danger) !important;
}

.link-danger:hover {
  color: var(--dx-danger-text-emphasis) !important;
}

.link-custom-danger {
  color: var(--dx-secondary-color) !important;
}

.link-custom-danger:hover {
  color: var(--dx-danger) !important;
}

.link-light {
  color: var(--dx-light) !important;
}

.link-light:hover {
  color: var(--dx-light-text-emphasis) !important;
}

.link-custom-light {
  color: var(--dx-secondary-color) !important;
}

.link-custom-light:hover {
  color: var(--dx-light) !important;
}

.link-dark {
  color: var(--dx-dark) !important;
}

.link-dark:hover {
  color: var(--dx-dark-text-emphasis) !important;
}

.link-custom-dark {
  color: var(--dx-secondary-color) !important;
}

.link-custom-dark:hover {
  color: var(--dx-dark) !important;
}

.link-pink {
  color: var(--dx-pink) !important;
}

.link-pink:hover {
  color: var(--dx-pink-text-emphasis) !important;
}

.link-custom-pink {
  color: var(--dx-secondary-color) !important;
}

.link-custom-pink:hover {
  color: var(--dx-pink) !important;
}

.link-orange {
  color: var(--dx-orange) !important;
}

.link-orange:hover {
  color: var(--dx-orange-text-emphasis) !important;
}

.link-custom-orange {
  color: var(--dx-secondary-color) !important;
}

.link-custom-orange:hover {
  color: var(--dx-orange) !important;
}

.link-indigo {
  color: var(--dx-indigo) !important;
}

.link-indigo:hover {
  color: var(--dx-indigo-text-emphasis) !important;
}

.link-custom-indigo {
  color: var(--dx-secondary-color) !important;
}

.link-custom-indigo:hover {
  color: var(--dx-indigo) !important;
}

.switch-outline-primary input:checked+label:after {
  background-color: var(--dx-primary);
}

.switch-soft-primary input:checked+label:after {
  background-color: var(--dx-primary);
}

.switch-light-primary input:checked+label {
  background: var(--dx-primary-bg-subtle);
  border: 1px solid var(--dx-primary-bg-subtle);
}

.switch-light-primary input:checked+label:after {
  background-color: var(--dx-primary);
}

.switch-solid-primary input:checked+label {
  background: var(--dx-primary);
  border: 1px solid var(--dx-primary);
}

.switch-effect-primary input:checked+label:after {
  background-color: var(--dx-primary);
}

.switch-outline-secondary input:checked+label:after {
  background-color: var(--dx-secondary);
}

.switch-soft-secondary input:checked+label:after {
  background-color: var(--dx-secondary);
}

.switch-light-secondary input:checked+label {
  background: var(--dx-secondary-bg-subtle);
  border: 1px solid var(--dx-secondary-bg-subtle);
}

.switch-light-secondary input:checked+label:after {
  background-color: var(--dx-secondary);
}

.switch-solid-secondary input:checked+label {
  background: var(--dx-secondary);
  border: 1px solid var(--dx-secondary);
}

.switch-effect-secondary input:checked+label:after {
  background-color: var(--dx-secondary);
}

.switch-outline-success input:checked+label:after {
  background-color: var(--dx-success);
}

.switch-soft-success input:checked+label:after {
  background-color: var(--dx-success);
}

.switch-light-success input:checked+label {
  background: var(--dx-success-bg-subtle);
  border: 1px solid var(--dx-success-bg-subtle);
}

.switch-light-success input:checked+label:after {
  background-color: var(--dx-success);
}

.switch-solid-success input:checked+label {
  background: var(--dx-success);
  border: 1px solid var(--dx-success);
}

.switch-effect-success input:checked+label:after {
  background-color: var(--dx-success);
}

.switch-outline-info input:checked+label:after {
  background-color: var(--dx-info);
}

.switch-soft-info input:checked+label:after {
  background-color: var(--dx-info);
}

.switch-light-info input:checked+label {
  background: var(--dx-info-bg-subtle);
  border: 1px solid var(--dx-info-bg-subtle);
}

.switch-light-info input:checked+label:after {
  background-color: var(--dx-info);
}

.switch-solid-info input:checked+label {
  background: var(--dx-info);
  border: 1px solid var(--dx-info);
}

.switch-effect-info input:checked+label:after {
  background-color: var(--dx-info);
}

.switch-outline-warning input:checked+label:after {
  background-color: var(--dx-warning);
}

.switch-soft-warning input:checked+label:after {
  background-color: var(--dx-warning);
}

.switch-light-warning input:checked+label {
  background: var(--dx-warning-bg-subtle);
  border: 1px solid var(--dx-warning-bg-subtle);
}

.switch-light-warning input:checked+label:after {
  background-color: var(--dx-warning);
}

.switch-solid-warning input:checked+label {
  background: var(--dx-warning);
  border: 1px solid var(--dx-warning);
}

.switch-effect-warning input:checked+label:after {
  background-color: var(--dx-warning);
}

.switch-outline-danger input:checked+label:after {
  background-color: var(--dx-danger);
}

.switch-soft-danger input:checked+label:after {
  background-color: var(--dx-danger);
}

.switch-light-danger input:checked+label {
  background: var(--dx-danger-bg-subtle);
  border: 1px solid var(--dx-danger-bg-subtle);
}

.switch-light-danger input:checked+label:after {
  background-color: var(--dx-danger);
}

.switch-solid-danger input:checked+label {
  background: var(--dx-danger);
  border: 1px solid var(--dx-danger);
}

.switch-effect-danger input:checked+label:after {
  background-color: var(--dx-danger);
}

.switch-outline-light input:checked+label:after {
  background-color: var(--dx-light);
}

.switch-soft-light input:checked+label:after {
  background-color: var(--dx-light);
}

.switch-light-light input:checked+label {
  background: var(--dx-light-bg-subtle);
  border: 1px solid var(--dx-light-bg-subtle);
}

.switch-light-light input:checked+label:after {
  background-color: var(--dx-light);
}

.switch-solid-light input:checked+label {
  background: var(--dx-light);
  border: 1px solid var(--dx-light);
}

.switch-effect-light input:checked+label:after {
  background-color: var(--dx-light);
}

.switch-outline-dark input:checked+label:after {
  background-color: var(--dx-dark);
}

.switch-soft-dark input:checked+label:after {
  background-color: var(--dx-dark);
}

.switch-light-dark input:checked+label {
  background: var(--dx-dark-bg-subtle);
  border: 1px solid var(--dx-dark-bg-subtle);
}

.switch-light-dark input:checked+label:after {
  background-color: var(--dx-dark);
}

.switch-solid-dark input:checked+label {
  background: var(--dx-dark);
  border: 1px solid var(--dx-dark);
}

.switch-effect-dark input:checked+label:after {
  background-color: var(--dx-dark);
}

.switch-outline-pink input:checked+label:after {
  background-color: var(--dx-pink);
}

.switch-soft-pink input:checked+label:after {
  background-color: var(--dx-pink);
}

.switch-light-pink input:checked+label {
  background: var(--dx-pink-bg-subtle);
  border: 1px solid var(--dx-pink-bg-subtle);
}

.switch-light-pink input:checked+label:after {
  background-color: var(--dx-pink);
}

.switch-solid-pink input:checked+label {
  background: var(--dx-pink);
  border: 1px solid var(--dx-pink);
}

.switch-effect-pink input:checked+label:after {
  background-color: var(--dx-pink);
}

.switch-outline-orange input:checked+label:after {
  background-color: var(--dx-orange);
}

.switch-soft-orange input:checked+label:after {
  background-color: var(--dx-orange);
}

.switch-light-orange input:checked+label {
  background: var(--dx-orange-bg-subtle);
  border: 1px solid var(--dx-orange-bg-subtle);
}

.switch-light-orange input:checked+label:after {
  background-color: var(--dx-orange);
}

.switch-solid-orange input:checked+label {
  background: var(--dx-orange);
  border: 1px solid var(--dx-orange);
}

.switch-effect-orange input:checked+label:after {
  background-color: var(--dx-orange);
}

.switch-outline-indigo input:checked+label:after {
  background-color: var(--dx-indigo);
}

.switch-soft-indigo input:checked+label:after {
  background-color: var(--dx-indigo);
}

.switch-light-indigo input:checked+label {
  background: var(--dx-indigo-bg-subtle);
  border: 1px solid var(--dx-indigo-bg-subtle);
}

.switch-light-indigo input:checked+label:after {
  background-color: var(--dx-indigo);
}

.switch-solid-indigo input:checked+label {
  background: var(--dx-indigo);
  border: 1px solid var(--dx-indigo);
}

.switch-effect-indigo input:checked+label:after {
  background-color: var(--dx-indigo);
}

.check-primary .form-check-input:checked {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

.check-soft-primary .form-check-input {
  --dx-border-color: rgba(var(--dx-primary-rgb), 0.2);
  --dx-form-check-bg: var(--dx-primary-bg-subtle);
}

.check-soft-primary .form-check-input:checked {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

.radio-primary .form-check-input:checked {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

.radio-soft-primary .form-check-input {
  --dx-border-color: rgba(var(--dx-primary-rgb), 0.2);
  --dx-form-check-bg: var(--dx-primary-bg-subtle);
}

.radio-soft-primary .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-primary .form-check-input:checked {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

.check-secondary .form-check-input:checked {
  background-color: var(--dx-secondary);
  border-color: var(--dx-secondary);
}

.check-soft-secondary .form-check-input {
  --dx-border-color: rgba(var(--dx-secondary-rgb), 0.2);
  --dx-form-check-bg: var(--dx-secondary-bg-subtle);
}

.check-soft-secondary .form-check-input:checked {
  background-color: var(--dx-secondary);
  border-color: var(--dx-secondary);
}

.radio-secondary .form-check-input:checked {
  background-color: var(--dx-secondary);
  border-color: var(--dx-secondary);
}

.radio-soft-secondary .form-check-input {
  --dx-border-color: rgba(var(--dx-secondary-rgb), 0.2);
  --dx-form-check-bg: var(--dx-secondary-bg-subtle);
}

.radio-soft-secondary .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-secondary .form-check-input:checked {
  background-color: var(--dx-secondary);
  border-color: var(--dx-secondary);
}

.check-success .form-check-input:checked {
  background-color: var(--dx-success);
  border-color: var(--dx-success);
}

.check-soft-success .form-check-input {
  --dx-border-color: rgba(var(--dx-success-rgb), 0.2);
  --dx-form-check-bg: var(--dx-success-bg-subtle);
}

.check-soft-success .form-check-input:checked {
  background-color: var(--dx-success);
  border-color: var(--dx-success);
}

.radio-success .form-check-input:checked {
  background-color: var(--dx-success);
  border-color: var(--dx-success);
}

.radio-soft-success .form-check-input {
  --dx-border-color: rgba(var(--dx-success-rgb), 0.2);
  --dx-form-check-bg: var(--dx-success-bg-subtle);
}

.radio-soft-success .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-success .form-check-input:checked {
  background-color: var(--dx-success);
  border-color: var(--dx-success);
}

.check-info .form-check-input:checked {
  background-color: var(--dx-info);
  border-color: var(--dx-info);
}

.check-soft-info .form-check-input {
  --dx-border-color: rgba(var(--dx-info-rgb), 0.2);
  --dx-form-check-bg: var(--dx-info-bg-subtle);
}

.check-soft-info .form-check-input:checked {
  background-color: var(--dx-info);
  border-color: var(--dx-info);
}

.radio-info .form-check-input:checked {
  background-color: var(--dx-info);
  border-color: var(--dx-info);
}

.radio-soft-info .form-check-input {
  --dx-border-color: rgba(var(--dx-info-rgb), 0.2);
  --dx-form-check-bg: var(--dx-info-bg-subtle);
}

.radio-soft-info .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-info .form-check-input:checked {
  background-color: var(--dx-info);
  border-color: var(--dx-info);
}

.check-warning .form-check-input:checked {
  background-color: var(--dx-warning);
  border-color: var(--dx-warning);
}

.check-soft-warning .form-check-input {
  --dx-border-color: rgba(var(--dx-warning-rgb), 0.2);
  --dx-form-check-bg: var(--dx-warning-bg-subtle);
}

.check-soft-warning .form-check-input:checked {
  background-color: var(--dx-warning);
  border-color: var(--dx-warning);
}

.radio-warning .form-check-input:checked {
  background-color: var(--dx-warning);
  border-color: var(--dx-warning);
}

.radio-soft-warning .form-check-input {
  --dx-border-color: rgba(var(--dx-warning-rgb), 0.2);
  --dx-form-check-bg: var(--dx-warning-bg-subtle);
}

.radio-soft-warning .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-warning .form-check-input:checked {
  background-color: var(--dx-warning);
  border-color: var(--dx-warning);
}

.check-danger .form-check-input:checked {
  background-color: var(--dx-danger);
  border-color: var(--dx-danger);
}

.check-soft-danger .form-check-input {
  --dx-border-color: rgba(var(--dx-danger-rgb), 0.2);
  --dx-form-check-bg: var(--dx-danger-bg-subtle);
}

.check-soft-danger .form-check-input:checked {
  background-color: var(--dx-danger);
  border-color: var(--dx-danger);
}

.radio-danger .form-check-input:checked {
  background-color: var(--dx-danger);
  border-color: var(--dx-danger);
}

.radio-soft-danger .form-check-input {
  --dx-border-color: rgba(var(--dx-danger-rgb), 0.2);
  --dx-form-check-bg: var(--dx-danger-bg-subtle);
}

.radio-soft-danger .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-danger .form-check-input:checked {
  background-color: var(--dx-danger);
  border-color: var(--dx-danger);
}

.check-light .form-check-input:checked {
  background-color: var(--dx-light);
  border-color: var(--dx-light);
}

.check-soft-light .form-check-input {
  --dx-border-color: rgba(var(--dx-light-rgb), 0.2);
  --dx-form-check-bg: var(--dx-light-bg-subtle);
}

.check-soft-light .form-check-input:checked {
  background-color: var(--dx-light);
  border-color: var(--dx-light);
}

.radio-light .form-check-input:checked {
  background-color: var(--dx-light);
  border-color: var(--dx-light);
}

.radio-soft-light .form-check-input {
  --dx-border-color: rgba(var(--dx-light-rgb), 0.2);
  --dx-form-check-bg: var(--dx-light-bg-subtle);
}

.radio-soft-light .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-light .form-check-input:checked {
  background-color: var(--dx-light);
  border-color: var(--dx-light);
}

.check-dark .form-check-input:checked {
  background-color: var(--dx-dark);
  border-color: var(--dx-dark);
}

.check-soft-dark .form-check-input {
  --dx-border-color: rgba(var(--dx-dark-rgb), 0.2);
  --dx-form-check-bg: var(--dx-dark-bg-subtle);
}

.check-soft-dark .form-check-input:checked {
  background-color: var(--dx-dark);
  border-color: var(--dx-dark);
}

.radio-dark .form-check-input:checked {
  background-color: var(--dx-dark);
  border-color: var(--dx-dark);
}

.radio-soft-dark .form-check-input {
  --dx-border-color: rgba(var(--dx-dark-rgb), 0.2);
  --dx-form-check-bg: var(--dx-dark-bg-subtle);
}

.radio-soft-dark .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-dark .form-check-input:checked {
  background-color: var(--dx-dark);
  border-color: var(--dx-dark);
}

.check-pink .form-check-input:checked {
  background-color: var(--dx-pink);
  border-color: var(--dx-pink);
}

.check-soft-pink .form-check-input {
  --dx-border-color: rgba(var(--dx-pink-rgb), 0.2);
  --dx-form-check-bg: var(--dx-pink-bg-subtle);
}

.check-soft-pink .form-check-input:checked {
  background-color: var(--dx-pink);
  border-color: var(--dx-pink);
}

.radio-pink .form-check-input:checked {
  background-color: var(--dx-pink);
  border-color: var(--dx-pink);
}

.radio-soft-pink .form-check-input {
  --dx-border-color: rgba(var(--dx-pink-rgb), 0.2);
  --dx-form-check-bg: var(--dx-pink-bg-subtle);
}

.radio-soft-pink .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-pink .form-check-input:checked {
  background-color: var(--dx-pink);
  border-color: var(--dx-pink);
}

.check-orange .form-check-input:checked {
  background-color: var(--dx-orange);
  border-color: var(--dx-orange);
}

.check-soft-orange .form-check-input {
  --dx-border-color: rgba(var(--dx-orange-rgb), 0.2);
  --dx-form-check-bg: var(--dx-orange-bg-subtle);
}

.check-soft-orange .form-check-input:checked {
  background-color: var(--dx-orange);
  border-color: var(--dx-orange);
}

.radio-orange .form-check-input:checked {
  background-color: var(--dx-orange);
  border-color: var(--dx-orange);
}

.radio-soft-orange .form-check-input {
  --dx-border-color: rgba(var(--dx-orange-rgb), 0.2);
  --dx-form-check-bg: var(--dx-orange-bg-subtle);
}

.radio-soft-orange .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-orange .form-check-input:checked {
  background-color: var(--dx-orange);
  border-color: var(--dx-orange);
}

.check-indigo .form-check-input:checked {
  background-color: var(--dx-indigo);
  border-color: var(--dx-indigo);
}

.check-soft-indigo .form-check-input {
  --dx-border-color: rgba(var(--dx-indigo-rgb), 0.2);
  --dx-form-check-bg: var(--dx-indigo-bg-subtle);
}

.check-soft-indigo .form-check-input:checked {
  background-color: var(--dx-indigo);
  border-color: var(--dx-indigo);
}

.radio-indigo .form-check-input:checked {
  background-color: var(--dx-indigo);
  border-color: var(--dx-indigo);
}

.radio-soft-indigo .form-check-input {
  --dx-border-color: rgba(var(--dx-indigo-rgb), 0.2);
  --dx-form-check-bg: var(--dx-indigo-bg-subtle);
}

.radio-soft-indigo .form-check-input:focus {
  box-shadow: none;
}

.radio-soft-indigo .form-check-input:checked {
  background-color: var(--dx-indigo);
  border-color: var(--dx-indigo);
}

.input-spin-primary button:hover svg {
  color: var(--dx-primary);
}

.input-solid-primary .input-spin-plus,
.input-solid-primary .input-spin-minus {
  background-color: var(--dx-primary) !important;
  color: #fff;
}

.input-spin-secondary button:hover svg {
  color: var(--dx-secondary);
}

.input-solid-secondary .input-spin-plus,
.input-solid-secondary .input-spin-minus {
  background-color: var(--dx-secondary) !important;
  color: #fff;
}

.input-spin-success button:hover svg {
  color: var(--dx-success);
}

.input-solid-success .input-spin-plus,
.input-solid-success .input-spin-minus {
  background-color: var(--dx-success) !important;
  color: #fff;
}

.input-spin-info button:hover svg {
  color: var(--dx-info);
}

.input-solid-info .input-spin-plus,
.input-solid-info .input-spin-minus {
  background-color: var(--dx-info) !important;
  color: #fff;
}

.input-spin-warning button:hover svg {
  color: var(--dx-warning);
}

.input-solid-warning .input-spin-plus,
.input-solid-warning .input-spin-minus {
  background-color: var(--dx-warning) !important;
  color: #fff;
}

.input-spin-danger button:hover svg {
  color: var(--dx-danger);
}

.input-solid-danger .input-spin-plus,
.input-solid-danger .input-spin-minus {
  background-color: var(--dx-danger) !important;
  color: #fff;
}

.input-spin-light button:hover svg {
  color: var(--dx-light);
}

.input-solid-light .input-spin-plus,
.input-solid-light .input-spin-minus {
  background-color: var(--dx-light) !important;
  color: #fff;
  color: var(--dx-secondary-color);
}

.input-spin-dark button:hover svg {
  color: var(--dx-dark);
}

.input-solid-dark .input-spin-plus,
.input-solid-dark .input-spin-minus {
  background-color: var(--dx-dark) !important;
  color: #fff;
}

.input-spin-pink button:hover svg {
  color: var(--dx-pink);
}

.input-solid-pink .input-spin-plus,
.input-solid-pink .input-spin-minus {
  background-color: var(--dx-pink) !important;
  color: #fff;
}

.input-spin-orange button:hover svg {
  color: var(--dx-orange);
}

.input-solid-orange .input-spin-plus,
.input-solid-orange .input-spin-minus {
  background-color: var(--dx-orange) !important;
  color: #fff;
}

.input-spin-indigo button:hover svg {
  color: var(--dx-indigo);
}

.input-solid-indigo .input-spin-plus,
.input-solid-indigo .input-spin-minus {
  background-color: var(--dx-indigo) !important;
  color: #fff;
}

.toast-primary {
  --dx-toast-bg: var(--dx-primary);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-primary);
  --dx-toast-border-color: var(--dx-primary);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-primary .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-secondary {
  --dx-toast-bg: var(--dx-secondary);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-secondary);
  --dx-toast-border-color: var(--dx-secondary);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-secondary .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-success {
  --dx-toast-bg: var(--dx-success);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-success);
  --dx-toast-border-color: var(--dx-success);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-success .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-info {
  --dx-toast-bg: var(--dx-info);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-info);
  --dx-toast-border-color: var(--dx-info);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-info .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-warning {
  --dx-toast-bg: var(--dx-warning);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-warning);
  --dx-toast-border-color: var(--dx-warning);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-warning .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-danger {
  --dx-toast-bg: var(--dx-danger);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-danger);
  --dx-toast-border-color: var(--dx-danger);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-danger .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-pink {
  --dx-toast-bg: var(--dx-pink);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-pink);
  --dx-toast-border-color: var(--dx-pink);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-pink .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-orange {
  --dx-toast-bg: var(--dx-orange);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-orange);
  --dx-toast-border-color: var(--dx-orange);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-orange .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.toast-indigo {
  --dx-toast-bg: var(--dx-indigo);
  --dx-toast-color: var(--dx-white);
  --dx-toast-header-bg: var(--dx-indigo);
  --dx-toast-border-color: var(--dx-indigo);
  --dx-toast-header-color: rgba(var(--dx-white-rgb), 0.75);
  --dx-toast-header-border-color: rgba(var(--dx-white-rgb), 0.15);
}

.toast-indigo .btn-close {
  --dx-btn-close-color: rgba(var(--dx-white-rgb), 0.75);
}

.navbar-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 112;
  transition: all 0.4s ease;
}

.navbar-custom .nav-item .nav-link {
  color: #171717;
  padding: 7px 15px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
  color: var(--dx-primary);
}

.navbar-custom .nav-item .nav-link:after {
  transition: transform 0.3s ease;
}

@media (max-width: 1199.98px) {
  .navbar-custom .nav-item .nav-link:after {
    margin-left: auto;
  }
}

.navbar-custom .nav-item.dropdown .dropdown-menu:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--dx-body-custom-bg);
  position: absolute;
  top: 0;
  left: 22px;
  transform: rotate(45deg) translateY(-11px);
  z-index: 8;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 17px;
  padding: 11px;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu {
  position: relative;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu>.dropdown-item .submenu-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 1rem;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-sub-menu {
  position: absolute;
  top: 0;
  left: 112%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  background-color: var(--dx-body-bg);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem #00000026;
  padding: 0.5rem;
  z-index: 1000;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-sub-menu,
.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu:has(.dropdown-sub-menu:hover) .dropdown-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: slideInUp 0.4s ease forwards;
}

.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu:hover>.dropdown-item .submenu-arrow,
.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-submenu:has(.dropdown-sub-menu:hover)>.dropdown-item .submenu-arrow {
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .navbar-custom .nav-item.dropdown .dropdown-menu.dropdown-menu-hover {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid var(--dx-border-color);
    border-radius: 0.5rem;
    padding: var(--dx-spacer);
  }
}

@media (min-width: 1200px) {
  .navbar-custom .nav-item.dropdown .dropdown-menu-lg {
    width: 700px;
  }

  .navbar-custom .nav-item.dropdown .dropdown-mega-menu {
    min-width: 1200px;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%) !important;
  }
}

.navbar-custom .nav-item.dropdown:hover .nav-link:after {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .navbar-custom .nav-item.dropdown:hover .dropdown-menu-hover.dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    animation: slideInUp 0.4s ease forwards;
  }
}

.navbar-custom:is(.navbar-light, .navbar-dark) .sliding-nav-bar {
  position: absolute;
  border-radius: 50rem;
  background: #5c3e9426;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  z-index: 0;
}

.navbar-custom:is(.navbar-light, .navbar-dark) .extra-button-wrapper a:last-child {
  padding-left: 1rem;
}

@media (min-width: 1200px) {
  .navbar-custom.navbar-light .sliding-nav-bar {
    background: #ffffff26;
  }

  .navbar-custom.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
  }

  .navbar-custom.navbar-light .extra-button-wrapper a {
    color: #fffc;
  }

  .navbar-custom.navbar-light .extra-button-wrapper a:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.navbar-custom.navbar-dark.navbar-scroll {
  background: #ffffff38;
}

.navbar-custom.navbar-dark .nav-ambient-cubes span {
  border: 2px solid rgba(92, 62, 148, 0.6352941176);
}

.navbar-custom.navbar-dark .nav-ambient-cubes span:nth-child(2) {
  border-color: #5c3e94a2;
}

@media (min-width: 1200px) {
  .navbar-custom.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #5c3e94;
  }

  .navbar-custom.navbar-dark .extra-button-wrapper a {
    color: #5c3e94cc;
  }

  .navbar-custom.navbar-dark .extra-button-wrapper a:last-child {
    border-left: 1px solid rgba(92, 62, 148, 0.4);
  }
}

@media (max-width: 1199.98px) {
  .navbar-custom .navbar-collapse {
    background-color: var(--dx-body-bg);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
  }

  .navbar-custom .navbar-collapse .navbar-brand {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-custom .navbar-collapse .navbar-nav {
    height: calc(100% - 135px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navbar-custom .navbar-collapse .nav-item .dropdown-menu {
    box-shadow: none;
    border: none;
    padding-left: 30px;
  }

  .navbar-custom .navbar-collapse .nav-item .dropdown-menu .dropdown-item {
    position: relative;
  }

  .navbar-custom .navbar-collapse .nav-item .dropdown-menu .dropdown-item:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    background-color: #a3a3a3;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-custom .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu .dropdown-sub-menu {
    position: static;
    display: none;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    box-shadow: none;
    padding: 0 0 0 20px;
    margin: 0;
    background-color: transparent;
  }

  .navbar-custom .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu.open>.dropdown-item .submenu-arrow {
    transform: rotate(90deg);
  }

  .navbar-custom .navbar-collapse .nav-item .dropdown-menu .dropdown-submenu.open>.dropdown-sub-menu {
    display: block;
    animation: slideInUp 0.3s ease forwards;
  }

  .navbar-custom .navbar-collapse .extra-button-wrapper {
    padding-top: 10px;
  }

  .navbar-custom .navbar-collapse .extra-button-wrapper a {
    display: inline-block;
    color: #fff;
    background-color: var(--dx-primary);
    padding: 0.5625rem 1.5rem;
    font-size: 14px !important;
  }
}

.navbar-custom.navbar-analytics {
  top: 2.5625rem;
}

.navbar-custom.navbar-analytics.navbar-scroll {
  top: 0;
}

.navbar-custom.navbar-scroll {
  background: #00000038;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px #00000014;
  animation: navbarSlideDown 0.7s ease;
}

@media (max-width: 1199.98px) {
  .navbar-custom .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    background-color: var(--dx-body-bg);
    z-index: 99999;
    transition: all 0.4s ease;
    overflow-y: auto;
  }

  .navbar-custom .navbar-collapse.show {
    left: 0 !important;
  }
}

@keyframes navbarSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fullscreen-search {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #0000009c;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.5s ease;
}

.fullscreen-search.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.fullscreen-search.active .search-content {
  transform: translateY(0);
  opacity: 1;
}

.fullscreen-search.active .search-close {
  opacity: 1;
  transform: rotate(0);
}

.fullscreen-search .search-content {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}

.fullscreen-search .search-input {
  width: 100%;
  height: 80px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--dx-border-color);
  color: #fff;
  font-size: 40px;
  padding-right: 70px;
  outline: none;
}

.fullscreen-search .search-input::placeholder {
  color: #fff9;
}

.fullscreen-search .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
}

.fullscreen-search .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.4s ease 0.3s;
}

@media (max-width: 767px) {
  .fullscreen-search .search-input {
    font-size: 24px;
    height: 60px;
  }

  .fullscreen-search .search-close {
    top: 20px;
    right: 20px;
    font-size: 28px;
  }
}

.digital-navbar-menu .nav-ambient-cubes {
  display: flex;
  flex-wrap: wrap;
  width: 21px;
  gap: 1px;
}

.digital-navbar-menu .nav-ambient-cubes span {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 0.5803921569);
}

.digital-navbar-menu .nav-ambient-cubes span:nth-child(2) {
  border-color: #ffffff93;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.digital-navbar-menu:hover .nav-ambient-cubes span:nth-child(2) {
  animation: bounceTwice 0.6s linear forwards;
}

@keyframes bounceTwice {
  0% {
    transform: rotate(45deg) translateY(0);
  }

  25% {
    transform: rotate(0) translateY(-3px);
  }

  50% {
    transform: rotate(0) translateY(0);
  }

  75% {
    transform: rotate(0) translateY(-3px);
  }

  to {
    transform: rotate(0) translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .automation-navbar-btn {
    background-color: var(--dx-primary) !important;
  }

  .app-showcase-btn {
    background-color: var(--dx-primary) !important;
    color: #fff;
  }

  .app-showcase-btn span {
    background-color: var(--dx-body-bg) !important;
    color: var(--dx-primary) !important;
  }

  .analytics-btn {
    background-color: var(--dx-primary) !important;
    color: #fff !important;
  }

  .analytics-btn img {
    filter: invert(1);
  }

  .search-btn,
  .menu-btn {
    color: #171717 !important;
  }
}

.automation-navbar-btn .automation-call-img {
  animation: 1.5s linear 0s infinite normal none running phoneRing;
}

.social-icon-off {
  transition: 0.4s ease-in-out;
}

.social-icon-off:hover {
  background-color: var(--dx-primary);
  color: #fff !important;
}

.digital-footer-section {
  background-image: url(./assets/images/digital-footer-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.digital-footer-section:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dx-dark);
  opacity: 0.3;
  z-index: -1;
}

.digital-footer-section .digital-footer-subscribe {
  max-width: 30rem;
  width: 100%;
}

.digital-footer-section .digital-footer-subscribe input::placeholder {
  color: #ffffffb3;
}

.digital-footer-section .digital-footer-links li a {
  padding: 6px 0;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  color: #ffffffb3;
}

.digital-footer-section .digital-footer-links li a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  width: calc(100% + 20px);
  height: 100%;
  background: #ffffff2c;
  border-radius: 50px;
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}

.digital-footer-section .digital-footer-links li a:hover {
  color: #fff;
  padding-left: 14px;
}

.digital-footer-section .digital-footer-links li a:hover:before {
  transform: translateY(-50%) scaleX(1);
}

.digital-footer-section .digital-footer-shape {
  width: 34rem;
  height: 100%;
}

.startup-footer .st-footer-social .st-social-icon {
  position: relative;
  overflow: hidden;
  background-color: var(--dx-light);
  transition: color 0.3s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.startup-footer .st-footer-social .st-social-icon i {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  font-size: 22px;
}

.startup-footer .st-footer-social .st-social-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  border-radius: inherit;
  transform: scale(0);
  transition: transform 0.35s ease;
  z-index: 0;
}

.startup-footer .st-footer-social .st-social-icon:hover i {
  -webkit-text-fill-color: #fff;
  color: #fff;
  transform: scale(1.2);
}

.startup-footer .st-footer-social .st-social-icon:hover:after {
  transform: scale(1);
}

.startup-footer .st-footer-link {
  position: relative;
  display: block;
  color: var(--dx-secondary-color);
}

.startup-footer .st-footer-link:before {
  content: "[";
  margin-right: 1px;
  transform: translate(20px);
  display: inline-block;
  opacity: 0;
  transition:
    transform 0.3s,
    opacity 0.2s;
  color: #5c3e94;
}

.startup-footer .st-footer-link:after {
  content: "]";
  display: inline-block;
  opacity: 0;
  transition:
    transform 0.3s,
    opacity 0.2s;
  margin-left: 1px;
  transform: translate(-20px);
  color: #5c3e94;
}

.startup-footer .st-footer-link:hover {
  color: #5c3e94;
}

.startup-footer .st-footer-link:hover:before {
  opacity: 1;
  transform: translate(0);
}

.startup-footer .st-footer-link:hover:after {
  opacity: 1;
  transform: translate(0);
}

.startup-footer .st-footer-copyright .st-footer-copyright-link {
  transition: 0.5s ease-in-out;
}

.startup-footer .st-footer-copyright .st-footer-copyright-link:hover {
  color: #fff !important;
}

.automation-footer-section .border-end-md {
  border-color: var(--dx-gray-700) !important;
}

.automation-footer-section .automation-footer-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.automation-footer-section .automation-footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #5c3e94, transparent);
  box-shadow: 0 0 14px #7e56da99;
}

.automation-footer-section .automation-footer-big-text {
  font-size: 18rem;
  opacity: 0.2;
  line-height: 0.7;
}

.automation-footer-links li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.35s ease;
  color: #ffffffb3;
}

.automation-footer-links li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--dx-primary);
  transition: width 0.35s ease;
}

.automation-footer-links li a:hover {
  color: #fff;
  transform: translate(6px);
}

.automation-footer-links li a:hover:before {
  width: 18px;
}

.app-footer-section .app-footer-big-text {
  opacity: 0.7;
  line-height: 0.7;
  font-size: 27rem;
  background: linear-gradient(180deg, #fffc, #fff3 49.52%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -23px;
}

.app-footer-section .app-footer-link-heading {
  position: relative;
  display: inline-block;
}

.app-footer-section .app-footer-link-heading:before {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--dx-primary);
  width: 100%;
}

.app-footer-section .app-footer-link-heading:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: var(--dx-body-bg);
  animation: slide-horizontal 15s linear infinite;
}

@keyframes slide-horizontal {
  50% {
    left: calc(100% - 8px);
  }
}

.app-footer-section .app-footer-link span {
  color: var(--dx-secondary-color);
  transition: 0.4s ease-in-out;
  transition: transform 0.35s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.app-footer-section .app-footer-link:before,
.app-footer-section .app-footer-link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.app-footer-section .app-footer-link:before {
  height: 1px;
  bottom: 2px;
  background: var(--dx-primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.app-footer-section .app-footer-link:after {
  content: attr(data-text);
  top: 0;
  transform: translate(120%);
  transition: transform 0.35s cubic-bezier(0.5, 0.5, 0.3, 1);
  white-space: nowrap;
  color: var(--dx-primary);
}

.app-footer-section .app-footer-link:hover span {
  transform: translate(-120%);
}

.app-footer-section .app-footer-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.app-footer-section .app-footer-link:hover:after {
  transform: translate(0);
}

.app-footer-section .app-footer-newsletter-input {
  outline: none;
}

.app-footer-section .app-footer-submit-btn {
  transition: 0.3s;
}

.app-footer-section .app-footer-submit-btn:hover {
  transform: translate(4px);
}

.app-footer-section .app-footer-social-link {
  padding: 0 14px;
  color: var(--dx-secondary-color);
  transition: all 0.3s ease;
}

.app-footer-section .app-footer-social-link:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background: var(--dx-primary);
  transition: 0.3s ease;
}

.app-footer-section .app-footer-social-link:hover {
  color: var(--dx-primary);
  transform: translateY(-2px);
}

.app-footer-section .app-footer-social-link:hover:after {
  width: calc(100% - 20px);
}

@media (max-width: 1199px) {
  .app-footer-section .app-footer-big-text {
    font-size: 17rem;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .app-footer-section .app-footer-big-text {
    font-size: 21rem;
  }
}

.analytics-footer .analytics-footer-card .analytics-footer-brand .analytics-footer-badge {
  letter-spacing: 2px;
}

.analytics-footer .analytics-footer-card .analytics-footer-marquee .analytics-footer-links a span {
  display: inline-block;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    color 0.3s ease;
}

.analytics-footer .analytics-footer-card .analytics-footer-marquee .analytics-footer-links a:hover {
  color: #f25912 !important;
}

.analytics-footer .analytics-footer-card .analytics-footer-marquee .analytics-footer-links a:hover span:nth-child(odd) {
  transform: translateY(-4px) rotate(-4deg);
}

.analytics-footer .analytics-footer-card .analytics-footer-marquee .analytics-footer-links a:hover span:nth-child(2n) {
  transform: translateY(4px) rotate(4deg);
}

.analytics-footer .analytics-footer-card .analytics-footer-socials a {
  background-color: rgba(var(--dx-light-rgb), 0.1);
  color: #fff;
  transition: all 0.35s ease;
}

.analytics-footer .analytics-footer-card .analytics-footer-socials a:hover {
  background: #f25912;
  transform: scale(1.15) rotate(8deg);
}

.crm-footer-section .crm-footer-blur-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.crm-footer-section .crm-footer-blur-wrapper .crm-footer-blur-left {
  position: absolute;
  bottom: -100px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: #5c3e94;
  filter: blur(200px);
  border-radius: 60% 40% 50% 50%;
  opacity: 0.35;
  transform: rotate(-20deg);
}

.crm-footer-section .crm-footer-blur-wrapper .crm-footer-blur-right {
  position: absolute;
  bottom: -80px;
  right: -120px;
  width: 350px;
  height: 350px;
  background: #16a34a;
  filter: blur(180px);
  border-radius: 40% 60% 60% 40%;
  opacity: 0.3;
  transform: rotate(15deg);
}

.crm-footer-section .crm-footer-blur-wrapper .crm-footer-blur-center {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%) rotate(10deg);
  width: 450px;
  height: 450px;
  background: #f25912;
  filter: blur(220px);
  border-radius: 50% 50% 60% 40%;
  opacity: 0.25;
}

.crm-footer-section .crm-footer-link,
.crm-footer-section .crm-footer-social {
  position: relative;
  color: var(--dx-secondary-color);
  transition: 0.3s ease-in-out;
}

.crm-footer-section .crm-footer-link:before,
.crm-footer-section .crm-footer-social:before {
  content: "";
  background: var(--dx-primary);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.crm-footer-section .crm-footer-link:after,
.crm-footer-section .crm-footer-social:after {
  content: "";
  pointer-events: none;
  background: var(--dx-primary);
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.crm-footer-section .crm-footer-link:hover,
.crm-footer-section .crm-footer-social:hover {
  color: var(--dx-primary) !important;
}

.crm-footer-section .crm-footer-link:hover:before,
.crm-footer-section .crm-footer-social:hover:before {
  transform-origin: 0% 50%;
  transform: scaleZ(1);
}

.crm-footer-section .crm-footer-link:hover:after,
.crm-footer-section .crm-footer-social:hover:after {
  transform-origin: 100% 50%;
  transform: scaleZ(1);
}

.product-footer-link {
  white-space: nowrap;
  color: var(--dx-secondary-color);
}

.product-footer-link:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--dx-primary);
  transform-origin: 100% 50%;
  transform: scaleX(0) translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.product-footer-link span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.product-footer-link:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1) translateY(-50%);
}

.product-footer-link:hover span {
  transform: scale(1.1);
  color: var(--dx-primary);
}

.saas-v1-footer-section .saas-v1-footer-logo {
  font-size: 18rem;
  line-height: 0.8;
}

.saas-v1-footer-section .saas-v1-footer-newsletter .saas-v1-footer-corner {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(var(--dx-primary-rgb), 0.9);
  pointer-events: none;
}

.saas-v1-footer-section .saas-v1-footer-newsletter .corner-1 {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.saas-v1-footer-section .saas-v1-footer-newsletter .corner-2 {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.saas-v1-footer-section .saas-v1-footer-newsletter .corner-3 {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.saas-v1-footer-section .saas-v1-footer-newsletter .corner-4 {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.saas-v1-footer-section .saas-v1-footer-link {
  color: #ffffffb3;
  transition: all 0.35s ease;
}

.saas-v1-footer-section .saas-v1-footer-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--dx-border-color);
  margin-right: 12px;
  transform: rotate(45deg) scale(0.8);
  transition: all 0.35s ease;
  border-radius: 2px;
}

.saas-v1-footer-section .saas-v1-footer-link:hover {
  color: #fff;
}

.saas-v1-footer-section .saas-v1-footer-link:hover:before {
  background: #fff;
  border-color: #fff;
  transform: rotate(135deg) scale(1.1);
}

@media (min-width: 992px) {
  .saas-v1-footer-section .border-right {
    border-right: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(var(--dx-gray-600),
        var(--dx-gray-600),
        var(--dx-gray-900));
  }

  .saas-v1-footer-section .border-left {
    border-left: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(var(--dx-gray-600),
        var(--dx-gray-600),
        var(--dx-gray-900));
  }
}

@media (max-width: 767px) {
  .saas-v1-footer-section .saas-v1-footer-logo {
    font-size: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 1198px) {
  .saas-v1-footer-section .saas-v1-footer-logo {
    font-size: 12rem;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .saas-v1-footer-section .saas-v1-footer-logo {
    font-size: 15rem;
  }
}

.saas-v2-footer-section .saas-v2-footer-link {
  color: #ffffffb3;
  transition: 0.5s ease-in-out;
}

.saas-v2-footer-section .saas-v2-footer-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.25),
      transparent);
  transition: 0.6s ease;
}

.saas-v2-footer-section .saas-v2-footer-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #ffffff4d;
  transition: 0.3s ease;
}

.saas-v2-footer-section .saas-v2-footer-link:hover {
  color: #fff;
}

.saas-v2-footer-section .saas-v2-footer-link:hover:before {
  left: 120%;
}

.saas-v2-footer-section .saas-v2-footer-link:hover:after {
  background-color: #fff;
}

.saas-v2-footer-section .saas-v2-footer-social {
  color: #ffffffb3;
  transition: 0.3s ease-in-out;
}

.saas-v2-footer-section .saas-v2-footer-social:hover {
  color: #fff;
}

.saas-v2-footer-section .saas-v2-footer-top-icon1 {
  bottom: -13px;
  left: 1px;
}

.saas-v2-footer-section .saas-v2-footer-top-icon2 {
  bottom: -13px;
  right: 1px;
}

.saas-v2-footer-section .saas-v2-footer-svg {
  bottom: -44px;
  right: -37px;
  animation: spin 15s linear infinite;
}

.saas-v2-footer-section .saas-v2-footer-center-icon1 {
  bottom: -13px;
  left: -10px;
}

.saas-v2-footer-section .saas-v2-footer-center-icon2 {
  bottom: -13px;
  right: -10px;
}

.saas-v2-footer-section .saas-v2-footer-center-icon3 {
  top: -13px;
  left: -10px;
}

.saas-v2-footer-section .saas-v2-footer-center-icon4 {
  top: -13px;
  right: -10px;
}

.saas-v2-footer-section .saas-v2-footer-bottom-icon1 {
  top: -13px;
  left: 1px;
}

.saas-v2-footer-section .saas-v2-footer-bottom-icon2 {
  top: -13px;
  right: 1px;
}

.project-footer-section .project-social-icon {
  transition: 0.4s ease;
  isolation: isolate;
}

.project-footer-section .project-social-icon i {
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}

.project-footer-section .project-social-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dx-primary);
  transform: translateY(100%);
  transition: 0.4s ease;
  border-radius: inherit;
  z-index: 1;
}

.project-footer-section .project-social-icon:hover {
  border-color: var(--dx-primary) !important;
  box-shadow: 0 10px 25px rgba(var(--bs-primary-rgb), 0.25);
}

.project-footer-section .project-social-icon:hover:before {
  transform: translateY(0);
}

.project-footer-section .project-social-icon:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

.project-footer-section .project-footer-link {
  transition: 0.35s ease;
  color: var(--dx-secondary-color);
}

.project-footer-section .project-footer-link:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5c3e94;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.3s ease;
}

.project-footer-section .project-footer-link:hover {
  color: #5c3e94;
  transform: translate(6px);
}

.project-footer-section .project-footer-link:hover:before {
  transform: scale(1);
}

.healthcare-footer-section .healthcare-footer-content {
  padding: 250px 0 100px;
}

.healthcare-footer-section .healthcare-footer-content .healthcare-footer-link {
  color: #ffffffb3;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

.healthcare-footer-section .healthcare-footer-content .healthcare-footer-link:hover {
  transform: translate(6px);
  color: #fff;
}

.healthcare-footer-section .healthcare-footer-content .healthcare-footer-social {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: 0.4s ease-in-out;
}

.healthcare-footer-section .healthcare-footer-content .healthcare-footer-social:hover {
  background-color: #fff !important;
  color: #5c3e94 !important;
  transform: scale(1.1);
}

.healthcare-footer-section .healthcare-footer-shape1 {
  left: 14.5%;
  transform: rotate(90deg);
  z-index: 11;
  top: 0%;
}

.healthcare-footer-section .healthcare-footer-shape2 {
  right: 14.5%;
  transform: rotate(360deg);
  z-index: 11;
  top: 0%;
}

@media (max-width: 767px) {
  .healthcare-footer-section .healthcare-footer-content {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .healthcare-footer-section .healthcare-footer-content {
    padding: 100px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .healthcare-footer-section .healthcare-footer-shape1 {
    left: 7.5%;
  }

  .healthcare-footer-section .healthcare-footer-shape2 {
    right: 7.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .healthcare-footer-section .healthcare-footer-shape1 {
    left: 12.5%;
  }

  .healthcare-footer-section .healthcare-footer-shape2 {
    right: 12.5%;
  }
}

.blog-footer-section .blog-footer-social-icon {
  transition: 0.4s ease-in-out;
}

.blog-footer-section .blog-footer-social-icon:hover {
  background-color: var(--dx-primary) !important;
  color: #fff !important;
}

.blog-footer-link a {
  position: relative;
  display: inline-block;
  color: var(--dx-secondary-color);
}

.blog-footer-link a:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dx-primary);
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.4s ease;
}

.blog-footer-link a:hover:before {
  width: 100%;
}

.about-v1-footer-section .about-v1-footer-title {
  position: relative;
}

.about-v1-footer-section .about-v1-footer-title:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--dx-border-color);
}

.about-v1-footer-section .about-v1-footer-title:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: var(--dx-primary);
}

.custom-footer-section .custom-footer-text {
  font-size: 8rem;
  line-height: 0.8;
}

.custom-footer-section form ::placeholder {
  color: #ffffffb3;
}

@media (min-width: 1200px) {
  .custom-footer-section .custom-footer-info {
    border-left: 1px solid rgba(var(--dx-white-rgb), var(--dx-border-opacity));
    border-right: 1px solid rgba(var(--dx-white-rgb), var(--dx-border-opacity));
  }
}

.custom-footer-section .custom-footer-link {
  color: #ffffffb3;
  transition: 0.5s ease-in-out;
  position: relative;
  padding: 4px 0;
  display: inline-block;
}

.custom-footer-section .custom-footer-link:before,
.custom-footer-section .custom-footer-link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: 0.35s ease;
}

.custom-footer-section .custom-footer-link:before {
  top: 0;
}

.custom-footer-section .custom-footer-link:after {
  bottom: 0;
}

.custom-footer-section .custom-footer-link:hover {
  color: #fff;
  letter-spacing: 0.5px;
}

.custom-footer-section .custom-footer-link:hover:before,
.custom-footer-section .custom-footer-link:hover:after {
  width: 100%;
}

.custom-footer-section .custom-footer-social {
  color: #fff;
  transition: 0.4s ease-in-out;
}

.custom-footer-section .custom-footer-bell {
  animation: 2s ease-in-out 0s infinite normal none running bell;
}

@keyframes bell {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(20deg);
  }

  30% {
    transform: rotate(-15deg);
  }

  45% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-6deg);
  }

  75% {
    transform: rotate(3deg);
  }

  to {
    transform: rotate(0);
  }
}

@media (max-width: 767px) {
  .custom-footer-section .custom-footer-text {
    font-size: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .custom-footer-section .custom-footer-text {
    font-size: 6rem;
  }
}

.conference-footer-link {
  display: inline-block;
  transition: 0.3s;
}

.conference-footer-link:hover {
  transform: translateY(-3px) scale(1.03);
  color: #fff !important;
  text-shadow:
    0 8px 20px rgba(59, 130, 246, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.4);
}

.conference-social-icons .conference-social-btn {
  background: #ffffff14;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.conference-social-icons .conference-social-btn i {
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}

.conference-social-icons .conference-social-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dx-primary);
  transform: scale(0);
  border-radius: 50%;
  transition: 0.4s ease;
  z-index: 0;
}

.conference-social-icons .conference-social-btn:hover {
  transform: translateY(-6px) rotate(8deg);
}

.conference-social-icons .conference-social-btn:hover:before {
  transform: scale(1);
}

.btn-close:after {
  content: "" !important;
  font-size: 20px;
  line-height: 15px;
  color: var(--dx-btn-close-color);
  font-family: remixicon !important;
}

.alert-live-backdrop {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.alert-dismissible .btn-close:after {
  color: var(--dx-alert-color);
}

.alert-icon {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}

.alert-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  border-right: 1px solid var(--dx-alert-border-color);
}

.icon-alert {
  border-color: var(--dx-border-color);
}

.icon-alert .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-gradient {
  background: linear-gradient(to right,
      var(--dx-primary),
      var(--dx-primary-text-emphasis));
}

.secondary-gradient {
  background: linear-gradient(to right, #a855f7, #7e22ce);
}

.success-gradient {
  background: linear-gradient(to right, #358ffc, #22c55e);
}

.danger-gradient {
  background: linear-gradient(to right, #152956, #450a0a);
}

#liveAlert {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 1030;
}

.basic-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--dx-secondary-bg);
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translate(-50%);
}

.breadcrumb-item {
  font-weight: 500;
}

.breadcrumb-item a {
  color: var(--dx-secondary-color);
}

:is(.double-arrow, .single-arrow, .dash-arrow) .breadcrumb-item+.breadcrumb-item:before {
  float: left;
  font-family: RemixIcon;
  color: var(--dx-breadcrumb-divider-color);
}

.double-arrow .breadcrumb-item+.breadcrumb-item:before {
  content: "";
}

.single-arrow .breadcrumb-item+.breadcrumb-item:before {
  content: "";
}

.dash-arrow .breadcrumb-item+.breadcrumb-item:before {
  content: "";
}

.btn-navigation {
  box-shadow: var(--dx-box-shadow);
  border: 1px solid var(--dx-border-color);
  background-color: var(--dx-secondary-bg);
  position: relative;
  display: flex;
  border-radius: 0.625rem;
}

.btn-navigation a {
  color: var(--dx-secondary-color);
  padding: 1.5rem 1rem;
  position: relative;
  flex-grow: 1;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-navigation a {
    transition: none;
  }
}

.navigation-bottom-animation a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50rem;
  transform: translate(-50%);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navigation-bottom-animation a:before {
    transition: none;
  }
}

.navigation-bottom-animation a:is(:hover, .active):before {
  bottom: 10px;
}

.navigation-border-animation a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.125rem;
  transform: translate(-50%);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navigation-border-animation a:before {
    transition: none;
  }
}

.navigation-border-animation a:is(:hover, .active):before {
  width: 100%;
}

.navigation-border-animation.top-border a:before {
  position: absolute;
  top: 0;
  left: 50%;
}

.notification {
  display: inline-flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.6875rem;
  padding: 0;
  border: 2px solid var(--dx-secondary-bg);
}

.notification.top-end {
  position: absolute;
  top: -8px;
  right: -8px;
}

.notification.top-start {
  position: absolute;
  top: -8px;
  left: -8px;
}

.notification.bottom-start {
  position: absolute;
  bottom: -8px;
  left: -8px;
}

.notification.bottom-end {
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.notification.inside {
  position: static;
}

.badge-square {
  display: inline-flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.6875rem;
  padding: 0;
}

.spin {
  height: 2rem;
  width: 2rem;
  border-radius: 50rem;
}

.modern-spinner {
  border: 2px solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.gradient-loader .bg-gradient {
  border-color: var(--dx-primary) var(--dx-success) var(--dx-warning) var(--dx-danger) !important;
}

.gradient-loader .bg-gradient2 {
  border-color: var(--dx-info) var(--dx-pink) var(--dx-secondary) var(--dx-primary) !important;
}

.gradient-loader .bg-sub-gradient {
  border-color: var(--dx-primary-bg-subtle) var(--dx-success-bg-subtle) var(--dx-warning-bg-subtle) var(--dx-danger-bg-subtle) !important;
}

.animation-button .circle {
  margin-top: -0.25rem;
  margin-right: -0.25rem;
}

.animation-button .loader-button-animation {
  position: absolute;
  top: -0.2188rem;
  right: -0.2188rem;
}

.animate-bounce {
  border: 2px solid var(--dx-border-color);
}

.accordion.accordion-boxed .accordion-item {
  border: none;
}

.accordion.accordion-boxed .accordion-item:not(:last-child) {
  margin-bottom: calc(var(--dx-spacer) * 0.7);
}

.accordion.accordion-boxed .accordion-button {
  border: 1px solid var(--dx-accordion-border-color);
  border-radius: 0.625rem;
}

.accordion .accordion-button {
  padding-right: 1.6rem;
}

.accordion .accordion-button:after {
  content: "+";
  font-size: 1.5rem;
  color: #5c3e94;
  margin-left: auto;
  transition: transform 0.3s ease;
  background-image: none !important;
}

.accordion .accordion-button[aria-expanded="true"]:after {
  content: "−";
}

.modal {
  --dx-modal-box-shadow:
    0 10px 15px -3px rgba(229, 231, 235, 0.3),
    0 4px 6px -4px rgba(229, 231, 235, 0.3);
}

.modal-footer {
  padding: var(--dx-spacer);
}

.modal-dialog-start {
  margin-left: var(--dx-spacer);
}

.modal-dialog-end {
  margin-right: var(--dx-spacer);
}

.modal-dialog-bottom-end {
  position: absolute;
  right: var(--dx-spacer);
  bottom: 0;
}

.modal-dialog-bottom-start {
  position: absolute;
  left: var(--dx-spacer);
  bottom: 0;
}

.modal-xs {
  width: 20rem;
}

.modal-2xl {
  max-width: 64rem;
}

@media (max-width: 1024px) {
  .modal-2xl {
    max-width: 61.5rem;
  }
}

@media (max-width: 768px) {
  .modal-2xl {
    max-width: 45.5rem;
  }
}

@media (max-width: 575.98px) {

  .modal-xs,
  .modal-sm,
  .modal-lg,
  .modal-xl,
  .modal-2xl {
    max-width: 24.0625rem;
    margin-inline: auto;
  }
}

.progress-bar.progress-gradient {
  background: var(--dx-progress-bar-bg);
}

.progress-bar.progress-gradient-primary {
  --dx-progress-bar-bg: linear-gradient(90deg,
      var(--dx-primary),
      var(--dx-success));
}

.progress-bar.progress-gradient-info {
  --dx-progress-bar-bg: linear-gradient(90deg,
      var(--dx-primary),
      var(--dx-info-text-emphasis),
      var(--dx-info));
}

.progress-bar.progress-gradient-indigo {
  --dx-progress-bar-bg: linear-gradient(90deg,
      var(--dx-indigo),
      var(--dx-secondary));
}

.progress-1 {
  height: 0.5rem;
}

.progress-2 {
  height: 0.625rem;
}

.progress-3 {
  height: 0.75rem;
}

.progress-4 {
  height: 1rem;
}

.progress-5 {
  height: 1.25rem;
}

.progress-6 {
  height: 1.5rem;
}

.progress-7 {
  height: 2rem;
}

.progress-circle {
  position: relative;
  display: inline-block;
}

.progress-circle svg {
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-linecap: round;
}

.progress-circle .progress-bg {
  stroke: var(--dx-tertiary-bg);
}

.progress-circle .progress-fill {
  transition: stroke-dashoffset 1s ease-in-out;
}

.progress-circle .progress-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.progress-circle .progress-text-inner {
  text-align: center;
  line-height: 1.2;
}

.progress-circle .animate-count {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .progress-circle .animate-count {
    transition: none;
  }
}

.offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--dx-offcanvas-border-color);
}

.offcanvas .offcanvas-footer {
  padding: var(--dx-spacer) var(--dx-spacer);
  border-top: 1px solid var(--dx-offcanvas-border-color);
}

.offcanvas.offcanvas-small {
  width: 7rem;
}

.offcanvas.offcanvas-large {
  width: 24rem;
}

@media (min-width: 576px) {
  .offcanvas.offcanvas-half {
    width: 50%;
  }
}

.toast-primary {
  --dx-toast-bg: rgba(var(--dx-primary-rgb));
}

.toast-secondary {
  --dx-toast-bg: rgba(var(--dx-secondary-rgb));
}

.toast-success {
  --dx-toast-bg: rgba(var(--dx-success-rgb));
}

.toast-info {
  --dx-toast-bg: rgba(var(--dx-info-rgb));
}

.toast-warning {
  --dx-toast-bg: rgba(var(--dx-warning-rgb));
}

.toast-danger {
  --dx-toast-bg: rgba(var(--dx-danger-rgb));
}

.toast-light {
  --dx-toast-bg: rgba(var(--dx-light-rgb));
}

.toast-dark {
  --dx-toast-bg: rgba(var(--dx-dark-rgb));
}

.toast-pink {
  --dx-toast-bg: rgba(var(--dx-pink-rgb));
}

.toast-orange {
  --dx-toast-bg: rgba(var(--dx-orange-rgb));
}

.toast-indigo {
  --dx-toast-bg: rgba(var(--dx-indigo-rgb));
}

.toast-content {
  --dx-toast-max-width: 24rem;
  --dx-toast-box-shadow: 0 10px 15px -3px #bdbdbd9f, 0 4px 6px -4px #bbbbbb41;
}

.basic-gallery img {
  transition: transform 5s ease-in-out;
}

.basic-gallery:hover>img {
  transform: scale(1.25);
}

@media (min-width: 992px) {
  .item-4 {
    margin-top: -9rem;
  }

  .item-6 {
    margin-top: -7rem;
  }

  .item-7 {
    margin-top: -17rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .item-3 {
    margin-top: -9rem;
  }

  .item-5,
  .item-7 {
    margin-top: -3rem;
  }
}

.timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  list-style: none;
}

.timeline.timeline-square>*:after {
  border-radius: 0.125rem;
}

.timeline-basic {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.timeline-basic .timeline-item {
  position: relative;
  padding-left: 1.25rem;
  padding-bottom: 0.75rem;
}

.timeline-basic .timeline-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: -0.5rem;
  left: 0.125rem;
  width: 2px;
  background-color: var(--dx-tertiary-bg);
}

.timeline-basic .timeline-item:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999px;
  background-color: var(--dx-tertiary-bg);
}

.timeline-basic .timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-primary .timeline-item.active:after,
.timeline-primary .timeline-item.active:before {
  background-color: var(--dx-primary);
}

.timeline-secondary .timeline-item.active:after,
.timeline-secondary .timeline-item.active:before {
  background-color: var(--dx-secondary);
}

.timeline-success .timeline-item.active:after,
.timeline-success .timeline-item.active:before {
  background-color: var(--dx-success);
}

.timeline-info .timeline-item.active:after,
.timeline-info .timeline-item.active:before {
  background-color: var(--dx-info);
}

.timeline-warning .timeline-item.active:after,
.timeline-warning .timeline-item.active:before {
  background-color: var(--dx-warning);
}

.timeline-danger .timeline-item.active:after,
.timeline-danger .timeline-item.active:before {
  background-color: var(--dx-danger);
}

.timeline-light .timeline-item.active:after,
.timeline-light .timeline-item.active:before {
  background-color: var(--dx-light);
}

.timeline-dark .timeline-item.active:after,
.timeline-dark .timeline-item.active:before {
  background-color: var(--dx-dark);
}

.timeline-pink .timeline-item.active:after,
.timeline-pink .timeline-item.active:before {
  background-color: var(--dx-pink);
}

.timeline-orange .timeline-item.active:after,
.timeline-orange .timeline-item.active:before {
  background-color: var(--dx-orange);
}

.timeline-indigo .timeline-item.active:after,
.timeline-indigo .timeline-item.active:before {
  background-color: var(--dx-indigo);
}

.changelog-timeline {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.changelog-timeline .timeline-item {
  position: relative;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.changelog-timeline .timeline-item:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: -0.5rem;
  left: 1rem;
  width: 0.125rem;
  margin: 1.875rem 0 1rem;
  background-color: var(--dx-tertiary-bg);
}

.changelog-timeline .timeline-item:last-child {
  padding-bottom: 0;
}

.changelog-timeline .timeline-item:last-child:before {
  display: none;
}

.changelog-timeline .timeline-item .dot {
  position: absolute;
  height: 6px;
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-modern {
  list-style: none;
}

.timeline-modern .timeline-item {
  position: relative;
}

.timeline-modern .timeline-item:before {
  content: "";
  position: absolute;
  top: -1.3rem;
  bottom: -0.5rem;
  left: 16px;
  width: 0.0625rem;
  background-color: var(--dx-tertiary-bg);
  z-index: -1;
}

.timeline-modern .timeline-item:last-child:before {
  content: none;
}

.order-timeline {
  position: relative;
}

.order-timeline .timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 2rem;
}

.order-timeline .timeline-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: -0.5rem;
  left: 0.75rem;
  width: 2px;
  background-color: var(--dx-tertiary-bg);
  z-index: 1;
}

.order-timeline .timeline-item:not(:last-child) {
  padding-bottom: 1.5rem;
}

.order-timeline .timeline-item.completed .timeline-marker {
  background-color: var(--dx-success);
}

.order-timeline .timeline-item.completed:before {
  background-color: var(--dx-success);
}

.order-timeline .timeline-item.active .timeline-marker {
  background-color: var(--dx-primary);
}

.order-timeline .timeline-item.active:before {
  background-color: var(--dx-primary);
}

.order-timeline .timeline-item.pending .timeline-marker {
  background-color: var(--dx-tertiary-bg);
  color: var(--dx-tertiary-color);
}

.order-timeline .timeline-marker {
  top: 0.25rem;
  left: 0;
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 2px solid var(--dx-secondary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #fff;
}

.order-timeline .timeline-content {
  flex: 1;
}

.shipment-timeline {
  position: relative;
}

.shipment-timeline .timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.shipment-timeline .timeline-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: -0.5rem;
  left: 0.75rem;
  width: 2px;
  background-color: var(--dx-tertiary-bg);
  z-index: 1;
}

.shipment-timeline .timeline-item:last-child {
  margin-bottom: 0;
}

.shipment-timeline .timeline-item.completed .timeline-marker {
  background-color: var(--dx-success);
  border-color: var(--dx-success);
}

.shipment-timeline .timeline-item.completed:before {
  background-color: var(--dx-success);
}

.shipment-timeline .timeline-item.active .timeline-marker {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

.shipment-timeline .timeline-item.active:before {
  background-color: var(--dx-primary);
}

.shipment-timeline .timeline-item.pending .timeline-marker {
  background-color: var(--dx-light);
  border-color: var(--dx-tertiary-bg);
  color: var(--dx-tertiary-color);
}

.shipment-timeline .timeline-marker {
  top: 0.25rem;
  left: 0;
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 2px solid var(--dx-secondary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #fff;
  transition: all 0.3s ease;
}

.shipment-timeline .timeline-content {
  flex: 1;
  padding-left: 0.5rem;
}

.shipment-timeline .timeline-content .timeline-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--dx-body-color);
}

.shipment-timeline .timeline-content p {
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}

.shipment-timeline .timeline-content small {
  font-size: 0.75rem;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination .page-item:is(:first-child, :last-child) .page-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: auto;
  padding: var(--dx-pagination-padding-y) var(--dx-pagination-padding-x);
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--dx-border-radius);
  padding: 0;
}

.pagination.pagination-rounded .page-link {
  border-radius: 50rem;
}

.pagination.pagination-modern {
  gap: 0;
}

.pagination.pagination-modern .page-item .page-link {
  width: auto;
  padding: var(--dx-pagination-padding-y) var(--dx-pagination-padding-x);
  border-radius: 0;
  gap: 0.25rem;
}

.pagination.pagination-modern .page-item:is(:first-child, :last-child) .page-link {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pagination.pagination-modern .page-item:first-child .page-link {
  border-top-left-radius: var(--dx-pagination-border-radius);
  border-bottom-left-radius: var(--dx-pagination-border-radius);
}

.pagination.pagination-modern .page-item:last-child .page-link {
  border-top-right-radius: var(--dx-pagination-border-radius);
  border-bottom-right-radius: var(--dx-pagination-border-radius);
}

.pagination.pagination-modern.pagination-rounded .page-item:first-child .page-link {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.pagination.pagination-modern.pagination-rounded .page-item:last-child .page-link {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.pagination.pagination-flush .page-item .page-link {
  border: 0;
}

.pagination.pagination-xs .page-item .page-link {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.pagination.pagination-xs .page-item:is(:first-child, :last-child) .page-link {
  width: auto;
  height: 1.5rem;
  padding: 0.125rem 0.5rem;
}

.pagination.pagination-sm .page-item .page-link {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.pagination.pagination-sm .page-item:is(:first-child, :last-child) .page-link {
  width: auto;
  height: 1.75rem;
}

.pagination.pagination-md .page-item .page-link {
  width: 2rem;
  height: 2rem;
}

.pagination.pagination-md .page-item:is(:first-child, :last-child) .page-link {
  width: auto;
  height: 2rem;
}

.pagination.pagination-lg .page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
}

.pagination.pagination-lg .page-item:is(:first-child, :last-child) .page-link {
  width: auto;
  height: 2.5rem;
}

.link {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .link {
    transition: none;
  }
}

.link.link-custom {
  color: var(--dx-body-color);
}

.link.link-custom:hover {
  color: var(--dx-primary);
}

.list-borderless {
  --dx-list-group-border-width: none;
  --dx-list-group-item-padding-x: 0px;
  --dx-list-group-item-padding-y: 4px;
}

.list-arrow {
  list-style-image: url(./assets/images/others/arrow-right.png);
}

.list-boxed .list-group-item {
  border: var(--dx-list-group-border-width) solid var(--dx-list-group-border-color);
  border-radius: 0.625rem;
}

.list-boxed .list-group-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list-group-primary li::marker,
.list-group-primary li:before {
  color: var(--dx-primary);
}

.list-group-secondary li::marker,
.list-group-secondary li:before {
  color: var(--dx-secondary);
}

.list-group-success li::marker,
.list-group-success li:before {
  color: var(--dx-success);
}

.list-group-info li::marker,
.list-group-info li:before {
  color: var(--dx-info);
}

.list-group-warning li::marker,
.list-group-warning li:before {
  color: var(--dx-warning);
}

.list-group-danger li::marker,
.list-group-danger li:before {
  color: var(--dx-danger);
}

.list-group-light li::marker,
.list-group-light li:before {
  color: var(--dx-light);
}

.list-group-dark li::marker,
.list-group-dark li:before {
  color: var(--dx-dark);
}

.list-group-pink li::marker,
.list-group-pink li:before {
  color: var(--dx-pink);
}

.list-group-orange li::marker,
.list-group-orange li:before {
  color: var(--dx-orange);
}

.list-group-indigo li::marker,
.list-group-indigo li:before {
  color: var(--dx-indigo);
}

.nav-underline .nav-link {
  padding: 0.5rem 1rem;
  position: relative;
  border: 0;
}

.nav-underline .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 0px;
  border-radius: 50rem;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-underline .nav-link:after {
    transition: none;
  }
}

.nav-underline .nav-link:after {
  background-color: var(--dx-nav-underline-link-active-color);
}

.nav-underline .nav-link:is(:hover, .active):after {
  width: 100%;
}

.nav-underline .nav-link.active {
  font-weight: 500;
}

.tabs-animation .nav-link {
  position: relative;
  overflow: hidden;
  height: 2.75rem;
  text-align: center;
  width: 8rem;
}

.tabs-animation .nav-link .icon {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tabs-animation .nav-link .icon {
    transition: none;
  }
}

.tabs-animation .nav-link .icon {
  margin-inline: auto;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.tabs-animation .nav-link .content {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .tabs-animation .nav-link .content {
    transition: none;
  }
}

.tabs-animation .nav-link .content {
  display: block;
  transform: translateY(-3.5rem);
}

.tabs-animation .nav-link:hover .content {
  transform: translateY(-1.1rem);
}

.tabs-animation .nav-link:hover .icon {
  transform: translateY(2.5rem);
}

@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shineMove {
  0% {
    left: -120%;
  }

  to {
    left: 120%;
  }
}

@keyframes waveMove {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-50%);
  }
}

@keyframes sparklePulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
    filter: drop-shadow(0 0 0 rgba(126, 86, 218, 0));
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
    filter: drop-shadow(0 0 12px rgba(126, 86, 218, 0.6));
  }

  to {
    transform: scale(1);
    opacity: 0.8;
    filter: drop-shadow(0 0 0 rgba(126, 86, 218, 0));
  }
}

@keyframes codeLineAnimation {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes bgwaves {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  to {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes moveGlow {
  0% {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}

@keyframes floatTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes floatBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes floatLeft {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translate(-20px);
  }

  to {
    transform: translate(0);
  }
}

@keyframes rotate {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translate(20px);
  }

  to {
    transform: translate(0);
  }
}

:is(.animate-dot, .animate-bounce) {
  animation: bounce 1s infinite;
}

:is(.animate-dot, .animate-bounce).delay-150 {
  animation-delay: -0.3s;
}

:is(.animate-dot, .animate-bounce).delay-300 {
  animation-delay: -0.15s;
}

@keyframes bounce {

  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes badgeFloat {
  0% {
    transform: rotate(-30deg) translateY(0) scale(1);
  }

  50% {
    transform: rotate(-30deg) translateY(-12px) scale(1.03);
  }

  to {
    transform: rotate(-30deg) translateY(0) scale(1);
  }
}

.modern-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {

  75%,
  to {
    content: var(--tw-content);
    transform: scale(2);
    opacity: 0;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes shimmer {
  to {
    transform: translate(0);
    opacity: 0;
  }
}

@keyframes timerPulse {

  0%,
  to {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

@keyframes timeUpdate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slideInUp {
  to {
    margin-top: 6px;
  }

  0% {
    margin-top: 14px;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }

  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translate(30px);
  }

  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee-scroll-left {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-50%);
  }
}

@keyframes marquee-scroll-up {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes phoneRing {
  0% {
    transform: rotate3d(0, 0, 1, 0);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0);
  }
}

@keyframes bellRing {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(10deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(6deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(2deg);
  }

  60% {
    transform: rotate(0);
  }

  to {
    transform: rotate(0);
  }
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group .avatar-group-item {
  position: relative;
  transition:
    transform 0.3s ease,
    z-index 0.3s ease;
}

.avatar-group .avatar-group-item :is(img, div) {
  border: 2px solid var(--dx-secondary-bg);
  border-radius: 50rem;
}

.avatar-group .avatar-group-item div {
  color: #fff;
  background-color: var(--dx-primary);
}

.avatar-group .avatar-group-item:not(:first-child) {
  margin-left: -10px;
}

.avatar-group .avatar-group-item:hover {
  transform: translateY(-4px) scale(1.05);
  z-index: 10;
}

.back-to-top-btn {
  position: fixed;
  bottom: 19px;
  right: 19px;
  z-index: 99999;
}

.back-to-top-btn:before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: conic-gradient(#fff var(--progress, 0deg), transparent 0deg);
  -webkit-mask: radial-gradient(farthest-side,
      transparent calc(100% - 2px),
      #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
}

.back-to-top-btn {
  display: none;
}

.back-to-top-btn.show {
  display: flex;
}

.digital-btn {
  padding: 16px 35px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  transition: 0.4s;
}

.digital-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0,
      100% 0,
      100% 40%,
      95% 50%,
      100% 60%,
      100% 100%,
      0 100%,
      0 60%,
      5% 50%,
      0 40%);
  background-color: #5c3e94;
  transition: 0.4s;
  z-index: -1;
}

.digital-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #5c3e94;
  opacity: 0;
  transform: scale(0.9);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.4s;
}

.digital-btn span:before,
.digital-btn span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #5c3e94;
  opacity: 0;
  transition: 0.4s;
}

.digital-btn span:before {
  bottom: 10px;
  left: 10px;
  border-top: none;
  border-right: none;
}

.digital-btn span:after {
  top: 10px;
  right: 10px;
  border-bottom: none;
  border-left: none;
}

.digital-btn i {
  transition: 0.3s;
}

.digital-btn:hover:before {
  opacity: 0;
  transform: scale(1.1);
}

.digital-btn:hover:after {
  opacity: 1;
  transform: scale(1);
}

.digital-btn:hover span {
  color: #5c3e94;
}

.digital-btn:hover span:before,
.digital-btn:hover span:after {
  opacity: 1;
}

.digital-btn:hover i {
  color: #5c3e94;
  transform: translate(6px);
}

.startup-btn i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.startup-btn:hover i {
  transform: rotate(45deg);
}

.automation-btn {
  outline: none;
  background: linear-gradient(135deg, #5c3e94, #8b5cf6);
  color: #fff;
  padding: 12px 34px;
  box-shadow:
    0 0 25px #7e56da99,
    0 0 40px #7e56da66,
    inset 2px 2px 6px #ffffff26,
    inset -2px -2px 6px #0006;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease,
    border-radius 0.35s ease;
}

.automation-btn:hover {
  transform: perspective(120px) rotateX(12deg) scale(1.08);
  border-radius: 8px;
  background: linear-gradient(135deg, #5c3e94, #8b5cf6d9);
  box-shadow:
    0 0 45px #7e56dae6,
    0 0 65px #7e56dab3,
    inset 2px 2px 8px #ffffff40,
    inset -2px -2px 18px #7e56da99;
}

.app-showcase-btn,
.app-showcase-btn span,
.app-showcase-btn i {
  transition: all 0.35s ease;
}

.app-showcase-btn:hover {
  padding-right: 3.8rem !important;
}

.app-showcase-btn:hover span {
  width: 100% !important;
}

.analytics-btn {
  padding: 12px 16px;
  transition: 0.4s ease;
}

.analytics-btn .analytics-btn-text-wrap {
  height: 24px;
}

.analytics-btn .analytics-btn-text-wrap .analytics-btn-text {
  transition: 0.4s ease;
  line-height: 24px;
}

.analytics-btn .analytics-btn-text-wrap.analytics-text-hover {
  position: absolute;
  top: 100%;
  left: 0;
}

.analytics-btn:hover .analytics-text-default,
.analytics-btn:hover .analytics-text-hover {
  transform: translateY(-100%);
}

.product-btn {
  transition: 0.4s ease;
}

.product-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  z-index: -1;
}

.product-btn:hover {
  color: var(--dx-primary);
  border-color: #fff;
}

.product-btn:hover:before {
  width: 300px;
  height: 300px;
}

.product-hero-btn:before {
  background: var(--dx-primary);
}

.product-hero-btn:hover {
  color: #fff;
  border-color: var(--dx-primary);
}

.product-main-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #000;
  transition: opacity 0.3s;
}

.product-main-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: scaleY(0.05);
  transform-origin: 50% 100%;
}

.product-main-link:hover:before {
  opacity: 1;
  animation: coverUp 0.3s ease forwards;
}

.product-main-link:hover:after {
  opacity: 0;
}

@keyframes coverUp {
  0% {
    transform: scaleY(0.05);
  }

  50% {
    transform: scaleY(1);
  }

  51% {
    transform-origin: 50% 0%;
  }

  to {
    transform: scaleY(0.05);
    transform-origin: 50% 0%;
  }
}

.crm-btn {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.crm-btn:before,
.crm-btn:after {
  content: "";
  position: absolute;
  background: #f25912 !important;
  transition: all 0.4s ease;
  z-index: 1;
}

.crm-btn:before {
  width: 100%;
  height: 0%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.crm-btn:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.crm-btn:hover {
  border-color: #f25912 !important;
}

.crm-btn:hover:before {
  height: 100%;
}

.crm-btn:hover:after {
  width: 100%;
}

.crm-btn-link {
  align-items: center;
  display: inline-flex;
}

.crm-btn-link .crm-btn-link-icon {
  display: inline-block;
  margin-right: calc(9px + 0.3125vw);
  position: relative;
  transition: all 0.4s ease;
  z-index: 0;
}

.crm-btn-link .crm-btn-link-icon i {
  align-items: center;
  background-color: #5c3e94;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  padding: 6px;
  transition: all 0.4s ease;
}

.crm-btn-link .crm-btn-link-icon:after {
  content: "";
  border: 1px solid #5c3e94;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: calc(-6.6px - 0.4375vw);
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  z-index: -1;
}

.crm-btn-link:hover .crm-btn-link-icon {
  transform: translate(calc(4.8px + 0.375vw));
}

.crm-btn-link:hover .crm-btn-link-icon i {
  transform: rotate(50deg);
}

.crm-btn-link:hover .crm-btn-link-icon:after {
  transform: translate(calc(6.6px + 0.4375vw));
}

.saas-v1-btn {
  transition: 0.4s ease;
}

.saas-v1-btn span,
.saas-v1-btn i {
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}

.saas-v1-btn i {
  font-size: 19px;
}

.saas-v1-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s ease;
  z-index: 1;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}

.saas-v1-btn:hover:before {
  left: 0;
}

.saas-v1-btn:hover span,
.saas-v1-btn:hover i {
  color: #000 !important;
}

.custom-btn {
  position: relative;
  z-index: 1;
}

.custom-btn:after {
  content: "";
  width: 0px;
  height: 0px;
  background: #f25912;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear 0ms;
  z-index: -1;
}

.custom-btn:hover {
  border-color: #f25912 !important;
  color: #fff !important;
}

.custom-btn:hover:after {
  width: 100%;
  height: 100%;
  left: 0;
}

.project-main-btn {
  transition: 0.4s ease-in-out;
}

.project-main-btn .project-btn-icon {
  transition: 0.4s ease-in-out;
  background-color: #fff;
  color: #000;
}

.project-main-btn:hover {
  background-color: #fff;
  color: #5c3e94;
}

.project-main-btn:hover .project-btn-icon {
  background-color: #5c3e94;
  color: #fff;
}

.card {
  margin-bottom: var(--dx-spacer);
}

.card .card-header {
  padding-bottom: 0;
  border: none;
}

.card.card-h-100 {
  height: calc(100% - var(--dx-spacer));
}

.card-hover-animate {
  transition: transform 0.3s ease-in-out;
}

.card-hover-animate:hover {
  transform: translateY(-0.25rem);
}

.basic-card .card-img-top {
  height: 8rem;
  object-fit: cover;
  width: 100%;
}

.basic-card .user {
  height: 120px;
  width: 120px;
  margin-top: -4rem;
}

.card-hover-effect {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .card-hover-effect {
    transition: none;
  }
}

.card-hover-effect .icon-bg {
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-hover-effect .icon-hover-bg {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .card-hover-effect .icon-hover-bg {
    transition: none;
  }
}

.card-hover-effect .icon-hover-bg {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}

.card-hover-effect:hover {
  box-shadow: 0 25px 50px -12px #00000040;
  transform: translateY(-6px);
}

.card-hover-effect:hover .icon-hover-bg {
  transform: scale(10);
  border-radius: 100%;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background-color: #171717;
  opacity: 0.2;
}

.dropdown-menu {
  animation-name: slideDownIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.dropdown-menu .dropdown-item {
  border-radius: 0.625rem;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-menu .dropdown-item {
    transition: none;
  }
}

@keyframes slideDownIn {
  to {
    margin-top: -1px;
  }

  0% {
    margin-top: 5px;
  }
}

:is(.dropdown .dropdown-toggle, .dropdown-toggle-split.dropdown-toggle):after {
  content: "";
  font-family: remixicon !important;
  border: none;
  font-size: 20px;
  line-height: 0.8;
  margin-top: 0;
  vertical-align: -0.2rem;
}

:is(.dropdown .dropdown-toggle,
  .dropdown-toggle-split.dropdown-toggle).show:after {
  transform: rotate(180deg);
}

.dropend .dropdown-toggle:after {
  content: "";
  font-family: remixicon !important;
  border: none !important;
  font-size: 20px;
  line-height: 0.8;
  margin-top: 3.2px;
  transform: rotate(-90deg);
}

.dropend .dropdown-toggle:hover:after {
  transform: rotate(-90deg);
}

.dropstart .dropdown-toggle:before {
  content: "";
  font-family: remixicon !important;
  border: none;
  font-size: 20px;
  line-height: 0.8;
  margin-top: 3.2px;
  transform: rotate(90deg);
}

.dropup .dropdown-toggle:after {
  content: "";
  font-family: remixicon !important;
  border: none;
  font-size: 20px;
  line-height: 0.8;
  margin-top: 3.2px;
  transform: rotate(180deg);
}

.square {
  height: 20rem;
  width: 20rem;
  background: linear-gradient(136deg,
      rgba(var(--dx-primary-rgb), 0.2),
      rgba(var(--dx-secondary-rgb), 0.2),
      rgba(var(--dx-info-rgb), 0.2));
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .square {
    height: 15rem;
    width: 15rem;
  }
}

.simplebar-scrollbar:before {
  background: var(--dx-border-color) !important;
}

.simplebar-primary .simplebar-scrollbar:before {
  background-color: var(--dx-primary) !important;
}

.simplebar-secondary .simplebar-scrollbar:before {
  background-color: var(--dx-secondary) !important;
}

.simplebar-success .simplebar-scrollbar:before {
  background-color: var(--dx-success) !important;
}

.simplebar-info .simplebar-scrollbar:before {
  background-color: var(--dx-info) !important;
}

.simplebar-warning .simplebar-scrollbar:before {
  background-color: var(--dx-warning) !important;
}

.simplebar-danger .simplebar-scrollbar:before {
  background-color: var(--dx-danger) !important;
}

.simplebar-light .simplebar-scrollbar:before {
  background-color: var(--dx-light) !important;
}

.simplebar-dark .simplebar-scrollbar:before {
  background-color: var(--dx-dark) !important;
}

.simplebar-pink .simplebar-scrollbar:before {
  background-color: var(--dx-pink) !important;
}

.simplebar-orange .simplebar-scrollbar:before {
  background-color: var(--dx-orange) !important;
}

.simplebar-indigo .simplebar-scrollbar:before {
  background-color: var(--dx-indigo) !important;
}

::-webkit-scrollbar-track {
  background-color: var(--dx-secondary-bg);
}

::-webkit-scrollbar {
  width: 10px;
  background-color: var(--dx-secondary-bg);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--dx-border-color);
}

.swiper-primary .swiper-pagination-bullet {
  background: var(--dx-primary);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-primary .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-primary);
}

.swiper-secondary .swiper-pagination-bullet {
  background: var(--dx-secondary);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-secondary .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-secondary);
}

.swiper-success .swiper-pagination-bullet {
  background: var(--dx-success);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-success .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-success);
}

.swiper-info .swiper-pagination-bullet {
  background: var(--dx-info);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-info .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-info);
}

.swiper-warning .swiper-pagination-bullet {
  background: var(--dx-warning);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-warning .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-warning);
}

.swiper-danger .swiper-pagination-bullet {
  background: var(--dx-danger);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-danger .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-danger);
}

.swiper-light .swiper-pagination-bullet {
  background: var(--dx-light);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-light .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-light);
}

.swiper-dark .swiper-pagination-bullet {
  background: var(--dx-dark);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-dark .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-dark);
}

.swiper-pink .swiper-pagination-bullet {
  background: var(--dx-pink);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-pink .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-pink);
}

.swiper-orange .swiper-pagination-bullet {
  background: var(--dx-orange);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-orange .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-orange);
}

.swiper-indigo .swiper-pagination-bullet {
  background: var(--dx-indigo);
  height: 0.75rem;
  width: 0.75rem;
}

.swiper-indigo .swiper-pagination-bullet-active {
  background: var(--dx-white);
  border: 3px solid var(--dx-indigo);
}

.swiper-button-prev:before {
  content: "";
  font-family: RemixIcon;
}

.swiper-button-next:before {
  content: "";
  font-family: RemixIcon;
}

:is(.swiper-button-prev, .swiper-button-next):after {
  display: none;
}

.swiper-navigation-hover :is(.swiper-button-prev, .swiper-button-next) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .swiper-navigation-hover :is(.swiper-button-prev, .swiper-button-next) {
    transition: none;
  }
}

.swiper-navigation-hover :is(.swiper-button-prev, .swiper-button-next):before {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .swiper-navigation-hover :is(.swiper-button-prev, .swiper-button-next):before {
    transition: none;
  }
}

.swiper-navigation-hover :is(.swiper-button-prev, .swiper-button-next):before {
  opacity: 0;
  visibility: hidden;
}

.swiper-navigation-hover:hover :is(.swiper-button-prev, .swiper-button-next) {
  opacity: 1;
  visibility: visible;
}

.swiper-navigation-hover:hover :is(.swiper-button-prev, .swiper-button-next):before {
  opacity: 1;
  visibility: visible;
}

.basic-square {
  background: linear-gradient(136deg,
      var(--dx-primary),
      var(--dx-secondary),
      var(--dx-info));
}

.glare-square {
  background: linear-gradient(136deg,
      var(--dx-success),
      var(--dx-indigo),
      var(--dx-info));
}

.reverse-square {
  background: linear-gradient(136deg, var(--dx-info), var(--dx-info));
}

.floating-square {
  background: linear-gradient(136deg, var(--dx-primary), var(--dx-primary));
}

.annotation-dropdown {
  top: 40px;
  left: 50px;
}

.annotation-dropdown .comment-content {
  max-height: 200px;
}

.annotation-dropdown #comment-input {
  width: 100%;
  color: var(--dx-emphasis-color);
}

.annotation-dropdown #comment-input:focus {
  outline: none;
}

.deckgo-highlight-code-carbon {
  --deckgo-highlight-code-carbon-background: #161c30;
  --deckgo-highlight-code-carbon-color: #ffffff;
  --deckgo-highlight-code-token-atrule: #ec4899;
  --deckgo-highlight-code-token-function: #eab308;
  --deckgo-highlight-code-carbon-header-button-red-background: #ef4444;
  --deckgo-highlight-code-token-selector: #4ade80;
  --deckgo-highlight-code-font-size: 0.9063rem;
  --deckgo-highlight-code-carbon-header-button-width: 0.68rem;
  --deckgo-highlight-code-carbon-header-button-height: 0.68rem;
}

.chatbot-one {
  background: linear-gradient(to bottom right,
      rgba(var(--dx-primary-rgb), 0.2),
      rgba(var(--dx-success-rgb), 0.2),
      rgba(var(--dx-secondary-rgb), 0.2));
}

.chatbot-two {
  background: linear-gradient(to top right, var(--dx-success), var(--dx-info));
}

.chatbot-three {
  background: linear-gradient(to top right,
      var(--dx-primary),
      var(--dx-secondary));
}

.treeview-scrollable {
  max-height: 70vh;
}

.treeview {
  -webkit-user-select: none;
  user-select: none;
}

.treeview ul {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .treeview ul {
    transition: none;
  }
}

.treeview ul.list-unstyled {
  margin-bottom: 0;
}

.treeview ul:not(.d-none) {
  animation: slideDown 0.5s ease-in-out;
}

.treeview li {
  position: relative;
}

.treeview li:before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--dx-border-color);
  z-index: 0;
}

.treeview li:last-child:before {
  height: 1.5rem;
}

.treeview li:last-child {
  margin-bottom: 0;
}

.treeview li:before,
.treeview li>a:before {
  display: none;
}

.treeview a {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .treeview a {
    transition: none;
  }
}

.treeview a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.treeview a:hover,
.treeview a:active,
.treeview a:focus {
  color: var(--dx-primary) !important;
  background-color: var(--dx-primary-bg-subtle);
}

.treeview i {
  margin-right: 0.5rem;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .treeview i {
    transition: none;
  }
}

.treeview [aria-expanded="true"] {
  font-weight: 500;
  color: var(--dx-primary);
  background-color: var(--dx-light);
}

.treeview [data-node] {
  cursor: pointer;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.icon-box {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dx-border-color);
  border-radius: 0.625rem;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.stroke-3 {
  stroke-width: 3;
}

.stroke-4 {
  stroke-width: 4;
}

.size-2-5 {
  width: 0.625rem;
  height: 0.625rem;
}

.size-3-5 {
  width: 0.875rem;
  height: 0.875rem;
}

.icon-primary {
  fill: rgba(var(--dx-primary-rgb), 0.1);
  color: var(--dx-primary);
}

.icon-hover-primary {
  color: var(--dx-primary);
}

.icon-hover-primary:hover {
  fill: var(--dx-primary-bg-subtle);
}

.icon-secondary {
  fill: rgba(var(--dx-secondary-rgb), 0.1);
  color: var(--dx-secondary);
}

.icon-hover-secondary {
  color: var(--dx-secondary);
}

.icon-hover-secondary:hover {
  fill: var(--dx-secondary-bg-subtle);
}

.icon-success {
  fill: rgba(var(--dx-success-rgb), 0.1);
  color: var(--dx-success);
}

.icon-hover-success {
  color: var(--dx-success);
}

.icon-hover-success:hover {
  fill: var(--dx-success-bg-subtle);
}

.icon-info {
  fill: rgba(var(--dx-info-rgb), 0.1);
  color: var(--dx-info);
}

.icon-hover-info {
  color: var(--dx-info);
}

.icon-hover-info:hover {
  fill: var(--dx-info-bg-subtle);
}

.icon-warning {
  fill: rgba(var(--dx-warning-rgb), 0.1);
  color: var(--dx-warning);
}

.icon-hover-warning {
  color: var(--dx-warning);
}

.icon-hover-warning:hover {
  fill: var(--dx-warning-bg-subtle);
}

.icon-danger {
  fill: rgba(var(--dx-danger-rgb), 0.1);
  color: var(--dx-danger);
}

.icon-hover-danger {
  color: var(--dx-danger);
}

.icon-hover-danger:hover {
  fill: var(--dx-danger-bg-subtle);
}

.icon-light {
  fill: rgba(var(--dx-light-rgb), 0.1);
  color: var(--dx-light);
}

.icon-hover-light {
  color: var(--dx-light);
}

.icon-hover-light:hover {
  fill: var(--dx-light-bg-subtle);
}

.icon-dark {
  fill: rgba(var(--dx-dark-rgb), 0.1);
  color: var(--dx-dark);
}

.icon-hover-dark {
  color: var(--dx-dark);
}

.icon-hover-dark:hover {
  fill: var(--dx-dark-bg-subtle);
}

.icon-pink {
  fill: rgba(var(--dx-pink-rgb), 0.1);
  color: var(--dx-pink);
}

.icon-hover-pink {
  color: var(--dx-pink);
}

.icon-hover-pink:hover {
  fill: var(--dx-pink-bg-subtle);
}

.icon-orange {
  fill: rgba(var(--dx-orange-rgb), 0.1);
  color: var(--dx-orange);
}

.icon-hover-orange {
  color: var(--dx-orange);
}

.icon-hover-orange:hover {
  fill: var(--dx-orange-bg-subtle);
}

.icon-indigo {
  fill: rgba(var(--dx-indigo-rgb), 0.1);
  color: var(--dx-indigo);
}

.icon-hover-indigo {
  color: var(--dx-indigo);
}

.icon-hover-indigo:hover {
  fill: var(--dx-indigo-bg-subtle);
}

.fill-primary {
  fill: var(--dx-primary);
}

.fill-secondary {
  fill: var(--dx-secondary);
}

.fill-success {
  fill: var(--dx-success);
}

.fill-info {
  fill: var(--dx-info);
}

.fill-warning {
  fill: var(--dx-warning);
}

.fill-danger {
  fill: var(--dx-danger);
}

.fill-light {
  fill: var(--dx-light);
}

.fill-dark {
  fill: var(--dx-dark);
}

.fill-pink {
  fill: var(--dx-pink);
}

.fill-orange {
  fill: var(--dx-orange);
}

.fill-indigo {
  fill: var(--dx-indigo);
}

.digital-main-subtitle {
  font-weight: 500;
  border: 1px solid var(--dx-dark);
  padding: 7px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.digital-main-subtitle:before,
.digital-main-subtitle:after {
  content: "";
  background: var(--dx-body-bg);
  position: absolute;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
  opacity: 0.9;
}

.digital-main-subtitle:before {
  inset: -2px 8px;
}

.digital-main-subtitle:after {
  inset: 8px -2px;
}

.digital-main-heading {
  font-size: 54px;
}

@media (max-width: 767px) {
  .digital-main-heading {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .digital-main-heading {
    font-size: 34px;
  }
}

.st-main-heading {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .st-main-heading {
    font-size: 2rem;
  }
}

.startup-main-subtitle {
  font-weight: 500;
  letter-spacing: 2px;
  animation: titleGlow1 2s infinite;
}

.startup-glow-white {
  animation: titleGlow2 2s infinite;
}

@keyframes titleGlow1 {
  0% {
    box-shadow: 0 0 #7e56da99;
  }

  70% {
    box-shadow: 0 0 0 14px #7e56da00;
  }

  to {
    box-shadow: 0 0 #7e56da00;
  }
}

@keyframes titleGlow2 {
  0% {
    box-shadow: 0 0 #ffffffb3;
  }

  70% {
    box-shadow: 0 0 0 14px #fff0;
  }

  to {
    box-shadow: 0 0 #fff0;
  }
}

.automation-badge .automation-badge-line {
  width: 90px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--dx-primary));
}

.automation-badge .automation-badge-line.right {
  transform: rotate(180deg);
}

.automation-badge .automation-badge-line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--dx-primary);
  border-radius: 50%;
}

.automation-badge .automation-badge-border {
  padding-top: 1px;
  background-image: linear-gradient(90deg, #29292d 15%, #5c3e94, #29292d 85%);
}

.automation-badge .automation-badge-border .automation-badge-pill {
  border: 1px solid #29292d;
  border-radius: 100px;
  background-color: #111116;
  background-image: linear-gradient(180deg, #7e56da47, #7e56da1f);
  box-shadow:
    inset 0 0 0 1px #ffffff0a,
    0 0 25px #7e56da59;
  padding: 8px 18px;
}

.automation-main-title {
  font-size: 4rem;
}

.automation-main-title span {
  background: linear-gradient(179.14deg, #fff 7.77%, #171717 120.01%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 767px) {
  .automation-main-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .automation-main-title {
    font-size: 3rem;
  }
}

.app-main-heading {
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .app-main-heading {
    font-size: 2rem;
  }
}

.analytics-title {
  font-size: 2.5rem;
}

.analytics-title span {
  transform: rotate(-2deg);
}

@media (max-width: 767px) {
  .analytics-title {
    font-size: 1.5rem;
  }
}

.crm-title {
  font-size: 3.5rem;
}

.crm-animationtext {
  display: inline-block;
  perspective: 800px;
  letter-spacing: -7px;
}

.crm-animationtext span {
  display: inline-block;
  transform-origin: center;
  backface-visibility: hidden;
  animation: rotateLetter 3.5s ease-in-out infinite;
}

@keyframes rotateLetter {

  0%,
  70%,
  to {
    transform: rotateY(0);
  }

  80% {
    transform: rotateY(90deg);
  }

  90% {
    transform: rotateY(0);
  }
}

.crm-sub-title {
  letter-spacing: 3px;
}

.crm-sub-title .crm-sub-title-bg {
  position: absolute;
  top: -50px;
  left: -207px;
  font-size: 87px;
  font-weight: 800;
  color: var(--dx-dark);
  opacity: 0.05;
  letter-spacing: 6px;
}

@media (max-width: 767px) {
  .crm-title {
    font-size: 2rem;
  }

  .crm-animationtext {
    letter-spacing: -4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .crm-title {
    font-size: 3rem;
  }
}

@media (min-width: 1199px) and (max-width: 1535px) {
  .crm-heading {
    font-size: 2.8rem;
  }
}

.product-main-title {
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .product-main-title {
    font-size: 2rem;
  }
}

.saas-v1-title h2 {
  font-size: 3.5rem;
  line-height: 1.1;
}

.saas-v1-title span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-23deg);
}

@media (max-width: 767px) {
  .saas-v1-title h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .saas-v1-title h2 {
    font-size: 3rem;
  }
}

.saas-v2-main-title {
  font-size: 3rem;
}

.saas-v2-badge:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 8px;
  width: 4px;
  height: 24px;
  background: #000;
  border-radius: 10px;
}

.saas-v2-badge:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 8px;
  width: 4px;
  height: 24px;
  background: #000;
  border-radius: 10px;
}

.saas-v2-badge .saas-v2-badge-dot {
  width: 14px;
  height: 14px;
  background: var(--dx-secondary);
  display: inline-block;
  clip-path: polygon(25% 0%,
      75% 0%,
      100% 25%,
      100% 75%,
      75% 100%,
      25% 100%,
      0% 75%,
      0% 25%);
}

@media (max-width: 767px) {
  .saas-v2-main-title {
    font-size: 2rem;
  }
}

.project-main-subtitle {
  line-height: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

.project-main-title {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .project-main-title {
    font-size: 2rem;
  }
}

.blog-main-heading .blog-main-title {
  font-size: 47px;
}

.conference-main-heading .conference-title {
  font-size: 8rem;
}

.conference-main-heading .conference-heading-line {
  width: 100%;
  height: 1px;
}

@media (max-width: 767px) {
  .conference-main-heading .conference-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .conference-main-heading .conference-title {
    font-size: 5rem;
  }
}

.custom-title-style {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.custom-title-style:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--dx-border-color);
}

.custom-title-style:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background: var(--dx-primary);
  border-radius: 10px;
}

.section-main-label .section-main-label-mask {
  max-width: 120px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAAUCAMAAABbPPhuAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXRQTFRFcnJyb29vcnJycnJycnJycnJyc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NzcnJycXFxcXFxcXFxdHR0bW1tcXFxfX19dHR0dHR0c3Nzc3Nzc3Nzc3Nzc3Nzc3NzcnJydnZ2e3t7enp6b29vd3d3d3d3c3Nzc3Nzc3Nzc3NzcXFxcXFxZmZmb29vc3Nzc3Nzc3Nzc3Nzc3NzbGxscXFxcnJyc3Nzc3Nzd3d3j4+PgYGBdnZ2c3NzcnJye3t7fn5+c3NzcnJyZWVlV1dXc3Nzc3NzcnJycHBwdnZ2dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0c3Nzf39/cHBwdHR0dHR0dHR0dHR0cXFxb29vdHR0dHR0cXFxjo6OeHh4cnJyeXl5bW1tcnJyeHh4c3NzcHBwa2trenp6b29vb29ve3t7Y2NjWFhYampqfn5+dnZ2f39/enp6cXFxj/ZTEgAAAHx0Uk5TBxYmNUVUY3ODkqKxwNDf7/3//vyCY0U1JhYHBxYmNURVwc/g7mQXBgYVJjZUZNF0NiUWBxY2cpGwBxY2RcIWBxYmNSUWBqFGFgYm8BYHFlRjc4KSorHA0ODvkwYmRYPf7hcmocFEByZTBiVEFiU2Bxc1FxcWBgcWNQgmVF2zRMMAAAMuSURBVHicbVVdS1RRFD3r4sMMNlNDojAOElI5gVY0Lw4ZipAvQUhFQfVQL0JP9uSf8A/YLxgIEukDIXyJEILAagIxS5gHHWqacHIq8gNO52vvc+61g3O9c+eevfbae619IJBcAlKoj7pCmDsh/FU/pT+73Etmk9B7BG2AjA6kWZ3tbCtngveaa91cu9WnCbtV+Jj0QIcDJ+CTcP9hsfzbEjjoaljAvpqCywJFBfErg3UDl6l1NyEoQxsdQnJIB+9/9UwJ0XNWX6KcRevs/VPL5YGvKGGl9A7FdPXcRw2oyDEdX68gok2baDIyo5h6UhrQxRysDn2w7Ap1lPGmjJZld+E90CGDAEFfCMhCUVcRopnWOcrCFCjKSdkYrKrenV5TwCNfMKpg9lrrViWaHKgesVjMTITQCaVYSoKLYIrZ1UNwYyp4XhZXTzl2Bg0hGpWLUg/U6WsWUwtnZovZJRvy4mvdv/ElOQEM9Bz5a9ldWka/kkokglTjYqdyEWFqKIlfJOGj4bWGZielYZdWRig9L+O4d90iuG+CJMFtk2EwC0J+CyvCt5GVyuTLtpFK/y7ubBUqt3eAzG8NlsICDks6KBw7P+772PKV1nC2dxouf76KATmyNGrgju0cbaf2FqOYEIX3gAvtH4E1LwI9QfocaKpom997qtlNPbu6MOHZaTgeEOLw4sihYJ3jg2cu44inSvb6PL4P7+LBVuFRWUnlFrMLpkjouVB2pH5+NRil7H3bO8KTJJVspbyZWb8Cxw48NfzUlcn2ECXfXlfl+KtOKsZ3U3NyPI1yCVjZzKSLvndJCbiWCUHwgRi9CxOmMPfad7JhfTc1N/azjmk8ufFW2dwWUxshLjKWPyeOYOr7dMIdLBeYYmo4M8QevsB0x2P0aZtfay67wfK/UyAYKyEMT28RF6fLyR9A5ry7C8xgdqZiDiA1VTRaRIYSPA3tMeblH0gnoeBwkNrj9UTbFNPAFS6jVL//Sp0I0Sc/Mx0Pr7yYMlzqfCQkGfvdUjhJDm1om/8Y2/6G/Mkznzccu+6mOe94jgiR5BJrFrXVdjvMjL44303On92+2VhN7e//A8VqcIb25hf1AAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAAUCAMAAABbPPhuAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXRQTFRFcnJyb29vcnJycnJycnJycnJyc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NzcnJycXFxcXFxcXFxdHR0bW1tcXFxfX19dHR0dHR0c3Nzc3Nzc3Nzc3Nzc3Nzc3NzcnJydnZ2e3t7enp6b29vd3d3d3d3c3Nzc3Nzc3Nzc3NzcXFxcXFxZmZmb29vc3Nzc3Nzc3Nzc3Nzc3NzbGxscXFxcnJyc3Nzc3Nzd3d3j4+PgYGBdnZ2c3NzcnJye3t7fn5+c3NzcnJyZWVlV1dXc3Nzc3NzcnJycHBwdnZ2dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0c3Nzf39/cHBwdHR0dHR0dHR0dHR0cXFxb29vdHR0dHR0cXFxjo6OeHh4cnJyeXl5bW1tcnJyeHh4c3NzcHBwa2trenp6b29vb29ve3t7Y2NjWFhYampqfn5+dnZ2f39/enp6cXFxj/ZTEgAAAHx0Uk5TBxYmNUVUY3ODkqKxwNDf7/3//vyCY0U1JhYHBxYmNURVwc/g7mQXBgYVJjZUZNF0NiUWBxY2cpGwBxY2RcIWBxYmNSUWBqFGFgYm8BYHFlRjc4KSorHA0ODvkwYmRYPf7hcmocFEByZTBiVEFiU2Bxc1FxcWBgcWNQgmVF2zRMMAAAMuSURBVHicbVVdS1RRFD3r4sMMNlNDojAOElI5gVY0Lw4ZipAvQUhFQfVQL0JP9uSf8A/YLxgIEukDIXyJEILAagIxS5gHHWqacHIq8gNO52vvc+61g3O9c+eevfbae619IJBcAlKoj7pCmDsh/FU/pT+73Etmk9B7BG2AjA6kWZ3tbCtngveaa91cu9WnCbtV+Jj0QIcDJ+CTcP9hsfzbEjjoaljAvpqCywJFBfErg3UDl6l1NyEoQxsdQnJIB+9/9UwJ0XNWX6KcRevs/VPL5YGvKGGl9A7FdPXcRw2oyDEdX68gok2baDIyo5h6UhrQxRysDn2w7Ap1lPGmjJZld+E90CGDAEFfCMhCUVcRopnWOcrCFCjKSdkYrKrenV5TwCNfMKpg9lrrViWaHKgesVjMTITQCaVYSoKLYIrZ1UNwYyp4XhZXTzl2Bg0hGpWLUg/U6WsWUwtnZovZJRvy4mvdv/ElOQEM9Bz5a9ldWka/kkokglTjYqdyEWFqKIlfJOGj4bWGZielYZdWRig9L+O4d90iuG+CJMFtk2EwC0J+CyvCt5GVyuTLtpFK/y7ubBUqt3eAzG8NlsICDks6KBw7P+772PKV1nC2dxouf76KATmyNGrgju0cbaf2FqOYEIX3gAvtH4E1LwI9QfocaKpom997qtlNPbu6MOHZaTgeEOLw4sihYJ3jg2cu44inSvb6PL4P7+LBVuFRWUnlFrMLpkjouVB2pH5+NRil7H3bO8KTJJVspbyZWb8Cxw48NfzUlcn2ECXfXlfl+KtOKsZ3U3NyPI1yCVjZzKSLvndJCbiWCUHwgRi9CxOmMPfad7JhfTc1N/azjmk8ufFW2dwWUxshLjKWPyeOYOr7dMIdLBeYYmo4M8QevsB0x2P0aZtfay67wfK/UyAYKyEMT28RF6fLyR9A5ry7C8xgdqZiDiA1VTRaRIYSPA3tMeblH0gnoeBwkNrj9UTbFNPAFS6jVL//Sp0I0Sc/Mx0Pr7yYMlzqfCQkGfvdUjhJDm1om/8Y2/6G/Mkznzccu+6mOe94jgiR5BJrFrXVdjvMjL44303On92+2VhN7e//A8VqcIb25hf1AAAAAElFTkSuQmCC);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.section-main-title {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .section-main-title {
    font-size: 2rem;
  }
}

.form-label {
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--dx-primary);
}

.form-control-md {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.resize-none {
  resize: none;
}

.form-control.fil-input:focus {
  border-color: var(--dx-gray-200);
}

#formFile::file-selector-button {
  background-color: var(--dx-light-bg-subtle);
  color: var(--dx-secondary-color);
}

#formFileDark::file-selector-button {
  background-color: var(--dx-gray-800);
  color: var(--dx-white);
}

#formFileSecondary::file-selector-button {
  background-color: var(--dx-secondary-bg-subtle);
  color: var(--dx-secondary);
  font-weight: 500;
  border-radius: 6px;
  border: none;
}

.vscomp-ele {
  max-width: 100% !important;
}

.vscomp-ele .vscomp-wrapper {
  color: var(--dx-body-color);
}

.vscomp-ele .vscomp-wrapper .vscomp-toggle-button {
  background-color: var(--dx-secondary-bg);
  border: 1px solid var(--dx-border-color);
}

.vscomp-ele .vscomp-wrapper:focus .vscomp-toggle-button,
.vscomp-ele .vscomp-wrapper.focused .vscomp-toggle-button {
  border-color: var(--dx-primary);
  box-shadow: var(--dx-box-shadow) !important;
}

.vscomp-ele .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1;
  color: var(--dx-secondary-color);
}

.vscomp-ele .vscomp-wrapper .vscomp-arrow:after {
  margin-top: -3px;
  border-bottom-color: var(--dx-emphasis-color);
  border-right-color: var(--dx-emphasis-color);
  border-left-color: transparent;
}

.vscomp-ele .vscomp-wrapper .checkbox-icon {
  margin-right: 10px;
  margin-left: 0;
}

.vscomp-ele .vscomp-wrapper .checkbox-icon:after {
  border: 1px solid var(--dx-tertiary-bg);
}

.vscomp-ele .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon:after {
  border: 1px solid var(--dx-primary);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}

.vscomp-ele .vscomp-wrapper .vscomp-options,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results {
  background-color: var(--dx-secondary-bg);
}

.vscomp-ele .vscomp-wrapper .vscomp-options .vscomp-option,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results .vscomp-option {
  text-align: left;
}

.vscomp-ele .vscomp-wrapper .vscomp-options .vscomp-option.selected,
.vscomp-ele .vscomp-wrapper .vscomp-options .vscomp-option.focused,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results .vscomp-option.selected,
.vscomp-ele .vscomp-wrapper .vscomp-no-search-results .vscomp-option.focused {
  background-color: var(--dx-tertiary-bg) !important;
}

.vscomp-ele .vscomp-wrapper .vscomp-search-container {
  background-color: var(--dx-secondary-bg);
  border-bottom: 1px solid var(--dx-tertiary-bg);
}

.vscomp-ele .vscomp-wrapper .pop-comp-wrapper {
  box-shadow:
    0 10px 15px -3px var(--dx-tertiary-bg),
    0 4px 6px -4px var(--dx-tertiary-bg);
  color: var(--dx-emphasis-color);
}

.vscomp-ele .vscomp-wrapper .vscomp-search-wrapper {
  box-shadow: none !important;
}

.vscomp-ele .vscomp-wrapper.has-clear-button .vscomp-toggle-button {
  padding-right: 3.375rem !important;
}

.vscomp-ele .vscomp-wrapper .vscomp-dropbox-container {
  z-index: 9999 !important;
}

.vscomp-ele .vscomp-wrapper.show-value-as-tags .vscomp-arrow {
  height: 100%;
}

.vscomp-ele .vscomp-wrapper.show-value-as-tags .vscomp-value {
  min-height: 100%;
}

.vscomp-ele .vscomp-wrapper.show-value-as-tags .vscomp-value-tag {
  padding: 2px 3px 2px 8px;
  border: 1px solid var(--dx-border-color);
}

.vscomp-ele .vscomp-wrapper.show-value-as-tags.has-value .vscomp-clear-button {
  right: 2px;
  left: auto;
}

.vscomp-ele .vscomp-search-input::placeholder {
  color: var(--dx-secondary-color);
}

.vscomp-ele .vscomp-toggle-button {
  padding: 0.5938rem 1.875rem 0.5938rem 0.625rem !important;
  border-radius: 0.625rem !important;
}

.vscomp-ele .vscomp-clear-button {
  right: 30px;
  left: auto;
}

.vscomp-ele .vscomp-arrow {
  right: 0;
  left: auto;
}

.form-range.range-primary::-webkit-slider-thumb {
  background: var(--dx-primary);
}

.form-range.range-secondary::-webkit-slider-thumb {
  background: var(--dx-secondary);
}

.form-range.range-success::-webkit-slider-thumb {
  background: var(--dx-success);
}

.form-range.range-info::-webkit-slider-thumb {
  background: var(--dx-info);
}

.form-range.range-warning::-webkit-slider-thumb {
  background: var(--dx-warning);
}

.form-range.range-danger::-webkit-slider-thumb {
  background: var(--dx-danger);
}

.form-range.range-light::-webkit-slider-thumb {
  background: var(--dx-light);
}

.form-range.range-dark::-webkit-slider-thumb {
  background: var(--dx-dark);
}

.form-range.range-pink::-webkit-slider-thumb {
  background: var(--dx-pink);
}

.form-range.range-orange::-webkit-slider-thumb {
  background: var(--dx-orange);
}

.form-range.range-indigo::-webkit-slider-thumb {
  background: var(--dx-indigo);
}

.form-switch input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.form-switch input:checked+label:after {
  left: 1.4375rem;
}

.form-switch label {
  cursor: pointer;
  width: 3rem;
  height: 1.75rem;
  border-radius: 6.25rem;
  position: relative;
}

.form-switch label:after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 5.625rem;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch label:after {
    transition: none;
  }
}

[class*="switch-outline"] label {
  border: 1px solid var(--dx-border-color);
}

[class*="switch-outline"] label:after {
  background: var(--dx-border-color);
}

[class*="switch-outline"] label .rounded {
  border-radius: 2px;
}

[class*="switch-soft"] label,
[class*="switch-light"] label {
  background-color: var(--dx-border-color);
  border: 1px solid var(--dx-border-color);
}

[class*="switch-soft"] label:after,
[class*="switch-light"] label:after {
  background: var(--dx-secondary-bg);
}

[class*="switch-solid"] input:checked+label:after {
  background-color: var(--dx-secondary-bg);
}

[class*="switch-solid"] label {
  border: 1px solid var(--dx-border-color);
}

[class*="switch-solid"] label:after {
  background: var(--dx-border-color);
}

[class*="switch-effect"] label {
  box-shadow: inset 0 2px 4px 0 var(--dx-border-color);
  border: 1px solid var(--dx-border-color);
}

[class*="switch-effect"] label:after {
  background: var(--dx-secondary-bg);
  box-shadow:
    0 10px 15px -3px rgba(var(--dx-secondary-color-rgb), 0.5),
    0 4px 6px -4px rgba(var(--dx-secondary-color-rgb), 0.5);
}

.switch-square label {
  border-radius: 0.625rem;
}

.switch-square label:after {
  border-radius: 0.625rem;
}

.switch-text label:after {
  content: "N";
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch-text input:checked+label:after {
  color: #fff;
}

.switch-icon label:after {
  content: "";
  font-family: RemixIcon;
}

.switch-icon input:checked+label:after {
  content: "";
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: 0;
}

.form-check .form-check-input,
.form-check .form-check-label {
  cursor: pointer;
}

.form-check [type="checkbox"]:checked {
  background-size: 0.65rem 0.65rem;
}

.card-checkbox svg {
  width: 2.375rem;
}

.card-checkbox .form-check-selected {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.card-checkbox .form-check-selected:hover {
  background-color: var(--dx-tertiary-bg);
}

.card-checkbox .form-check-selected:has(:checked) {
  background-color: var(--dx-primary-bg-subtle);
  border-color: var(--dx-primary-bg-subtle);
  color: var(--dx-primary);
}

#taskList .completed {
  text-decoration: line-through;
  color: var(--dx-secondary-color);
}

.input-spin-group {
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-spin-group .input-spin {
  border-radius: 0;
  padding: 0;
  text-align: center;
}

.input-spin-group .input-spin.form-control {
  display: block;
  height: 2.5rem;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--dx-border-color);
}

.input-spin-group .input-spin-plus,
.input-spin-group .input-spin-minus {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dx-border-color);
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .input-spin-group .input-spin-plus,
  .input-spin-group .input-spin-minus {
    transition: none;
  }
}

.input-spin-group .input-spin-plus svg,
.input-spin-group .input-spin-minus svg {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .input-spin-group .input-spin-plus svg,
  .input-spin-group .input-spin-minus svg {
    transition: none;
  }
}

.input-spin-group .input-spin-minus:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-right-width: 0px;
}

.input-spin-group .input-spin-plus:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 0px;
}

.ql-snow .ql-editor h2 {
  line-height: 2;
}

.ql-container {
  height: 13rem !important;
}

:is(.ql-toolbar, .ql-container) .ql-snow {
  border-color: var(--dx-border-color) !important;
}

.ql-snow .ql-picker {
  color: var(--dx-body-color);
}

.ql-snow .ql-stroke {
  stroke: var(--dx-body-color);
}

.ql-snow .ql-picker-options {
  background-color: var(--dx-secondary-bg);
}

:is(.ql-toolbar, .ql-container).ql-snow {
  border-color: var(--dx-border-color);
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded :is(.ql-picker-label, .ql-picker-options) {
  border-color: var(--dx-border-color);
}

.codex-editor .codex-editor__redactor {
  padding-bottom: 0 !important;
}

.codex-editor :is(.ce-toolbar__plus, .ce-toolbar__settings-btn) {
  color: var(--dx-body-color);
}

@media (hover: hover) {
  .codex-editor :is(.ce-toolbar__settings-btn, .ce-toolbar__plus):hover {
    background-color: var(--dx-tertiary-bg);
  }
}

.codex-editor .ce-block--selected .ce-block__content {
  background-color: var(--dx-primary-bg-subtle);
}

.codex-editor .ce-popover {
  --color-background: var(--dx-secondary-bg);
  --color-border: var(--dx-border-color);
  --color-text-primary: var(--dx-body-color);
  --color-text-secondary: var(--dx-secondary-color);
  --color-background-item-hover: var(--dx-tertiary-bg);
}

.codex-editor .cdx-marker {
  background-color: var(--dx-warning-bg-subtle);
}

.codex-editor .cdx-search-field {
  background-color: var(--dx-tertiary-bg);
  border-color: var(--dx-border-color);
}

.cdx-block .cdx-attaches {
  --color-line: var(--dx-border-color);
  --color-bg: var(--dx-secondary-bg);
  --color-bg-secondary: var(--dx-tertiary-bg);
  --color-bg-secondary--hover: var(--dx-tertiary-bg);
  --color-text-secondary: var(--dx-secondary-color);
}

@media (max-width: 650px) {
  :is(.ce-toolbar__settings-btn, .ce-toolbar__plus) {
    border-color: var(--dx-border-color);
    background-color: var(--dx-secondary-bg);
  }
}

th {
  font-weight: 500;
}

.border-separate {
  border-collapse: separate;
}

.border-separate tr :is(td, th) {
  border: 1px solid var(--dx-border-color);
}

.border-separate.border-spacing-2 {
  border-spacing: 0.25rem 0.25rem;
}

.table-separate {
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
}

.table-separate td {
  border-top: 1px solid var(--dx-border-color);
  border-bottom: 1px solid var(--dx-border-color);
}

.table-separate td:first-child {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-left: 1px solid var(--dx-border-color);
}

.table-separate td:last-child {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-right: 1px solid var(--dx-border-color);
}

.table-striped-even>tbody>tr:nth-child(2n)>td {
  background-color: var(--dx-tertiary-bg);
}

.table-color-primary {
  --dx-table-striped-bg: var(--dx-primary-bg-subtle);
}

.table-primary {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-primary-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-primary-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-primary-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-primary-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-primary-rgb), 0.1);
}

.table-color-secondary {
  --dx-table-striped-bg: var(--dx-secondary-bg-subtle);
}

.table-secondary {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-secondary-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-secondary-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-secondary-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-secondary-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-secondary-rgb), 0.1);
}

.table-color-success {
  --dx-table-striped-bg: var(--dx-success-bg-subtle);
}

.table-success {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-success-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-success-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-success-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-success-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-success-rgb), 0.1);
}

.table-color-info {
  --dx-table-striped-bg: var(--dx-info-bg-subtle);
}

.table-info {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-info-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-info-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-info-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-info-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-info-rgb), 0.1);
}

.table-color-warning {
  --dx-table-striped-bg: var(--dx-warning-bg-subtle);
}

.table-warning {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-warning-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-warning-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-warning-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-warning-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-warning-rgb), 0.1);
}

.table-color-danger {
  --dx-table-striped-bg: var(--dx-danger-bg-subtle);
}

.table-danger {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-danger-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-danger-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-danger-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-danger-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-danger-rgb), 0.1);
}

.table-color-light {
  --dx-table-striped-bg: var(--dx-light-bg-subtle);
}

.table-light {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-light-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-light-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-light-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-light-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-light-rgb), 0.1);
}

.table-color-dark {
  --dx-table-striped-bg: var(--dx-dark-bg-subtle);
}

.table-dark {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-dark-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-dark-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-dark-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-dark-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-dark-rgb), 0.1);
}

.table-color-pink {
  --dx-table-striped-bg: var(--dx-pink-bg-subtle);
}

.table-pink {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-pink-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-pink-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-pink-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-pink-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-pink-rgb), 0.1);
}

.table-color-orange {
  --dx-table-striped-bg: var(--dx-orange-bg-subtle);
}

.table-orange {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-orange-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-orange-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-orange-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-orange-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-orange-rgb), 0.1);
}

.table-color-indigo {
  --dx-table-striped-bg: var(--dx-indigo-bg-subtle);
}

.table-indigo {
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: rgba(var(--dx-indigo-rgb), 0.15);
  --dx-table-border-color: rgba(var(--dx-indigo-rgb), 0.35);
  --dx-table-striped-bg: rgba(var(--dx-indigo-rgb), 0.1);
  --dx-table-active-bg: rgba(var(--dx-indigo-rgb), 0.1);
  --dx-table-hover-bg: rgba(var(--dx-indigo-rgb), 0.1);
}

.table-card {
  margin-left: calc(var(--dx-spacer) * -1);
  margin-right: calc(var(--dx-spacer) * -1);
}

.table-card :is(th, td):first-child {
  padding-left: var(--dx-spacer) !important;
}

.table-card :is(th, td):last-child {
  padding-right: var(--dx-spacer) !important;
}

.form-wizard .step-indicators {
  display: flex;
  gap: 1rem;
}

.form-wizard .step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.form-wizard .step-dot .step-number {
  background: var(--dx-tertiary-bg);
  color: var(--dx-secondary-color);
  font-weight: var(--dx-font-weight-semibold);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-wizard .step-dot .step-number {
    transition: none;
  }
}

.form-wizard .step-dot .step-number {
  font-size: 0.875rem;
}

.form-wizard .step-dot.active .step-number {
  background: linear-gradient(135deg,
      var(--dx-primary) 0%,
      var(--dx-secondary) 100%);
  color: #fff;
}

.form-wizard .step-dot.completed .step-number {
  background: var(--dx-success-bg-subtle);
  color: var(--dx-success);
}

.form-wizard .requirement-item.valid {
  color: var(--dx-success);
}

.form-wizard .requirement-item.invalid {
  color: var(--dx-danger);
}

.form-wizard .success-animation {
  animation: bounceIn 0.8s ease-out;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.digital-hero-section {
  background-image: url(./assets/images/digital-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 160px 0 100px;
}

.digital-hero-section .digital-hero-slider-item .digital-hero-slider-content .digital-hero-slider-heading {
  font-size: 4.3rem;
}

.digital-hero-section .digital-hero-slider-item .digital-hero-slider-content .digital-hero-slider-desc {
  max-width: 600px;
}

@media (max-width: 767px) {
  .digital-hero-section .digital-hero-slider-item .digital-hero-slider-content .digital-hero-slider-heading {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .digital-hero-section .digital-hero-slider-item .digital-hero-slider-content .digital-hero-slider-heading {
    font-size: 3rem;
  }
}

.digital-hero-section .digital-hero-slider-item .digital-hero-slider-box {
  width: 196px;
}

.digital-hero-section .digital-hero-slider-item .digital-hero-slider-box span,
.digital-hero-section .digital-hero-slider-item .digital-hero-slider-badge span {
  background: #ffffff14;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.digital-hero-section .digital-hero-swiper-navigation {
  bottom: -2rem;
  left: -11rem;
}

.digital-hero-section .digital-hero-swiper-navigation .digital-hero-swiper-btn .digital-hero-nav-btn {
  background: #ffffff14;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: relative;
  transition: 0.5s ease-in-out;
}

.digital-hero-section .digital-hero-swiper-navigation .digital-hero-swiper-btn .digital-hero-nav-btn:hover {
  background-color: #fff;
  color: #000;
}

.digital-hero-section .digital-hero-swiper-navigation .digital-hero-swiper-svg {
  width: 52rem;
}

@media (max-width: 767px) {
  .digital-hero-section {
    padding: 100px 0 50px;
  }
}

.startup-home-section {
  padding: 100px 0;
}

.startup-home-section .st-home-content .st-home-bitmoji {
  top: -40px;
  right: -33px;
  z-index: 1;
  transform: rotate(7deg);
}

.startup-home-section .st-home-content .st-home-heading {
  font-size: 4.7rem;
}

@media (max-width: 767px) {
  .startup-home-section .st-home-content .st-home-heading {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1535px) {
  .startup-home-section .st-home-content .st-home-heading {
    font-size: 3rem;
  }
}

.startup-home-section .st-home-image {
  margin-bottom: -7rem;
  height: 50rem;
}

.startup-home-section .st-home-image .st-home-image-border {
  top: 30px;
  right: 30px;
}

@media (max-width: 1535px) {
  .startup-home-section .st-home-image {
    height: auto;
  }
}

.automation-hero-section {
  background: url(./assets/images/automation-hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.automation-hero-section .automation-hero-sparkle1 {
  top: -6%;
  right: 5%;
  animation: sparklePulse 2.5s ease-in-out infinite;
}

.automation-hero-section .automation-hero-sparkle2 {
  bottom: 21%;
  left: 6%;
  animation: sparklePulse 2.5s ease-in-out infinite;
}

.automation-hero-section .automation-hero-title {
  font-size: 5rem;
}

.automation-hero-section .automation-hero-title span {
  background: linear-gradient(179.14deg, #fff 7.77%, #171717 120.01%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 767px) {
  .automation-hero-section .automation-hero-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .automation-hero-section .automation-hero-title {
    font-size: 4rem;
  }
}

.automation-hero-section .automation-hero-desc {
  max-width: 51rem;
}

.automation-hero-section .automation-hero-mockup {
  height: 380px;
}

.automation-hero-section .automation-hero-mockup .automation-line-animate {
  stroke-dasharray: 8 14;
  animation: automationdashMove 6s linear infinite;
}

.automation-hero-section .automation-hero-mockup .automation-line-animate.reverse {
  animation-direction: reverse;
}

@keyframes automationdashMove {
  to {
    stroke-dashoffset: -300;
  }
}

.automation-hero-section .automation-hero-mockup .automation-dotOuter {
  fill: none;
  stroke: #5c3e94;
  stroke-width: 2;
  opacity: 0.4;
  animation: automation-pulse 2s infinite;
}

.automation-hero-section .automation-hero-mockup .automation-dotInner {
  fill: #5c3e94;
}

@keyframes automation-pulse {
  0% {
    r: 8;
    opacity: 0.6;
  }

  50% {
    r: 14;
    opacity: 0;
  }

  to {
    r: 8;
    opacity: 0.6;
  }
}

.automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon1 {
  transform: translate(187px, -49px);
}

.automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon2 {
  transform: translate(187px, 29px);
}

.automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon3 {
  transform: translate(-106px, -49px);
}

.automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon4 {
  transform: translate(-106px, 29px);
}

.automation-hero-section .automation-hero-mockup .automation-hero-card {
  padding: 1px;
  transform: translate(13px);
}

.automation-hero-section .automation-hero-mockup .automation-hero-card .automation-hero-glow {
  position: absolute;
  inset: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(#5c3e94, #5c3e94, transparent);
  transform: rotate(45deg);
  animation: moveGlow 5s linear infinite;
  offset-path: rect(0% auto 100% auto);
  pointer-events: none;
}

.automation-hero-section .automation-hero-mockup .automation-hero-card .automation-hero-glow-card {
  background-image: radial-gradient(circle farthest-corner at 0% 0%,
      #281c42,
      #020202);
}

.automation-hero-section .automation-hero-mockup.right .automation-hero-card {
  transform: translate(13px);
}

@media (max-width: 1535px) {
  .automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon1 {
    transform: translate(23px, -49px);
  }

  .automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon2 {
    transform: translate(23px, 29px);
  }

  .automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon3 {
    transform: translate(30px, -49px);
  }

  .automation-hero-section .automation-hero-mockup .automation-hero-mockup-icon4 {
    transform: translate(30px, 29px);
  }
}

.app-hero-section {
  padding: 200px 0 0;
}

.app-hero-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url(./assets/images/app-hero-bg.jpg);
  z-index: -1;
  opacity: 0.8;
}

.app-hero-section .app-hero-content-wrapper .app-hero-content .app-hero-heading {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .app-hero-section .app-hero-content-wrapper .app-hero-content .app-hero-heading {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .app-hero-section .app-hero-content-wrapper .app-hero-content .app-hero-heading {
    font-size: 3rem;
  }
}

.app-hero-section .app-hero-content-wrapper .app-hero-vector {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}

.app-hero-section .app-hero-content-wrapper .app-hero-vector svg {
  min-width: 661px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .app-hero-section .app-hero-content-wrapper .app-hero-vector {
    top: -34px;
  }
}

.app-hero-section .app-hero-content-wrapper .app-hero-social-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.app-hero-section .app-hero-content-wrapper .app-hero-social-list .app-hero-social-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5c3e94 !important;
  width: 100%;
  height: 100%;
  transform: rotate(180deg) scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.app-hero-section .app-hero-content-wrapper .app-hero-social-list .app-hero-social-icon:hover {
  color: #fff !important;
}

.app-hero-section .app-hero-content-wrapper .app-hero-social-list .app-hero-social-icon:hover:before {
  transform: rotate(0) scale(1);
  z-index: -1;
}

.app-hero-section .app-hero-content-wrapper .avatar-group .avatar-1 {
  transform: rotate(-5deg);
}

.app-hero-section .app-hero-content-wrapper .avatar-group .avatar-2 {
  transform: rotate(5deg);
}

.app-hero-section .app-hero-content-wrapper .avatar-group .avatar-3 {
  transform: rotate(-5deg);
}

.app-hero-section .app-hero-content-wrapper .avatar-group .avatar-4 {
  transform: rotate(5deg);
}

.app-hero-section .app-hero-img .app-hero-img-circle {
  top: -10%;
  left: 7%;
}

@media (max-width: 767px) {
  .app-hero-section {
    padding: 110px 0 0;
  }
}

.analytics-hero-section {
  position: relative;
  padding: 180px 0 300px;
}

.analytics-hero-section .analytics-hero-image img {
  position: relative;
  animation: moveSquare 10s linear infinite;
}

@keyframes moveSquare {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translate(5px, -5px);
  }

  75% {
    transform: translate(5px, 5px);
  }

  to {
    transform: translate(0);
  }
}

.analytics-hero-section .analytics-wave-svg {
  width: 200%;
  height: 120px;
  animation: waveMove 12s linear infinite;
}

.analytics-hero-section .analytics-hero-content .analytics-hero-title {
  font-size: 63px;
}

.analytics-hero-section .analytics-hero-content .analytics-hero-title .analytics-hero-highlight {
  background-color: #f25912;
  color: #fff;
  display: inline-block;
  font-size: calc(13.2px + 1.5vw);
  line-height: 1.2;
  outline: calc(1.6px + 0.125vw) solid #5c3e94;
  padding: 6px calc(9.6px + 0.125vw);
  position: relative;
  transform: rotate(-3deg);
  z-index: 0;
}

.analytics-hero-section .analytics-hero-content .analytics-hero-title .analytics-hero-highlight:before {
  background: #f25912;
  border-bottom: calc(1.6px + 0.125vw) dashed #5c3e94;
  border-right: calc(1.6px + 0.125vw) dashed #5c3e94;
  content: "";
  height: 100%;
  left: calc(7px + 0.3125vw);
  position: absolute;
  top: calc(7px + 0.3125vw);
  width: 100%;
  z-index: -2;
}

.analytics-hero-section .analytics-hero-content .analytics-hero-title .analytics-hero-highlight:after {
  animation: dash 5s linear infinite;
  background:
    linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(0deg, #fff 50%, transparent 50%),
    linear-gradient(0deg, #fff 50%, transparent 50%);
  background-position:
    0 0,
    100% 100%,
    0 100%,
    100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size:
    10px 1px,
    10px 1px,
    1px 10px,
    1px 10px;
  content: "";
  height: calc(100% + 4.8px + 0.375vw);
  left: -6px;
  position: absolute;
  top: -7px;
  width: calc(100% + 4.8px + 0.375vw);
}

@keyframes dash {
  to {
    background-position:
      100% 0,
      0 100%,
      0 0,
      100% 100%;
  }
}

@media (max-width: 1199px) {
  .analytics-hero-section {
    padding: 100px 0;
  }

  .analytics-hero-section .analytics-hero-content .analytics-hero-title {
    font-size: 37px;
  }
}

.crm-hero-section {
  padding: 150px 0 100px;
}

.crm-hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64rem;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.crm-hero-section .crm-hero-blur-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.crm-hero-section .crm-hero-blur-wrapper .crm-hero-blur-left {
  position: absolute;
  top: -120px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: #f25912;
  filter: blur(220px);
  border-radius: 60% 40% 50% 50%;
  opacity: 0.45;
}

.crm-hero-section .crm-hero-blur-wrapper .crm-hero-blur-center {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translate(-50%);
  width: 800px;
  height: 420px;
  background: #5c3e94;
  filter: blur(240px);
  border-radius: 50%;
  opacity: 0.55;
}

.crm-hero-section .crm-hero-blur-wrapper .crm-hero-blur-right {
  position: absolute;
  top: -150px;
  right: -220px;
  width: 450px;
  height: 450px;
  background: #16a34a;
  filter: blur(200px);
  border-radius: 40% 60% 60% 40%;
  opacity: 0.4;
}

.crm-hero-section .crm-hero-heading {
  font-size: 5rem;
  line-height: 1.3;
}

.crm-hero-section .crm-hero-desc {
  max-width: 47rem;
}

@media (max-width: 767px) {
  .crm-hero-section .crm-hero-heading {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .crm-hero-section .crm-hero-heading {
    font-size: 3rem;
  }
}

.crm-hero-section .crm-hero-girl-vector {
  top: -17%;
  right: 3%;
}

.crm-hero-section .crm-hero-card-1 {
  top: 56%;
  left: -12%;
  animation: floatBottom 5s ease-in-out infinite;
}

.crm-hero-section .crm-hero-boy-vector {
  top: 25%;
  left: -10%;
  animation: floatTop 5s ease-in-out infinite;
}

.crm-hero-section .crm-hero-card-2 {
  top: 17%;
  right: -14%;
  animation: floatTop 8s ease-in-out infinite;
}

@media (max-width: 767px) {
  .crm-hero-section {
    padding: 100px 0;
  }
}

.product-hero-section {
  background-image: url(./assets/images/product-hero-bg.jpg);
  background-size: cover;
}

.product-hero-section .product-hero-marquee {
  top: 22%;
}

.product-hero-section .product-hero-marquee .product-hero-big-text {
  font-size: 13rem;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0) 70%,
      transparent 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 767px) {
  .product-hero-section .product-hero-marquee .product-hero-big-text {
    font-size: 5rem;
  }
}

.product-hero-section .product-hero-card {
  background-color: #ffffff80;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.saas-v1-hero-section {
  background: linear-gradient(to bottom,
      #000 0% 30%,
      #010002 35%,
      #06030f 40%,
      #1f1436 50%,
      #3b2766 65%,
      #5c3e94 78%,
      #7e56da66 89%,
      #efecf4 97%,
      #eeebf4);
}

.saas-v1-hero-section .saas-v1-hero-badge1 {
  left: 12%;
  top: 35%;
  animation: badgeFloat 4s ease-in-out infinite;
}

.saas-v1-hero-section .saas-v1-hero-badge1 svg {
  top: -19%;
  right: -10%;
}

.saas-v1-hero-section .saas-v1-hero-badge2 {
  top: 14%;
  right: 13%;
  animation: bounce 10s infinite;
}

.saas-v1-hero-section .saas-v1-hero-badge2 svg {
  bottom: -15%;
  left: -11%;
  transform: scale(-1);
}

.saas-v1-hero-section .saas-v1-hero-title {
  font-size: 4rem;
}

.saas-v1-hero-section .saas-v1-hero-desc {
  max-width: 650px;
}

.saas-v1-hero-section .saas-v1-hero-dashboard {
  background-color: #ffffff1f;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.saas-v1-hero-section .saas-v1-hero-chatbox {
  width: 650px;
  background-color: #ffffff1f;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin-top: -6%;
}

@media (max-width: 767px) {
  .saas-v1-hero-section .saas-v1-hero-title {
    font-size: 2rem;
  }

  .saas-v1-hero-section .saas-v1-hero-chatbox {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .saas-v1-hero-section .saas-v1-hero-title {
    font-size: 3rem;
  }
}

.saas-v2-hero-section {
  background-image:
    linear-gradient(#00000080, #00000080),
    linear-gradient(#5c3e9480, #5c3e9480), url(./assets/images/saas-v2-hero-bg.jpg);
  background-position: center;
  background-size: auto, auto, cover;
}

.saas-v2-hero-section .saas-v2-hero-card2 {
  top: 41%;
  right: -7%;
  animation: floatTop 10s ease-in-out infinite;
}

.project-hero-section {
  background-image: url(./assets/images/project-main-bg.png);
  background-size: cover;
}

.project-hero-section .project-hero-content .project-hero-badge .avatar-group .avatar-group-item {
  animation: floatAvatar 1s ease-in-out infinite;
}

.project-hero-section .project-hero-content .project-hero-badge .avatar-group .avatar-group-item:nth-child(1) {
  animation-delay: 0s;
}

.project-hero-section .project-hero-content .project-hero-badge .avatar-group .avatar-group-item:nth-child(2) {
  animation-delay: 0.3s;
}

.project-hero-section .project-hero-content .project-hero-badge .avatar-group .avatar-group-item:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes floatAvatar {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  to {
    transform: translateY(0);
  }
}

.project-hero-section .project-hero-content .project-hero-desc {
  max-width: 45rem;
  margin: 0 auto;
}

.project-hero-section .project-hero-card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 0.2rem 0.4rem rgba(var(--dx-primary-rgb), 0.2);
}

.project-hero-section .project-hero-card img,
.project-hero-section .project-hero-card .project-hero-card-inner {
  box-shadow: 0 0.2rem 0.4rem rgba(var(--dx-primary-rgb), 0.2);
}

.healthcare-hero-section {
  background: linear-gradient(90deg, #7049b8, #5c3e94);
  padding: 240px 0 0;
}

.healthcare-hero-section .healthcare-hero-heading svg:not(:root) {
  overflow: visible !important;
}

.healthcare-hero-section .healthcare-hero-heading svg text {
  margin: 0;
  font-family:
    Poller One,
    sans-serif;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 13rem;
  line-height: 1;
  stroke-width: 1;
  stroke: #fff;
  text-transform: uppercase;
  animation: svgTextAnimation 10s infinite alternate;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .healthcare-hero-section .healthcare-hero-heading svg text {
    font-size: 7rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .healthcare-hero-section .healthcare-hero-heading svg text {
    font-size: 9rem !important;
  }
}

@keyframes svgTextAnimation {
  0% {
    fill: #fff0;
    stroke: #fff;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }

  70% {
    fill: #fff0;
    stroke: #fff;
  }

  80% {
    fill: #fff0;
    stroke: #fff;
    stroke-width: 1;
  }

  to {
    fill: #fff0;
    stroke: #fff;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 1;
  }
}

.healthcare-hero-section .healthcare-hero-doctor-img {
  margin-top: -60%;
}

@media (max-width: 767px) {
  .healthcare-hero-section {
    padding: 100px 0 0;
  }

  .healthcare-hero-section .healthcare-hero-doctor-img {
    margin-top: 0%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .healthcare-hero-section {
    padding: 150px 0 0;
  }

  .healthcare-hero-section .healthcare-hero-heading svg text {
    font-size: 5rem;
  }
}

.conference-hero-section {
  background-image: url(./assets/images/con-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 350px 0 100px;
}

.conference-hero-section .conference-hero-title {
  font-size: 7rem;
}

@media (max-width: 991px) {
  .conference-hero-section {
    padding: 100px 0;
  }

  .conference-hero-section .conference-hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .conference-hero-section {
    padding: 150px 0;
  }

  .conference-hero-section .conference-hero-title {
    font-size: 5rem;
  }
}

.blog-hero-section .blog-main-hero-swiper {
  height: 45rem;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item {
  position: relative;
  overflow: hidden;
  height: 45rem;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-img {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 2s linear;
  transform: scale(0.9);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-img-one {
  background:
    linear-gradient(#00000080, #00000080), url(./assets/images/blog-hero-bg1.jpg);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-img-two {
  background:
    linear-gradient(#00000080, #00000080), url(./assets/images/blog-hero-bg2.jpg);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-img-three {
  background:
    linear-gradient(#00000080, #00000080), url(./assets/images/blog-hero-bg3.jpg);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner {
  position: absolute;
  inset: 100px;
  border: 1px solid var(--dx-gray-600);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-layer {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-layer img {
  width: 100%;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title {
  font-size: 4.5rem;
  opacity: 0;
  transform-origin: top;
  transform: translate(-200px);
  transition: all 2.5s ease;
  letter-spacing: -1.06px;
  margin-top: 10px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title:before,
.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 135px;
  height: 1px;
  background-color: var(--dx-gray-600);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title:before {
  left: 0;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title:after {
  left: auto;
  right: 0;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-meta {
  opacity: 0;
  transform-origin: top;
  transform: translate(200px);
  transition: all 1s ease;
  position: relative;
}

.blog-hero-section .blog-main-hero-swiper .swiper-slide-active .blog-hero-slider-img {
  transform: scale(1.01);
}

.blog-hero-section .blog-main-hero-swiper .swiper-slide-active .blog-hero-slider-heading .blog-hero-slider-title,
.blog-hero-section .blog-main-hero-swiper .swiper-slide-active .blog-hero-slider-heading .blog-hero-meta {
  opacity: 1 !important;
  transform: translate(0) !important;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
  pointer-events: auto;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots:before,
.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
  background-color: var(--dx-gray-400);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots:before {
  right: calc(100% + 24px);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots:after {
  left: calc(100% + 24px);
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots .swiper-pagination {
  display: flex;
  gap: 6px;
  position: relative;
  transform: none;
  top: 0;
  bottom: auto;
  margin-top: 0;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-pagination .blog-hero-slider-pagination-dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.1);
  border-color: #fff;
  background-color: transparent;
}

.blog-hero-section .blog-main-hero-swiper .blog-hero-slider-navigation {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: auto;
  width: 43%;
  transform: translate(-50%);
  z-index: 100;
  pointer-events: auto;
}

@media (max-width: 991px) {

  .blog-hero-section .blog-main-hero-swiper,
  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item {
    height: 25rem;
  }

  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner {
    inset: 20px;
  }

  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .blog-hero-section .blog-main-hero-swiper,
  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item {
    height: 35rem;
  }

  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner {
    inset: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {

  .blog-hero-section .blog-main-hero-swiper,
  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item {
    height: 40rem;
  }

  .blog-hero-section .blog-main-hero-swiper .blog-hero-slider-item .blog-hero-slider-inner .blog-hero-slider-content .blog-hero-slider-heading .blog-hero-slider-title {
    font-size: 3.5rem;
  }
}

.about-v1-hero-section {
  padding: 200px 0;
}

.about-v1-hero-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 335px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about-v1-hero-section .about-v1-hero-title {
  font-size: 6.7rem;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .about-v1-hero-section .about-v1-hero-title {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .about-v1-hero-section .about-v1-hero-title {
    font-size: 5rem;
  }
}

.about-v1-hero-section .about-v1-hero-shape {
  margin-left: -30%;
  margin-top: -16%;
}

.about-v1-hero-section .about-v1-hero-social .about-v1-hero-social-title {
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}

.about-v1-hero-section .about-v1-hero-img {
  background-image: url(./assets/images/about-v1-hero-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 53rem;
}

@media (max-width: 767px) {
  .about-v1-hero-section {
    padding: 100px 0;
  }

  .about-v1-hero-section:before {
    height: 150px;
  }

  .about-v1-hero-section .about-v1-hero-title {
    font-size: 2rem;
  }

  .about-v1-hero-section .about-v1-hero-img {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-v1-hero-section {
    padding: 150px 0;
  }

  .about-v1-hero-section:before {
    height: 250px;
  }

  .about-v1-hero-section .about-v1-hero-title {
    font-size: 4rem;
  }

  .about-v1-hero-section .about-v1-hero-img {
    height: 300px;
  }
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-text-wrapper #textChanger {
  display: inline-block;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-text-wrapper .slide-up-out {
  transform: translateY(-100%);
  opacity: 0;
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-text-wrapper .slide-up-in {
  transform: translateY(100%);
  opacity: 0;
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-title-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--dx-border-color);
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-title-corner.top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-title-corner.top-right {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-title-corner.bottom-left {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.about-v2-hero-section .about-v2-hero-content .about-v2-hero-title .about-v2-hero-title-highlight .about-v2-hero-title-corner.bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.service-single-hero-section .custom-btn img {
  filter: invert(1);
}

.service-single-hero-section .custom-btn:hover img {
  filter: invert(0);
}

.service-single-video-section .service-single-video {
  height: 570px;
}

.service-v1-hero-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: -1;
}

.career-hero-section .career-hero-content .career-hero-title .career-hero-highlight-text {
  line-height: 0.9 !important;
}

.career-hero-section .career-hero-content .career-hero-title .career-hero-highlight-text .career-hero-corner {
  width: 9px;
  height: 9px;
  position: absolute;
}

.career-hero-section .career-hero-content .career-hero-title .career-hero-highlight-text .career-hero-corner.tl {
  top: -4px;
  left: -4px;
}

.career-hero-section .career-hero-content .career-hero-title .career-hero-highlight-text .career-hero-corner.tr {
  top: -4px;
  right: -4px;
}

.career-hero-section .career-hero-content .career-hero-title .career-hero-highlight-text .career-hero-corner.br {
  bottom: -4px;
  right: -4px;
}

.career-hero-section .career-hero-content .career-hero-title .career-hero-highlight-text .career-hero-corner.bl {
  bottom: -4px;
  left: -4px;
}

.career-hero-section .career-hero-swiper:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  z-index: 100;
}

.career-hero-section .career-hero-swiper:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  z-index: 1000;
}

.career-hero-section .career-hero-swiper .career-hero-swiper-img {
  height: 524px;
}

.terms-hero-section .terms-hero-content .terms-hero-curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
}

.privacy-policy-section .privacy-policy-tab {
  position: sticky;
  top: 100px;
}

.feature-single-hero-section {
  background-image: url(./assets/images/feature-single-hero-bg.png);
  background-size: cover;
  background-position: center;
}

.help-center-hero-section {
  padding: 150px 0 200px;
  clip-path: ellipse(54% 100% at 50% 0%);
}

.help-center-hero-section .help-center-hero-search input::placeholder {
  color: var(--dx-bg-color);
  opacity: 0.6;
}

.custom-hero-section {
  background-image: url(./assets/images/custom-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}

.custom-hero-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0202025b;
  inset: 0;
  z-index: -1;
}

@media (min-width: 1536px) {
  .custom-hero-section .custom-hero-title {
    font-size: 4rem;
  }
}

.custom-hero-section .custom-hero-badge {
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
  bottom: -4%;
  right: 10%;
}

@media (max-width: 767px) {
  .custom-hero-section {
    padding: 100px 0;
  }
}

.bg-startup-gradient {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
}

.text-startup-gradient {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.automation-body {
  background-color: #050119;
  color: #fff;
}

.automation-body .bg-automation-gradient {
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  background: linear-gradient(90deg,
      rgba(126, 86, 218, 0.15) 15%,
      var(--dx-primary) 50%,
      rgba(126, 86, 218, 0.15) 85%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.automation-body .bg-automation-gradient:after {
  content: "";
  position: absolute;
  inset: 1px;
  background-image: radial-gradient(circle farthest-corner at 0% 0%,
      #281c42a4,
      #020202);
  border-radius: inherit;
  z-index: -1;
}

.contact-v1-body {
  position: relative;
}

.contact-v1-body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/images/contact-v1-bg.gif);
  z-index: -1;
  opacity: 0.06;
}

.blog-container {
  max-width: 1765px;
  margin: 0 auto;
}

.blog-container .blog-meta .blog-meta-divider {
  width: 25px;
  height: 1px;
  background-color: #000;
  display: inline-block;
}

.blog-container .ls-2 {
  letter-spacing: 1.5px;
}

.blog-container .blog-book-mark {
  top: 14px;
  right: 20px;
  color: #000;
  transition: all 0.3s ease;
}

.blog-container .book-mark.active {
  background-color: #0e0e0f;
  border-color: #0e0e0f;
}

.digital-feature-section .digital-feature-item .digital-feature-card:hover {
  color: #fff !important;
}

.digital-feature-section .digital-feature-item .digital-feature-card:hover .digital-feature-card-desc {
  color: #ffffffb3 !important;
}

.digital-feature-section .digital-feature-item .digital-feature-card:hover .digital-feature-btnicon {
  background-color: #5c3e94 !important;
  color: #fff;
}

.digital-feature-section .digital-feature-item .digital-feature-card:hover .digital-feature-icon {
  filter: invert(1) brightness(1);
}

.startup-features-section .st-features-card {
  padding: 20px 0 0 20px;
  border-top: 1px solid var(--dx-border-color);
  border-left: 1px solid var(--dx-border-color);
}

.startup-features-section .st-features-card .st-features-card-body {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.startup-features-section .st-features-card .st-features-card-body:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, #2e0f53 50%, var(--dx-primary) 50%);
  transform: translateY(100%) rotate(-10deg);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
  opacity: 0.9;
}

.startup-features-section .st-features-card .st-features-card-body .st-features-card-desc {
  color: var(--dx-secondary-color);
}

@media (min-width: 768px) and (max-width: 991px) {
  .startup-features-section .st-features-card .st-features-card-body .st-features-card-desc {
    min-height: 125px;
  }
}

@media (min-width: 1199px) and (max-width: 1535px) {
  .startup-features-section .st-features-card .st-features-card-body .st-features-card-desc {
    min-height: 100px;
  }
}

.startup-features-section .st-features-card .st-features-card-body .st-features-icon {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  color: #fff;
}

.startup-features-section .st-features-card .st-features-card-body .st-features-number {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 68px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.startup-features-section .st-features-card .st-features-card-body .st-features-number:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 60px;
  left: 0;
  top: 11px;
  transition: all 0.4s;
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
}

.startup-features-section .st-features-card .st-features-card-body:hover,
.startup-features-section .st-features-card .st-features-card-body:hover .st-features-card-desc {
  color: #fff;
}

.startup-features-section .st-features-card .st-features-card-body:hover .st-features-icon {
  background: #fff;
}

.startup-features-section .st-features-card .st-features-card-body:hover .st-features-icon i {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.startup-features-section .st-features-card .st-features-card-body:hover:before {
  transform: translateY(0) rotate(0);
}

.startup-features-section .st-features-card .st-features-card-body:hover .st-features-card-line {
  background: #fff;
}

.startup-features-section .st-features-card .st-features-card-body:hover .st-features-number {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
  padding-left: 0;
}

.startup-features-section .st-features-card .st-features-card-body:hover .st-features-number:after {
  background: #fff;
  transition: all 0.4s;
  left: 26px;
}

.automation-feature-section .automation-feature-card .automation-feature-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: rgba(var(--dx-primary-rgb), 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: bgwaves 2.5s infinite;
  z-index: 1;
}

.automation-feature-section .automation-feature-card .automation-feature-wave:nth-child(2) {
  animation-delay: 0.5s;
}

.automation-feature-section .automation-feature-card .automation-feature-wave:nth-child(3) {
  animation-delay: 1s;
}

.automation-feature-section .automation-feature-card .automation-feature-dot {
  width: 54%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.automation-feature-section .automation-feature-card .automation-feature-dot span {
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  border: 1px dotted #fff;
  transform: translateY(-50%);
}

.automation-feature-section .automation-feature-card .automation-lollipop-wrapper .automation-chart-legend span {
  width: 10px;
  height: 10px;
}

.automation-feature-section .automation-feature-card .automation-lollipop-wrapper .automation-lollipop-chart {
  height: 180px;
  width: 100%;
}

.automation-feature-section .automation-feature-card .automation-lollipop-wrapper .automation-lollipop-chart .automation-lollipop-chart-item {
  flex: 1;
  text-align: center;
}

.automation-feature-section .automation-feature-card .automation-lollipop-wrapper .automation-lollipop-chart .automation-lollipop-chart-item .automation-lollipop-chart-line {
  position: relative;
  height: 160px;
  width: 2px;
  margin: auto;
  background: var(--dx-gray-700);
}

.automation-feature-section .automation-feature-card .automation-lollipop-wrapper .automation-lollipop-chart .automation-lollipop-chart-item .automation-lollipop-chart-line .automation-lollipop-chart-dot {
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: calc(var(--val) * 1%);
  transform: translate(-50%);
  animation: lollipop-chart-dot 2.5s ease-in-out infinite;
  animation-delay: calc(var(--val) * 0.02s);
}

@keyframes lollipop-chart-dot {
  0% {
    transform: translate(-50%);
  }

  50% {
    transform: translate(-50%, -6px);
  }

  to {
    transform: translate(-50%);
  }
}

.automation-feature-section .automation-feature-card .automation-feature-circle {
  width: 270px;
  height: 270px;
  position: relative;
}

.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(var(--dx-primary-rgb), 0.9);
  border-radius: 50%;
  animation: spin 16s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius .automation-feature-circle-dot {
  position: absolute;
  min-width: 1rem;
  min-height: 1rem;
}

.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius .automation-feature-circle-dot.automation-dot-outer,
.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius .automation-feature-circle-dot.automation-dot-middle,
.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius .automation-feature-circle-dot.automation-dot-inner {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius.automation-outer-circle {
  animation-duration: 18s;
}

.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius.automation-middle-circle {
  width: 200px;
  height: 200px;
  inset: 35px;
  animation-duration: 14s;
}

.automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius.automation-inner-circle {
  width: 130px;
  height: 130px;
  inset: 70px;
  animation-duration: 10s;
}

@media (max-width: 767px) {
  .automation-feature-section .automation-feature-card .automation-feature-circle {
    width: 200px;
    height: 200px;
  }

  .automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius.automation-middle-circle {
    width: 130px;
    height: 130px;
  }

  .automation-feature-section .automation-feature-card .automation-feature-circle .automation-feature-circle-radius.automation-inner-circle {
    width: 60px;
    height: 60px;
  }
}

.automation-feature-section .automation-feature-card .automation-feature-lng {
  background-image: linear-gradient(91.06deg,
      #5c3e94 6.82%,
      #6766ff33 37.09% 67.36%,
      #5c3e94 96.43%);
}

@keyframes bounce {

  0%,
  to {
    translate: 0px 36px;
  }

  50% {
    translate: 0px 46px;
  }
}

@keyframes bounce2 {

  0%,
  to {
    translate: 0px 46px;
  }

  50% {
    translate: 0px 56px;
  }
}

@keyframes umbral {
  0% {
    stop-color: #d3a5102e;
  }

  50% {
    stop-color: #d3a51084;
  }

  to {
    stop-color: #d3a5102e;
  }
}

@keyframes partciles {

  0%,
  to {
    translate: 0px 16px;
  }

  50% {
    translate: 0px 6px;
  }
}

.automation-feature-section .automation-feature-card #particles {
  animation: partciles 4s ease-in-out infinite;
}

.automation-feature-section .automation-feature-card #animatedStop {
  animation: umbral 4s infinite;
}

.automation-feature-section .automation-feature-card #bounce {
  animation: bounce 4s ease-in-out infinite;
  translate: 0px 36px;
}

.automation-feature-section .automation-feature-card #bounce2 {
  animation: bounce2 4s ease-in-out infinite;
  translate: 0px 46px;
  animation-delay: 0.5s;
}

.app-feature-section .app-feature-card .app-feature-notification-card .app-feature-notification-icon {
  top: -7%;
  left: -9%;
  transform-origin: top center;
  animation: bellRing 2s infinite ease-in-out;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat {
  max-width: 80%;
  border-radius: 14px;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-1 {
  border-bottom-right-radius: 5px;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-3 {
  border-bottom-left-radius: 5px;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-placeholder {
  padding: 12px;
  border-radius: 16px;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-placeholder .typ-line {
  height: 8px;
  border-radius: 10px;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-placeholder .typ-line:nth-child(1) {
  width: 90%;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-placeholder .typ-line:nth-child(2) {
  width: 80%;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-placeholder .typ-line:nth-child(3) {
  width: 60%;
}

.app-feature-section .app-feature-card .app-feature-chat-card .chat-input {
  padding: 12px 16px;
  border-radius: 20px;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card {
  position: relative;
  width: 160px;
  height: 160px;
  cursor: pointer;
  animation: flicker 3s infinite ease-in-out;
  border-radius: 50%;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card .app-feature-fingerprint-svg {
  width: 100%;
  height: 100%;
  color: var(--dx-gray-200);
  transition:
    transform 0.2s ease,
    filter 0.3s ease;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card .app-fingerprint-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right,
      transparent,
      var(--dx-gray-200),
      transparent);
  opacity: 0;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card .app-fingerprint-matrix-rain {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(to bottom,
      rgba(var(--dx-gray-200), 0.1),
      transparent);
  overflow: hidden;
  border-radius: 50%;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card .app-fingerprint-matrix-rain:before {
  content: "101010 1100 0011 0101 1001 1110 0010 1101";
  position: absolute;
  color: var(--dx-gray-200);
  font-size: 14px;
  opacity: 0.2;
  animation: rain 1.5s infinite linear;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card .app-fingerprint-status {
  letter-spacing: 2px;
  animation: glitch-text 2s infinite;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card:hover .app-feature-fingerprint-svg {
  transform: scale(1.1);
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card:hover .app-fingerprint-scan-line {
  animation: scan 1s infinite linear;
  opacity: 0.7;
}

.app-feature-section .app-feature-card .app-feature-fingerprint-card:hover .app-fingerprint-matrix-rain {
  opacity: 0.5;
}

@keyframes flicker {

  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0.9;
  }

  75% {
    opacity: 0.95;
  }
}

@keyframes scan {
  0% {
    transform: translateY(0);
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: translateY(200px);
    opacity: 0.7;
  }
}

@keyframes rain {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes glitch-text {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-1px, 1px);
  }

  40% {
    transform: translate(1px, -1px);
  }

  60% {
    transform: translate(-1px);
  }

  80% {
    transform: translate(1px);
  }

  to {
    transform: translate(0);
  }
}

.app-feature-section .app-feature-card .app-feature-icon {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.app-feature-section .app-feature-card .app-feature-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #5c3e94;
  width: 100%;
  height: 100%;
  transform: rotate(180deg) scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.app-feature-section .app-feature-card:hover .app-feature-icon i {
  color: #fff !important;
}

.app-feature-section .app-feature-card:hover .app-feature-icon:before {
  transform: rotate(0) scale(1);
  z-index: -1;
}

@media (max-width: 991px) {
  .app-feature-section .app-feature-card {
    border-radius: 1rem !important;
  }

  .app-feature-section .app-feature-card .app-feature-fingerprint-card .app-feature-fingerprint-svg {
    width: 75%;
    height: 75%;
  }
}

.app-feature-section .app-feature-btn-wrapper .app-feature-line-1 {
  background: linear-gradient(90deg, #120101 0% 100%);
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 1;
  opacity: 24%;
}

.app-feature-section .app-feature-btn-wrapper .app-feature-line-1:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #120101;
  position: absolute;
  right: 0;
  top: -3px;
  border-radius: 50%;
}

.app-feature-section .app-feature-btn-wrapper .app-feature-line-2 {
  background: linear-gradient(-90deg, #120101 0% 100%);
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 1;
  opacity: 24%;
}

.app-feature-section .app-feature-btn-wrapper .app-feature-line-2:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #120101;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 50%;
}

.app-feature-section .app-feature-btn-wrapper .app-feature-line-3 {
  position: absolute;
  width: 1px;
  height: 140px;
  background: linear-gradient(180deg, #fe0d3a00, #5c3e94);
  left: 50%;
  transform: translate(-50%);
  bottom: 100%;
}

.app-benefit-section .app-benefit-line-one {
  top: 11%;
  left: 84%;
}

.app-benefit-section .app-benefit-line-two {
  top: 71%;
  left: 84%;
}

.app-benefit-section .app-benefit-line-three {
  top: 11%;
  right: 84%;
}

.app-benefit-section .app-benefit-line-four {
  top: 71%;
  right: 84%;
}

.analytics-feature-section .analytics-feature-tab .analytics-feature-shape {
  top: 4%;
}

.crm-features-section .crm-features-shape-img {
  right: -12%;
  top: -2%;
  width: 22rem;
}

.crm-features-section .crm-features-card .crm-features-card-icon {
  display: inline-block;
  transition: transform 0.4s ease;
}

.crm-features-section .crm-features-card:hover .crm-features-card-icon {
  transform: rotateY(180deg);
}

@media (min-width: 768px) and (max-width: 1535px) {
  .crm-features-section .crm-features-card .crm-features-card-head {
    min-height: 71px;
  }

  .crm-features-section .crm-features-card .crm-features-card-des {
    min-height: 125px;
  }
}

.saas-v1-features-section .saas-v1-features-tabs .nav-link {
  transition: 0.4s ease-in-out;
  color: #000;
  font-weight: 500;
}

.saas-v1-features-section .saas-v1-features-tabs .nav-link:hover,
.saas-v1-features-section .saas-v1-features-tabs .nav-link.active {
  background-color: #5c3e94 !important;
  color: #fff;
}

.saas-v1-features-section .saas-v1-features-tabs .saas-v1-features-coming-soon {
  transform: rotate(30deg);
  top: 6%;
  left: 52%;
  white-space: nowrap;
}

.saas-v1-features-section .saas-v1-features-automation-card .saas-v1-features-automation-imgs .saas-v1-features-automation-img3 {
  bottom: -27%;
  right: -36%;
}

.saas-v1-features-section .saas-v1-features-automation-card .saas-v1-features-automation-imgs .saas-v1-features-automation-arrow {
  top: 35%;
  left: 46%;
  animation: bounce 10s infinite;
}

.saas-v1-features-section .saas-v1-features-dashboard-card .saas-v1-features-dashboard-img2 {
  top: 9%;
  right: -7%;
  animation: floatTop 5s ease-in-out infinite;
}

.saas-v1-use-case-section .saas-v1-use-case-content .saas-v1-use-case-progress-wrapper {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1/1;
  margin: auto;
  position: relative;
}

.saas-v1-use-case-section .saas-v1-use-case-content .saas-v1-use-case-progress-wrapper .saas-v1-use-case-progress-bg-circle {
  fill: none;
  stroke: rgba(var(--dx-primary-rgb), 0.15);
  stroke-width: 3;
}

.saas-v1-use-case-section .saas-v1-use-case-content .saas-v1-use-case-progress-wrapper .progress-bar {
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}

.saas-v1-use-case-section .saas-v1-use-case-content .saas-v1-use-case-progress-wrapper .saas-v1-use-case-progress-complete {
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .saas-v1-use-case-section .saas-v1-use-case-content .saas-v1-use-case-progress-wrapper {
    max-width: 245px;
  }
}

.saas-v1-use-case-section .saas-v1-use-case-card .saas-v1-case-number {
  font-size: 95px;
  line-height: 35px;
  position: relative;
  top: 29px;
  transition: all 0.35s ease-in-out 0s;
}

@media (min-width: 992px) and (max-width: 1535px) {
  .saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-content .saas-v2-solution-card-title {
    min-height: 63px;
  }

  .saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-content .saas-v2-solution-card-desc {
    min-height: 125px;
  }
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-line {
  height: 1px;
  background-color: #000;
  width: 100%;
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-btn-link {
  height: 34px;
  padding: 0 13px;
  font-size: 0;
  line-height: 33px;
  transition: all 0.3s;
  position: relative;
  margin-left: auto;
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-btn-link .saas-v2-solution-card-btn-icon {
  margin-left: 0;
  transition: all 0.3s;
}

.saas-v2-solution-section .saas-v2-solution-card:hover .saas-v2-solution-card-btn-link {
  font-size: 15px;
  padding: 0 8px 0 18px;
  transition: all 0.3s;
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-border {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  overflow: hidden;
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-border .saas-v2-solution-border-line {
  position: relative;
  height: 100%;
  width: 3px;
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-border .saas-v2-solution-border-line:before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  width: 3px;
  height: 65px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent 0%, #5c3e94 100%);
  animation: borderDrop 3s linear infinite;
  z-index: 1;
}

.saas-v2-solution-section .saas-v2-solution-card .saas-v2-solution-card-border .saas-v2-solution-border-line:after {
  content: "";
  width: 1px;
  height: 100%;
  left: 1px;
  top: 0;
  position: absolute;
  background-color: var(--dx-border-color);
}

@keyframes borderDrop {
  0% {
    top: -65px;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  to {
    top: 100%;
    opacity: 0;
  }
}

.saas-v2-feature-section .saas-v2-features-card .saas-v2-features-tag.tag-rotate {
  transform: rotate(-5deg);
}

@media (max-width: 767px) {
  .saas-v2-feature-section .saas-v2-features-card .saas-v2-features-tag.tag-rotate {
    transform: rotate(0);
  }
}

.saas-v2-feature-section .saas-v2-features-card.saas-v1-cloud-card {
  background-color: #00011d;
}

.saas-v2-feature-section .saas-v2-features-card .saas-v2-analytics-card2 {
  transform: rotate(-12deg);
}

.project-feature-section .project-feature-circle1 {
  top: -1%;
}

.project-feature-section .project-feature-circle2 {
  top: 48%;
}

.project-feature-section .project-feature-circle3,
.project-feature-section .project-feature-circle4 {
  top: 49%;
}

.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users li {
  animation: TeamFloat 4s ease-in-out infinite;
}

.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users li:nth-child(2) {
  animation-delay: 1s;
}

.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users li:nth-child(3) {
  animation-delay: 2s;
}

.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-l-one,
.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-l-three {
  margin-left: 8rem;
}

.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-r-one,
.project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-r-three {
  margin-right: 8rem;
}

@media (max-width: 1199px) {
  .project-feature-section .project-feature-card .project-feature-team .project-feature-team-svg {
    width: 100%;
    height: auto;
  }

  .project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-l-one,
  .project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-l-three {
    margin-left: 2rem;
  }

  .project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-r-one,
  .project-feature-section .project-feature-card .project-feature-team .project-feature-team-users .team-user-r-three {
    margin-right: 2rem;
  }
}

.project-feature-section .project-feature-card .project-feature-task .project-task-badge-1 {
  left: 9%;
  top: 4%;
  animation: TeamFloat 4s ease-in-out infinite;
}

.project-feature-section .project-feature-card .project-feature-task .project-task-badge-2 {
  bottom: 22%;
  right: 3%;
  animation: TeamFloat 4s ease-in-out infinite;
}

@media (max-width: 1199px) {
  .project-feature-section .project-feature-card .project-feature-task .w-full {
    width: 100% !important;
  }
}

.project-feature-section .project-feature-card .project-feature-time {
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content {
  overflow: hidden;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content:before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #d8cdf1;
  z-index: -1;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content:after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #f2eefb;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content span {
  position: relative;
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content span:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: dotwavePulse 1.5s infinite;
  z-index: 1;
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content .btn {
  transition: 0.4s ease-in-out;
}

.project-feature-section .project-feature-card .project-feature-time .project-time-content .btn:hover {
  background-color: transparent !important;
}

.project-feature-section .project-feature-card .project-feature-time:hover {
  transform: translateY(-16px);
}

.project-feature-section .project-feature-card .project-feature-time:hover .project-time-content:before {
  rotate: -8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.project-feature-section .project-feature-card .project-feature-time:hover .project-time-content:after {
  rotate: 8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

@keyframes dotwavePulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.8;
  }

  70% {
    transform: translateY(-50%) scale(2.5);
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

.project-feature-section .project-feature-card .project-feature-report .project-report-chart-wrapper {
  height: 220px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.project-feature-section .project-feature-card .project-feature-report .project-report-chart-wrapper .project-report-chart-bar {
  width: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.project-feature-section .project-feature-card .project-feature-report .project-report-chart-wrapper .project-report-bar {
  width: 100%;
  height: 73%;
  background: #000;
  border-radius: 14px;
  transform-origin: bottom;
}

.project-feature-section .project-feature-card .project-feature-report .project-report-chart-wrapper .project-bar-highlight {
  background: linear-gradient(to top,
      rgba(var(--dx-primary-rgb), 0.3),
      var(--dx-primary));
}

.project-feature-section .project-feature-card .project-feature-report .project-report-chart-wrapper .project-report-chart-bar:nth-child(odd) .project-report-bar {
  animation: chartdownUp 6s ease-in-out infinite;
}

.project-feature-section .project-feature-card .project-feature-report .project-report-chart-wrapper .project-report-chart-bar:nth-child(2n) .project-report-bar {
  animation: chartupDown 6s ease-in-out infinite;
}

@keyframes chartupDown {
  0% {
    transform: scaleY(0.4);
  }

  50% {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0.4);
  }
}

@keyframes chartdownUp {
  0% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.4);
  }

  to {
    transform: scaleY(1);
  }
}

.project-feature-section .project-feature-card .project-feature-file {
  width: 280px;
  height: 230px;
  perspective: 1000px;
  transition: transform 0.4s ease;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-wallet-back {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 200px;
  background: #000;
  border-radius: 22px 22px 60px 60px;
  z-index: 5;
  box-shadow:
    inset 0 25px 35px #7e56da59,
    inset 0 5px 15px #7e56da73;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-card {
  position: absolute;
  width: 260px;
  height: 140px;
  left: 10px;
  box-shadow:
    inset 0 1px 1px #ffffff4d,
    0 -4px 15px #0000001a;
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    z-index 0s;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-card:hover {
  z-index: 100 !important;
  transition-delay: 0s !important;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-1 {
  bottom: 90px;
  z-index: 10;
  animation-delay: 0.1s;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-1 img {
  filter: invert(1);
}

.project-feature-section .project-feature-card .project-feature-file .project-file-2 {
  bottom: 65px;
  z-index: 20;
  animation-delay: 0.2s;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-2 img {
  filter: invert(1);
}

.project-feature-section .project-feature-card .project-feature-file .project-file-3 {
  bottom: 40px;
  z-index: 30;
  animation-delay: 0.3s;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-pocket {
  position: absolute;
  bottom: 0;
  width: 280px;
  height: 160px;
  z-index: 70;
}

.project-feature-section .project-feature-card .project-feature-file .project-file-pocket .project-file-pocket-content {
  position: absolute;
  top: 58px;
  width: 100%;
  text-align: center;
  z-index: 50;
}

.project-feature-section .project-feature-card .project-feature-file:hover {
  transform: translateY(-5px);
}

.project-feature-section .project-feature-card .project-feature-file:hover .project-file-1 {
  transform: translateY(-75px) rotate(-3deg);
}

.project-feature-section .project-feature-card .project-feature-file:hover .project-file-1:hover {
  transform: translateY(-60px) scale(1.05) rotate(0);
}

.project-feature-section .project-feature-card .project-feature-file:hover .project-file-2 {
  transform: translateY(-45px) rotate(2deg);
}

.project-feature-section .project-feature-card .project-feature-file:hover .project-file-2:hover {
  transform: translateY(-70px) scale(1.05) rotate(0);
}

.project-feature-section .project-feature-card .project-feature-file:hover .project-file-3 {
  transform: translateY(-10px);
}

.project-feature-section .project-feature-card .project-feature-file:hover .project-file-3:hover {
  transform: translateY(-60px) scale(1.05) rotate(0);
}

@media (max-width: 350px) {
  .project-feature-section .project-feature-card .project-feature-file {
    width: 100%;
    height: 180px;
  }

  .project-feature-section .project-feature-card .project-feature-file .project-file-wallet-back {
    width: 100%;
    height: 150px;
  }

  .project-feature-section .project-feature-card .project-feature-file .project-file-card {
    width: 94%;
    height: 69%;
    left: 10px;
  }

  .project-feature-section .project-feature-card .project-feature-file .project-file-1 {
    bottom: 65px;
  }

  .project-feature-section .project-feature-card .project-feature-file .project-file-2 {
    bottom: 48px;
  }

  .project-feature-section .project-feature-card .project-feature-file .project-file-3 {
    bottom: 30px;
  }

  .project-feature-section .project-feature-card .project-feature-file .project-file-pocket {
    width: 100%;
    height: 120px;
  }
}

@keyframes TeamFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  to {
    transform: translateY(0);
  }
}

.healthcare-features-section .healthcare-lab-card .healthcare-lab-img {
  max-width: 175px;
  width: 100%;
}

@media (max-width: 767px) {
  .healthcare-features-section .healthcare-lab-card .healthcare-lab-img {
    max-width: 100%;
  }
}

.healthcare-features-section .healthcare-insight-card {
  background: url(./assets/images/healthcare-feature-insight.jpg);
  background-size: cover;
  position: relative;
  z-index: 111;
}

.healthcare-features-section .healthcare-insight-card:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: -1;
}

.blog-featured-section .blog-feature-accordion {
  height: 450px;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card {
  flex: 1;
  transition: all 0.5s ease;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card img {
  transition: transform 0.6s ease;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card .blog-feature-card-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004b;
  pointer-events: none;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card .blog-feature-title {
  transition: 0.4s ease;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card .blog-feature-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s ease;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card:hover {
  flex: 2;
}

.blog-featured-section .blog-feature-accordion .blog-feature-card:hover img {
  transform: scale(1.1);
}

.blog-featured-section .blog-feature-accordion .blog-feature-card:hover .blog-feature-content {
  opacity: 1;
  transform: translateY(0);
}

.blog-featured-section .blog-feature-accordion .blog-feature-card:hover .blog-feature-title {
  opacity: 0;
}

@media (max-width: 1199px) {
  .blog-featured-section .blog-feature-accordion .blog-feature-card:hover {
    flex: 6;
  }
}

.blog-featured-section .blog-category-section .blog-category-clip {
  width: 230px;
  height: 70px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .blog-featured-section .blog-category-section .blog-category-clip {
    width: 169px;
  }
}

.blog-news-swiper {
  position: relative;
}

.blog-news-swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #fff, #fff0);
}

.blog-news-swiper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, #fff, #fff0);
}

.swiper-button-prev-blog,
.swiper-button-next-blog {
  background-color: #00000045;
  color: #fff;
}

.about-v1-features-section .about-v1-feature-card {
  transition: all 0.35s ease;
}

.about-v1-features-section .about-v1-feature-card:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--dx-primary-bg-subtle);
  transition: height 0.4s ease;
  z-index: -1;
}

.about-v1-features-section .about-v1-feature-card:hover {
  transform: translateY(-6px);
}

.about-v1-features-section .about-v1-feature-card:hover:before {
  height: 100%;
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-shape {
  top: -5%;
  right: -9%;
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-link {
  color: #000;
  transition: color 0.3s ease;
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.4s ease;
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-link:after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -2.3px;
  width: 7px;
  height: 7px;
  background: currentColor;
  transition: all 0.4s ease;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-link:hover {
  color: #5c3e94;
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-link:hover:before {
  transform: scaleX(0.2);
}

.about-v1-features-section .about-v1-feature-card .about-v1-feature-link:hover:after {
  right: -12px;
  transform: scale(1.2);
}

.service-single-benefit-section .service-single-benefit-card {
  position: relative;
  max-width: 540px;
  margin-left: -130px;
  transition: 0.3s ease-in-out;
}

.service-single-benefit-section .service-single-benefit-card .service-single-benefit-icon {
  filter: brightness(1) invert(1);
  transition: 0.3s ease-in-out;
}

.service-single-benefit-section .service-single-benefit-card:hover {
  background-color: #eeebf4 !important;
  color: #000 !important;
  z-index: 10000;
}

.service-single-benefit-section .service-single-benefit-card:hover p {
  color: gray !important;
}

.service-single-benefit-section .service-single-benefit-card:hover .service-single-benefit-icon {
  filter: none;
}

@media (max-width: 991px) {
  .service-single-benefit-section .service-single-benefit-card {
    margin-left: 0;
    margin-top: -100px;
  }
}

.about-v2-feature-section .about-v2-feature-card {
  position: relative;
}

@media (min-width: 768px) {
  .about-v2-feature-section .about-v2-feature-card:before {
    content: "";
    position: absolute;
    top: 80px;
    right: -1.5px;
    width: 2px;
    height: 43px;
    background-color: #5c3e94;
  }
}

.about-v2-feature-section .about-v2-feature-card .about-v2-feature-icon {
  transform: rotate(41deg);
}

.about-v2-feature-section .about-v2-feature-card .about-v2-feature-icon i {
  transform: rotate(-41deg);
}

.about-v2-feature-section .col-lg-3:last-child .about-v2-feature-card:before {
  display: none;
}

.feature-section .feature-card {
  border: 1px solid var(--dx-border-color);
  transition: 0.4s ease-in-out;
}

.feature-section .feature-card .feature-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--dx-primary);
  transition: 0.4s ease-in-out;
}

.feature-section .feature-card .feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--dx-border-color);
  color: var(--dx-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 32px;
  transition: 0.4s;
  position: relative;
}

.feature-section .feature-card .feature-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #171717;
  transition: 0.3s;
}

.feature-section .feature-card .feature-btn i {
  transition: 0.3s;
}

.feature-section .feature-card:hover {
  background: #fff !important;
  border-color: var(--dx-primary);
}

.feature-section .feature-card:hover .feature-line {
  width: 100%;
}

.feature-section .feature-card:hover .feature-icon {
  border-radius: 50%;
  background: var(--dx-primary);
  color: #fff;
}

.feature-section .feature-card:hover .feature-btn {
  color: var(--dx-primary);
}

.feature-section .feature-card:hover .feature-btn i {
  transform: translate(5px);
}

.startup-brand-section .startup-brand-heading {
  top: -1rem;
  left: 16rem;
}

@media (max-width: 1199px) {
  .startup-brand-section .startup-brand-heading {
    left: 5rem;
  }
}

.startup-brand-section .st-brand-img {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

.startup-brand-section .st-brand-img:hover {
  transform: rotateY(180deg);
}

.automation-brand-wrap {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
}

.automation-brand-wrap .automation-brand-left,
.automation-brand-wrap .automation-brand-right {
  padding: 8px 0;
}

.automation-brand-wrap .automation-brand-left .automation-brand-left-bg svg,
.automation-brand-wrap .automation-brand-left .automation-brand-right-bg svg,
.automation-brand-wrap .automation-brand-right .automation-brand-left-bg svg,
.automation-brand-wrap .automation-brand-right .automation-brand-right-bg svg {
  position: absolute;
  top: -8px;
  z-index: 1;
}

.automation-brand-wrap .automation-brand-left .automation-brand-left-bg:after,
.automation-brand-wrap .automation-brand-left .automation-brand-right-bg:after,
.automation-brand-wrap .automation-brand-right .automation-brand-left-bg:after,
.automation-brand-wrap .automation-brand-right .automation-brand-right-bg:after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
}

.automation-brand-wrap .automation-brand-left .automation-brand-left-bg,
.automation-brand-wrap .automation-brand-right .automation-brand-left-bg {
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(var(--dx-primary-rgb), 0.4) 55.29%);
}

.automation-brand-wrap .automation-brand-left .automation-brand-left-bg svg,
.automation-brand-wrap .automation-brand-right .automation-brand-left-bg svg {
  right: 0;
}

.automation-brand-wrap .automation-brand-left .automation-brand-left-bg:after,
.automation-brand-wrap .automation-brand-right .automation-brand-left-bg:after {
  left: 0;
  background: linear-gradient(90deg, #050119, transparent);
}

.automation-brand-wrap .automation-brand-left .automation-brand-right-bg,
.automation-brand-wrap .automation-brand-right .automation-brand-right-bg {
  background: linear-gradient(-90deg,
      transparent 0%,
      rgba(var(--dx-primary-rgb), 0.4) 55.29%);
}

.automation-brand-wrap .automation-brand-left .automation-brand-right-bg svg,
.automation-brand-wrap .automation-brand-right .automation-brand-right-bg svg {
  left: 0;
}

.automation-brand-wrap .automation-brand-left .automation-brand-right-bg:after,
.automation-brand-wrap .automation-brand-right .automation-brand-right-bg:after {
  right: 0;
  background: linear-gradient(-90deg, #050119, transparent);
}

.analytics-brand-section .analytics-brand-img {
  background-color: #ffffff18;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.app-brand-section {
  background: linear-gradient(120deg, #7c5ac2, #5c3e94 45%, #3d2768);
}

.app-brand-section .app-marquee .app-mega-text {
  font-size: 100px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 64px;
  line-height: 1;
}

.app-brand-section .app-marquee .app-mega-text:after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 0;
}

.app-brand-section .app-brand-img {
  opacity: 0.7;
  transition: 0.4s ese-in-out;
}

.app-brand-section .app-brand-img:hover {
  opacity: 1;
}

.crm-brand-section .crm-brand-imgs img {
  background-size: cover;
  transition: 0.5s;
}

.crm-brand-section .crm-brand-imgs img:nth-child(1) {
  transform: translate(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.crm-brand-section .crm-brand-imgs img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%);
}

.crm-brand-section .crm-brand-imgs:hover img:nth-child(1) {
  transform: translate(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.crm-brand-section .crm-brand-imgs:hover img:nth-child(2) {
  transform: translate(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.project-marquee-section .project-marquee-arrow {
  right: 20%;
  top: 50%;
}

.project-marquee-section .project-marquee-wrapper .project-marquee-item {
  font-size: 249px;
}

@media (max-width: 767px) {
  .project-marquee-section .project-marquee-wrapper .project-marquee-item {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .project-marquee-section .project-marquee-wrapper .project-marquee-item {
    font-size: 100px;
  }
}

.about-v2-brand-section {
  background-color: #eeebf4;
}

.partner-section .partner-card {
  overflow: hidden;
  transition: all 0.4s ease;
  background: #fff;
  position: relative;
}

.partner-section .partner-card .patner-card-overlay {
  position: absolute;
  inset: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.partner-section .partner-card:hover .patner-card-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.digital-about-section .digital-about-card {
  background-color: var(--dx-light);
}

.digital-about-section .digital-about-card .digital-about-arrow {
  transform: rotate(45deg);
}

.digital-about-section .digital-about-card:hover {
  color: #fff !important;
}

.digital-about-section .digital-about-card:hover .digital-about-card-desc {
  color: #ffffffb3 !important;
}

.digital-about-section .digital-about-card:hover .digital-about-arrow img,
.digital-about-section .digital-about-card:hover .digital-about-icon {
  filter: brightness(0) invert(1);
}

.digital-about-section .digital-about-desc:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: 123px;
  background-color: var(--dx-border-color);
}

.digital-about-section .digital-about-stats .digital-about-stats-circle {
  width: 25rem;
  height: 25rem;
  position: relative;
  perspective: 1000px;
  margin-left: -50px;
}

.digital-about-section .digital-about-stats .digital-about-stats-circle .digital-about-stats-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.digital-about-section .digital-about-stats .digital-about-stats-circle .digital-about-stats-inner .digital-about-stats-count {
  font-size: 4rem;
}

.digital-about-section .digital-about-stats .digital-about-stats-circle .digital-about-stats-inner .digital-about-stats-front,
.digital-about-section .digital-about-stats .digital-about-stats-circle .digital-about-stats-inner .digital-about-stats-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.digital-about-section .digital-about-stats .digital-about-stats-circle .digital-about-stats-inner .digital-about-stats-back {
  transform: rotateY(180deg);
  background-color: var(--dx-light);
}

.digital-about-section .digital-about-stats .digital-about-stats-circle:hover .digital-about-stats-inner {
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .digital-about-section .digital-about-stats .digital-about-stats-circle {
    margin-left: 0;
  }
}

@media (max-width: 1535px) {
  .digital-about-section .digital-about-stats .digital-about-stats-circle {
    width: 20rem;
    height: 20rem;
  }
}

.startup-about-section .st-about-content .nav-underline .nav-link:after {
  content: "";
  background-color: #fff;
}

.startup-about-section .st-about-content .nav-underline .nav-link:hover,
.startup-about-section .st-about-content .nav-underline .nav-link.active {
  color: #fff !important;
}

.startup-about-section .st-about-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent);
  transform: skew(-20deg);
}

.startup-about-section .st-about-img:hover:after {
  animation: shineMove 0.8s ease;
}

.app-about-section .app-about-tab-content {
  background: linear-gradient(120deg, #7c5ac2, #5c3e94 45%, #3d2768);
  height: 814px;
}

.app-about-section .app-about-tab-content .app-about-svg {
  top: -2%;
  right: -11%;
}

.app-about-section .app-about-tab-content .app-about-img .app-about-card2 {
  top: 15%;
  left: -11%;
  animation: floatLeft 5s ease-in-out infinite;
}

.app-about-section .app-about-tab-content .app-about-img .app-about-card3 {
  top: 76%;
  left: 57%;
}

.app-about-section .app-about-tab-content .app-about-img .app-about-avtar1 {
  bottom: 10%;
  left: 9%;
  animation: pulse 3s ease-in-out infinite;
}

.app-about-section .app-about-tab-content .app-about-img .app-about-avtar2 {
  bottom: 23%;
  left: -2%;
  animation: pulse 4s ease-in-out infinite;
}

.app-about-section .app-about-tab-content .app-about-img .app-about-card4 {
  top: 56%;
  left: -13%;
}

.app-about-section .app-about-tab-content .app-about-img .app-about-chat-img {
  top: 25%;
  left: 73%;
  animation: floatTop 5s ease-in-out infinite;
}

.app-about-section .app-about-tab .nav-item .nav-link {
  border-left: 3px solid transparent;
}

.app-about-section .app-about-tab .nav-item .nav-link.active,
.app-about-section .app-about-tab .nav-item .nav-link:hover {
  border-left: 3px solid #5c3e94;
  background-color: var(--dx-light) !important;
}

@media (max-width: 1535px) {
  .app-about-section .app-about-tab-content {
    height: 100%;
  }
}

.analytics-about-section .analytics-about-imgs .analytics-about-svg {
  top: -12%;
  left: -13%;
  animation: 4s ease-in-out 0s infinite normal none running wobble;
}

.analytics-about-section .analytics-about-imgs .analytics-about-img1 {
  top: 54%;
  left: -19%;
  animation: floatTop 7s ease-in-out infinite;
}

.analytics-about-section .analytics-about-imgs .analytics-about-img2 {
  top: 3%;
  right: -15%;
  transform: rotate(45deg);
}

.analytics-about-section .analytics-about-imgs .analytics-about-thumb {
  right: -5%;
  bottom: -9%;
  animation: bounce 10s infinite;
}

.analytics-about-title {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .analytics-about-title {
    font-size: 1.5rem;
  }
}

.saas-v2-comparison-slider-section .saas-v2-comparison-slider {
  outline: none;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.saas-v2-comparison-slider-section .saas-v2-comparison-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.saas-v2-comparison-slider-section .saas-v2-comparison-slider .saas-v2-custom-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
}

@media (max-width: 767px) {
  .saas-v2-comparison-slider-section .saas-v2-comparison-slider .saas-v2-custom-handle {
    width: 2.3rem !important;
    height: 2.3rem !important;
  }
}

.project-about-section .project-about-img {
  max-height: 700px;
  height: 100%;
}

@media (max-width: 767px) {
  .project-about-section .project-about-img {
    max-height: 400px;
  }

  .project-about-section .project-about-img .project-about-box {
    width: 100% !important;
  }
}

.project-about-section .project-about-content .project-about-content-call .project-about-content-call-wave {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(var(--dx-secondary-rgb), 0.3);
  top: 50%;
  left: 50%;
  animation: bgwaves 2.5s infinite;
}

.project-about-section .project-about-content .project-about-content-call .project-about-content-call-wave.wave-2 {
  animation-delay: 1.2s;
}

.project-preview-section {
  background-image: url(./assets/images/project-main-bg.png);
  background-size: cover;
}

.healthcare-about-section .healthcare-about-img .healthcare-about-video {
  width: 100%;
  height: 43rem;
}

.healthcare-about-section .healthcare-about-img .healthcare-about-video video {
  -webkit-mask-image: url(./assets/images/healthcare-about-mask.jpg);
  mask-image: url(./assets/images/healthcare-about-mask.jpg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.healthcare-about-section .healthcare-about-img .healthcare-about-popover1 {
  top: 15%;
  left: 24%;
}

.healthcare-about-section .healthcare-about-img .healthcare-about-popover2 {
  right: 20%;
  bottom: 18%;
}

.healthcare-about-section .healthcare-about-img .healthcare-circlewave {
  position: relative;
}

.healthcare-about-section .healthcare-about-img .healthcare-circlewave .healthcare-circlewave-bg {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
}

.healthcare-about-section .healthcare-about-img .healthcare-circlewave .healthcare-circlewave-bg:before,
.healthcare-about-section .healthcare-about-img .healthcare-circlewave .healthcare-circlewave-bg:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  animation: bgwaves 2s infinite;
  z-index: -1;
}

.healthcare-about-section .healthcare-about-img .healthcare-circlewave .healthcare-circlewave-bg:after {
  animation-delay: 2s;
}

@media (max-width: 767px) {
  .healthcare-about-section .healthcare-about-img .healthcare-about-video {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .healthcare-about-section .healthcare-about-content .healthcare-about-title {
    font-size: 3rem;
  }
}

.healthcare-about-section .healthcare-about-content .healthcare-about-shape {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  margin-left: 9px;
}

.healthcare-about-section .healthcare-about-content .healthcare-about-shape .healthcare-about-shape-img {
  width: 200px;
  height: 145px;
  background-color: #f5f5f5;
  clip-path: polygon(45% -70%, 96% 50%, 50% 155%, 0 50%);
  display: flex;
  margin-left: -12px;
}

.healthcare-about-section .healthcare-about-content .healthcare-about-shape .healthcare-about-shape-img figure {
  width: 180px;
  height: 145px;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  overflow: hidden;
}

.healthcare-about-section .healthcare-about-content .healthcare-about-shape .healthcare-about-shape-content {
  width: calc(100% - 190px);
}

@media (max-width: 767px) {
  .healthcare-about-section .healthcare-about-content .healthcare-about-shape .healthcare-about-shape-img figure {
    width: 100%;
  }

  .healthcare-about-section .healthcare-about-content .healthcare-about-shape .healthcare-about-shape-content {
    width: 100%;
  }
}

.healthcare-gallery-section .healthcare-gallery-swiper .healthcare-gallery-card {
  height: 600px;
  width: 100%;
}

.healthcare-gallery-section .healthcare-gallery-swiper .healthcare-gallery-card .healthcare-gallery-overlay {
  background-color: #0000007a;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  pointer-events: none;
}

.healthcare-gallery-section .healthcare-gallery-swiper .swiper-slide-active .healthcare-gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.product-thumbs-section .product-swiper-main .product-thumbs-img .product-thumbs-img-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.conference-about-section .conference-about-girlimg {
  width: 18rem;
  left: -3%;
}

.conference-schedule-section .conference-schedule-tab-content .conference-schedule-item {
  position: sticky;
  top: 10%;
}

.conference-schedule-section .conference-schedule-tab-content .conference-schedule-item:nth-child(2) {
  top: 23%;
}

.conference-schedule-section .conference-schedule-tab-content .conference-schedule-item:nth-child(3) {
  top: 35%;
}

.conference-award-card .conference-award-card-overlay {
  pointer-events: none;
}

.about-v1-about-section .about-v1-about-stats .about-v1-stats-card .about-v1-stats-number {
  font-size: 60px;
}

.about-v1-about-section .about-v1-about-shape {
  left: 11%;
}

.about-v1-about-section .about-v1-about-shape .about-v1-about-shape-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 305px;
  width: 100%;
  height: 348px;
  -webkit-mask-image: url(./assets/images/about-v1-circle-mask.png);
  mask-image: url(./assets/images/about-v1-circle-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--dx-primary-bg-subtle);
  -webkit-mask-position: center;
  mask-position: center;
}

.about-v1-about-section .about-v1-about-shape .about-v1-about-shape-1 video {
  width: 265px;
  height: 265px;
}

.about-v2-about-section .about-v2-about-tabs .nav-link.active {
  color: #5c3e94;
  background: transparent;
  border-bottom: 2px solid #5c3e94 !important;
}

.career-benefit-section .career-benefit-card {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.career-benefit-section .career-benefit-card img,
.career-benefit-section .career-benefit-card p {
  transition: all 0.3s ease-in-out;
}

.career-benefit-section .career-benefit-card:hover {
  background-color: var(--dx-primary);
  color: #fff;
}

.career-benefit-section .career-benefit-card:hover img {
  filter: brightness(0) invert(1);
}

.career-benefit-section .career-benefit-card:hover p {
  color: #ffffffb3 !important;
}

.starup-faq-section .startup-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-left: 3px solid #5c3e94;
  transition: border-color 0.3s;
}

.starup-faq-section .startup-accordion .accordion-button:after {
  content: "" !important;
}

.analytics-use-cases-section .analytics-use-cases-img .analytics-use-cases-robot {
  animation: bounce 5s infinite;
}

.analytics-use-cases-section .analytics-use-cases-img .analytics-use-cases-img1 {
  top: 26%;
  right: -16%;
  animation: floatTop 7s ease-in-out infinite;
}

.analytics-use-cases-section .analytics-case-content .analytics-accordion .accordion-button:after {
  display: none !important;
}

.crm-faq-section .crm-faq-card {
  position: relative;
  background: linear-gradient(180deg, #5c3e9421, #ffffffe6);
}

.help-center-section .help-center-left-sidebar .help-center-categorie-list .help-center-categorie-item {
  transition: all 0.3s ease-in-out;
  color: var(--dx-body-color);
}

.help-center-section .help-center-left-sidebar .help-center-categorie-list .help-center-categorie-item:hover {
  background-color: var(--dx-primary-bg-subtle);
  color: var(--dx-primary);
}

.faq-section .faq-img-vector {
  top: -79%;
  right: -57%;
}

.digital-process-section .digital-process-box {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .digital-process-section .digital-process-box {
    flex-wrap: wrap;
  }
}

.digital-process-section .digital-process-box .digital-process-col {
  flex: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
}

@media (min-width: 992px) {
  .digital-process-section .digital-process-box .digital-process-col:hover {
    flex: 1.3;
  }
}

@media (max-width: 991px) {
  .digital-process-section .digital-process-box .digital-process-col {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .digital-process-section .digital-process-box .digital-process-col {
    flex: 0 0 100%;
  }
}

.digital-process-section .digital-process-box .digital-process-card {
  min-height: 470px;
}

.digital-process-section .digital-process-box .digital-process-card .digital-process-number {
  background-color: var(--dx-body-bg);
  color: var(--dx-dark);
  transition: all 0.4s ease;
}

.digital-process-section .digital-process-box .digital-process-card .digital-process-desc {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.digital-process-section .digital-process-box .digital-process-card .digital-process-desc .desc-inner {
  overflow: hidden;
}

.digital-process-section .digital-process-box .digital-process-card:hover .digital-process-number {
  background-color: var(--dx-primary);
  color: #fff;
  border-color: var(--dx-primary) !important;
}

.digital-process-section .digital-process-box .digital-process-card:hover .digital-process-desc {
  grid-template-rows: 1fr;
  opacity: 1;
}

.startup-works-section .st-works-number {
  outline: 1px dashed #5c3e94;
  outline-offset: 7px;
}

.startup-works-section .st-works-elements1 {
  left: -26%;
  top: -18%;
}

.startup-works-section .st-works-elements2 {
  transform: scaley(-1);
  left: -26%;
  bottom: -18%;
}

.startup-works-section .st-works-elements3 {
  transform: scalex(-1);
  right: -26%;
  top: -18%;
}

.startup-works-section .st-works-elements4 {
  transform: scalex(-1) scaley(-1);
  right: -26%;
  bottom: -18%;
}

.startup-works-section .st-works-circle {
  animation: spin 12s linear infinite;
}

.automation-works-section {
  background-image: url(./assets/images/automation-works-bg.png);
  background-size: cover;
  background-position-x: center;
  padding: 250px 0 130px;
}

.automation-works-section .automation-process-card {
  border-color: var(--dx-gray-700) !important;
}

.automation-works-section .automation-process-card .automation-process-img {
  animation: spin 12s linear infinite;
}

@media (max-width: 1199px) {
  .automation-works-section {
    padding: 50px 0;
    background-image: none;
  }
}

@media (min-width: 1536px) {
  .app-process-section .app-process-card {
    height: 425px;
  }
}

.crm-process-section .spacer {
  padding: 80px 0;
}

.crm-process-section .spacer .crm-process-elements2 {
  transform: translate(-50%) rotate(32deg);
}

@media (max-width: 991px) {
  .crm-process-section .spacer {
    padding: 30px 0;
  }
}

.crm-process-section .crm-first-process-img {
  background-color: #f9eabf;
}

.crm-process-section .crm-second-process-img {
  background-color: #f8dde9;
}

.crm-process-section .crm-third-process-img {
  background-color: #daefe2;
}

.crm-process-section .crm-third-process-img .crm-third-process-icon1 {
  top: 6%;
  right: 25%;
}

.crm-process-section .crm-third-process-img .crm-third-process-icon2 {
  top: 20%;
  right: 5%;
}

.crm-process-section .crm-third-process-img .crm-third-process-icon3 {
  bottom: 21%;
  right: 3%;
  animation: floatBottom 9s ease infinite;
}

.crm-process-section .crm-third-process-img .crm-third-process-img-1 {
  animation: floatBottom 6s ease infinite;
}

@media (min-width: 767px) {
  .crm-process-section .crm-third-process-img .crm-third-process-img-2 {
    height: 355px;
  }
}

.crm-process-section .crm-third-process-img .crm-third-process-glass {
  width: 593px;
  top: 5%;
  left: 3%;
}

@media (min-width: 992px) and (max-width: 1535px) {
  .crm-process-section .crm-third-process-img .crm-third-process-glass {
    width: 100%;
  }
}

.saas-v1-works-section .saas-v1-work-card .saas-v1-work-card-number {
  background: linear-gradient(to bottom,
      rgba(var(--dx-primary-rgb), 0.35),
      #fff0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-mask-image: linear-gradient(to bottom, #000, #0000 90%);
  mask-image: linear-gradient(to bottom, #000, #0000 90%);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.saas-v2-process-section .saas-v2-process-shape {
  margin-top: -1%;
}

.saas-v2-process-section .saas-v2-process-step {
  margin-top: -8%;
}

.saas-v2-process-section .saas-v2-process-step .saas-v2-process-card .saas-v2-process-card-number {
  font-size: 86px;
  opacity: 0.05;
  right: -2%;
  bottom: -14%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .saas-v2-process-section .saas-v2-process-step .saas-v2-process-card .saas-v2-process-card-head {
    min-height: 63px;
  }

  .saas-v2-process-section .saas-v2-process-step .saas-v2-process-card .saas-v2-process-card-desc {
    min-height: 125px;
  }
}

@media (max-width: 992px) {
  .saas-v2-process-section .saas-v2-process-step {
    margin-top: 0%;
  }
}

.project-process-section .project-process-tabs .project-process-list .project-process-item {
  position: relative;
}

.project-process-section .project-process-tabs .project-process-list .project-process-item:not(:last-child) {
  padding-bottom: 80px;
}

.project-process-section .project-process-tabs .project-process-list .project-process-item:before {
  position: absolute;
  content: "";
  top: 25px;
  left: 9px;
  width: 4px;
  height: 100%;
  background: rgba(var(--dx-primary-rgb), 0.1);
  z-index: -1;
}

@media (max-width: 767px) {
  .project-process-section .project-process-tabs .project-process-list .project-process-item:not(:last-child) {
    padding-bottom: 20px;
  }
}

.project-process-section .project-process-tabs .project-process-list .project-process-btn {
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
}

.project-process-section .project-process-tabs .project-process-list .project-process-btn.active:after {
  position: absolute;
  content: "";
  top: 42px;
  left: 9px;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #5c3e94, #f2eefb);
  z-index: -1;
}

.project-process-section .project-process-tabs .project-process-list .project-process-btn.active .project-process-dot:before {
  background: linear-gradient(180deg, #5c3e94, #2b1a5a);
}

.project-process-section .project-process-tabs .project-process-list .project-process-btn.active .project-process-dot .project-process-shape {
  opacity: 1;
}

.project-process-section .project-process-tabs .project-process-list .project-process-dot {
  position: relative;
  z-index: 2;
}

.project-process-section .project-process-tabs .project-process-list .project-process-dot:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5c3e94;
  z-index: -1;
}

.project-process-section .project-process-tabs .project-process-list .project-process-dot .project-process-shape {
  opacity: 0;
  transition: 0.3s;
}

.project-process-section .project-process-tab-contnet .project-process-card {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.project-process-section .project-process-tab-contnet .project-process-card.active-card {
  border: 1px solid var(--dx-primary) !important;
}

.healthcare-process-section .healthcare-process-accordian .healthcare-process-step {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.healthcare-process-section .healthcare-process-accordian .healthcare-process-step .healthcare-process-number {
  font-size: 9rem;
  opacity: 0.1;
  line-height: 0.8;
  transition: 0.4s ease-in-out;
}

.healthcare-process-section .healthcare-process-accordian .healthcare-process-step.active {
  height: 260px;
  background-color: #fff !important;
}

.healthcare-process-section .healthcare-process-accordian .healthcare-process-step.active .healthcare-process-number {
  color: #5c3e94;
  opacity: 1;
}

@media (max-width: 767px) {
  .healthcare-process-section .healthcare-process-accordian .healthcare-process-step.active {
    height: 510px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .healthcare-process-section .healthcare-process-accordian .healthcare-process-step.active {
    height: 375px;
  }
}

.service-v1-process-section .service-v1-process-top .service-v1-process-card .service-v1-process-step {
  bottom: -48%;
}

.service-v1-process-section .service-v1-process-top .service-v1-process-card .service-v1-process-step:before {
  content: "";
  position: absolute;
  bottom: 85%;
  left: 50%;
  transform: translate(50%);
  width: 1px;
  height: 50px;
  background-color: #5c3e94;
  z-index: -1;
}

.service-v1-process-section .service-v1-process-top .service-v1-process-card .service-v1-process-step .bg-primary-subtle {
  background-color: #eeebf4 !important;
}

.service-v1-process-section .service-v1-process-bottom .service-v1-process-card .service-v1-process-step {
  top: -48%;
}

.service-v1-process-section .service-v1-process-bottom .service-v1-process-card .service-v1-process-step:before {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(50%);
  width: 1px;
  height: 50px;
  background-color: #5c3e94;
  z-index: -1;
}

.service-v1-process-section .service-v1-process-bottom .service-v1-process-card .service-v1-process-step .bg-primary-subtle {
  background-color: #eeebf4 !important;
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .service-v1-process-section .service-v1-process-top .service-v1-process-card .service-v1-process-step {
    bottom: -36%;
  }

  .service-v1-process-section .service-v1-process-bottom .service-v1-process-card .service-v1-process-step {
    top: -33%;
  }
}

.service-single-process-section .service-single-process-card {
  transition: 0.5s ease-in-out;
}

.service-single-process-section .service-single-process-card .service-single-process-icon {
  transition: 0.4s ease-in-out;
}

.service-single-process-section .service-single-process-card .service-single-process-number {
  bottom: -24px;
  transform: translate(-50%) rotate(46deg);
  transition: 0.4s ease-in-out;
}

.service-single-process-section .service-single-process-card .service-single-process-number p {
  transform: rotate(-46deg);
}

.service-single-process-section .service-single-process-card:hover {
  background-color: rgba(var(--dx-primary-rgb), 0.15) !important;
}

.service-single-process-section .service-single-process-card:hover .service-single-process-icon {
  transform: rotateY(180deg);
}

.service-single-process-section .service-single-process-card:hover .service-single-process-number {
  background-color: var(--dx-primary) !important;
  color: #fff !important;
}

.about-v2-process-section .about-v2-process-card {
  transition: 0.3s ease;
  transform: scale(0.98);
}

.about-v2-process-section .about-v2-process-card .about-v2-process-icon {
  outline: 1px solid #5c3e94;
  outline-offset: 3px;
}

.about-v2-process-section .about-v2-process-card.active-card {
  transform: scale(1);
  border-color: #5c3e94 !important;
  box-shadow: 0 10px 30px #00000014;
}

@media (min-width: 1535px) {
  .digital-blog-section .digital-blog-img {
    max-height: 656px;
    height: 100%;
  }
}

.digital-blog-section .digital-blog-card .digital-blog-date {
  position: relative;
}

.digital-blog-section .digital-blog-card .digital-blog-date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--dx-body-color);
  width: 60px;
  height: 1px;
}

.digital-blog-section #blogPreviewImage {
  transition:
    opacity 0.4s ease,
    transform 0.6s ease;
}

.digital-blog-section #blogPreviewImage.zoom {
  transform: scale(1.08);
  opacity: 0;
}

.starup-blog-section .st-swiper-buttons .swiper-button-prev-custom,
.starup-blog-section .st-swiper-buttons .swiper-button-next-custom {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  color: #fff;
  transition: color 0.4s ease;
  border-radius: 50px;
}

.starup-blog-section .st-swiper-buttons .swiper-button-prev-custom:before,
.starup-blog-section .st-swiper-buttons .swiper-button-next-custom:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translate(-100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.starup-blog-section .st-swiper-buttons .swiper-button-prev-custom span,
.starup-blog-section .st-swiper-buttons .swiper-button-prev-custom i,
.starup-blog-section .st-swiper-buttons .swiper-button-next-custom span,
.starup-blog-section .st-swiper-buttons .swiper-button-next-custom i {
  position: relative;
  z-index: 1;
}

.starup-blog-section .st-swiper-buttons .swiper-button-prev-custom:hover,
.starup-blog-section .st-swiper-buttons .swiper-button-next-custom:hover {
  color: #5c3e94;
}

.starup-blog-section .st-swiper-buttons .swiper-button-prev-custom:hover:before,
.starup-blog-section .st-swiper-buttons .swiper-button-next-custom:hover:before {
  transform: translate(0);
}

.starup-blog-section .st-blog-card .st-blog-card-img img {
  transition: all 0.4s ease;
}

.starup-blog-section .st-blog-card .st-blog-card-img:hover img {
  transform: scale(1.1);
}

.starup-blog-section .st-blog-card .st-blog-card-body {
  position: relative;
  z-index: 1;
  margin-top: -17%;
  margin-left: 6%;
  max-width: 75%;
}

.starup-blog-section .st-blog-card .st-blog-card-body:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(to left, #2e0f53, #592da8);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

@media (max-width: 767px) {
  .starup-blog-section .st-blog-card .st-blog-card-body {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .starup-blog-section .st-blog-card .st-blog-card-head {
    min-height: 92px;
  }
}

.starup-blog-section .st-blog-card:hover .st-blog-card-body p,
.starup-blog-section .st-blog-card:hover .st-blog-card-body h5 {
  color: #fff;
}

.starup-blog-section .st-blog-card:hover .st-blog-card-body:before {
  opacity: 1;
}

.saas-v2-blog-section .saas-v2-blog-wrapper {
  height: 638px;
}

.saas-v2-blog-section .saas-v2-blog-wrapper .marquee-scroll-up {
  animation: marquee-scroll-up 40s linear infinite !important;
}

.saas-v2-blog-section .saas-v2-blog-card .saas-v2-blog-content .saas-v2-blog-card-link {
  color: #171717;
  transition: 0.3s ease;
}

.saas-v2-blog-section .saas-v2-blog-card .saas-v2-blog-content .saas-v2-blog-card-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: var(--dx-primary);
  transition: 0.4s ease;
}

.saas-v2-blog-section .saas-v2-blog-card .saas-v2-blog-content .saas-v2-blog-card-link:hover {
  color: var(--dx-primary);
}

.saas-v2-blog-section .saas-v2-blog-card .saas-v2-blog-content .saas-v2-blog-card-link:hover:after {
  width: 100%;
}

.healthcare-blog-section .healthcare-blog-card {
  min-height: 420px;
  height: 100%;
  transition: 0.4s ease-in-out;
  position: relative;
}

.healthcare-blog-section .healthcare-blog-card .healthcare-blog-img {
  opacity: 0;
  transform: scale(1.1);
  transition: 0.6s ease;
  z-index: 1;
}

.healthcare-blog-section .healthcare-blog-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0006;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}

.healthcare-blog-section .healthcare-blog-card .healthcare-blog-hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;
  text-align: center;
  width: 80%;
}

.healthcare-blog-section .healthcare-blog-card:hover {
  color: #fff;
}

.healthcare-blog-section .healthcare-blog-card:hover .healthcare-blog-img {
  opacity: 1;
  transform: scale(1);
}

.healthcare-blog-section .healthcare-blog-card:hover:after {
  opacity: 1;
}

.healthcare-blog-section .healthcare-blog-card:hover .healthcare-blog-content {
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s ease;
}

.healthcare-blog-section .healthcare-blog-card:hover .healthcare-blog-hover-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.healthcare-blog-section .healthcare-blog-card>*:not(img) {
  position: relative;
  z-index: 2;
}

.blog-article-section .blog-article-card .blog-article-img-left {
  height: 55rem;
}

@media (max-width: 1199px) {
  .blog-article-section .blog-article-card .blog-article-img-left {
    height: 100%;
  }
}

.blog-news-section .blog-news-card {
  min-height: 542px;
}

.blog-news-section .blog-news-card .blog-news-img {
  height: 298px;
  width: 100%;
}

.blog-editor-choice-section .blog-editor-choice-card .blog-editor-choice-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #171717;
  transition: 0.3s ease;
}

.blog-editor-choice-section .blog-editor-choice-card .blog-editor-choice-link i {
  transition: 0.3s ease;
}

.blog-editor-choice-section .blog-editor-choice-card .blog-editor-choice-link:hover {
  color: var(--dx-primary);
}

.blog-editor-choice-section .blog-editor-choice-card .blog-editor-choice-link:hover i {
  transform: translate(6px);
}

.blog-video-news-section .blog-video-img .blog-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
  z-index: 2;
  transition: 0.3s ease;
}

.blog-video-news-section .blog-video-img .blog-video-play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.blog-video-news-section .blog-video-img .blog-video-play-icon .blog-video-play-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: bgwaves 2s infinite;
}

.blog-video-news-section .blog-video-img .blog-video-play-icon .blog-video-play-waves:nth-child(1) {
  animation-delay: 0s;
}

.blog-video-news-section .blog-video-img .blog-video-play-icon .blog-video-play-waves:nth-child(2) {
  animation-delay: 0.4s;
}

.blog-video-news-section .blog-video-img .blog-video-play-icon .blog-video-play-waves:nth-child(3) {
  animation-delay: 0.8s;
}

.blog-insta-section .blog-insta-img .blog-insta-icon {
  transform: translate(-50%, calc(-50% + 20px));
  opacity: 0;
  transition: all 0.4s ease;
}

.blog-insta-section .blog-insta-img:hover .blog-insta-icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.blog-popular-img,
.blog-article-img,
.blog-news-img,
.blog-editor-choice-img {
  position: relative;
  overflow: hidden;
}

.blog-popular-img img,
.blog-article-img img,
.blog-news-img img,
.blog-editor-choice-img img {
  transition: 0.4s ease;
}

.blog-popular-img:after,
.blog-article-img:after,
.blog-news-img:after,
.blog-editor-choice-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000026;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

.blog-popular-img:hover img,
.blog-article-img:hover img,
.blog-news-img:hover img,
.blog-editor-choice-img:hover img {
  transform: scale(1.08);
}

.blog-popular-img:hover:after,
.blog-article-img:hover:after,
.blog-news-img:hover:after,
.blog-editor-choice-img:hover:after {
  opacity: 1;
}

.bl-section .bl-main-content .bl-card .bl-card-img img {
  transition: 0.4s ease-in-out;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link {
  transition: 0.3s ease;
  color: #171717;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link i {
  transition: transform 0.3s ease;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #5c3e94;
  transition: 0.3s ease;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:hover {
  color: #5c3e94;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:hover:after {
  width: 100%;
}

.bl-section .bl-main-content .bl-card .bl-card-content .bl-card-link:hover i {
  transform: translate(5px);
}

.bl-section .bl-main-content .bl-card:hover .bl-card-img img {
  transform: rotate(3deg) scale(1.1);
}

.bl-section .bl-sidebar-tag .bl-sidebar-tag-badge {
  transition: 0.3s ease;
  color: #171717;
}

.bl-section .bl-sidebar-tag .bl-sidebar-tag-badge:hover {
  background-color: #5c3e94;
  color: #fff;
}

.startup-pricing-section .st-pricing-card {
  transition: transform 0.3s ease;
}

.startup-pricing-section .st-pricing-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  transform: translateY(100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.startup-pricing-section .st-pricing-card .st-pricing-icon {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  color: #fff;
}

.startup-pricing-section .st-pricing-card .st-pricing-subtitle {
  color: var(--dx-secondary-color);
}

.startup-pricing-section .st-pricing-card:hover,
.startup-pricing-section .st-pricing-card:hover .st-pricing-subtitle {
  color: #fff;
}

.startup-pricing-section .st-pricing-card:hover .st-pricing-icon {
  background: #fff;
}

.startup-pricing-section .st-pricing-card:hover .st-pricing-icon i {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.startup-pricing-section .st-pricing-card:hover:before {
  transform: translateY(0);
}

.startup-pricing-section .st-pricing-card .st-pricing-btn {
  background: linear-gradient(to left, #2e0f53, var(--dx-primary));
  color: #fff;
  transition: color 0.4s ease;
}

.startup-pricing-section .st-pricing-card .st-pricing-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translate(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.startup-pricing-section .st-pricing-card .st-pricing-btn:hover {
  color: #5c3e94;
}

.startup-pricing-section .st-pricing-card .st-pricing-btn:hover:before {
  transform: translate(0);
}

.automation-pricing-section .automation-pricing-svg {
  bottom: -16%;
  left: -2%;
}

.automation-pricing-section .automation-pricing-img {
  top: 7%;
}

.automation-pricing-section .automation-pricing-card .automation-pricing-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #5c3e94, transparent);
}

.automation-pricing-section .automation-pricing-card.first {
  margin-right: -19px;
}

.automation-pricing-section .automation-pricing-card.last {
  margin-left: -19px;
}

.automation-pricing-section .automation-pricing-card .automation-pricing-btn {
  background: transparent !important;
}

@media (max-width: 1199px) {
  .automation-pricing-section .automation-pricing-card.first {
    margin-right: 0;
  }

  .automation-pricing-section .automation-pricing-card.last {
    margin-left: 0;
  }
}

.analytics-pricing-switch {
  -webkit-user-select: none;
  user-select: none;
}

.analytics-pricing-switch .analytics-switch-label {
  transition: 0.3s ease;
  color: var(--dx-secondary-color);
}

.analytics-pricing-switch .analytics-switch-label.active {
  color: var(--dx-dark);
}

.analytics-pricing-switch .analytics-pricing-toggle {
  position: relative;
  width: 62px;
  height: 27px;
  display: inline-block;
}

.analytics-pricing-switch .analytics-pricing-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.analytics-pricing-switch .analytics-pricing-toggle input:checked+.analytics-pricing-slider:before {
  transform: translate(28px);
}

.analytics-pricing-switch .analytics-pricing-slider {
  position: absolute;
  inset: 0;
  transition: 0.4s ease;
}

.analytics-pricing-switch .analytics-pricing-slider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  background: var(--dx-primary);
  border-radius: 50%;
  transition: 0.4s ease;
}

.crm-pricing-section .crm-shape-two {
  left: -5%;
  top: 4%;
  width: 14%;
}

.crm-pricing-section .crm-plan-starter-card {
  border-top-left-radius: 1rem;
}

.crm-pricing-section .crm-plan-enterprise-card {
  border-top-right-radius: 1rem;
}

.crm-pricing-section .crm-feature-starter-card {
  border-bottom-left-radius: 1rem;
}

.crm-pricing-section .crm-feature-enterprise-card {
  border-bottom-right-radius: 1rem;
}

.crm-pricing-section .crm-pricing-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.crm-pricing-section .crm-pricing-table {
  min-width: 1430px;
}

.crm-pricing-section .crm-pricing-btn-dark.crm-btn:before,
.crm-pricing-section .crm-pricing-btn-dark.crm-btn:after {
  background: #000 !important;
}

.crm-pricing-section .crm-pricing-btn-dark:hover {
  border-color: #000 !important;
}

.crm-pricing-section .crm-pricing-btn-dark:hover span {
  color: #fff !important;
}

.saas-v1-pricing-section .saas-v1-pro-card .saas-v1-btn:before {
  background-color: var(--dx-primary);
}

.saas-v1-pricing-section .saas-v1-pro-card .saas-v1-btn:hover span,
.saas-v1-pricing-section .saas-v1-pro-card .saas-v1-btn:hover i {
  color: #fff !important;
}

.project-pricing-section .project-pricing-card .project-pricing-card-icon {
  top: -5%;
}

.project-pricing-section .project-pricing-card .project-pricing-price {
  font-size: 3rem;
}

.project-pricing-section .project-pro-card {
  background-image: url(./assets/images/project-main-bg.png);
  background-size: cover;
}

@media (min-width: 1200px) {
  .project-pricing-section .project-starter-card {
    transform: perspective(800px) rotateY(-8deg) scale(0.9);
  }

  .project-pricing-section .project-enterprise-card {
    transform: perspective(800px) rotateY(8deg) scale(0.9);
  }
}

.pricing-section .pricing-bg {
  width: 96%;
}

.pricing-section .pricing-wrapper {
  background-color: #eeebf4;
}

.pricing-compare-section .pricing-compare-table {
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-compare-section .pricing-compare-table th,
.pricing-compare-section .pricing-compare-table td {
  padding: 22px 20px;
  border-bottom: 1px solid var(--dx-border-color);
}

.app-stats-section .app-stats-card .app-stats-number {
  font-size: 100px;
}

@media (max-width: 1199px) {
  .app-stats-section .app-stats-card .app-stats-number {
    font-size: 80px;
  }
}

.analytics-stats-section {
  margin-top: -10%;
}

.analytics-stats-section .analytics-stats-card {
  position: relative;
  transition: 0.4s ease-in-out;
}

.analytics-stats-section .analytics-stats-card:hover {
  background-color: #f25912;
  color: #fff;
  border-radius: 20px;
  transform: translateY(-18px);
}

.analytics-stats-section .analytics-stats-card:hover p {
  color: #fff !important;
}

.analytics-stats-section .analytics-stats-link {
  color: #000;
  transition: 0.4s ease-in-out;
}

.analytics-stats-section .analytics-stats-link:hover {
  color: #f25912;
}

@media (max-width: 1199px) {
  .analytics-stats-section {
    margin-top: 0%;
    padding: 50px 0 0;
  }
}

.crm-stats-section .crm-marquee-text {
  font-size: 320px;
  letter-spacing: 6px;
  line-height: 1.6;
  color: transparent;
  background: linear-gradient(120deg, #9c7df081, #ff944d88);
  -webkit-background-clip: text;
  background-clip: text;
}

.crm-stats-section .crm-stats-wrapper {
  background-image: linear-gradient(180deg, #0000, #fff 50%);
  top: 35%;
}

.crm-stats-section .crm-stats-wrapper .crm-counter {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .crm-stats-section .crm-marquee-text {
    font-size: 100px;
  }

  .crm-stats-section .crm-stats-wrapper {
    top: 0;
  }

  .crm-stats-section .crm-stats-wrapper .crm-counter {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .crm-stats-section .crm-stats-wrapper {
    top: 13%;
  }
}

.crm-impact-section .crm-impact-Sales-card {
  background-image: url(./assets/images/crm-sales-card-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 100;
}

.crm-impact-section .crm-impact-Sales-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  top: 0;
  left: 0;
  z-index: -1;
}

.crm-impact-section .crm-impact-testimonial-card .crm-reviewSwiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(var(--dx-danger-rgb), 0.3);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.crm-impact-section .crm-impact-testimonial-card .crm-reviewSwiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  border-radius: 20px;
  background: #ef4444;
}

.project-stats-section .project-stats-number {
  font-size: 3.4rem;
}

.conference-countdown-section .conference-countdown-item .conference-countdown-number {
  font-size: 10rem;
  opacity: 0.04;
}

.automation-cta-section {
  padding: 415px 0 120px;
}

@media (max-width: 767px) {
  .automation-cta-section {
    padding: 130px 0 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .automation-cta-section {
    padding: 296px 0 130px;
  }
}

.analytics-cta-section .analytics-cta-wrap {
  background-image: url(./assets/images/analytics-cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.analytics-cta-section .analytics-cta-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000065;
  width: 100%;
  height: 100%;
}

.crm-cta-section .crm-cta-img {
  position: relative;
}

.crm-cta-section .crm-cta-img:before {
  content: "";
  position: absolute;
  bottom: -34%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      var(--dx-white) 50%);
  z-index: 1;
}

.crm-cta-section .crm-cta-img img {
  filter: grayscale(1);
  width: 70rem;
}

.crm-cta-section .crm-cta-btn-outline.crm-btn:before,
.crm-cta-section .crm-cta-btn-outline.crm-btn:after {
  background: #5c3e94 !important;
}

.crm-cta-section .crm-cta-btn-outline.crm-btn:hover:before,
.crm-cta-section .crm-cta-btn-outline.crm-btn:hover:after {
  border-color: #5c3e94 !important;
}

.crm-cta-section .crm-cta-btn-outline:hover {
  border-color: #5c3e94 !important;
}

.crm-cta-section .crm-cta-btn-outline:hover span {
  color: #fff !important;
}

.saas-v2-cta-section {
  background: url(./assets/images/saas-v2-cta-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.saas-v2-cta-section:before {
  content: "";
  position: absolute;
  background: #00000075;
  inset: 0;
  width: 100%;
  height: 100%;
}

.saas-v2-cta-section .saas-v2-badge:before,
.saas-v2-cta-section .saas-v2-badge:after {
  background: #fff;
}

.healthcare-cta-section {
  position: relative;
  z-index: 3;
  margin-bottom: -150px;
}

.healthcare-cta-section .healthcare-cta-inner {
  padding: 0 20px 20px;
  border-radius: 0 0 20px 20px;
  position: relative;
}

.healthcare-cta-section .healthcare-cta-inner .healthcare-cta-title {
  font-size: 4rem;
}

@media (max-width: 991px) {
  .healthcare-cta-section {
    margin-bottom: 0;
  }

  .healthcare-cta-section .healthcare-cta-inner {
    padding: 0 0 50px;
  }

  .healthcare-cta-section .healthcare-cta-inner .healthcare-cta-title {
    font-size: 2rem;
  }
}

.product-cta-section .product-cta-img-wrapper .product-cta-img-text {
  background-image: url(./assets/images/product-review-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 170px;
  line-height: 0.7;
  animation: textanimation 10s linear infinite;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-cta-section .product-cta-img-wrapper .product-cta-img-text {
    font-size: 106px;
  }
}

@keyframes textanimation {
  0% {
    background-position: 50% 0;
  }

  to {
    background-position: 50% 100%;
  }
}

.product-cta-section .product-cta-content {
  max-width: 700px;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-wave-container {
  width: 150px;
  height: 150px;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-wave-container .about-v1-cta-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 150px;
  height: 150px;
  border: 2px solid var(--dx-gray-300);
  border-radius: 50%;
  animation: bgwaves 2s infinite;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-wave-container .about-v1-cta-wave:nth-child(2) {
  animation-delay: 0.6s;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-wave-container .about-v1-cta-wave:nth-child(3) {
  animation-delay: 1.2s;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-wave-container .about-v1-cta-wave:nth-child(4) {
  animation-delay: 2s;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-mail-info {
  position: absolute;
  top: -60%;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-mail-info a {
  display: inline-block;
  transition: all 0.4s;
}

.about-v1-cta-section .about-v1-cta-mail-wrapper .about-v1-cta-mail-info svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.team-cta-section .team-cta-wrapper {
  width: 500px;
  height: 500px;
  position: relative;
  z-index: 1;
}

.team-cta-section .team-cta-wrapper .team-cta-content {
  max-width: 375px;
  width: 100%;
}

.team-cta-section .team-cta-wrapper .team-cta-outer-circle {
  width: 545px;
  height: 545px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateCircle 14s linear infinite;
  transform-origin: center;
  will-change: transform;
}

.team-cta-section .team-cta-wrapper .team-cta-outer-circle:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%);
  width: 9px;
  height: 9px;
  border-radius: 10%;
  background-color: #5c3e94;
}

.team-cta-section .team-cta-wrapper .team-cta-outer-circle:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
  width: 9px;
  height: 9px;
  border-radius: 10%;
  background-color: #5c3e94;
}

.team-cta-section .team-cta-wrapper .team-cta-inner-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateCircle 16s linear infinite reverse;
  transform-origin: center;
  will-change: transform;
}

.team-cta-section .team-cta-wrapper .team-cta-inner-circle:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%);
  width: 9px;
  height: 9px;
  border-radius: 10%;
  background-color: #5c3e94;
}

.team-cta-section .team-cta-wrapper .team-cta-inner-circle:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
  width: 9px;
  height: 9px;
  border-radius: 10%;
  background-color: #5c3e94;
}

@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.digital-testimonial-section {
  background-image: url(./assets/images/digital-review-bg.jpg);
  background-size: cover;
  background-position: center;
}

.digital-testimonial-section .digital-testimonial-title .digital-main-subtitle {
  border: 1px solid var(--dx-white) !important;
}

.digital-testimonial-section .digital-testimonial-title .digital-main-subtitle:before,
.digital-testimonial-section .digital-testimonial-title .digital-main-subtitle:after {
  background: var(--dx-dark) !important;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-review-card {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-style: solid;
  border-width: 1px;
  border-color: #fff3;
  background: #ffffff0d;
  transition: all 0.5s ease;
  position: relative;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-review-card:before,
.digital-testimonial-section .digital-testimonial-swiper .digital-review-card:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  transition: 0.4s;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-review-card:before {
  top: -2px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-review-card:after {
  bottom: -2px;
  right: -2px;
  border-left: 0;
  border-top: 0;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-review-card:hover:before,
.digital-testimonial-section .digital-testimonial-swiper .digital-review-card:hover:after {
  width: 100%;
  height: 100%;
}

.digital-testimonial-section .digital-testimonial-swiper .swiper-slide:nth-child(odd) .digital-review-card {
  transform: rotate(-4deg);
}

.digital-testimonial-section .digital-testimonial-swiper .swiper-slide:nth-child(2n) .digital-review-card {
  transform: rotate(4deg);
}

.digital-testimonial-section .digital-testimonial-swiper .swiper-slide:nth-child(odd) .digital-review-card:hover {
  transform: rotate(4deg);
}

.digital-testimonial-section .digital-testimonial-swiper .swiper-slide:nth-child(2n) .digital-review-card:hover {
  transform: rotate(-4deg);
}

.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls {
  max-width: 45rem;
  width: 100%;
  margin: 0 auto;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls .progress {
  height: 3px;
  background-color: #ffffff1a;
  border-radius: 2px;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls .progress-bar {
  background-color: #5c3e94;
  transition: width 0.4s ease;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls .digital-swiper-nav-buttons .swiper-button-prev-custom,
.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls .digital-swiper-nav-buttons .swiper-button-next-custom {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff3;
  background: #ffffff0d;
  transition: 0.4s ease-in-out;
}

.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls .digital-swiper-nav-buttons .swiper-button-prev-custom:hover,
.digital-testimonial-section .digital-testimonial-swiper .digital-swiper-controls .digital-swiper-nav-buttons .swiper-button-next-custom:hover {
  background-color: #5c3e94;
  border-color: #5c3e94;
}

.automation-testimonial-section .automation-testimonial-card .automation-testimonial-card-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #5c3e94, transparent);
}

.automation-testimonial-section .automation-testimonial-wrapper {
  max-height: 900px;
}

.automation-testimonial-section .automation-testimonial-wrapper .automation-testimonial-top-gradient,
.automation-testimonial-section .automation-testimonial-wrapper .automation-testimonial-bottom-gradient {
  width: 100%;
  height: 240px;
  pointer-events: none;
  z-index: 2;
}

.automation-testimonial-section .automation-testimonial-wrapper .automation-testimonial-top-gradient {
  background: linear-gradient(to bottom,
      #020617,
      #020617d9,
      #02061766 60%,
      #02061700);
}

.automation-testimonial-section .automation-testimonial-wrapper .automation-testimonial-bottom-gradient {
  background: linear-gradient(to top,
      #020617,
      #020617d9,
      #02061766 60%,
      #02061700);
}

.app-testimonial-section .app-testimonial-swiper-controls .swiper-button-prev-app,
.app-testimonial-section .app-testimonial-swiper-controls .swiper-button-next-app {
  background-color: transparent;
  transition: 0.4s ese-in-out;
}

.app-testimonial-section .app-testimonial-swiper-controls .swiper-button-prev-app:hover,
.app-testimonial-section .app-testimonial-swiper-controls .swiper-button-next-app:hover {
  background-color: #5c3e94;
  border-color: #5c3e94 !important;
}

.app-testimonial-section .app-testimonial-card {
  min-height: 470px;
}

.app-testimonial-section .app-testimonial-card .app-testimonial-hover {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}

.app-testimonial-section .app-testimonial-card .app-testimonial-hover .app-testimonial-hover-content,
.app-testimonial-section .app-testimonial-card .app-testimonial-hover .app-testimonial-hover-desc,
.app-testimonial-section .app-testimonial-card .app-testimonial-hover img {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.app-testimonial-section .app-testimonial-card .app-testimonial-hover img {
  transition-delay: 0s;
  transform: scale(1.2);
}

.app-testimonial-section .app-testimonial-card:hover .app-testimonial-hover {
  opacity: 1;
  visibility: visible;
}

.app-testimonial-section .app-testimonial-card:hover .app-testimonial-hover .app-testimonial-hover-content,
.app-testimonial-section .app-testimonial-card:hover .app-testimonial-hover .app-testimonial-hover-desc,
.app-testimonial-section .app-testimonial-card:hover .app-testimonial-hover img {
  opacity: 1;
  transform: translateY(0);
}

.app-testimonial-section .app-testimonial-card:hover .app-testimonial-hover img {
  transform: scale(1);
}

.analytics-testimonial-section .swiper-button-prev-custom,
.analytics-testimonial-section .swiper-button-next-custom {
  position: relative;
}

.analytics-testimonial-section .swiper-button-prev-custom:before,
.analytics-testimonial-section .swiper-button-next-custom:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border: 1px dashed var(--dx-gray-500);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.analytics-testimonial-section .swiper-button-prev-custom:before {
  left: -34%;
}

.analytics-testimonial-section .swiper-button-next-custom:before {
  right: -34%;
}

.analytics-testimonial-section .analytics-testimonial-wrapper .analytics-testimonial-card {
  min-height: 239px;
  height: 100%;
}

.analytics-testimonial-section .analytics-testimonial-wrapper .anylytics-testimonial-imgline {
  bottom: 11%;
  left: 16%;
}

.saas-v1-testimonial-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  width: 97%;
  background-color: #fff;
  border-radius: 16px;
  z-index: -1;
}

.saas-v1-testimonial-section .saas-v1-testimonial-card {
  transition: all 0.5s ease-in-out;
}

.saas-v1-testimonial-section .saas-v1-testimonial-card .saas-v1-testimonial-image {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.saas-v1-testimonial-section .saas-v1-testimonial-card .saas-v1-testimonial-content {
  transition: all 0.5s ease-in-out;
}

.saas-v1-testimonial-section .saas-v1-testimonial-card:hover .saas-v1-testimonial-content {
  transform: translateY(75px) rotate(-10deg);
  background-color: #5c3e94 !important;
  color: #fff !important;
}

.saas-v1-testimonial-section .saas-v1-testimonial-card:hover .saas-v1-testimonial-content .text-muted {
  color: #ffffffb3 !important;
}

.saas-v1-testimonial-section .saas-v1-testimonial-card:hover .saas-v1-testimonial-image {
  opacity: 100%;
  transform: translateY(-100px) rotate(0);
}

@media (max-width: 1535px) {
  .saas-v1-testimonial-section:before {
    width: 98%;
  }
}

.project-testimonial-section .project-testimonial-card-bg1,
.project-testimonial-section .project-testimonial-card-bg2,
.project-testimonial-section .project-testimonial-card-bg3 {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

.project-testimonial-section .project-testimonial-card-bg1:before,
.project-testimonial-section .project-testimonial-card-bg2:before,
.project-testimonial-section .project-testimonial-card-bg3:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0000007e;
  z-index: -1;
}

.project-testimonial-section .project-testimonial-card-bg1 {
  background-image: url(./assets/images/pr-review-bg1.jpg);
}

.project-testimonial-section .project-testimonial-card-bg2 {
  background-image: url(./assets/images/pr-review-bg2.jpg);
}

.project-testimonial-section .project-testimonial-card-bg3 {
  background-image: url(./assets/images/pr-review-bg3.jpg);
}

.healthcare-team-section .healthcare-team-tabs .nav-link.active {
  background-color: #5c3e94 !important;
  color: #fff !important;
}

.healthcare-testimonial-section .healthcare-review-card .healthcare-rating-number {
  font-size: 9rem;
}

.product-testimonial-section {
  background-image: url(./assets/images/product-testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.product-testimonial-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000083;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.product-testimonial-section .product-testimonial-item {
  max-width: 900px;
  margin: 0 auto;
}

.product-testimonial-section .product-testimonial-item .product-testimonial-item-divider {
  width: 14px;
  height: 1px;
}

.conference-speaker-section .conference-speaker-badge-link {
  bottom: -5%;
}

.conference-speaker-section .conference-speaker-card .conference-speaker-overlay {
  background: #00000069;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.conference-speaker-section .conference-speaker-card .conference-speaker-social .conference-speaker-social-icon {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.conference-speaker-section .conference-speaker-card .conference-speaker-social .conference-speaker-social-icon:nth-child(1) {
  transition-delay: 0.1s;
}

.conference-speaker-section .conference-speaker-card .conference-speaker-social .conference-speaker-social-icon:nth-child(2) {
  transition-delay: 0.2s;
}

.conference-speaker-section .conference-speaker-card .conference-speaker-social .conference-speaker-social-icon:nth-child(3) {
  transition-delay: 0.3s;
}

.conference-speaker-section .conference-speaker-card:hover .conference-speaker-overlay {
  opacity: 1;
  transform: scale(1);
}

.conference-speaker-section .conference-speaker-card:hover .conference-speaker-social .conference-speaker-social-icon {
  transform: translateY(0);
  opacity: 1;
}

.conference-testimonial-section .conference-testimonial-wrap {
  top: 10%;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay {
  position: absolute;
  right: 41px;
  bottom: -9px;
  z-index: 2;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay ul li {
  display: block;
  text-align: center;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay ul li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.35s ease-in-out;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay .blog-author-social-plus {
  margin-top: 5px;
  text-align: center;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay .blog-author-social-plus i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #5c3e94;
  color: #fff;
  border-radius: 50%;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay.bottom-11 {
  bottom: 11px;
}

.blog-author-section .blog-author-card .blog-author-img:hover .blog-author-social-overlay ul li a i {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay ul li:nth-child(1) a i {
  transition-delay: 0.3s;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay ul li:nth-child(2) a i {
  transition-delay: 0.2s;
}

.blog-author-section .blog-author-card .blog-author-img .blog-author-social-overlay ul li:nth-child(3) a i {
  transition-delay: 0.1s;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .about-v1-testimonial-pagination-wrap .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .about-v1-testimonial-line {
  width: 200px;
  height: 1px;
  background: #5c3e94;
  border: 1px solid;
  opacity: 0.2;
  flex-shrink: 0;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .about-v1-testimonial-line.left {
  border-image: linear-gradient(to right, #fff, #fff6, #ffffff1a) 1;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .about-v1-testimonial-line.right {
  border-image: linear-gradient(to left, #fff, #fff6, #ffffff1a) 1;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .about-v1-testimonial-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #5c3e94;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #5c3e94;
  border-radius: 50%;
  margin: 0 !important;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #5c3e94;
  position: relative;
}

.about-v1-testimonial-section .about-v1-testimonial-pagination .about-v1-testimonial-nav .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #5c3e94;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-v1-team-section .about-v1-team-card .about-v1-team-card-img {
  width: 17rem;
  height: 17rem;
}

.about-v1-team-section .about-v1-team-card .about-v1-team-card-img img {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 80% 100%, 0 100%);
}

.about-v1-team-section .about-v1-team-card .about-v1-team-card-img .about-v1-team-emoji {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  transform: scale(0.4);
  opacity: 0;
  transition: 0.5s;
}

.about-v1-team-section .about-v1-team-card .about-v1-team-card-img .about-v1-team-emoji .about-v1-team-emoji-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.about-v1-team-section .about-v1-team-card:hover .about-v1-team-emoji {
  transform: scale(1);
  opacity: 1;
}

.leadership-section .leadership-search-box i {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 18px;
}

.about-v2-testimonial-section .about-v2-testimonial-content .about-v2-testimonial-title {
  font-size: 60px;
}

@media (max-width: 767px) {
  .about-v2-testimonial-section .about-v2-testimonial-content .about-v2-testimonial-title {
    font-size: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about-v2-testimonial-section .about-v2-testimonial-content .about-v2-testimonial-title {
    font-size: 45px;
  }
}

.about-v2-testimonial-section .about-v2-testimonial-text {
  font-size: 8rem;
  bottom: -27px;
  right: 50px;
}

.about-v2-testimonial-section :focus-visible {
  outline: none !important;
}

.popover-header {
  background-color: transparent !important;
}

.team-section .team-card .team-card-img {
  background-image: linear-gradient(to bottom,
      var(--dx-primary),
      rgba(var(--dx-primary-rgb), 0.4));
  overflow: hidden;
  transition: all 0.4s ease;
}

.team-section .team-card .team-card-img img {
  transition: all 0.5s ease;
}

.team-section .team-card .team-card-content .team-card-social .team-card-social-icon {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  background-color: #000;
  color: #fff;
}

.team-section .team-card .team-card-content .team-card-social .team-card-social-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom,
      var(--dx-primary),
      rgba(var(--dx-primary-rgb), 0.6));
  transform: scale(0);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 0;
}

.team-section .team-card .team-card-content .team-card-social .team-card-social-icon i {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.team-section .team-card .team-card-content .team-card-social .team-card-social-icon:hover {
  transform: translateY(-6px) rotate(8deg);
}

.team-section .team-card .team-card-content .team-card-social .team-card-social-icon:hover:hover:before {
  transform: scale(1);
}

.team-section .team-card:hover .team-card-img img {
  transform: scale(1.12) rotate(4deg);
}

.team-leadership-section .team-leadership-card .team-leadership-social .team-leadership-social-icon {
  color: #171717;
  transition: 0.3s ease-in-out;
}

.team-leadership-section .team-leadership-card .team-leadership-social .team-leadership-social-icon:hover {
  color: var(--dx-primary);
  transform: translateY(-3px);
}

.team-leadership-section .team-leadership-card .team-leadership-card-img img {
  transition:
    transform 0.7s ease,
    filter 0.7s ease;
}

.team-leadership-section .team-leadership-card .team-leadership-card-img:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 0.25) 50%,
      transparent 100%);
  transform: rotate(25deg);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 2;
  pointer-events: none;
}

.team-leadership-section .team-leadership-card .team-leadership-card-img:after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid var(--dx-gray-300);
  border-radius: 12px;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.5s ease;
  z-index: 2;
  pointer-events: none;
}

.team-leadership-section .team-leadership-card:hover .team-leadership-card-img img {
  transform: scale(1.15);
  filter: brightness(1.05) contrast(1.1);
}

.team-leadership-section .team-leadership-card:hover .team-leadership-card-img:before {
  left: 110%;
  opacity: 1;
}

.team-leadership-section .team-leadership-card:hover .team-leadership-card-img:after {
  opacity: 1;
  transform: scale(1);
}

.testimonial-section .testimonial-rotate-card {
  transform: rotate(3deg);
}

.customer-stories-section .customer-stories-card .customer-stories-image {
  transition: all 0.4s ease-in-out;
}

.customer-stories-section .customer-stories-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--dx-primary);
  transition: width 0.3s ease;
}

.customer-stories-section .customer-stories-card:hover:before {
  width: 100%;
}

.customer-stories-section .customer-stories-card:hover .customer-stories-image {
  background-color: rgba(var(--dx-primary-rgb), 0.15);
}

.digital-contact-section {
  background-color: var(--dx-light);
}

.digital-contact-section .digital-contact-content .digital-contact-title {
  font-size: 9rem;
}

@media (max-width: 767px) {
  .digital-contact-section .digital-contact-content .digital-contact-title {
    font-size: 2rem;
  }
}

.digital-contact-section .digital-contact-content .digital-contact-dash {
  width: 100%;
  height: 1px;
  min-width: 50px;
  background-color: var(--dx-border-color);
  position: relative;
  transform: translateY(-5px);
}

.digital-contact-section .digital-contact-content .digital-contact-dash:after {
  content: "";
  height: 10px;
  width: 10px;
  background: var(--dx-border-color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 25% 50%);
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.digital-contact-section .digital-contact-content .digital-contact-social {
  position: relative;
  border: 1px solid rgba(var(--dx-dark-rgb), 0.55);
  transition: 0.3s;
}

.digital-contact-section .digital-contact-content .digital-contact-social:before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px dashed rgba(var(--dx-dark-rgb), 0.55);
  border-radius: 50%;
  animation: spin 9s linear infinite;
}

.digital-contact-section .digital-contact-btn {
  transition: all 0.45s ease;
}

.digital-contact-section .digital-contact-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dx-primary);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.5s ease;
  z-index: -1;
}

.digital-contact-section .digital-contact-btn:hover {
  color: #fff !important;
  transform: translateY(-6px) rotate(-3deg);
}

.digital-contact-section .digital-contact-btn:hover:before {
  transform: scale(1.4);
}

.contact-v1-section .contact-v1-img {
  width: 35rem;
}

.contact-v1-section .contact-v1-main-title {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .contact-v1-section .contact-v1-main-title {
    font-size: 2rem;
  }
}

.contact-v1-section .contact-v1-form {
  padding: 4.5rem 0;
}

.form-floating-custom {
  position: relative;
  border-bottom: 1px solid var(--dx-border-color);
}

.form-floating-custom input,
.form-floating-custom textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 0;
  font-size: 16px;
}

.form-floating-custom label {
  position: absolute;
  top: 12px;
  left: 0;
  color: #888;
  font-size: 15px;
  pointer-events: none;
  transition: 0.3s ease;
}

.form-floating-custom input:focus+label,
.form-floating-custom input:not(:placeholder-shown)+label,
.form-floating-custom textarea:focus+label,
.form-floating-custom textarea:not(:placeholder-shown)+label {
  top: -10px;
  font-size: 12px;
}

.form-floating-custom input:focus+label,
.form-floating-custom textarea:focus+label {
  color: var(--dx-primary);
}

.contact-v2-section .contact-v2-info .contact-v2-social-card .contact-v2-social-icon {
  color: #171717;
  transition: all 0.4s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.contact-v2-section .contact-v2-info .contact-v2-social-card .contact-v2-social-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      var(--dx-primary),
      rgba(var(--dx-primary-rgb), 0.7));
  transform: scale(0);
  border-radius: inherit;
  transition: all 0.4s ease;
  z-index: 0;
}

.contact-v2-section .contact-v2-info .contact-v2-social-card .contact-v2-social-icon i {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.contact-v2-section .contact-v2-info .contact-v2-social-card .contact-v2-social-icon:hover {
  transform: translateY(-8px) rotate(-3deg);
  border-color: transparent !important;
}

.contact-v2-section .contact-v2-info .contact-v2-social-card .contact-v2-social-icon:hover:before {
  transform: scale(1);
}

.contact-v2-section .contact-v2-info .contact-v2-social-card .contact-v2-social-icon:hover i {
  color: #fff;
  transform: scale(1.15);
}

.auth-section {
  background-image: url(./assets/images/auth-main-bg.jpg);
  background-size: cover;
  min-height: 100vh;
}

.auth-section .auth-wrapper:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 30px;
  background: radial-gradient(circle at right bottom,
      transparent 20px,
      #fff 20px);
  top: 0;
  left: 48%;
}

.auth-section .auth-wrapper:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 30px;
  background: radial-gradient(circle at right top, transparent 20px, #fff 20px);
  bottom: 0;
  left: 48%;
}

@media (max-width: 991px) {
  .auth-section .auth-wrapper:before {
    display: none;
  }

  .auth-section .auth-wrapper:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .auth-section .auth-wrapper:before {
    left: 47%;
  }

  .auth-section .auth-wrapper:after {
    left: 47%;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .auth-section .auth-wrapper:before {
    width: 65px;
    left: 47%;
  }

  .auth-section .auth-wrapper:after {
    width: 65px;
    left: 47%;
  }
}

.auth-section .auth-wrapper .auth-form .auth-divider {
  position: relative;
  z-index: 1;
}

.auth-section .auth-wrapper .auth-form .auth-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border: 1px dashed var(--dx-border-color);
  z-index: -1;
}

.auth-section .auth-wrapper .auth-side {
  border: 15px solid var(--dx-white);
}

.speciality-section {
  background-image: url(./assets/images/main-bg.jpg);
  background-size: cover;
  min-height: 100vh;
}

.speciality-section .speciality-section-title {
  background-image: url(./assets/images/main-bg.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 10rem;
}

@media (max-width: 767px) {
  .speciality-section .speciality-section-title {
    font-size: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .speciality-section .speciality-section-title {
    font-size: 6rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .speciality-section .speciality-section-title {
    font-size: 8rem;
  }
}

.coming-soon-section .coming-soon-count .coming-soon-countdown .coming-soon-count-number {
  font-size: 3rem;
}

.automation-integration-section {
  padding-top: 420px;
}

.automation-integration-section .automation-badge .automation-badge-line {
  background: linear-gradient(to right, transparent, #d8d8d8);
}

.automation-integration-section .automation-badge .automation-badge-line:after {
  background: #fff;
}

.automation-integration-section .automation-integration-svg {
  top: 10%;
}

.automation-integration-section .automation-integration-img {
  top: 7%;
  width: 780px;
}

.automation-integration-section .automation-integration-wrapper .automation-integration-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #9b7bff, #5c3e94);
  border-radius: 50%;
  box-shadow: 0 0 25px #7e56dacc;
  animation: bgwaves 2.5s infinite;
  z-index: 1;
}

.automation-integration-section .automation-integration-wrapper .automation-integration-line {
  position: absolute;
  background: linear-gradient(to right,
      transparent,
      rgba(126, 86, 218, 0.8),
      transparent);
  z-index: 0;
}

.automation-integration-section .automation-integration-wrapper .automation-integration-line.horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.automation-integration-section .automation-integration-wrapper .automation-integration-line.vertical {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent,
      rgba(126, 86, 218, 0.8),
      transparent);
}

.automation-integration-section .automation-integration-wrapper .automation-integration-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(var(--dx-primary-rgb), 0.3);
  z-index: 0;
}

.automation-integration-section .automation-integration-wrapper .automation-integration-ring.ring-1 {
  width: 300px;
  height: 300px;
}

.automation-integration-section .automation-integration-wrapper .automation-integration-ring.ring-2 {
  width: 500px;
  height: 500px;
  border-color: rgba(var(--dx-primary-rgb), 0.2);
}

@media (max-width: 767px) {
  .automation-integration-section {
    padding-top: 185px;
  }

  .automation-integration-section .automation-integration-img {
    top: 2%;
  }
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-1 {
  top: -108%;
  left: 18%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-2 {
  top: 19%;
  left: 33%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-3 {
  bottom: -77%;
  left: 15%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-4 {
  top: -4%;
  left: 7%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-5 {
  top: -108%;
  right: 18%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-6 {
  top: 19%;
  right: 33%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-7 {
  bottom: -77%;
  right: 15%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-icon-8 {
  top: -4%;
  right: 7%;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box {
  pointer-events: none;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-one {
  bottom: 5rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-two {
  bottom: 4.5rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-three {
  bottom: 4rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-four {
  bottom: 3.5rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-five {
  bottom: 3rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-six {
  top: 4.5rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-seven {
  top: 5rem;
}

.app-integration-section .app-integration-icon-wrap .app-integration-lines-box .app-line-eight {
  top: 5.5rem;
}

.app-integration-section .app-integration-stats {
  font-size: 9rem;
}

@media (max-width: 767px) {
  .app-integration-section .app-integration-stats {
    font-size: 5rem;
  }
}

.analytics-integration-section .mt-2 {
  margin-top: 2rem !important;
}

.analytics-integration-section .mt-5 {
  margin-top: 5rem !important;
}

.analytics-integration-section .mt-8 {
  margin-top: 8rem !important;
}

.analytics-integration-section .mt-12 {
  margin-top: 12rem !important;
}

.analytics-integration-section .analytics-integration-icon-outline {
  outline: 1px solid rgba(var(--dx-primary-rgb), 0.3);
  outline-offset: 6px;
}

@media (max-width: 1199px) {
  .analytics-integration-section .analytics-integration-icon {
    margin-top: 0 !important;
  }
}

.saas-v2-integration-section .saas-v2-integration-card .stretched-link {
  color: #171717;
  transition: 0.3s ease-in-out;
}

.saas-v2-integration-section .saas-v2-integration-card .stretched-link:hover {
  color: var(--dx-primary);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-v1-integration-section .about-v1-integration-svg {
    width: 50rem;
    height: 5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1535px) {
  .about-v1-integration-section .about-v1-integration-svg {
    width: 58rem;
    height: 6rem;
  }
}

.integration-grid-section .integration-filter .integration-filter-nav .nav-link.active {
  background-color: var(--dx-primary-bg-subtle) !important;
  color: #5c3e94 !important;
}

.digital-service-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.digital-service-section #digital-service-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.digital-service-section #digital-service-bg-img .digital-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s ease;
  transform: scale(1.04);
  transform-origin: 50% 50%;
}

.digital-service-section #digital-service-bg-img .digital-service-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #20282d80;
}

.digital-service-section .digital-service-card .digital-service-item {
  padding: 594px 50px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  overflow: hidden;
}

.digital-service-section .digital-service-card .digital-service-item:hover {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #554e6133;
}

.digital-service-section .digital-service-card .digital-service-item:hover .digital-service-content {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .digital-service-section .digital-service-card .digital-service-item {
    padding: 194px 20px 50px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .digital-service-section .digital-service-card .digital-service-item {
    padding: 194px 20px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.digital-service-section .digital-service-card .digital-service-content {
  transform: translateY(180px);
  transition: all 0.4s ease;
}

.digital-service-section .digital-service-card .digital-service-content .digital-service-content-inner {
  margin-bottom: 115px;
}

.digital-service-section .digital-service-card .digital-service-button .digital-btn:after {
  border-color: #fff;
}

.digital-service-section .digital-service-card .digital-service-button .digital-btn span:before,
.digital-service-section .digital-service-card .digital-service-button .digital-btn span:after {
  border-color: #fff;
}

.digital-service-section .digital-service-card .digital-service-button .digital-btn:hover span,
.digital-service-section .digital-service-card .digital-service-button .digital-btn:hover i {
  color: #fff;
}

.healthcare-service-section {
  margin-top: -126px;
  z-index: 1;
  position: relative;
}

.healthcare-service-section:before {
  content: "";
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0% 4.152%,
      0% 4.152%,
      0.034% 3.479%,
      0.132% 2.84%,
      0.289% 2.244%,
      0.499% 1.7%,
      0.757% 1.216%,
      1.059% 0.801%,
      1.398% 0.463%,
      1.769% 0.212%,
      2.167% 0.054%,
      2.586% 0%,
      22.091% 0%,
      22.091% 0%,
      22.51% 0.054%,
      22.908% 0.212%,
      23.279% 0.463%,
      23.618% 0.801%,
      23.919% 1.216%,
      24.178% 1.7%,
      24.388% 2.244%,
      24.545% 2.84%,
      24.643% 3.479%,
      24.677% 4.152%,
      24.677% 9.343%,
      24.677% 9.343%,
      24.711% 10.016%,
      24.809% 10.655%,
      24.965% 11.251%,
      25.176% 11.795%,
      25.434% 12.279%,
      25.736% 12.694%,
      26.074% 13.031%,
      26.445% 13.283%,
      26.843% 13.44%,
      27.263% 13.495%,
      46.848% 13.495%,
      72.737% 13.495%,
      72.737% 13.495%,
      73.157% 13.44%,
      73.555% 13.283%,
      73.926% 13.031%,
      74.264% 12.694%,
      74.566% 12.279%,
      74.824% 11.795%,
      75.035% 11.251%,
      75.191% 10.655%,
      75.289% 10.016%,
      75.323% 9.343%,
      75.323% 4.152%,
      75.323% 4.152%,
      75.357% 3.479%,
      75.455% 2.84%,
      75.612% 2.244%,
      75.822% 1.7%,
      76.081% 1.216%,
      76.382% 0.801%,
      76.721% 0.463%,
      77.092% 0.212%,
      77.49% 0.054%,
      77.909% 0%,
      97.414% 0%,
      97.414% 0%,
      97.833% 0.054%,
      98.231% 0.212%,
      98.602% 0.463%,
      98.941% 0.801%,
      99.243% 1.216%,
      99.501% 1.7%,
      99.711% 2.244%,
      99.868% 2.84%,
      99.966% 3.479%,
      100% 4.152%,
      100% 95.848%,
      100% 95.848%,
      99.966% 96.521%,
      99.868% 97.16%,
      99.711% 97.756%,
      99.501% 98.3%,
      99.243% 98.784%,
      98.941% 99.199%,
      98.602% 99.537%,
      98.231% 99.788%,
      97.833% 99.946%,
      97.414% 100%,
      2.586% 100%,
      2.586% 100%,
      2.167% 99.946%,
      1.769% 99.788%,
      1.398% 99.537%,
      1.059% 99.199%,
      0.757% 98.784%,
      0.499% 98.3%,
      0.289% 97.756%,
      0.132% 97.16%,
      0.034% 96.521%,
      0% 95.848%,
      0% 4.152%);
}

.healthcare-service-section .healthcare-service-spacer {
  padding: 130px 0;
}

@media (max-width: 767px) {
  .healthcare-service-section .healthcare-service-spacer {
    padding: 50px 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .healthcare-service-section .healthcare-service-spacer {
    padding: 150px 0;
  }
}

.healthcare-service-section .healthcare-service-card {
  position: relative;
  z-index: 1;
  border-top: 1px solid #cccccc;
  border-radius: 30px;
}

.healthcare-service-section .healthcare-service-card .healthcare-service-card-item {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.healthcare-service-section .healthcare-service-card .healthcare-service-link {
  color: #171717;
  transition: 0.3s ease-in-out;
}

.healthcare-service-section .healthcare-service-card .healthcare-service-link:hover {
  color: #5c3e94;
}

.healthcare-service-section .healthcare-service-card:first-child {
  border-left: 1px solid #cccccc;
  border-bottom-left-radius: 0;
}

.healthcare-service-section .healthcare-service-card:nth-child(odd):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 60px;
  top: 0;
  width: 50px;
  border-left: 1px solid #cccccc;
  border-top-left-radius: 30px;
}

.healthcare-service-section .healthcare-service-card:nth-child(odd):after {
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  width: 50px;
  content: "";
  border-right: 1px solid #cccccc;
  border-top-right-radius: 30px;
}

.healthcare-service-section .healthcare-service-card:nth-child(2n) {
  border-top: none !important;
  border-bottom: 1px solid #cccccc;
}

.healthcare-service-section .healthcare-service-card:nth-child(2n):before {
  position: absolute;
  right: -2px;
  bottom: 0;
  height: 64px;
  width: 50px;
  content: "";
  border-right: 1px solid #cccccc;
  border-bottom-right-radius: 30px;
}

.healthcare-service-section .healthcare-service-card:nth-child(2n):after {
  position: absolute;
  left: -1px;
  top: 65px;
  bottom: 0;
  width: 50px;
  content: "";
  border-left: 1px solid #cccccc;
  border-bottom-left-radius: 30px;
}

.healthcare-service-section .healthcare-service-card:first-child:before {
  display: none;
}

.healthcare-service-section .healthcare-service-card:last-child {
  border-right: 1px solid #cccccc;
  border-top-right-radius: 0;
}

.healthcare-service-section .healthcare-service-card:last-child:before {
  display: none;
}

@media (max-width: 991px) {
  .healthcare-service-section:before {
    clip-path: none;
    border-radius: 2rem;
  }

  .healthcare-service-section .healthcare-service-spacer {
    padding: 100px 0;
  }

  .healthcare-service-card {
    border: none !important;
  }

  .healthcare-service-card:after,
  .healthcare-service-card:before {
    border: none !important;
  }
}

.service-v1-section .service-v1-service-card {
  transition: all 0.4s ease-in-out;
}

.service-v1-section .service-v1-service-card .service-v1-service-line-1 {
  height: 30px;
  width: 12px;
  background-color: transparent;
  border-left: 1px solid #5c3e94;
  border-right: 1px solid #5c3e94;
  position: absolute;
  top: 0;
  left: 15%;
}

.service-v1-section .service-v1-service-card .service-v1-service-line-1:after {
  position: absolute;
  content: "";
  left: -2px;
  bottom: -10px;
  height: 14px;
  width: 14px;
  background-color: #f4f4f4;
  border: 3px solid #5c3e94;
  outline: 2px solid rgb(244, 244, 244);
  border-radius: 50%;
}

.service-v1-section .service-v1-service-card .service-v1-service-line-2 {
  height: 30px;
  width: 12px;
  background-color: transparent;
  border-left: 1px solid #5c3e94;
  border-right: 1px solid #5c3e94;
  position: absolute;
  top: 0;
  right: 15%;
}

.service-v1-section .service-v1-service-card .service-v1-service-line-2:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -10px;
  height: 14px;
  width: 14px;
  background-color: #f4f4f4;
  border: 3px solid #5c3e94;
  outline: 2px solid rgb(244, 244, 244);
  border-radius: 50%;
}

.service-v1-section .service-v1-service-card .service-v1-service-box {
  border: 1px solid #5c3e94;
  box-shadow: 0 4px #5c3e94;
}

.service-v1-section .service-v1-service-card .service-v1-service-icon {
  position: relative;
  z-index: 1;
}

.service-v1-section .service-v1-service-card .service-v1-service-icon:after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px dashed #5c3e94;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}

.service-v1-section .service-v1-service-card .service-v1-service-content p {
  min-height: 75px;
}

.service-v1-solution-section .service-v1-solution-card {
  background-color: #eeebf4;
}

.service-accordion-wrapper {
  background: #071b12;
  padding: 60px;
  border-radius: 20px;
}

.service-v2-service-section .accordion-button:after {
  display: none !important;
}

.service-v2-service-section .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: rgba(var(--dx-primary-rgb), 0.15) !important;
  border-radius: 20px !important;
}

.service-single-overview-section .service-single-service-list {
  transition: all 0.3s ease;
}

.service-single-overview-section .service-single-service-list:hover {
  background-color: #5c3e94;
  color: #fff !important;
  transform: translate(6px);
  border-color: #5c3e94 !important;
  box-shadow: 0 8px 20px #0000000d;
}

.career-single-section .career-single-right-sidebar .career-single-hiring .career-single-timeline:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #eeebf4;
}

.career-single-section .career-single-right-sidebar .career-single-hiring .career-single-timeline .career-single-timeline-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 48px;
}

.career-single-section .career-single-right-sidebar .career-single-hiring .career-single-timeline .career-single-timeline-item .career-single-timeline-number {
  position: absolute;
  left: -5px;
  top: 0;
}

.career-single-section .career-single-info {
  margin-top: -73%;
  position: relative;
  z-index: 1;
  border: 20px solid #fff;
  background-color: #eeebf4;
}

.career-single-section .career-single-info .career-single-info-social {
  color: #fff;
  transition: all 0.4s ease;
}

.career-single-section .career-single-info .career-single-info-social i {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.career-single-section .career-single-info .career-single-info-social:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scale(0);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.career-single-section .career-single-info .career-single-info-social:hover {
  transform: translateY(-8px) rotate(8deg);
  box-shadow: 0 12px 25px #00000026;
}

.career-single-section .career-single-info .career-single-info-social:hover:before {
  transform: scale(1);
}

.career-single-section .career-single-info .career-single-info-social:hover i {
  color: var(--dx-primary);
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .career-single-section .career-single-info {
    margin-top: 0%;
    border: 0px;
  }
}

.digital-portfolio-section .digital-portfolio-slider .digital-portfolio-img img {
  transition:
    transform 10s cubic-bezier(0.19, 1, 0.22, 1),
    clip-path 10s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: ellipse(100% 100% at 50% 50%);
}

.digital-portfolio-section .digital-portfolio-slider .digital-portfolio-img:hover img {
  transform: scale(1.1);
  clip-path: polygon(0% 8%,
      12% 0%,
      32% 6%,
      52% 0%,
      72% 8%,
      100% 0%,
      100% 92%,
      84% 100%,
      64% 94%,
      44% 100%,
      20% 94%,
      0% 100%);
}

.digital-portfolio-section .portfolio-link {
  color: #171717;
  transition: 0.3s ease-in-out;
}

.digital-portfolio-section .portfolio-link:hover {
  color: var(--dx-primary);
}

.portfolio-grid-section .portfolio-grid-card {
  position: relative;
}

.portfolio-grid-section .portfolio-grid-card .portfolio-grid-card-img .portfolio-grid-card-btn {
  background-color: var(--dx-primary);
  color: #fff;
  bottom: -25px;
  right: 30px;
  transition: 0.35s;
}

.portfolio-grid-section .portfolio-grid-card:hover .portfolio-grid-card-img .portfolio-grid-card-btn {
  background-color: var(--dx-secondary);
}

.portfolio-badge {
  color: var(--dx-secondary-color);
  border: 1px solid #d8d8d8;
  transition: 0.35s ease-in-out;
}

.portfolio-badge:hover {
  background-color: var(--dx-primary);
  color: #fff;
}

.portfolio-list-section .portfolio-list-card .portfolio-list-img {
  height: 27rem;
}

.portfolio-list-section .portfolio-list-card .portfolio-list-img img {
  transition: 0.4s ease-in-out;
}

.portfolio-list-section .portfolio-list-card:hover .portfolio-list-img img {
  transform: scale(1.1) rotate(3deg);
}

.portfolio-masonry-section .portfolio-masonry-card .portfolio-masonry-card-content {
  background: linear-gradient(180deg, #0000 16%, #000c 91.62%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}

.portfolio-masonry-section .portfolio-masonry-card:hover .portfolio-masonry-card-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.portfolio-showcase-section .portfolio-showcase-card {
  height: 500px;
}

.portfolio-showcase-section .portfolio-showcase-card .portfolio-showcase-card-content {
  inset: 40px 30px;
  transform: scale(0.3);
  transition: all 0.45s;
  opacity: 0;
}

.portfolio-showcase-section .portfolio-showcase-card .portfolio-showcase-card-content .portfolio-showcase-link {
  color: #171717;
  transition: 0.3s ese-in-out;
}

.portfolio-showcase-section .portfolio-showcase-card .portfolio-showcase-card-content .portfolio-showcase-link:hover {
  color: var(--dx-primary);
}

.portfolio-showcase-section .portfolio-showcase-card:hover .portfolio-showcase-card-content {
  transform: scale(1);
  opacity: 1;
}

.portfolio-slider-section .portfolio-slider-inner {
  height: 100vh;
}

.portfolio-slider-section .swiper-slide .portfolio-slider-inner .portfolio-slider-content {
  position: absolute;
  top: 17%;
  left: 50px;
  z-index: 1;
  max-width: 47rem;
}

@media (min-width: 768px) {
  .portfolio-slider-section .swiper-slide .portfolio-slider-inner .portfolio-slider-content .portfolio-slider-content-title {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .portfolio-slider-section .swiper-slide .portfolio-slider-inner .portfolio-slider-content {
    left: 15px;
  }
}

.portfolio-slider-section .swiper-slide .portfolio-slider-inner:after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-image: radial-gradient(at center right, #fff0 50%, #00000096);
}

.portfolio-slider-section .portfolio-slider-h .portfolio-swiper-button-prev,
.portfolio-slider-section .portfolio-slider-h .portfolio-swiper-button-next {
  bottom: 5%;
  background-color: #ffffff1f;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.portfolio-slider-section .portfolio-slider-h .portfolio-swiper-button-prev {
  left: 50px;
}

.portfolio-slider-section .portfolio-slider-h .portfolio-swiper-button-next {
  right: 50px;
}

.portfolio-slider-section .portfolio-slider-h .slider-pagination-area {
  bottom: 80px;
  left: 50% !important;
  transform: translate(-50%);
  width: 500px;
  z-index: 1;
}

.portfolio-slider-section .portfolio-slider-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.portfolio-slider-section .portfolio-slider-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.portfolio-slider-section .portfolio-slider-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
  background-color: #ffffff1f;
}

.portfolio-slider-section .portfolio-slider-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  transform: translateZ(0) scaleX(0.666667) scaleY(1);
  transition-duration: 1.5s;
  background-color: #fff;
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn {
  transition: margin-left 0.3s cubic-bezier(0.49, 0, 0.01, 1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn .portfolio-slider-btn-label {
  margin-left: 4pt;
  transition: transform 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn .portfolio-slider-btn-label .portfolio-slider-btn-border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn .portfolio-slider-btn-circle .portfolio-slider-circle {
  right: calc(100% - 10px);
  transition: clip-path 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn .portfolio-slider-btn-circle .portfolio-slider-circle .portfolio-slider-circle-fill {
  position: absolute;
  inset: 0;
  transform: scale(0);
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn .portfolio-slider-btn-circle .portfolio-slider-circle .portfolio-slider-circle-icon {
  position: absolute;
  inset: 0;
  transform: translate(-100%);
  opacity: 0;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn:hover {
  margin-left: 38px !important;
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn:hover .portfolio-slider-btn-label {
  transform: translate(18px);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn:hover .portfolio-slider-btn-label .portfolio-slider-btn-border {
  transform: scaleX(0);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn:hover .portfolio-slider-circle {
  clip-path: circle(50% at 50% 50%);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn:hover .portfolio-slider-circle .portfolio-slider-circle-fill {
  transform: scale(1);
}

.portfolio-slider-section .portfolio-slider-btn-wrap .portfolio-slider-btn:hover .portfolio-slider-circle .portfolio-slider-circle-icon {
  transform: translate(0);
  opacity: 1;
}

.portfolio-details-section .portfolio-details-main-img {
  background-image: url(./assets/images/portfolio-img-13.jpg);
  background-size: cover;
  height: 600px;
  background-attachment: fixed;
}

.portfolio-details-section .portfolio-details-impact .portfolio-details-impact-item .portfolio-details-impact-number {
  font-size: 4rem;
}

.portfolio-details-section .portfolio-details-iamges-grid .portfolio-details-img img {
  transition: transform 0.8s ease;
}

.portfolio-details-section .portfolio-details-iamges-grid .portfolio-details-img .portfolio-details-img-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -100px;
  transition: 0.5s ease;
  z-index: 2;
  opacity: 0;
}

.portfolio-details-section .portfolio-details-iamges-grid .portfolio-details-img:hover img {
  transform: scale(1.15);
}

.portfolio-details-section .portfolio-details-iamges-grid .portfolio-details-img:hover .portfolio-details-img-content {
  bottom: 25px;
  opacity: 1;
}

@media (max-width: 767px) {
  .portfolio-details-section {
    padding: 110px 0;
  }

  .portfolio-details-section .portfolio-details-main-img {
    height: 400px;
  }
}

.product-category-section .product-category-swiper .swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}

.product-category-section .product-category-swiper .swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
  background-color: var(--dx-primary);
}

.product-category-section .product-category-swiper .product-category-card .product-category-card-img {
  height: 445px;
}

.product-category-section .product-category-swiper .product-category-card .product-category-card-img img {
  scale: 1;
  transition: all 1.5s ease-in-out;
}

.product-category-section .product-category-swiper .product-category-card:hover .product-category-card-img img {
  scale: 1.15;
}

.product-banner-section .product-banner-card-two {
  background-color: #f0f8ff;
}

.product-banner-section .product-banner-card-one,
.product-banner-section .product-banner-card-two {
  height: 450px;
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-card-img {
  height: 250px;
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot {
    transition: none;
  }
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot {
  scale: 0.95;
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot a {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot a {
    transition: none;
  }
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot a {
  scale: 1;
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot:hover a {
  border: none;
  scale: 0.6;
}

.product-collection-section .product-collection-card .product-collection-card-product .product-collection-colors .product-collection-color-dot:hover {
  scale: 1;
  border: 1px solid rgba(var(--dx-body-color-rgb), 0.7);
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn {
  width: 103px;
  height: 41px;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:before {
  position: absolute;
  content: attr(data-tooltip);
  width: 90px;
  height: 35px;
  background-color: var(--dx-primary-bg-subtle);
  font-size: 0.9rem;
  color: var(--dx-dark);
  border-radius: 0.25em;
  line-height: 35px;
  bottom: 63px;
  left: calc(50% - 45px);
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-top-color: var(--dx-primary-bg-subtle);
  left: calc(50% - 10px);
  bottom: calc(100% + 8px);
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:before,
.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:after {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn .product-collection-btn-wrapper,
.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn .product-collection-btn-text,
.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn .product-collection-btn-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  overflow: hidden;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn .product-collection-btn-wrapper {
  overflow: hidden;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn .product-collection-btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transition: top 0.5s;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn .product-collection-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 100%;
  transition: top 0.5s;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:hover .product-collection-btn-text {
  top: -100%;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:hover .product-collection-btn-icon {
  top: 0;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:hover:before,
.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:hover:after {
  opacity: 1;
  visibility: visible;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:hover:before {
  bottom: 53px;
}

.product-collection-section .product-collection-card .product-collection-card-content .product-collection-card-btn:hover:after {
  bottom: 33px;
}

.product-instagram-section .product-instagram-slider .swiper-slide:nth-child(odd) .product-instagram-card {
  height: 440px;
  transform: rotate(-2deg);
}

.product-instagram-section .product-instagram-slider .swiper-slide:nth-child(2n) .product-instagram-card {
  height: 440px;
  transform: rotate(2deg);
  margin-top: 35px;
}

.shop-section .shop-sidebar .shop-sidebar-filter #price-range {
  height: 5px;
  background: var(--dx-gray-100);
}

.shop-section .shop-sidebar .shop-sidebar-filter #price-range .noUi-connect {
  background-color: var(--dx-primary);
}

.shop-section .shop-sidebar .shop-sidebar-filter #price-range .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--dx-body-bg);
  border: 2px solid var(--dx-primary);
  box-shadow: none;
  cursor: pointer;
  top: -6px;
  right: -8px;
}

.shop-section .shop-sidebar .shop-sidebar-filter #price-range .noUi-handle:before,
.shop-section .shop-sidebar .shop-sidebar-filter #price-range .noUi-handle:after {
  display: none;
}

.shop-section .shop-sidebar .shop-sidebar-tag .shop-sidebar-tag-badge {
  background-color: var(--dx-primary-bg-subtle);
  color: var(--dx-primary);
  transition: 0.2s ease-in-out;
}

.shop-section .shop-sidebar .shop-sidebar-tag .shop-sidebar-tag-badge:hover {
  background-color: var(--dx-primary);
  color: var(--dx-white);
}

.shop-product-card .shop-product-card-img .shop-product-view-btn {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%) scale(0.8);
  transition: all 0.35s ease;
}

.shop-product-card .shop-product-card-content .shop-cart-btn {
  padding: 6px 20px;
  position: relative;
  background-color: var(--dx-dark);
  color: #fff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.shop-product-card .shop-product-card-content .shop-cart-btn .shop-cart-btn-icon {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.shop-product-card .shop-product-card-content .shop-cart-btn .shop-cart-btn-svg {
  position: absolute;
  width: 12px;
  left: 24px;
  bottom: 14px;
  opacity: 0;
  z-index: 1;
  fill: var(--dx-light);
}

.shop-product-card .shop-product-card-content .shop-cart-btn:hover .shop-cart-btn-svg {
  opacity: 1;
  animation: slide-in-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.shop-product-card .shop-product-card-content .shop-cart-btn:hover .shop-cart-btn-icon {
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-30px) rotate(0);
    opacity: 0;
  }

  to {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    transform: translate(-10px);
    opacity: 0;
  }

  to {
    transform: translate(0);
    opacity: 1;
  }
}

.shop-product-card:hover .shop-product-view-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.pagination .page-item .page-link {
  background-color: var(--dx-primary-bg-subtle);
}

.pagination .page-item .page-link:hover {
  background-color: var(--dx-primary);
  color: var(--dx-white);
}

.product-fav-btn {
  transition: all 0.3s ease;
}

.product-fav-btn:hover i {
  transform: scale(1.1);
}

.product-fav-btn:active i {
  color: var(--dx-danger);
}

@media (min-width: 1200px) {
  .pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img {
    height: 650px;
  }
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img {
  cursor: zoom-in;
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img img {
  transition: transform 0.3s ease;
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img.zoomed {
  cursor: zoom-out;
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img.zoomed .pr-details-zoom-btn {
  display: none;
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img .pr-details-zoom-overlay {
  transition: 0.3s;
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img .pr-details-zoom-overlay .pr-details-zoom-btn {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img:hover img {
  transform: scale(1.05);
}

.pr-details-section .pr-details-gallery .pr-details-swiper .pr-details-img:hover .pr-details-zoom-overlay .pr-details-zoom-btn {
  opacity: 1;
}

.pr-details-section .pr-details-gallery .pr-details-thumb-swiper .swiper-slide {
  opacity: 0.6;
}

.pr-details-section .pr-details-gallery .pr-details-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.pr-details-section .pr-details-main-content .pr-details-variant-wrapper .pr-details-variant-color .pr-details-color-option .pr-details-color-circle {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  padding: 2px;
  background-clip: content-box;
}

.pr-details-section .pr-details-main-content .pr-details-variant-wrapper .pr-details-variant-color .pr-details-color-option .pr-details-color-circle:hover {
  transform: scale(1.1);
}

.pr-details-section .pr-details-main-content .pr-details-variant-wrapper .pr-details-variant-color .pr-details-color-option .btn-check:checked+.pr-details-color-circle {
  border-color: var(--dx-border-color);
}

.cart-section .cart-timeline .cart-timeline-line {
  position: absolute;
  top: 30%;
  left: 0;
  width: calc(100% - 60px);
  height: 2px;
  background-color: var(--dx-border-color);
  z-index: -1;
}

.cart-section .cart-shopping-card .cart-shopping-card-img img {
  transition: transform 0.3s ease;
}

.cart-section .cart-shopping-card:hover .cart-shopping-card-img img {
  transform: scale(1.1);
}

.cart-section .cart-shopping-link {
  color: #171717;
  transition: 0.5s ease-in-out;
}

.cart-section .cart-shopping-link:hover {
  color: var(--dx-primary);
}

.checkout-delivery .checkout-delivery-option .form-check-input {
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
}

.checkout-delivery .checkout-delivery-option .form-check-input:checked {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  inset: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  inset: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  inset: 0 auto 0 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,
      initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

:is(.swiper-watch-progress .swiper-slide-visible,
  .swiper:not(.swiper-watch-progress)) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.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 {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}

:is(.swiper-button-next, .swiper-button-prev).swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

:is(.swiper-button-next, .swiper-button-prev).swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-next, .swiper-button-prev) {
  display: none !important;
}

:is(.swiper-button-next, .swiper-button-prev) svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-next,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-next,
  .swiper-horizontal ~ .swiper-button-prev,
  .swiper-horizontal .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,
  .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-next,
.swiper-vertical~.swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}

:is(.swiper-vertical .swiper-button-prev,
  .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;
}

:is(.swiper-vertical .swiper-button-next,
  .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination.swiper-pagination-disabled,
.swiper-pagination-disabled>.swiper-pagination {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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 {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets) .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    transform 0.2s,
    top 0.2s;
}

:is(.swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

:is(.swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    left 0.2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}

.swiper-scrollbar.swiper-scrollbar-disabled,
.swiper-scrollbar-disabled>.swiper-scrollbar {
  display: none !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-horizontal>.swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.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 {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  content: "";
  filter: blur(50px);
  inset: 0;
  position: absolute;
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.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,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  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;
}

.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,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}


[class^="ri-"],
[class*=" ri-"] {
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

.ri-xxs {
  font-size: 0.5em;
}

.ri-xs {
  font-size: 0.75em;
}

.ri-sm {
  font-size: 0.875em;
}

.ri-1x {
  font-size: 1em;
}

.ri-2x {
  font-size: 2em;
}

.ri-3x {
  font-size: 3em;
}

.ri-4x {
  font-size: 4em;
}

.ri-5x {
  font-size: 5em;
}

.ri-6x {
  font-size: 6em;
}

.ri-7x {
  font-size: 7em;
}

.ri-8x {
  font-size: 8em;
}

.ri-9x {
  font-size: 9em;
}

.ri-10x {
  font-size: 10em;
}

.ri-fw {
  text-align: center;
  width: 1.25em;
}

.ri-24-hours-fill:before {
  content: "î¨";
}

.ri-24-hours-line:before {
  content: "î¨‚";
}

.ri-4k-fill:before {
  content: "î¨ƒ";
}

.ri-4k-line:before {
  content: "î¨„";
}

.ri-a-b:before {
  content: "î¨…";
}

.ri-account-box-fill:before {
  content: "î¨†";
}

.ri-account-box-line:before {
  content: "î¨‡";
}

.ri-account-circle-fill:before {
  content: "î¨ˆ";
}

.ri-account-circle-line:before {
  content: "î¨‰";
}

.ri-account-pin-box-fill:before {
  content: "î¨Š";
}

.ri-account-pin-box-line:before {
  content: "î¨‹";
}

.ri-account-pin-circle-fill:before {
  content: "î¨Œ";
}

.ri-account-pin-circle-line:before {
  content: "î¨";
}

.ri-add-box-fill:before {
  content: "î¨Ž";
}

.ri-add-box-line:before {
  content: "î¨";
}

.ri-add-circle-fill:before {
  content: "î¨";
}

.ri-add-circle-line:before {
  content: "î¨‘";
}

.ri-add-fill:before {
  content: "î¨’";
}

.ri-add-line:before {
  content: "î¨“";
}

.ri-admin-fill:before {
  content: "î¨”";
}

.ri-admin-line:before {
  content: "î¨•";
}

.ri-advertisement-fill:before {
  content: "î¨–";
}

.ri-advertisement-line:before {
  content: "î¨—";
}

.ri-airplay-fill:before {
  content: "î¨˜";
}

.ri-airplay-line:before {
  content: "î¨™";
}

.ri-alarm-fill:before {
  content: "î¨š";
}

.ri-alarm-line:before {
  content: "î¨›";
}

.ri-alarm-warning-fill:before {
  content: "î¨œ";
}

.ri-alarm-warning-line:before {
  content: "î¨";
}

.ri-album-fill:before {
  content: "î¨ž";
}

.ri-album-line:before {
  content: "î¨Ÿ";
}

.ri-alert-fill:before {
  content: "î¨ ";
}

.ri-alert-line:before {
  content: "î¨¡";
}

.ri-aliens-fill:before {
  content: "î¨¢";
}

.ri-aliens-line:before {
  content: "î¨£";
}

.ri-align-bottom:before {
  content: "î¨¤";
}

.ri-align-center:before {
  content: "î¨¥";
}

.ri-align-justify:before {
  content: "î¨¦";
}

.ri-align-left:before {
  content: "î¨§";
}

.ri-align-right:before {
  content: "î¨¨";
}

.ri-align-top:before {
  content: "î¨©";
}

.ri-align-vertically:before {
  content: "î¨ª";
}

.ri-alipay-fill:before {
  content: "î¨«";
}

.ri-alipay-line:before {
  content: "î¨¬";
}

.ri-amazon-fill:before {
  content: "î¨­";
}

.ri-amazon-line:before {
  content: "î¨®";
}

.ri-anchor-fill:before {
  content: "î¨¯";
}

.ri-anchor-line:before {
  content: "î¨°";
}

.ri-ancient-gate-fill:before {
  content: "î¨±";
}

.ri-ancient-gate-line:before {
  content: "î¨²";
}

.ri-ancient-pavilion-fill:before {
  content: "î¨³";
}

.ri-ancient-pavilion-line:before {
  content: "î¨´";
}

.ri-android-fill:before {
  content: "î¨µ";
}

.ri-android-line:before {
  content: "î¨¶";
}

.ri-angularjs-fill:before {
  content: "î¨·";
}

.ri-angularjs-line:before {
  content: "î¨¸";
}

.ri-anticlockwise-2-fill:before {
  content: "î¨¹";
}

.ri-anticlockwise-2-line:before {
  content: "î¨º";
}

.ri-anticlockwise-fill:before {
  content: "î¨»";
}

.ri-anticlockwise-line:before {
  content: "î¨¼";
}

.ri-app-store-fill:before {
  content: "î¨½";
}

.ri-app-store-line:before {
  content: "î¨¾";
}

.ri-apple-fill:before {
  content: "î¨¿";
}

.ri-apple-line:before {
  content: "î©€";
}

.ri-apps-2-fill:before {
  content: "î©";
}

.ri-apps-2-line:before {
  content: "î©‚";
}

.ri-apps-fill:before {
  content: "î©ƒ";
}

.ri-apps-line:before {
  content: "î©„";
}

.ri-archive-drawer-fill:before {
  content: "î©…";
}

.ri-archive-drawer-line:before {
  content: "î©†";
}

.ri-archive-fill:before {
  content: "î©‡";
}

.ri-archive-line:before {
  content: "î©ˆ";
}

.ri-arrow-down-circle-fill:before {
  content: "î©‰";
}

.ri-arrow-down-circle-line:before {
  content: "î©Š";
}

.ri-arrow-down-fill:before {
  content: "î©‹";
}

.ri-arrow-down-line:before {
  content: "î©Œ";
}

.ri-arrow-down-s-fill:before {
  content: "î©";
}

.ri-arrow-down-s-line:before {
  content: "î©Ž";
}

.ri-arrow-drop-down-fill:before {
  content: "î©";
}

.ri-arrow-drop-down-line:before {
  content: "î©";
}

.ri-arrow-drop-left-fill:before {
  content: "î©‘";
}

.ri-arrow-drop-left-line:before {
  content: "î©’";
}

.ri-arrow-drop-right-fill:before {
  content: "î©“";
}

.ri-arrow-drop-right-line:before {
  content: "î©”";
}

.ri-arrow-drop-up-fill:before {
  content: "î©•";
}

.ri-arrow-drop-up-line:before {
  content: "î©–";
}

.ri-arrow-go-back-fill:before {
  content: "î©—";
}

.ri-arrow-go-back-line:before {
  content: "î©˜";
}

.ri-arrow-go-forward-fill:before {
  content: "î©™";
}

.ri-arrow-go-forward-line:before {
  content: "î©š";
}

.ri-arrow-left-circle-fill:before {
  content: "î©›";
}

.ri-arrow-left-circle-line:before {
  content: "î©œ";
}

.ri-arrow-left-down-fill:before {
  content: "î©";
}

.ri-arrow-left-down-line:before {
  content: "î©ž";
}

.ri-arrow-left-fill:before {
  content: "î©Ÿ";
}

.ri-arrow-left-line:before {
  content: "î© ";
}

.ri-arrow-left-right-fill:before {
  content: "î©¡";
}

.ri-arrow-left-right-line:before {
  content: "î©¢";
}

.ri-arrow-left-s-fill:before {
  content: "î©£";
}

.ri-arrow-left-s-line:before {
  content: "î©¤";
}

.ri-arrow-left-up-fill:before {
  content: "î©¥";
}

.ri-arrow-left-up-line:before {
  content: "î©¦";
}

.ri-arrow-right-circle-fill:before {
  content: "î©§";
}

.ri-arrow-right-circle-line:before {
  content: "î©¨";
}

.ri-arrow-right-down-fill:before {
  content: "î©©";
}

.ri-arrow-right-down-line:before {
  content: "î©ª";
}

.ri-arrow-right-fill:before {
  content: "î©«";
}

.ri-arrow-right-line:before {
  content: "î©¬";
}

.ri-arrow-right-s-fill:before {
  content: "î©­";
}

.ri-arrow-right-s-line:before {
  content: "î©®";
}

.ri-arrow-right-up-fill:before {
  content: "î©¯";
}

.ri-arrow-right-up-line:before {
  content: "î©°";
}

.ri-arrow-up-circle-fill:before {
  content: "î©±";
}

.ri-arrow-up-circle-line:before {
  content: "î©²";
}

.ri-arrow-up-down-fill:before {
  content: "î©³";
}

.ri-arrow-up-down-line:before {
  content: "î©´";
}

.ri-arrow-up-fill:before {
  content: "î©µ";
}

.ri-arrow-up-line:before {
  content: "î©¶";
}

.ri-arrow-up-s-fill:before {
  content: "î©·";
}

.ri-arrow-up-s-line:before {
  content: "î©¸";
}

.ri-artboard-2-fill:before {
  content: "î©¹";
}

.ri-artboard-2-line:before {
  content: "î©º";
}

.ri-artboard-fill:before {
  content: "î©»";
}

.ri-artboard-line:before {
  content: "î©¼";
}

.ri-article-fill:before {
  content: "î©½";
}

.ri-article-line:before {
  content: "î©¾";
}

.ri-aspect-ratio-fill:before {
  content: "î©¿";
}

.ri-aspect-ratio-line:before {
  content: "îª€";
}

.ri-asterisk:before {
  content: "îª";
}

.ri-at-fill:before {
  content: "îª‚";
}

.ri-at-line:before {
  content: "îªƒ";
}

.ri-attachment-2:before {
  content: "îª„";
}

.ri-attachment-fill:before {
  content: "îª…";
}

.ri-attachment-line:before {
  content: "îª†";
}

.ri-auction-fill:before {
  content: "îª‡";
}

.ri-auction-line:before {
  content: "îªˆ";
}

.ri-award-fill:before {
  content: "îª‰";
}

.ri-award-line:before {
  content: "îªŠ";
}

.ri-baidu-fill:before {
  content: "îª‹";
}

.ri-baidu-line:before {
  content: "îªŒ";
}

.ri-ball-pen-fill:before {
  content: "îª";
}

.ri-ball-pen-line:before {
  content: "îªŽ";
}

.ri-bank-card-2-fill:before {
  content: "îª";
}

.ri-bank-card-2-line:before {
  content: "îª";
}

.ri-bank-card-fill:before {
  content: "îª‘";
}

.ri-bank-card-line:before {
  content: "îª’";
}

.ri-bank-fill:before {
  content: "îª“";
}

.ri-bank-line:before {
  content: "îª”";
}

.ri-bar-chart-2-fill:before {
  content: "îª•";
}

.ri-bar-chart-2-line:before {
  content: "îª–";
}

.ri-bar-chart-box-fill:before {
  content: "îª—";
}

.ri-bar-chart-box-line:before {
  content: "îª˜";
}

.ri-bar-chart-fill:before {
  content: "îª™";
}

.ri-bar-chart-grouped-fill:before {
  content: "îªš";
}

.ri-bar-chart-grouped-line:before {
  content: "îª›";
}

.ri-bar-chart-horizontal-fill:before {
  content: "îªœ";
}

.ri-bar-chart-horizontal-line:before {
  content: "îª";
}

.ri-bar-chart-line:before {
  content: "îªž";
}

.ri-barcode-box-fill:before {
  content: "îªŸ";
}

.ri-barcode-box-line:before {
  content: "îª ";
}

.ri-barcode-fill:before {
  content: "îª¡";
}

.ri-barcode-line:before {
  content: "îª¢";
}

.ri-barricade-fill:before {
  content: "îª£";
}

.ri-barricade-line:before {
  content: "îª¤";
}

.ri-base-station-fill:before {
  content: "îª¥";
}

.ri-base-station-line:before {
  content: "îª¦";
}

.ri-basketball-fill:before {
  content: "îª§";
}

.ri-basketball-line:before {
  content: "îª¨";
}

.ri-battery-2-charge-fill:before {
  content: "îª©";
}

.ri-battery-2-charge-line:before {
  content: "îªª";
}

.ri-battery-2-fill:before {
  content: "îª«";
}

.ri-battery-2-line:before {
  content: "îª¬";
}

.ri-battery-charge-fill:before {
  content: "îª­";
}

.ri-battery-charge-line:before {
  content: "îª®";
}

.ri-battery-fill:before {
  content: "îª¯";
}

.ri-battery-line:before {
  content: "îª°";
}

.ri-battery-low-fill:before {
  content: "îª±";
}

.ri-battery-low-line:before {
  content: "îª²";
}

.ri-battery-saver-fill:before {
  content: "îª³";
}

.ri-battery-saver-line:before {
  content: "îª´";
}

.ri-battery-share-fill:before {
  content: "îªµ";
}

.ri-battery-share-line:before {
  content: "îª¶";
}

.ri-bear-smile-fill:before {
  content: "îª·";
}

.ri-bear-smile-line:before {
  content: "îª¸";
}

.ri-behance-fill:before {
  content: "îª¹";
}

.ri-behance-line:before {
  content: "îªº";
}

.ri-bell-fill:before {
  content: "îª»";
}

.ri-bell-line:before {
  content: "îª¼";
}

.ri-bike-fill:before {
  content: "îª½";
}

.ri-bike-line:before {
  content: "îª¾";
}

.ri-bilibili-fill:before {
  content: "îª¿";
}

.ri-bilibili-line:before {
  content: "î«€";
}

.ri-bill-fill:before {
  content: "î«";
}

.ri-bill-line:before {
  content: "î«‚";
}

.ri-billiards-fill:before {
  content: "î«ƒ";
}

.ri-billiards-line:before {
  content: "î«„";
}

.ri-bit-coin-fill:before {
  content: "î«…";
}

.ri-bit-coin-line:before {
  content: "î«†";
}

.ri-blaze-fill:before {
  content: "î«‡";
}

.ri-blaze-line:before {
  content: "î«ˆ";
}

.ri-bluetooth-connect-fill:before {
  content: "î«‰";
}

.ri-bluetooth-connect-line:before {
  content: "î«Š";
}

.ri-bluetooth-fill:before {
  content: "î«‹";
}

.ri-bluetooth-line:before {
  content: "î«Œ";
}

.ri-blur-off-fill:before {
  content: "î«";
}

.ri-blur-off-line:before {
  content: "î«Ž";
}

.ri-body-scan-fill:before {
  content: "î«";
}

.ri-body-scan-line:before {
  content: "î«";
}

.ri-bold:before {
  content: "î«‘";
}

.ri-book-2-fill:before {
  content: "î«’";
}

.ri-book-2-line:before {
  content: "î«“";
}

.ri-book-3-fill:before {
  content: "î«”";
}

.ri-book-3-line:before {
  content: "î«•";
}

.ri-book-fill:before {
  content: "î«–";
}

.ri-book-line:before {
  content: "î«—";
}

.ri-book-marked-fill:before {
  content: "î«˜";
}

.ri-book-marked-line:before {
  content: "î«™";
}

.ri-book-open-fill:before {
  content: "î«š";
}

.ri-book-open-line:before {
  content: "î«›";
}

.ri-book-read-fill:before {
  content: "î«œ";
}

.ri-book-read-line:before {
  content: "î«";
}

.ri-booklet-fill:before {
  content: "î«ž";
}

.ri-booklet-line:before {
  content: "î«Ÿ";
}

.ri-bookmark-2-fill:before {
  content: "î« ";
}

.ri-bookmark-2-line:before {
  content: "î«¡";
}

.ri-bookmark-3-fill:before {
  content: "î«¢";
}

.ri-bookmark-3-line:before {
  content: "î«£";
}

.ri-bookmark-fill:before {
  content: "î«¤";
}

.ri-bookmark-line:before {
  content: "î«¥";
}

.ri-boxing-fill:before {
  content: "î«¦";
}

.ri-boxing-line:before {
  content: "î«§";
}

.ri-braces-fill:before {
  content: "î«¨";
}

.ri-braces-line:before {
  content: "î«©";
}

.ri-brackets-fill:before {
  content: "î«ª";
}

.ri-brackets-line:before {
  content: "î««";
}

.ri-briefcase-2-fill:before {
  content: "î«¬";
}

.ri-briefcase-2-line:before {
  content: "î«­";
}

.ri-briefcase-3-fill:before {
  content: "î«®";
}

.ri-briefcase-3-line:before {
  content: "î«¯";
}

.ri-briefcase-4-fill:before {
  content: "î«°";
}

.ri-briefcase-4-line:before {
  content: "î«±";
}

.ri-briefcase-5-fill:before {
  content: "î«²";
}

.ri-briefcase-5-line:before {
  content: "î«³";
}

.ri-briefcase-fill:before {
  content: "î«´";
}

.ri-briefcase-line:before {
  content: "î«µ";
}

.ri-bring-forward:before {
  content: "î«¶";
}

.ri-bring-to-front:before {
  content: "î«·";
}

.ri-broadcast-fill:before {
  content: "î«¸";
}

.ri-broadcast-line:before {
  content: "î«¹";
}

.ri-brush-2-fill:before {
  content: "î«º";
}

.ri-brush-2-line:before {
  content: "î«»";
}

.ri-brush-3-fill:before {
  content: "î«¼";
}

.ri-brush-3-line:before {
  content: "î«½";
}

.ri-brush-4-fill:before {
  content: "î«¾";
}

.ri-brush-4-line:before {
  content: "î«¿";
}

.ri-brush-fill:before {
  content: "î¬€";
}

.ri-brush-line:before {
  content: "î¬";
}

.ri-bubble-chart-fill:before {
  content: "î¬‚";
}

.ri-bubble-chart-line:before {
  content: "î¬ƒ";
}

.ri-bug-2-fill:before {
  content: "î¬„";
}

.ri-bug-2-line:before {
  content: "î¬…";
}

.ri-bug-fill:before {
  content: "î¬†";
}

.ri-bug-line:before {
  content: "î¬‡";
}

.ri-building-2-fill:before {
  content: "î¬ˆ";
}

.ri-building-2-line:before {
  content: "î¬‰";
}

.ri-building-3-fill:before {
  content: "î¬Š";
}

.ri-building-3-line:before {
  content: "î¬‹";
}

.ri-building-4-fill:before {
  content: "î¬Œ";
}

.ri-building-4-line:before {
  content: "î¬";
}

.ri-building-fill:before {
  content: "î¬Ž";
}

.ri-building-line:before {
  content: "î¬";
}

.ri-bus-2-fill:before {
  content: "î¬";
}

.ri-bus-2-line:before {
  content: "î¬‘";
}

.ri-bus-fill:before {
  content: "î¬’";
}

.ri-bus-line:before {
  content: "î¬“";
}

.ri-bus-wifi-fill:before {
  content: "î¬”";
}

.ri-bus-wifi-line:before {
  content: "î¬•";
}

.ri-cactus-fill:before {
  content: "î¬–";
}

.ri-cactus-line:before {
  content: "î¬—";
}

.ri-cake-2-fill:before {
  content: "î¬˜";
}

.ri-cake-2-line:before {
  content: "î¬™";
}

.ri-cake-3-fill:before {
  content: "î¬š";
}

.ri-cake-3-line:before {
  content: "î¬›";
}

.ri-cake-fill:before {
  content: "î¬œ";
}

.ri-cake-line:before {
  content: "î¬";
}

.ri-calculator-fill:before {
  content: "î¬ž";
}

.ri-calculator-line:before {
  content: "î¬Ÿ";
}

.ri-calendar-2-fill:before {
  content: "î¬ ";
}

.ri-calendar-2-line:before {
  content: "î¬¡";
}

.ri-calendar-check-fill:before {
  content: "î¬¢";
}

.ri-calendar-check-line:before {
  content: "î¬£";
}

.ri-calendar-event-fill:before {
  content: "î¬¤";
}

.ri-calendar-event-line:before {
  content: "î¬¥";
}

.ri-calendar-fill:before {
  content: "î¬¦";
}

.ri-calendar-line:before {
  content: "î¬§";
}

.ri-calendar-todo-fill:before {
  content: "î¬¨";
}

.ri-calendar-todo-line:before {
  content: "î¬©";
}

.ri-camera-2-fill:before {
  content: "î¬ª";
}

.ri-camera-2-line:before {
  content: "î¬«";
}

.ri-camera-3-fill:before {
  content: "î¬¬";
}

.ri-camera-3-line:before {
  content: "î¬­";
}

.ri-camera-fill:before {
  content: "î¬®";
}

.ri-camera-lens-fill:before {
  content: "î¬¯";
}

.ri-camera-lens-line:before {
  content: "î¬°";
}

.ri-camera-line:before {
  content: "î¬±";
}

.ri-camera-off-fill:before {
  content: "î¬²";
}

.ri-camera-off-line:before {
  content: "î¬³";
}

.ri-camera-switch-fill:before {
  content: "î¬´";
}

.ri-camera-switch-line:before {
  content: "î¬µ";
}

.ri-capsule-fill:before {
  content: "î¬¶";
}

.ri-capsule-line:before {
  content: "î¬·";
}

.ri-car-fill:before {
  content: "î¬¸";
}

.ri-car-line:before {
  content: "î¬¹";
}

.ri-car-washing-fill:before {
  content: "î¬º";
}

.ri-car-washing-line:before {
  content: "î¬»";
}

.ri-caravan-fill:before {
  content: "î¬¼";
}

.ri-caravan-line:before {
  content: "î¬½";
}

.ri-cast-fill:before {
  content: "î¬¾";
}

.ri-cast-line:before {
  content: "î¬¿";
}

.ri-cellphone-fill:before {
  content: "î­€";
}

.ri-cellphone-line:before {
  content: "î­";
}

.ri-celsius-fill:before {
  content: "î­‚";
}

.ri-celsius-line:before {
  content: "î­ƒ";
}

.ri-centos-fill:before {
  content: "î­„";
}

.ri-centos-line:before {
  content: "î­…";
}

.ri-character-recognition-fill:before {
  content: "î­†";
}

.ri-character-recognition-line:before {
  content: "î­‡";
}

.ri-charging-pile-2-fill:before {
  content: "î­ˆ";
}

.ri-charging-pile-2-line:before {
  content: "î­‰";
}

.ri-charging-pile-fill:before {
  content: "î­Š";
}

.ri-charging-pile-line:before {
  content: "î­‹";
}

.ri-chat-1-fill:before {
  content: "î­Œ";
}

.ri-chat-1-line:before {
  content: "î­";
}

.ri-chat-2-fill:before {
  content: "î­Ž";
}

.ri-chat-2-line:before {
  content: "î­";
}

.ri-chat-3-fill:before {
  content: "î­";
}

.ri-chat-3-line:before {
  content: "î­‘";
}

.ri-chat-4-fill:before {
  content: "î­’";
}

.ri-chat-4-line:before {
  content: "î­“";
}

.ri-chat-check-fill:before {
  content: "î­”";
}

.ri-chat-check-line:before {
  content: "î­•";
}

.ri-chat-delete-fill:before {
  content: "î­–";
}

.ri-chat-delete-line:before {
  content: "î­—";
}

.ri-chat-download-fill:before {
  content: "î­˜";
}

.ri-chat-download-line:before {
  content: "î­™";
}

.ri-chat-follow-up-fill:before {
  content: "î­š";
}

.ri-chat-follow-up-line:before {
  content: "î­›";
}

.ri-chat-forward-fill:before {
  content: "î­œ";
}

.ri-chat-forward-line:before {
  content: "î­";
}

.ri-chat-heart-fill:before {
  content: "î­ž";
}

.ri-chat-heart-line:before {
  content: "î­Ÿ";
}

.ri-chat-history-fill:before {
  content: "î­ ";
}

.ri-chat-history-line:before {
  content: "î­¡";
}

.ri-chat-new-fill:before {
  content: "î­¢";
}

.ri-chat-new-line:before {
  content: "î­£";
}

.ri-chat-off-fill:before {
  content: "î­¤";
}

.ri-chat-off-line:before {
  content: "î­¥";
}

.ri-chat-poll-fill:before {
  content: "î­¦";
}

.ri-chat-poll-line:before {
  content: "î­§";
}

.ri-chat-private-fill:before {
  content: "î­¨";
}

.ri-chat-private-line:before {
  content: "î­©";
}

.ri-chat-quote-fill:before {
  content: "î­ª";
}

.ri-chat-quote-line:before {
  content: "î­«";
}

.ri-chat-settings-fill:before {
  content: "î­¬";
}

.ri-chat-settings-line:before {
  content: "î­­";
}

.ri-chat-smile-2-fill:before {
  content: "î­®";
}

.ri-chat-smile-2-line:before {
  content: "î­¯";
}

.ri-chat-smile-3-fill:before {
  content: "î­°";
}

.ri-chat-smile-3-line:before {
  content: "î­±";
}

.ri-chat-smile-fill:before {
  content: "î­²";
}

.ri-chat-smile-line:before {
  content: "î­³";
}

.ri-chat-upload-fill:before {
  content: "î­´";
}

.ri-chat-upload-line:before {
  content: "î­µ";
}

.ri-chat-voice-fill:before {
  content: "î­¶";
}

.ri-chat-voice-line:before {
  content: "î­·";
}

.ri-check-double-fill:before {
  content: "î­¸";
}

.ri-check-double-line:before {
  content: "î­¹";
}

.ri-check-fill:before {
  content: "î­º";
}

.ri-check-line:before {
  content: "î­»";
}

.ri-checkbox-blank-circle-fill:before {
  content: "î­¼";
}

.ri-checkbox-blank-circle-line:before {
  content: "î­½";
}

.ri-checkbox-blank-fill:before {
  content: "î­¾";
}

.ri-checkbox-blank-line:before {
  content: "î­¿";
}

.ri-checkbox-circle-fill:before {
  content: "î®€";
}

.ri-checkbox-circle-line:before {
  content: "î®";
}

.ri-checkbox-fill:before {
  content: "î®‚";
}

.ri-checkbox-indeterminate-fill:before {
  content: "î®ƒ";
}

.ri-checkbox-indeterminate-line:before {
  content: "î®„";
}

.ri-checkbox-line:before {
  content: "î®…";
}

.ri-checkbox-multiple-blank-fill:before {
  content: "î®†";
}

.ri-checkbox-multiple-blank-line:before {
  content: "î®‡";
}

.ri-checkbox-multiple-fill:before {
  content: "î®ˆ";
}

.ri-checkbox-multiple-line:before {
  content: "î®‰";
}

.ri-china-railway-fill:before {
  content: "î®Š";
}

.ri-china-railway-line:before {
  content: "î®‹";
}

.ri-chrome-fill:before {
  content: "î®Œ";
}

.ri-chrome-line:before {
  content: "î®";
}

.ri-clapperboard-fill:before {
  content: "î®Ž";
}

.ri-clapperboard-line:before {
  content: "î®";
}

.ri-clipboard-fill:before {
  content: "î®";
}

.ri-clipboard-line:before {
  content: "î®‘";
}

.ri-clockwise-2-fill:before {
  content: "î®’";
}

.ri-clockwise-2-line:before {
  content: "î®“";
}

.ri-clockwise-fill:before {
  content: "î®”";
}

.ri-clockwise-line:before {
  content: "î®•";
}

.ri-close-circle-fill:before {
  content: "î®–";
}

.ri-close-circle-line:before {
  content: "î®—";
}

.ri-close-fill:before {
  content: "î®˜";
}

.ri-close-line:before {
  content: "î®™";
}

.ri-closed-captioning-fill:before {
  content: "î®š";
}

.ri-closed-captioning-line:before {
  content: "î®›";
}

.ri-cloud-fill:before {
  content: "î®œ";
}

.ri-cloud-line:before {
  content: "î®";
}

.ri-cloud-off-fill:before {
  content: "î®ž";
}

.ri-cloud-off-line:before {
  content: "î®Ÿ";
}

.ri-cloud-windy-fill:before {
  content: "î® ";
}

.ri-cloud-windy-line:before {
  content: "î®¡";
}

.ri-cloudy-2-fill:before {
  content: "î®¢";
}

.ri-cloudy-2-line:before {
  content: "î®£";
}

.ri-cloudy-fill:before {
  content: "î®¤";
}

.ri-cloudy-line:before {
  content: "î®¥";
}

.ri-code-box-fill:before {
  content: "î®¦";
}

.ri-code-box-line:before {
  content: "î®§";
}

.ri-code-fill:before {
  content: "î®¨";
}

.ri-code-line:before {
  content: "î®©";
}

.ri-code-s-fill:before {
  content: "î®ª";
}

.ri-code-s-line:before {
  content: "î®«";
}

.ri-code-s-slash-fill:before {
  content: "î®¬";
}

.ri-code-s-slash-line:before {
  content: "î®­";
}

.ri-code-view:before {
  content: "î®®";
}

.ri-codepen-fill:before {
  content: "î®¯";
}

.ri-codepen-line:before {
  content: "î®°";
}

.ri-coin-fill:before {
  content: "î®±";
}

.ri-coin-line:before {
  content: "î®²";
}

.ri-coins-fill:before {
  content: "î®³";
}

.ri-coins-line:before {
  content: "î®´";
}

.ri-collage-fill:before {
  content: "î®µ";
}

.ri-collage-line:before {
  content: "î®¶";
}

.ri-command-fill:before {
  content: "î®·";
}

.ri-command-line:before {
  content: "î®¸";
}

.ri-community-fill:before {
  content: "î®¹";
}

.ri-community-line:before {
  content: "î®º";
}

.ri-compass-2-fill:before {
  content: "î®»";
}

.ri-compass-2-line:before {
  content: "î®¼";
}

.ri-compass-3-fill:before {
  content: "î®½";
}

.ri-compass-3-line:before {
  content: "î®¾";
}

.ri-compass-4-fill:before {
  content: "î®¿";
}

.ri-compass-4-line:before {
  content: "î¯€";
}

.ri-compass-discover-fill:before {
  content: "î¯";
}

.ri-compass-discover-line:before {
  content: "î¯‚";
}

.ri-compass-fill:before {
  content: "î¯ƒ";
}

.ri-compass-line:before {
  content: "î¯„";
}

.ri-compasses-2-fill:before {
  content: "î¯…";
}

.ri-compasses-2-line:before {
  content: "î¯†";
}

.ri-compasses-fill:before {
  content: "î¯‡";
}

.ri-compasses-line:before {
  content: "î¯ˆ";
}

.ri-computer-fill:before {
  content: "î¯‰";
}

.ri-computer-line:before {
  content: "î¯Š";
}

.ri-contacts-book-2-fill:before {
  content: "î¯‹";
}

.ri-contacts-book-2-line:before {
  content: "î¯Œ";
}

.ri-contacts-book-fill:before {
  content: "î¯";
}

.ri-contacts-book-line:before {
  content: "î¯Ž";
}

.ri-contacts-book-upload-fill:before {
  content: "î¯";
}

.ri-contacts-book-upload-line:before {
  content: "î¯";
}

.ri-contacts-fill:before {
  content: "î¯‘";
}

.ri-contacts-line:before {
  content: "î¯’";
}

.ri-contrast-2-fill:before {
  content: "î¯“";
}

.ri-contrast-2-line:before {
  content: "î¯”";
}

.ri-contrast-drop-2-fill:before {
  content: "î¯•";
}

.ri-contrast-drop-2-line:before {
  content: "î¯–";
}

.ri-contrast-drop-fill:before {
  content: "î¯—";
}

.ri-contrast-drop-line:before {
  content: "î¯˜";
}

.ri-contrast-fill:before {
  content: "î¯™";
}

.ri-contrast-line:before {
  content: "î¯š";
}

.ri-copper-coin-fill:before {
  content: "î¯›";
}

.ri-copper-coin-line:before {
  content: "î¯œ";
}

.ri-copper-diamond-fill:before {
  content: "î¯";
}

.ri-copper-diamond-line:before {
  content: "î¯ž";
}

.ri-copyleft-fill:before {
  content: "î¯Ÿ";
}

.ri-copyleft-line:before {
  content: "î¯ ";
}

.ri-copyright-fill:before {
  content: "î¯¡";
}

.ri-copyright-line:before {
  content: "î¯¢";
}

.ri-coreos-fill:before {
  content: "î¯£";
}

.ri-coreos-line:before {
  content: "î¯¤";
}

.ri-coupon-2-fill:before {
  content: "î¯¥";
}

.ri-coupon-2-line:before {
  content: "î¯¦";
}

.ri-coupon-3-fill:before {
  content: "î¯§";
}

.ri-coupon-3-line:before {
  content: "î¯¨";
}

.ri-coupon-4-fill:before {
  content: "î¯©";
}

.ri-coupon-4-line:before {
  content: "î¯ª";
}

.ri-coupon-5-fill:before {
  content: "î¯«";
}

.ri-coupon-5-line:before {
  content: "î¯¬";
}

.ri-coupon-fill:before {
  content: "î¯­";
}

.ri-coupon-line:before {
  content: "î¯®";
}

.ri-cpu-fill:before {
  content: "î¯¯";
}

.ri-cpu-line:before {
  content: "î¯°";
}

.ri-creative-commons-by-fill:before {
  content: "î¯±";
}

.ri-creative-commons-by-line:before {
  content: "î¯²";
}

.ri-creative-commons-fill:before {
  content: "î¯³";
}

.ri-creative-commons-line:before {
  content: "î¯´";
}

.ri-creative-commons-nc-fill:before {
  content: "î¯µ";
}

.ri-creative-commons-nc-line:before {
  content: "î¯¶";
}

.ri-creative-commons-nd-fill:before {
  content: "î¯·";
}

.ri-creative-commons-nd-line:before {
  content: "î¯¸";
}

.ri-creative-commons-sa-fill:before {
  content: "î¯¹";
}

.ri-creative-commons-sa-line:before {
  content: "î¯º";
}

.ri-creative-commons-zero-fill:before {
  content: "î¯»";
}

.ri-creative-commons-zero-line:before {
  content: "î¯¼";
}

.ri-criminal-fill:before {
  content: "î¯½";
}

.ri-criminal-line:before {
  content: "î¯¾";
}

.ri-crop-2-fill:before {
  content: "î¯¿";
}

.ri-crop-2-line:before {
  content: "î°€";
}

.ri-crop-fill:before {
  content: "î°";
}

.ri-crop-line:before {
  content: "î°‚";
}

.ri-css3-fill:before {
  content: "î°ƒ";
}

.ri-css3-line:before {
  content: "î°„";
}

.ri-cup-fill:before {
  content: "î°…";
}

.ri-cup-line:before {
  content: "î°†";
}

.ri-currency-fill:before {
  content: "î°‡";
}

.ri-currency-line:before {
  content: "î°ˆ";
}

.ri-cursor-fill:before {
  content: "î°‰";
}

.ri-cursor-line:before {
  content: "î°Š";
}

.ri-customer-service-2-fill:before {
  content: "î°‹";
}

.ri-customer-service-2-line:before {
  content: "î°Œ";
}

.ri-customer-service-fill:before {
  content: "î°";
}

.ri-customer-service-line:before {
  content: "î°Ž";
}

.ri-dashboard-2-fill:before {
  content: "î°";
}

.ri-dashboard-2-line:before {
  content: "î°";
}

.ri-dashboard-3-fill:before {
  content: "î°‘";
}

.ri-dashboard-3-line:before {
  content: "î°’";
}

.ri-dashboard-fill:before {
  content: "î°“";
}

.ri-dashboard-line:before {
  content: "î°”";
}

.ri-database-2-fill:before {
  content: "î°•";
}

.ri-database-2-line:before {
  content: "î°–";
}

.ri-database-fill:before {
  content: "î°—";
}

.ri-database-line:before {
  content: "î°˜";
}

.ri-delete-back-2-fill:before {
  content: "î°™";
}

.ri-delete-back-2-line:before {
  content: "î°š";
}

.ri-delete-back-fill:before {
  content: "î°›";
}

.ri-delete-back-line:before {
  content: "î°œ";
}

.ri-delete-bin-2-fill:before {
  content: "î°";
}

.ri-delete-bin-2-line:before {
  content: "î°ž";
}

.ri-delete-bin-3-fill:before {
  content: "î°Ÿ";
}

.ri-delete-bin-3-line:before {
  content: "î° ";
}

.ri-delete-bin-4-fill:before {
  content: "î°¡";
}

.ri-delete-bin-4-line:before {
  content: "î°¢";
}

.ri-delete-bin-5-fill:before {
  content: "î°£";
}

.ri-delete-bin-5-line:before {
  content: "î°¤";
}

.ri-delete-bin-6-fill:before {
  content: "î°¥";
}

.ri-delete-bin-6-line:before {
  content: "î°¦";
}

.ri-delete-bin-7-fill:before {
  content: "î°§";
}

.ri-delete-bin-7-line:before {
  content: "î°¨";
}

.ri-delete-bin-fill:before {
  content: "î°©";
}

.ri-delete-bin-line:before {
  content: "î°ª";
}

.ri-delete-column:before {
  content: "î°«";
}

.ri-delete-row:before {
  content: "î°¬";
}

.ri-device-fill:before {
  content: "î°­";
}

.ri-device-line:before {
  content: "î°®";
}

.ri-device-recover-fill:before {
  content: "î°¯";
}

.ri-device-recover-line:before {
  content: "î°°";
}

.ri-dingding-fill:before {
  content: "î°±";
}

.ri-dingding-line:before {
  content: "î°²";
}

.ri-direction-fill:before {
  content: "î°³";
}

.ri-direction-line:before {
  content: "î°´";
}

.ri-disc-fill:before {
  content: "î°µ";
}

.ri-disc-line:before {
  content: "î°¶";
}

.ri-discord-fill:before {
  content: "î°·";
}

.ri-discord-line:before {
  content: "î°¸";
}

.ri-discuss-fill:before {
  content: "î°¹";
}

.ri-discuss-line:before {
  content: "î°º";
}

.ri-dislike-fill:before {
  content: "î°»";
}

.ri-dislike-line:before {
  content: "î°¼";
}

.ri-disqus-fill:before {
  content: "î°½";
}

.ri-disqus-line:before {
  content: "î°¾";
}

.ri-divide-fill:before {
  content: "î°¿";
}

.ri-divide-line:before {
  content: "î±€";
}

.ri-donut-chart-fill:before {
  content: "î±";
}

.ri-donut-chart-line:before {
  content: "î±‚";
}

.ri-door-closed-fill:before {
  content: "î±ƒ";
}

.ri-door-closed-line:before {
  content: "î±„";
}

.ri-door-fill:before {
  content: "î±…";
}

.ri-door-line:before {
  content: "î±†";
}

.ri-door-lock-box-fill:before {
  content: "î±‡";
}

.ri-door-lock-box-line:before {
  content: "î±ˆ";
}

.ri-door-lock-fill:before {
  content: "î±‰";
}

.ri-door-lock-line:before {
  content: "î±Š";
}

.ri-door-open-fill:before {
  content: "î±‹";
}

.ri-door-open-line:before {
  content: "î±Œ";
}

.ri-dossier-fill:before {
  content: "î±";
}

.ri-dossier-line:before {
  content: "î±Ž";
}

.ri-douban-fill:before {
  content: "î±";
}

.ri-douban-line:before {
  content: "î±";
}

.ri-double-quotes-l:before {
  content: "î±‘";
}

.ri-double-quotes-r:before {
  content: "î±’";
}

.ri-download-2-fill:before {
  content: "î±“";
}

.ri-download-2-line:before {
  content: "î±”";
}

.ri-download-cloud-2-fill:before {
  content: "î±•";
}

.ri-download-cloud-2-line:before {
  content: "î±–";
}

.ri-download-cloud-fill:before {
  content: "î±—";
}

.ri-download-cloud-line:before {
  content: "î±˜";
}

.ri-download-fill:before {
  content: "î±™";
}

.ri-download-line:before {
  content: "î±š";
}

.ri-draft-fill:before {
  content: "î±›";
}

.ri-draft-line:before {
  content: "î±œ";
}

.ri-drag-drop-fill:before {
  content: "î±";
}

.ri-drag-drop-line:before {
  content: "î±ž";
}

.ri-drag-move-2-fill:before {
  content: "î±Ÿ";
}

.ri-drag-move-2-line:before {
  content: "î± ";
}

.ri-drag-move-fill:before {
  content: "î±¡";
}

.ri-drag-move-line:before {
  content: "î±¢";
}

.ri-dribbble-fill:before {
  content: "î±£";
}

.ri-dribbble-line:before {
  content: "î±¤";
}

.ri-drive-fill:before {
  content: "î±¥";
}

.ri-drive-line:before {
  content: "î±¦";
}

.ri-drizzle-fill:before {
  content: "î±§";
}

.ri-drizzle-line:before {
  content: "î±¨";
}

.ri-drop-fill:before {
  content: "î±©";
}

.ri-drop-line:before {
  content: "î±ª";
}

.ri-dropbox-fill:before {
  content: "î±«";
}

.ri-dropbox-line:before {
  content: "î±¬";
}

.ri-dual-sim-1-fill:before {
  content: "î±­";
}

.ri-dual-sim-1-line:before {
  content: "î±®";
}

.ri-dual-sim-2-fill:before {
  content: "î±¯";
}

.ri-dual-sim-2-line:before {
  content: "î±°";
}

.ri-dv-fill:before {
  content: "î±±";
}

.ri-dv-line:before {
  content: "î±²";
}

.ri-dvd-fill:before {
  content: "î±³";
}

.ri-dvd-line:before {
  content: "î±´";
}

.ri-e-bike-2-fill:before {
  content: "î±µ";
}

.ri-e-bike-2-line:before {
  content: "î±¶";
}

.ri-e-bike-fill:before {
  content: "î±·";
}

.ri-e-bike-line:before {
  content: "î±¸";
}

.ri-earth-fill:before {
  content: "î±¹";
}

.ri-earth-line:before {
  content: "î±º";
}

.ri-earthquake-fill:before {
  content: "î±»";
}

.ri-earthquake-line:before {
  content: "î±¼";
}

.ri-edge-fill:before {
  content: "î±½";
}

.ri-edge-line:before {
  content: "î±¾";
}

.ri-edit-2-fill:before {
  content: "î±¿";
}

.ri-edit-2-line:before {
  content: "î²€";
}

.ri-edit-box-fill:before {
  content: "î²";
}

.ri-edit-box-line:before {
  content: "î²‚";
}

.ri-edit-circle-fill:before {
  content: "î²ƒ";
}

.ri-edit-circle-line:before {
  content: "î²„";
}

.ri-edit-fill:before {
  content: "î²…";
}

.ri-edit-line:before {
  content: "î²†";
}

.ri-eject-fill:before {
  content: "î²‡";
}

.ri-eject-line:before {
  content: "î²ˆ";
}

.ri-emotion-2-fill:before {
  content: "î²‰";
}

.ri-emotion-2-line:before {
  content: "î²Š";
}

.ri-emotion-fill:before {
  content: "î²‹";
}

.ri-emotion-happy-fill:before {
  content: "î²Œ";
}

.ri-emotion-happy-line:before {
  content: "î²";
}

.ri-emotion-laugh-fill:before {
  content: "î²Ž";
}

.ri-emotion-laugh-line:before {
  content: "î²";
}

.ri-emotion-line:before {
  content: "î²";
}

.ri-emotion-normal-fill:before {
  content: "î²‘";
}

.ri-emotion-normal-line:before {
  content: "î²’";
}

.ri-emotion-sad-fill:before {
  content: "î²“";
}

.ri-emotion-sad-line:before {
  content: "î²”";
}

.ri-emotion-unhappy-fill:before {
  content: "î²•";
}

.ri-emotion-unhappy-line:before {
  content: "î²–";
}

.ri-empathize-fill:before {
  content: "î²—";
}

.ri-empathize-line:before {
  content: "î²˜";
}

.ri-emphasis-cn:before {
  content: "î²™";
}

.ri-emphasis:before {
  content: "î²š";
}

.ri-english-input:before {
  content: "î²›";
}

.ri-equalizer-fill:before {
  content: "î²œ";
}

.ri-equalizer-line:before {
  content: "î²";
}

.ri-eraser-fill:before {
  content: "î²ž";
}

.ri-eraser-line:before {
  content: "î²Ÿ";
}

.ri-error-warning-fill:before {
  content: "î² ";
}

.ri-error-warning-line:before {
  content: "î²¡";
}

.ri-evernote-fill:before {
  content: "î²¢";
}

.ri-evernote-line:before {
  content: "î²£";
}

.ri-exchange-box-fill:before {
  content: "î²¤";
}

.ri-exchange-box-line:before {
  content: "î²¥";
}

.ri-exchange-cny-fill:before {
  content: "î²¦";
}

.ri-exchange-cny-line:before {
  content: "î²§";
}

.ri-exchange-dollar-fill:before {
  content: "î²¨";
}

.ri-exchange-dollar-line:before {
  content: "î²©";
}

.ri-exchange-fill:before {
  content: "î²ª";
}

.ri-exchange-funds-fill:before {
  content: "î²«";
}

.ri-exchange-funds-line:before {
  content: "î²¬";
}

.ri-exchange-line:before {
  content: "î²­";
}

.ri-external-link-fill:before {
  content: "î²®";
}

.ri-external-link-line:before {
  content: "î²¯";
}

.ri-eye-2-fill:before {
  content: "î²°";
}

.ri-eye-2-line:before {
  content: "î²±";
}

.ri-eye-close-fill:before {
  content: "î²²";
}

.ri-eye-close-line:before {
  content: "î²³";
}

.ri-eye-fill:before {
  content: "î²´";
}

.ri-eye-line:before {
  content: "î²µ";
}

.ri-eye-off-fill:before {
  content: "î²¶";
}

.ri-eye-off-line:before {
  content: "î²·";
}

.ri-facebook-box-fill:before {
  content: "î²¸";
}

.ri-facebook-box-line:before {
  content: "î²¹";
}

.ri-facebook-circle-fill:before {
  content: "î²º";
}

.ri-facebook-circle-line:before {
  content: "î²»";
}

.ri-facebook-fill:before {
  content: "î²¼";
}

.ri-facebook-line:before {
  content: "î²½";
}

.ri-fahrenheit-fill:before {
  content: "î²¾";
}

.ri-fahrenheit-line:before {
  content: "î²¿";
}

.ri-feedback-fill:before {
  content: "î³€";
}

.ri-feedback-line:before {
  content: "î³";
}

.ri-file-2-fill:before {
  content: "î³‚";
}

.ri-file-2-line:before {
  content: "î³ƒ";
}

.ri-file-3-fill:before {
  content: "î³„";
}

.ri-file-3-line:before {
  content: "î³…";
}

.ri-file-4-fill:before {
  content: "î³†";
}

.ri-file-4-line:before {
  content: "î³‡";
}

.ri-file-add-fill:before {
  content: "î³ˆ";
}

.ri-file-add-line:before {
  content: "î³‰";
}

.ri-file-chart-2-fill:before {
  content: "î³Š";
}

.ri-file-chart-2-line:before {
  content: "î³‹";
}

.ri-file-chart-fill:before {
  content: "î³Œ";
}

.ri-file-chart-line:before {
  content: "î³";
}

.ri-file-cloud-fill:before {
  content: "î³Ž";
}

.ri-file-cloud-line:before {
  content: "î³";
}

.ri-file-code-fill:before {
  content: "î³";
}

.ri-file-code-line:before {
  content: "î³‘";
}

.ri-file-copy-2-fill:before {
  content: "î³’";
}

.ri-file-copy-2-line:before {
  content: "î³“";
}

.ri-file-copy-fill:before {
  content: "î³”";
}

.ri-file-copy-line:before {
  content: "î³•";
}

.ri-file-damage-fill:before {
  content: "î³–";
}

.ri-file-damage-line:before {
  content: "î³—";
}

.ri-file-download-fill:before {
  content: "î³˜";
}

.ri-file-download-line:before {
  content: "î³™";
}

.ri-file-edit-fill:before {
  content: "î³š";
}

.ri-file-edit-line:before {
  content: "î³›";
}

.ri-file-excel-2-fill:before {
  content: "î³œ";
}

.ri-file-excel-2-line:before {
  content: "î³";
}

.ri-file-excel-fill:before {
  content: "î³ž";
}

.ri-file-excel-line:before {
  content: "î³Ÿ";
}

.ri-file-fill:before {
  content: "î³ ";
}

.ri-file-forbid-fill:before {
  content: "î³¡";
}

.ri-file-forbid-line:before {
  content: "î³¢";
}

.ri-file-gif-fill:before {
  content: "î³£";
}

.ri-file-gif-line:before {
  content: "î³¤";
}

.ri-file-history-fill:before {
  content: "î³¥";
}

.ri-file-history-line:before {
  content: "î³¦";
}

.ri-file-hwp-fill:before {
  content: "î³§";
}

.ri-file-hwp-line:before {
  content: "î³¨";
}

.ri-file-info-fill:before {
  content: "î³©";
}

.ri-file-info-line:before {
  content: "î³ª";
}

.ri-file-line:before {
  content: "î³«";
}

.ri-file-list-2-fill:before {
  content: "î³¬";
}

.ri-file-list-2-line:before {
  content: "î³­";
}

.ri-file-list-3-fill:before {
  content: "î³®";
}

.ri-file-list-3-line:before {
  content: "î³¯";
}

.ri-file-list-fill:before {
  content: "î³°";
}

.ri-file-list-line:before {
  content: "î³±";
}

.ri-file-lock-fill:before {
  content: "î³²";
}

.ri-file-lock-line:before {
  content: "î³³";
}

.ri-file-marked-fill:before {
  content: "î³´";
}

.ri-file-marked-line:before {
  content: "î³µ";
}

.ri-file-music-fill:before {
  content: "î³¶";
}

.ri-file-music-line:before {
  content: "î³·";
}

.ri-file-paper-2-fill:before {
  content: "î³¸";
}

.ri-file-paper-2-line:before {
  content: "î³¹";
}

.ri-file-paper-fill:before {
  content: "î³º";
}

.ri-file-paper-line:before {
  content: "î³»";
}

.ri-file-pdf-fill:before {
  content: "î³¼";
}

.ri-file-pdf-line:before {
  content: "î³½";
}

.ri-file-ppt-2-fill:before {
  content: "î³¾";
}

.ri-file-ppt-2-line:before {
  content: "î³¿";
}

.ri-file-ppt-fill:before {
  content: "î´€";
}

.ri-file-ppt-line:before {
  content: "î´";
}

.ri-file-reduce-fill:before {
  content: "î´‚";
}

.ri-file-reduce-line:before {
  content: "î´ƒ";
}

.ri-file-search-fill:before {
  content: "î´„";
}

.ri-file-search-line:before {
  content: "î´…";
}

.ri-file-settings-fill:before {
  content: "î´†";
}

.ri-file-settings-line:before {
  content: "î´‡";
}

.ri-file-shield-2-fill:before {
  content: "î´ˆ";
}

.ri-file-shield-2-line:before {
  content: "î´‰";
}

.ri-file-shield-fill:before {
  content: "î´Š";
}

.ri-file-shield-line:before {
  content: "î´‹";
}

.ri-file-shred-fill:before {
  content: "î´Œ";
}

.ri-file-shred-line:before {
  content: "î´";
}

.ri-file-text-fill:before {
  content: "î´Ž";
}

.ri-file-text-line:before {
  content: "î´";
}

.ri-file-transfer-fill:before {
  content: "î´";
}

.ri-file-transfer-line:before {
  content: "î´‘";
}

.ri-file-unknow-fill:before {
  content: "î´’";
}

.ri-file-unknow-line:before {
  content: "î´“";
}

.ri-file-upload-fill:before {
  content: "î´”";
}

.ri-file-upload-line:before {
  content: "î´•";
}

.ri-file-user-fill:before {
  content: "î´–";
}

.ri-file-user-line:before {
  content: "î´—";
}

.ri-file-warning-fill:before {
  content: "î´˜";
}

.ri-file-warning-line:before {
  content: "î´™";
}

.ri-file-word-2-fill:before {
  content: "î´š";
}

.ri-file-word-2-line:before {
  content: "î´›";
}

.ri-file-word-fill:before {
  content: "î´œ";
}

.ri-file-word-line:before {
  content: "î´";
}

.ri-file-zip-fill:before {
  content: "î´ž";
}

.ri-file-zip-line:before {
  content: "î´Ÿ";
}

.ri-film-fill:before {
  content: "î´ ";
}

.ri-film-line:before {
  content: "î´¡";
}

.ri-filter-2-fill:before {
  content: "î´¢";
}

.ri-filter-2-line:before {
  content: "î´£";
}

.ri-filter-3-fill:before {
  content: "î´¤";
}

.ri-filter-3-line:before {
  content: "î´¥";
}

.ri-filter-fill:before {
  content: "î´¦";
}

.ri-filter-line:before {
  content: "î´§";
}

.ri-filter-off-fill:before {
  content: "î´¨";
}

.ri-filter-off-line:before {
  content: "î´©";
}

.ri-find-replace-fill:before {
  content: "î´ª";
}

.ri-find-replace-line:before {
  content: "î´«";
}

.ri-finder-fill:before {
  content: "î´¬";
}

.ri-finder-line:before {
  content: "î´­";
}

.ri-fingerprint-2-fill:before {
  content: "î´®";
}

.ri-fingerprint-2-line:before {
  content: "î´¯";
}

.ri-fingerprint-fill:before {
  content: "î´°";
}

.ri-fingerprint-line:before {
  content: "î´±";
}

.ri-fire-fill:before {
  content: "î´²";
}

.ri-fire-line:before {
  content: "î´³";
}

.ri-firefox-fill:before {
  content: "î´´";
}

.ri-firefox-line:before {
  content: "î´µ";
}

.ri-first-aid-kit-fill:before {
  content: "î´¶";
}

.ri-first-aid-kit-line:before {
  content: "î´·";
}

.ri-flag-2-fill:before {
  content: "î´¸";
}

.ri-flag-2-line:before {
  content: "î´¹";
}

.ri-flag-fill:before {
  content: "î´º";
}

.ri-flag-line:before {
  content: "î´»";
}

.ri-flashlight-fill:before {
  content: "î´¼";
}

.ri-flashlight-line:before {
  content: "î´½";
}

.ri-flask-fill:before {
  content: "î´¾";
}

.ri-flask-line:before {
  content: "î´¿";
}

.ri-flight-land-fill:before {
  content: "îµ€";
}

.ri-flight-land-line:before {
  content: "îµ";
}

.ri-flight-takeoff-fill:before {
  content: "îµ‚";
}

.ri-flight-takeoff-line:before {
  content: "îµƒ";
}

.ri-flood-fill:before {
  content: "îµ„";
}

.ri-flood-line:before {
  content: "îµ…";
}

.ri-flow-chart:before {
  content: "îµ†";
}

.ri-flutter-fill:before {
  content: "îµ‡";
}

.ri-flutter-line:before {
  content: "îµˆ";
}

.ri-focus-2-fill:before {
  content: "îµ‰";
}

.ri-focus-2-line:before {
  content: "îµŠ";
}

.ri-focus-3-fill:before {
  content: "îµ‹";
}

.ri-focus-3-line:before {
  content: "îµŒ";
}

.ri-focus-fill:before {
  content: "îµ";
}

.ri-focus-line:before {
  content: "îµŽ";
}

.ri-foggy-fill:before {
  content: "îµ";
}

.ri-foggy-line:before {
  content: "îµ";
}

.ri-folder-2-fill:before {
  content: "îµ‘";
}

.ri-folder-2-line:before {
  content: "îµ’";
}

.ri-folder-3-fill:before {
  content: "îµ“";
}

.ri-folder-3-line:before {
  content: "îµ”";
}

.ri-folder-4-fill:before {
  content: "îµ•";
}

.ri-folder-4-line:before {
  content: "îµ–";
}

.ri-folder-5-fill:before {
  content: "îµ—";
}

.ri-folder-5-line:before {
  content: "îµ˜";
}

.ri-folder-add-fill:before {
  content: "îµ™";
}

.ri-folder-add-line:before {
  content: "îµš";
}

.ri-folder-chart-2-fill:before {
  content: "îµ›";
}

.ri-folder-chart-2-line:before {
  content: "îµœ";
}

.ri-folder-chart-fill:before {
  content: "îµ";
}

.ri-folder-chart-line:before {
  content: "îµž";
}

.ri-folder-download-fill:before {
  content: "îµŸ";
}

.ri-folder-download-line:before {
  content: "îµ ";
}

.ri-folder-fill:before {
  content: "îµ¡";
}

.ri-folder-forbid-fill:before {
  content: "îµ¢";
}

.ri-folder-forbid-line:before {
  content: "îµ£";
}

.ri-folder-history-fill:before {
  content: "îµ¤";
}

.ri-folder-history-line:before {
  content: "îµ¥";
}

.ri-folder-info-fill:before {
  content: "îµ¦";
}

.ri-folder-info-line:before {
  content: "îµ§";
}

.ri-folder-keyhole-fill:before {
  content: "îµ¨";
}

.ri-folder-keyhole-line:before {
  content: "îµ©";
}

.ri-folder-line:before {
  content: "îµª";
}

.ri-folder-lock-fill:before {
  content: "îµ«";
}

.ri-folder-lock-line:before {
  content: "îµ¬";
}

.ri-folder-music-fill:before {
  content: "îµ­";
}

.ri-folder-music-line:before {
  content: "îµ®";
}

.ri-folder-open-fill:before {
  content: "îµ¯";
}

.ri-folder-open-line:before {
  content: "îµ°";
}

.ri-folder-received-fill:before {
  content: "îµ±";
}

.ri-folder-received-line:before {
  content: "îµ²";
}

.ri-folder-reduce-fill:before {
  content: "îµ³";
}

.ri-folder-reduce-line:before {
  content: "îµ´";
}

.ri-folder-settings-fill:before {
  content: "îµµ";
}

.ri-folder-settings-line:before {
  content: "îµ¶";
}

.ri-folder-shared-fill:before {
  content: "îµ·";
}

.ri-folder-shared-line:before {
  content: "îµ¸";
}

.ri-folder-shield-2-fill:before {
  content: "îµ¹";
}

.ri-folder-shield-2-line:before {
  content: "îµº";
}

.ri-folder-shield-fill:before {
  content: "îµ»";
}

.ri-folder-shield-line:before {
  content: "îµ¼";
}

.ri-folder-transfer-fill:before {
  content: "îµ½";
}

.ri-folder-transfer-line:before {
  content: "îµ¾";
}

.ri-folder-unknow-fill:before {
  content: "îµ¿";
}

.ri-folder-unknow-line:before {
  content: "î¶€";
}

.ri-folder-upload-fill:before {
  content: "î¶";
}

.ri-folder-upload-line:before {
  content: "î¶‚";
}

.ri-folder-user-fill:before {
  content: "î¶ƒ";
}

.ri-folder-user-line:before {
  content: "î¶„";
}

.ri-folder-warning-fill:before {
  content: "î¶…";
}

.ri-folder-warning-line:before {
  content: "î¶†";
}

.ri-folder-zip-fill:before {
  content: "î¶‡";
}

.ri-folder-zip-line:before {
  content: "î¶ˆ";
}

.ri-folders-fill:before {
  content: "î¶‰";
}

.ri-folders-line:before {
  content: "î¶Š";
}

.ri-font-color:before {
  content: "î¶‹";
}

.ri-font-size-2:before {
  content: "î¶Œ";
}

.ri-font-size:before {
  content: "î¶";
}

.ri-football-fill:before {
  content: "î¶Ž";
}

.ri-football-line:before {
  content: "î¶";
}

.ri-footprint-fill:before {
  content: "î¶";
}

.ri-footprint-line:before {
  content: "î¶‘";
}

.ri-forbid-2-fill:before {
  content: "î¶’";
}

.ri-forbid-2-line:before {
  content: "î¶“";
}

.ri-forbid-fill:before {
  content: "î¶”";
}

.ri-forbid-line:before {
  content: "î¶•";
}

.ri-format-clear:before {
  content: "î¶–";
}

.ri-fridge-fill:before {
  content: "î¶—";
}

.ri-fridge-line:before {
  content: "î¶˜";
}

.ri-fullscreen-exit-fill:before {
  content: "î¶™";
}

.ri-fullscreen-exit-line:before {
  content: "î¶š";
}

.ri-fullscreen-fill:before {
  content: "î¶›";
}

.ri-fullscreen-line:before {
  content: "î¶œ";
}

.ri-function-fill:before {
  content: "î¶";
}

.ri-function-line:before {
  content: "î¶ž";
}

.ri-functions:before {
  content: "î¶Ÿ";
}

.ri-funds-box-fill:before {
  content: "î¶ ";
}

.ri-funds-box-line:before {
  content: "î¶¡";
}

.ri-funds-fill:before {
  content: "î¶¢";
}

.ri-funds-line:before {
  content: "î¶£";
}

.ri-gallery-fill:before {
  content: "î¶¤";
}

.ri-gallery-line:before {
  content: "î¶¥";
}

.ri-gallery-upload-fill:before {
  content: "î¶¦";
}

.ri-gallery-upload-line:before {
  content: "î¶§";
}

.ri-game-fill:before {
  content: "î¶¨";
}

.ri-game-line:before {
  content: "î¶©";
}

.ri-gamepad-fill:before {
  content: "î¶ª";
}

.ri-gamepad-line:before {
  content: "î¶«";
}

.ri-gas-station-fill:before {
  content: "î¶¬";
}

.ri-gas-station-line:before {
  content: "î¶­";
}

.ri-gatsby-fill:before {
  content: "î¶®";
}

.ri-gatsby-line:before {
  content: "î¶¯";
}

.ri-genderless-fill:before {
  content: "î¶°";
}

.ri-genderless-line:before {
  content: "î¶±";
}

.ri-ghost-2-fill:before {
  content: "î¶²";
}

.ri-ghost-2-line:before {
  content: "î¶³";
}

.ri-ghost-fill:before {
  content: "î¶´";
}

.ri-ghost-line:before {
  content: "î¶µ";
}

.ri-ghost-smile-fill:before {
  content: "î¶¶";
}

.ri-ghost-smile-line:before {
  content: "î¶·";
}

.ri-gift-2-fill:before {
  content: "î¶¸";
}

.ri-gift-2-line:before {
  content: "î¶¹";
}

.ri-gift-fill:before {
  content: "î¶º";
}

.ri-gift-line:before {
  content: "î¶»";
}

.ri-git-branch-fill:before {
  content: "î¶¼";
}

.ri-git-branch-line:before {
  content: "î¶½";
}

.ri-git-commit-fill:before {
  content: "î¶¾";
}

.ri-git-commit-line:before {
  content: "î¶¿";
}

.ri-git-merge-fill:before {
  content: "î·€";
}

.ri-git-merge-line:before {
  content: "î·";
}

.ri-git-pull-request-fill:before {
  content: "î·‚";
}

.ri-git-pull-request-line:before {
  content: "î·ƒ";
}

.ri-git-repository-commits-fill:before {
  content: "î·„";
}

.ri-git-repository-commits-line:before {
  content: "î·…";
}

.ri-git-repository-fill:before {
  content: "î·†";
}

.ri-git-repository-line:before {
  content: "î·‡";
}

.ri-git-repository-private-fill:before {
  content: "î·ˆ";
}

.ri-git-repository-private-line:before {
  content: "î·‰";
}

.ri-github-fill:before {
  content: "î·Š";
}

.ri-github-line:before {
  content: "î·‹";
}

.ri-gitlab-fill:before {
  content: "î·Œ";
}

.ri-gitlab-line:before {
  content: "î·";
}

.ri-global-fill:before {
  content: "î·Ž";
}

.ri-global-line:before {
  content: "î·";
}

.ri-globe-fill:before {
  content: "î·";
}

.ri-globe-line:before {
  content: "î·‘";
}

.ri-goblet-fill:before {
  content: "î·’";
}

.ri-goblet-line:before {
  content: "î·“";
}

.ri-google-fill:before {
  content: "î·”";
}

.ri-google-line:before {
  content: "î·•";
}

.ri-google-play-fill:before {
  content: "î·–";
}

.ri-google-play-line:before {
  content: "î·—";
}

.ri-government-fill:before {
  content: "î·˜";
}

.ri-government-line:before {
  content: "î·™";
}

.ri-gps-fill:before {
  content: "î·š";
}

.ri-gps-line:before {
  content: "î·›";
}

.ri-gradienter-fill:before {
  content: "î·œ";
}

.ri-gradienter-line:before {
  content: "î·";
}

.ri-grid-fill:before {
  content: "î·ž";
}

.ri-grid-line:before {
  content: "î·Ÿ";
}

.ri-group-2-fill:before {
  content: "î· ";
}

.ri-group-2-line:before {
  content: "î·¡";
}

.ri-group-fill:before {
  content: "î·¢";
}

.ri-group-line:before {
  content: "î·£";
}

.ri-guide-fill:before {
  content: "î·¤";
}

.ri-guide-line:before {
  content: "î·¥";
}

.ri-h-1:before {
  content: "î·¦";
}

.ri-h-2:before {
  content: "î·§";
}

.ri-h-3:before {
  content: "î·¨";
}

.ri-h-4:before {
  content: "î·©";
}

.ri-h-5:before {
  content: "î·ª";
}

.ri-h-6:before {
  content: "î·«";
}

.ri-hail-fill:before {
  content: "î·¬";
}

.ri-hail-line:before {
  content: "î·­";
}

.ri-hammer-fill:before {
  content: "î·®";
}

.ri-hammer-line:before {
  content: "î·¯";
}

.ri-hand-coin-fill:before {
  content: "î·°";
}

.ri-hand-coin-line:before {
  content: "î·±";
}

.ri-hand-heart-fill:before {
  content: "î·²";
}

.ri-hand-heart-line:before {
  content: "î·³";
}

.ri-hand-sanitizer-fill:before {
  content: "î·´";
}

.ri-hand-sanitizer-line:before {
  content: "î·µ";
}

.ri-handbag-fill:before {
  content: "î·¶";
}

.ri-handbag-line:before {
  content: "î··";
}

.ri-hard-drive-2-fill:before {
  content: "î·¸";
}

.ri-hard-drive-2-line:before {
  content: "î·¹";
}

.ri-hard-drive-fill:before {
  content: "î·º";
}

.ri-hard-drive-line:before {
  content: "î·»";
}

.ri-hashtag:before {
  content: "î·¼";
}

.ri-haze-2-fill:before {
  content: "î·½";
}

.ri-haze-2-line:before {
  content: "î·¾";
}

.ri-haze-fill:before {
  content: "î·¿";
}

.ri-haze-line:before {
  content: "î¸€";
}

.ri-hd-fill:before {
  content: "î¸";
}

.ri-hd-line:before {
  content: "î¸‚";
}

.ri-heading:before {
  content: "î¸ƒ";
}

.ri-headphone-fill:before {
  content: "î¸„";
}

.ri-headphone-line:before {
  content: "î¸…";
}

.ri-health-book-fill:before {
  content: "î¸†";
}

.ri-health-book-line:before {
  content: "î¸‡";
}

.ri-heart-2-fill:before {
  content: "î¸ˆ";
}

.ri-heart-2-line:before {
  content: "î¸‰";
}

.ri-heart-3-fill:before {
  content: "î¸Š";
}

.ri-heart-3-line:before {
  content: "î¸‹";
}

.ri-heart-add-fill:before {
  content: "î¸Œ";
}

.ri-heart-add-line:before {
  content: "î¸";
}

.ri-heart-fill:before {
  content: "î¸Ž";
}

.ri-heart-line:before {
  content: "î¸";
}

.ri-heart-pulse-fill:before {
  content: "î¸";
}

.ri-heart-pulse-line:before {
  content: "î¸‘";
}

.ri-hearts-fill:before {
  content: "î¸’";
}

.ri-hearts-line:before {
  content: "î¸“";
}

.ri-heavy-showers-fill:before {
  content: "î¸”";
}

.ri-heavy-showers-line:before {
  content: "î¸•";
}

.ri-history-fill:before {
  content: "î¸–";
}

.ri-history-line:before {
  content: "î¸—";
}

.ri-home-2-fill:before {
  content: "î¸˜";
}

.ri-home-2-line:before {
  content: "î¸™";
}

.ri-home-3-fill:before {
  content: "î¸š";
}

.ri-home-3-line:before {
  content: "î¸›";
}

.ri-home-4-fill:before {
  content: "î¸œ";
}

.ri-home-4-line:before {
  content: "î¸";
}

.ri-home-5-fill:before {
  content: "î¸ž";
}

.ri-home-5-line:before {
  content: "î¸Ÿ";
}

.ri-home-6-fill:before {
  content: "î¸ ";
}

.ri-home-6-line:before {
  content: "î¸¡";
}

.ri-home-7-fill:before {
  content: "î¸¢";
}

.ri-home-7-line:before {
  content: "î¸£";
}

.ri-home-8-fill:before {
  content: "î¸¤";
}

.ri-home-8-line:before {
  content: "î¸¥";
}

.ri-home-fill:before {
  content: "î¸¦";
}

.ri-home-gear-fill:before {
  content: "î¸§";
}

.ri-home-gear-line:before {
  content: "î¸¨";
}

.ri-home-heart-fill:before {
  content: "î¸©";
}

.ri-home-heart-line:before {
  content: "î¸ª";
}

.ri-home-line:before {
  content: "î¸«";
}

.ri-home-smile-2-fill:before {
  content: "î¸¬";
}

.ri-home-smile-2-line:before {
  content: "î¸­";
}

.ri-home-smile-fill:before {
  content: "î¸®";
}

.ri-home-smile-line:before {
  content: "î¸¯";
}

.ri-home-wifi-fill:before {
  content: "î¸°";
}

.ri-home-wifi-line:before {
  content: "î¸±";
}

.ri-honor-of-kings-fill:before {
  content: "î¸²";
}

.ri-honor-of-kings-line:before {
  content: "î¸³";
}

.ri-honour-fill:before {
  content: "î¸´";
}

.ri-honour-line:before {
  content: "î¸µ";
}

.ri-hospital-fill:before {
  content: "î¸¶";
}

.ri-hospital-line:before {
  content: "î¸·";
}

.ri-hotel-bed-fill:before {
  content: "î¸¸";
}

.ri-hotel-bed-line:before {
  content: "î¸¹";
}

.ri-hotel-fill:before {
  content: "î¸º";
}

.ri-hotel-line:before {
  content: "î¸»";
}

.ri-hotspot-fill:before {
  content: "î¸¼";
}

.ri-hotspot-line:before {
  content: "î¸½";
}

.ri-hq-fill:before {
  content: "î¸¾";
}

.ri-hq-line:before {
  content: "î¸¿";
}

.ri-html5-fill:before {
  content: "î¹€";
}

.ri-html5-line:before {
  content: "î¹";
}

.ri-ie-fill:before {
  content: "î¹‚";
}

.ri-ie-line:before {
  content: "î¹ƒ";
}

.ri-image-2-fill:before {
  content: "î¹„";
}

.ri-image-2-line:before {
  content: "î¹…";
}

.ri-image-add-fill:before {
  content: "î¹†";
}

.ri-image-add-line:before {
  content: "î¹‡";
}

.ri-image-edit-fill:before {
  content: "î¹ˆ";
}

.ri-image-edit-line:before {
  content: "î¹‰";
}

.ri-image-fill:before {
  content: "î¹Š";
}

.ri-image-line:before {
  content: "î¹‹";
}

.ri-inbox-archive-fill:before {
  content: "î¹Œ";
}

.ri-inbox-archive-line:before {
  content: "î¹";
}

.ri-inbox-fill:before {
  content: "î¹Ž";
}

.ri-inbox-line:before {
  content: "î¹";
}

.ri-inbox-unarchive-fill:before {
  content: "î¹";
}

.ri-inbox-unarchive-line:before {
  content: "î¹‘";
}

.ri-increase-decrease-fill:before {
  content: "î¹’";
}

.ri-increase-decrease-line:before {
  content: "î¹“";
}

.ri-indent-decrease:before {
  content: "î¹”";
}

.ri-indent-increase:before {
  content: "î¹•";
}

.ri-indeterminate-circle-fill:before {
  content: "î¹–";
}

.ri-indeterminate-circle-line:before {
  content: "î¹—";
}

.ri-information-fill:before {
  content: "î¹˜";
}

.ri-information-line:before {
  content: "î¹™";
}

.ri-infrared-thermometer-fill:before {
  content: "î¹š";
}

.ri-infrared-thermometer-line:before {
  content: "î¹›";
}

.ri-ink-bottle-fill:before {
  content: "î¹œ";
}

.ri-ink-bottle-line:before {
  content: "î¹";
}

.ri-input-cursor-move:before {
  content: "î¹ž";
}

.ri-input-method-fill:before {
  content: "î¹Ÿ";
}

.ri-input-method-line:before {
  content: "î¹ ";
}

.ri-insert-column-left:before {
  content: "î¹¡";
}

.ri-insert-column-right:before {
  content: "î¹¢";
}

.ri-insert-row-bottom:before {
  content: "î¹£";
}

.ri-insert-row-top:before {
  content: "î¹¤";
}

.ri-instagram-fill:before {
  content: "î¹¥";
}

.ri-instagram-line:before {
  content: "î¹¦";
}

.ri-install-fill:before {
  content: "î¹§";
}

.ri-install-line:before {
  content: "î¹¨";
}

.ri-invision-fill:before {
  content: "î¹©";
}

.ri-invision-line:before {
  content: "î¹ª";
}

.ri-italic:before {
  content: "î¹«";
}

.ri-kakao-talk-fill:before {
  content: "î¹¬";
}

.ri-kakao-talk-line:before {
  content: "î¹­";
}

.ri-key-2-fill:before {
  content: "î¹®";
}

.ri-key-2-line:before {
  content: "î¹¯";
}

.ri-key-fill:before {
  content: "î¹°";
}

.ri-key-line:before {
  content: "î¹±";
}

.ri-keyboard-box-fill:before {
  content: "î¹²";
}

.ri-keyboard-box-line:before {
  content: "î¹³";
}

.ri-keyboard-fill:before {
  content: "î¹´";
}

.ri-keyboard-line:before {
  content: "î¹µ";
}

.ri-keynote-fill:before {
  content: "î¹¶";
}

.ri-keynote-line:before {
  content: "î¹·";
}

.ri-knife-blood-fill:before {
  content: "î¹¸";
}

.ri-knife-blood-line:before {
  content: "î¹¹";
}

.ri-knife-fill:before {
  content: "î¹º";
}

.ri-knife-line:before {
  content: "î¹»";
}

.ri-landscape-fill:before {
  content: "î¹¼";
}

.ri-landscape-line:before {
  content: "î¹½";
}

.ri-layout-2-fill:before {
  content: "î¹¾";
}

.ri-layout-2-line:before {
  content: "î¹¿";
}

.ri-layout-3-fill:before {
  content: "îº€";
}

.ri-layout-3-line:before {
  content: "îº";
}

.ri-layout-4-fill:before {
  content: "îº‚";
}

.ri-layout-4-line:before {
  content: "îºƒ";
}

.ri-layout-5-fill:before {
  content: "îº„";
}

.ri-layout-5-line:before {
  content: "îº…";
}

.ri-layout-6-fill:before {
  content: "îº†";
}

.ri-layout-6-line:before {
  content: "îº‡";
}

.ri-layout-bottom-2-fill:before {
  content: "îºˆ";
}

.ri-layout-bottom-2-line:before {
  content: "îº‰";
}

.ri-layout-bottom-fill:before {
  content: "îºŠ";
}

.ri-layout-bottom-line:before {
  content: "îº‹";
}

.ri-layout-column-fill:before {
  content: "îºŒ";
}

.ri-layout-column-line:before {
  content: "îº";
}

.ri-layout-fill:before {
  content: "îºŽ";
}

.ri-layout-grid-fill:before {
  content: "îº";
}

.ri-layout-grid-line:before {
  content: "îº";
}

.ri-layout-left-2-fill:before {
  content: "îº‘";
}

.ri-layout-left-2-line:before {
  content: "îº’";
}

.ri-layout-left-fill:before {
  content: "îº“";
}

.ri-layout-left-line:before {
  content: "îº”";
}

.ri-layout-line:before {
  content: "îº•";
}

.ri-layout-masonry-fill:before {
  content: "îº–";
}

.ri-layout-masonry-line:before {
  content: "îº—";
}

.ri-layout-right-2-fill:before {
  content: "îº˜";
}

.ri-layout-right-2-line:before {
  content: "îº™";
}

.ri-layout-right-fill:before {
  content: "îºš";
}

.ri-layout-right-line:before {
  content: "îº›";
}

.ri-layout-row-fill:before {
  content: "îºœ";
}

.ri-layout-row-line:before {
  content: "îº";
}

.ri-layout-top-2-fill:before {
  content: "îºž";
}

.ri-layout-top-2-line:before {
  content: "îºŸ";
}

.ri-layout-top-fill:before {
  content: "îº ";
}

.ri-layout-top-line:before {
  content: "îº¡";
}

.ri-leaf-fill:before {
  content: "îº¢";
}

.ri-leaf-line:before {
  content: "îº£";
}

.ri-lifebuoy-fill:before {
  content: "îº¤";
}

.ri-lifebuoy-line:before {
  content: "îº¥";
}

.ri-lightbulb-fill:before {
  content: "îº¦";
}

.ri-lightbulb-flash-fill:before {
  content: "îº§";
}

.ri-lightbulb-flash-line:before {
  content: "îº¨";
}

.ri-lightbulb-line:before {
  content: "îº©";
}

.ri-line-chart-fill:before {
  content: "îºª";
}

.ri-line-chart-line:before {
  content: "îº«";
}

.ri-line-fill:before {
  content: "îº¬";
}

.ri-line-height:before {
  content: "îº­";
}

.ri-line-line:before {
  content: "îº®";
}

.ri-link-m:before {
  content: "îº¯";
}

.ri-link-unlink-m:before {
  content: "îº°";
}

.ri-link-unlink:before {
  content: "îº±";
}

.ri-link:before {
  content: "îº²";
}

.ri-linkedin-box-fill:before {
  content: "îº³";
}

.ri-linkedin-box-line:before {
  content: "îº´";
}

.ri-linkedin-fill:before {
  content: "îºµ";
}

.ri-linkedin-line:before {
  content: "îº¶";
}

.ri-links-fill:before {
  content: "îº·";
}

.ri-links-line:before {
  content: "îº¸";
}

.ri-list-check-2:before {
  content: "îº¹";
}

.ri-list-check:before {
  content: "îºº";
}

.ri-list-ordered:before {
  content: "îº»";
}

.ri-list-settings-fill:before {
  content: "îº¼";
}

.ri-list-settings-line:before {
  content: "îº½";
}

.ri-list-unordered:before {
  content: "îº¾";
}

.ri-live-fill:before {
  content: "îº¿";
}

.ri-live-line:before {
  content: "î»€";
}

.ri-loader-2-fill:before {
  content: "î»";
}

.ri-loader-2-line:before {
  content: "î»‚";
}

.ri-loader-3-fill:before {
  content: "î»ƒ";
}

.ri-loader-3-line:before {
  content: "î»„";
}

.ri-loader-4-fill:before {
  content: "î»…";
}

.ri-loader-4-line:before {
  content: "î»†";
}

.ri-loader-5-fill:before {
  content: "î»‡";
}

.ri-loader-5-line:before {
  content: "î»ˆ";
}

.ri-loader-fill:before {
  content: "î»‰";
}

.ri-loader-line:before {
  content: "î»Š";
}

.ri-lock-2-fill:before {
  content: "î»‹";
}

.ri-lock-2-line:before {
  content: "î»Œ";
}

.ri-lock-fill:before {
  content: "î»";
}

.ri-lock-line:before {
  content: "î»Ž";
}

.ri-lock-password-fill:before {
  content: "î»";
}

.ri-lock-password-line:before {
  content: "î»";
}

.ri-lock-unlock-fill:before {
  content: "î»‘";
}

.ri-lock-unlock-line:before {
  content: "î»’";
}

.ri-login-box-fill:before {
  content: "î»“";
}

.ri-login-box-line:before {
  content: "î»”";
}

.ri-login-circle-fill:before {
  content: "î»•";
}

.ri-login-circle-line:before {
  content: "î»–";
}

.ri-logout-box-fill:before {
  content: "î»—";
}

.ri-logout-box-line:before {
  content: "î»˜";
}

.ri-logout-box-r-fill:before {
  content: "î»™";
}

.ri-logout-box-r-line:before {
  content: "î»š";
}

.ri-logout-circle-fill:before {
  content: "î»›";
}

.ri-logout-circle-line:before {
  content: "î»œ";
}

.ri-logout-circle-r-fill:before {
  content: "î»";
}

.ri-logout-circle-r-line:before {
  content: "î»ž";
}

.ri-luggage-cart-fill:before {
  content: "î»Ÿ";
}

.ri-luggage-cart-line:before {
  content: "î» ";
}

.ri-luggage-deposit-fill:before {
  content: "î»¡";
}

.ri-luggage-deposit-line:before {
  content: "î»¢";
}

.ri-lungs-fill:before {
  content: "î»£";
}

.ri-lungs-line:before {
  content: "î»¤";
}

.ri-mac-fill:before {
  content: "î»¥";
}

.ri-mac-line:before {
  content: "î»¦";
}

.ri-macbook-fill:before {
  content: "î»§";
}

.ri-macbook-line:before {
  content: "î»¨";
}

.ri-magic-fill:before {
  content: "î»©";
}

.ri-magic-line:before {
  content: "î»ª";
}

.ri-mail-add-fill:before {
  content: "î»«";
}

.ri-mail-add-line:before {
  content: "î»¬";
}

.ri-mail-check-fill:before {
  content: "î»­";
}

.ri-mail-check-line:before {
  content: "î»®";
}

.ri-mail-close-fill:before {
  content: "î»¯";
}

.ri-mail-close-line:before {
  content: "î»°";
}

.ri-mail-download-fill:before {
  content: "î»±";
}

.ri-mail-download-line:before {
  content: "î»²";
}

.ri-mail-fill:before {
  content: "î»³";
}

.ri-mail-forbid-fill:before {
  content: "î»´";
}

.ri-mail-forbid-line:before {
  content: "î»µ";
}

.ri-mail-line:before {
  content: "î»¶";
}

.ri-mail-lock-fill:before {
  content: "î»·";
}

.ri-mail-lock-line:before {
  content: "î»¸";
}

.ri-mail-open-fill:before {
  content: "î»¹";
}

.ri-mail-open-line:before {
  content: "î»º";
}

.ri-mail-send-fill:before {
  content: "î»»";
}

.ri-mail-send-line:before {
  content: "î»¼";
}

.ri-mail-settings-fill:before {
  content: "î»½";
}

.ri-mail-settings-line:before {
  content: "î»¾";
}

.ri-mail-star-fill:before {
  content: "î»¿";
}

.ri-mail-star-line:before {
  content: "î¼€";
}

.ri-mail-unread-fill:before {
  content: "î¼";
}

.ri-mail-unread-line:before {
  content: "î¼‚";
}

.ri-mail-volume-fill:before {
  content: "î¼ƒ";
}

.ri-mail-volume-line:before {
  content: "î¼„";
}

.ri-map-2-fill:before {
  content: "î¼…";
}

.ri-map-2-line:before {
  content: "î¼†";
}

.ri-map-fill:before {
  content: "î¼‡";
}

.ri-map-line:before {
  content: "î¼ˆ";
}

.ri-map-pin-2-fill:before {
  content: "î¼‰";
}

.ri-map-pin-2-line:before {
  content: "î¼Š";
}

.ri-map-pin-3-fill:before {
  content: "î¼‹";
}

.ri-map-pin-3-line:before {
  content: "î¼Œ";
}

.ri-map-pin-4-fill:before {
  content: "î¼";
}

.ri-map-pin-4-line:before {
  content: "î¼Ž";
}

.ri-map-pin-5-fill:before {
  content: "î¼";
}

.ri-map-pin-5-line:before {
  content: "î¼";
}

.ri-map-pin-add-fill:before {
  content: "î¼‘";
}

.ri-map-pin-add-line:before {
  content: "î¼’";
}

.ri-map-pin-fill:before {
  content: "î¼“";
}

.ri-map-pin-line:before {
  content: "î¼”";
}

.ri-map-pin-range-fill:before {
  content: "î¼•";
}

.ri-map-pin-range-line:before {
  content: "î¼–";
}

.ri-map-pin-time-fill:before {
  content: "î¼—";
}

.ri-map-pin-time-line:before {
  content: "î¼˜";
}

.ri-map-pin-user-fill:before {
  content: "î¼™";
}

.ri-map-pin-user-line:before {
  content: "î¼š";
}

.ri-mark-pen-fill:before {
  content: "î¼›";
}

.ri-mark-pen-line:before {
  content: "î¼œ";
}

.ri-markdown-fill:before {
  content: "î¼";
}

.ri-markdown-line:before {
  content: "î¼ž";
}

.ri-markup-fill:before {
  content: "î¼Ÿ";
}

.ri-markup-line:before {
  content: "î¼ ";
}

.ri-mastercard-fill:before {
  content: "î¼¡";
}

.ri-mastercard-line:before {
  content: "î¼¢";
}

.ri-mastodon-fill:before {
  content: "î¼£";
}

.ri-mastodon-line:before {
  content: "î¼¤";
}

.ri-medal-2-fill:before {
  content: "î¼¥";
}

.ri-medal-2-line:before {
  content: "î¼¦";
}

.ri-medal-fill:before {
  content: "î¼§";
}

.ri-medal-line:before {
  content: "î¼¨";
}

.ri-medicine-bottle-fill:before {
  content: "î¼©";
}

.ri-medicine-bottle-line:before {
  content: "î¼ª";
}

.ri-medium-fill:before {
  content: "î¼«";
}

.ri-medium-line:before {
  content: "î¼¬";
}

.ri-men-fill:before {
  content: "î¼­";
}

.ri-men-line:before {
  content: "î¼®";
}

.ri-mental-health-fill:before {
  content: "î¼¯";
}

.ri-mental-health-line:before {
  content: "î¼°";
}

.ri-menu-2-fill:before {
  content: "î¼±";
}

.ri-menu-2-line:before {
  content: "î¼²";
}

.ri-menu-3-fill:before {
  content: "î¼³";
}

.ri-menu-3-line:before {
  content: "î¼´";
}

.ri-menu-4-fill:before {
  content: "î¼µ";
}

.ri-menu-4-line:before {
  content: "î¼¶";
}

.ri-menu-5-fill:before {
  content: "î¼·";
}

.ri-menu-5-line:before {
  content: "î¼¸";
}

.ri-menu-add-fill:before {
  content: "î¼¹";
}

.ri-menu-add-line:before {
  content: "î¼º";
}

.ri-menu-fill:before {
  content: "î¼»";
}

.ri-menu-fold-fill:before {
  content: "î¼¼";
}

.ri-menu-fold-line:before {
  content: "î¼½";
}

.ri-menu-line:before {
  content: "î¼¾";
}

.ri-menu-unfold-fill:before {
  content: "î¼¿";
}

.ri-menu-unfold-line:before {
  content: "î½€";
}

.ri-merge-cells-horizontal:before {
  content: "î½";
}

.ri-merge-cells-vertical:before {
  content: "î½‚";
}

.ri-message-2-fill:before {
  content: "î½ƒ";
}

.ri-message-2-line:before {
  content: "î½„";
}

.ri-message-3-fill:before {
  content: "î½…";
}

.ri-message-3-line:before {
  content: "î½†";
}

.ri-message-fill:before {
  content: "î½‡";
}

.ri-message-line:before {
  content: "î½ˆ";
}

.ri-messenger-fill:before {
  content: "î½‰";
}

.ri-messenger-line:before {
  content: "î½Š";
}

.ri-meteor-fill:before {
  content: "î½‹";
}

.ri-meteor-line:before {
  content: "î½Œ";
}

.ri-mic-2-fill:before {
  content: "î½";
}

.ri-mic-2-line:before {
  content: "î½Ž";
}

.ri-mic-fill:before {
  content: "î½";
}

.ri-mic-line:before {
  content: "î½";
}

.ri-mic-off-fill:before {
  content: "î½‘";
}

.ri-mic-off-line:before {
  content: "î½’";
}

.ri-mickey-fill:before {
  content: "î½“";
}

.ri-mickey-line:before {
  content: "î½”";
}

.ri-microscope-fill:before {
  content: "î½•";
}

.ri-microscope-line:before {
  content: "î½–";
}

.ri-microsoft-fill:before {
  content: "î½—";
}

.ri-microsoft-line:before {
  content: "î½˜";
}

.ri-mind-map:before {
  content: "î½™";
}

.ri-mini-program-fill:before {
  content: "î½š";
}

.ri-mini-program-line:before {
  content: "î½›";
}

.ri-mist-fill:before {
  content: "î½œ";
}

.ri-mist-line:before {
  content: "î½";
}

.ri-money-cny-box-fill:before {
  content: "î½ž";
}

.ri-money-cny-box-line:before {
  content: "î½Ÿ";
}

.ri-money-cny-circle-fill:before {
  content: "î½ ";
}

.ri-money-cny-circle-line:before {
  content: "î½¡";
}

.ri-money-dollar-box-fill:before {
  content: "î½¢";
}

.ri-money-dollar-box-line:before {
  content: "î½£";
}

.ri-money-dollar-circle-fill:before {
  content: "î½¤";
}

.ri-money-dollar-circle-line:before {
  content: "î½¥";
}

.ri-money-euro-box-fill:before {
  content: "î½¦";
}

.ri-money-euro-box-line:before {
  content: "î½§";
}

.ri-money-euro-circle-fill:before {
  content: "î½¨";
}

.ri-money-euro-circle-line:before {
  content: "î½©";
}

.ri-money-pound-box-fill:before {
  content: "î½ª";
}

.ri-money-pound-box-line:before {
  content: "î½«";
}

.ri-money-pound-circle-fill:before {
  content: "î½¬";
}

.ri-money-pound-circle-line:before {
  content: "î½­";
}

.ri-moon-clear-fill:before {
  content: "î½®";
}

.ri-moon-clear-line:before {
  content: "î½¯";
}

.ri-moon-cloudy-fill:before {
  content: "î½°";
}

.ri-moon-cloudy-line:before {
  content: "î½±";
}

.ri-moon-fill:before {
  content: "î½²";
}

.ri-moon-foggy-fill:before {
  content: "î½³";
}

.ri-moon-foggy-line:before {
  content: "î½´";
}

.ri-moon-line:before {
  content: "î½µ";
}

.ri-more-2-fill:before {
  content: "î½¶";
}

.ri-more-2-line:before {
  content: "î½·";
}

.ri-more-fill:before {
  content: "î½¸";
}

.ri-more-line:before {
  content: "î½¹";
}

.ri-motorbike-fill:before {
  content: "î½º";
}

.ri-motorbike-line:before {
  content: "î½»";
}

.ri-mouse-fill:before {
  content: "î½¼";
}

.ri-mouse-line:before {
  content: "î½½";
}

.ri-movie-2-fill:before {
  content: "î½¾";
}

.ri-movie-2-line:before {
  content: "î½¿";
}

.ri-movie-fill:before {
  content: "î¾€";
}

.ri-movie-line:before {
  content: "î¾";
}

.ri-music-2-fill:before {
  content: "î¾‚";
}

.ri-music-2-line:before {
  content: "î¾ƒ";
}

.ri-music-fill:before {
  content: "î¾„";
}

.ri-music-line:before {
  content: "î¾…";
}

.ri-mv-fill:before {
  content: "î¾†";
}

.ri-mv-line:before {
  content: "î¾‡";
}

.ri-navigation-fill:before {
  content: "î¾ˆ";
}

.ri-navigation-line:before {
  content: "î¾‰";
}

.ri-netease-cloud-music-fill:before {
  content: "î¾Š";
}

.ri-netease-cloud-music-line:before {
  content: "î¾‹";
}

.ri-netflix-fill:before {
  content: "î¾Œ";
}

.ri-netflix-line:before {
  content: "î¾";
}

.ri-newspaper-fill:before {
  content: "î¾Ž";
}

.ri-newspaper-line:before {
  content: "î¾";
}

.ri-node-tree:before {
  content: "î¾";
}

.ri-notification-2-fill:before {
  content: "î¾‘";
}

.ri-notification-2-line:before {
  content: "î¾’";
}

.ri-notification-3-fill:before {
  content: "î¾“";
}

.ri-notification-3-line:before {
  content: "î¾”";
}

.ri-notification-4-fill:before {
  content: "î¾•";
}

.ri-notification-4-line:before {
  content: "î¾–";
}

.ri-notification-badge-fill:before {
  content: "î¾—";
}

.ri-notification-badge-line:before {
  content: "î¾˜";
}

.ri-notification-fill:before {
  content: "î¾™";
}

.ri-notification-line:before {
  content: "î¾š";
}

.ri-notification-off-fill:before {
  content: "î¾›";
}

.ri-notification-off-line:before {
  content: "î¾œ";
}

.ri-npmjs-fill:before {
  content: "î¾";
}

.ri-npmjs-line:before {
  content: "î¾ž";
}

.ri-number-0:before {
  content: "î¾Ÿ";
}

.ri-number-1:before {
  content: "î¾ ";
}

.ri-number-2:before {
  content: "î¾¡";
}

.ri-number-3:before {
  content: "î¾¢";
}

.ri-number-4:before {
  content: "î¾£";
}

.ri-number-5:before {
  content: "î¾¤";
}

.ri-number-6:before {
  content: "î¾¥";
}

.ri-number-7:before {
  content: "î¾¦";
}

.ri-number-8:before {
  content: "î¾§";
}

.ri-number-9:before {
  content: "î¾¨";
}

.ri-numbers-fill:before {
  content: "î¾©";
}

.ri-numbers-line:before {
  content: "î¾ª";
}

.ri-nurse-fill:before {
  content: "î¾«";
}

.ri-nurse-line:before {
  content: "î¾¬";
}

.ri-oil-fill:before {
  content: "î¾­";
}

.ri-oil-line:before {
  content: "î¾®";
}

.ri-omega:before {
  content: "î¾¯";
}

.ri-open-arm-fill:before {
  content: "î¾°";
}

.ri-open-arm-line:before {
  content: "î¾±";
}

.ri-open-source-fill:before {
  content: "î¾²";
}

.ri-open-source-line:before {
  content: "î¾³";
}

.ri-opera-fill:before {
  content: "î¾´";
}

.ri-opera-line:before {
  content: "î¾µ";
}

.ri-order-play-fill:before {
  content: "î¾¶";
}

.ri-order-play-line:before {
  content: "î¾·";
}

.ri-organization-chart:before {
  content: "î¾¸";
}

.ri-outlet-2-fill:before {
  content: "î¾¹";
}

.ri-outlet-2-line:before {
  content: "î¾º";
}

.ri-outlet-fill:before {
  content: "î¾»";
}

.ri-outlet-line:before {
  content: "î¾¼";
}

.ri-page-separator:before {
  content: "î¾½";
}

.ri-pages-fill:before {
  content: "î¾¾";
}

.ri-pages-line:before {
  content: "î¾¿";
}

.ri-paint-brush-fill:before {
  content: "î¿€";
}

.ri-paint-brush-line:before {
  content: "î¿";
}

.ri-paint-fill:before {
  content: "î¿‚";
}

.ri-paint-line:before {
  content: "î¿ƒ";
}

.ri-palette-fill:before {
  content: "î¿„";
}

.ri-palette-line:before {
  content: "î¿…";
}

.ri-pantone-fill:before {
  content: "î¿†";
}

.ri-pantone-line:before {
  content: "î¿‡";
}

.ri-paragraph:before {
  content: "î¿ˆ";
}

.ri-parent-fill:before {
  content: "î¿‰";
}

.ri-parent-line:before {
  content: "î¿Š";
}

.ri-parentheses-fill:before {
  content: "î¿‹";
}

.ri-parentheses-line:before {
  content: "î¿Œ";
}

.ri-parking-box-fill:before {
  content: "î¿";
}

.ri-parking-box-line:before {
  content: "î¿Ž";
}

.ri-parking-fill:before {
  content: "î¿";
}

.ri-parking-line:before {
  content: "î¿";
}

.ri-passport-fill:before {
  content: "î¿‘";
}

.ri-passport-line:before {
  content: "î¿’";
}

.ri-patreon-fill:before {
  content: "î¿“";
}

.ri-patreon-line:before {
  content: "î¿”";
}

.ri-pause-circle-fill:before {
  content: "î¿•";
}

.ri-pause-circle-line:before {
  content: "î¿–";
}

.ri-pause-fill:before {
  content: "î¿—";
}

.ri-pause-line:before {
  content: "î¿˜";
}

.ri-pause-mini-fill:before {
  content: "î¿™";
}

.ri-pause-mini-line:before {
  content: "î¿š";
}

.ri-paypal-fill:before {
  content: "î¿›";
}

.ri-paypal-line:before {
  content: "î¿œ";
}

.ri-pen-nib-fill:before {
  content: "î¿";
}

.ri-pen-nib-line:before {
  content: "î¿ž";
}

.ri-pencil-fill:before {
  content: "î¿Ÿ";
}

.ri-pencil-line:before {
  content: "î¿ ";
}

.ri-pencil-ruler-2-fill:before {
  content: "î¿¡";
}

.ri-pencil-ruler-2-line:before {
  content: "î¿¢";
}

.ri-pencil-ruler-fill:before {
  content: "î¿£";
}

.ri-pencil-ruler-line:before {
  content: "î¿¤";
}

.ri-percent-fill:before {
  content: "î¿¥";
}

.ri-percent-line:before {
  content: "î¿¦";
}

.ri-phone-camera-fill:before {
  content: "î¿§";
}

.ri-phone-camera-line:before {
  content: "î¿¨";
}

.ri-phone-fill:before {
  content: "î¿©";
}

.ri-phone-find-fill:before {
  content: "î¿ª";
}

.ri-phone-find-line:before {
  content: "î¿«";
}

.ri-phone-line:before {
  content: "î¿¬";
}

.ri-phone-lock-fill:before {
  content: "î¿­";
}

.ri-phone-lock-line:before {
  content: "î¿®";
}

.ri-picture-in-picture-2-fill:before {
  content: "î¿¯";
}

.ri-picture-in-picture-2-line:before {
  content: "î¿°";
}

.ri-picture-in-picture-exit-fill:before {
  content: "î¿±";
}

.ri-picture-in-picture-exit-line:before {
  content: "î¿²";
}

.ri-picture-in-picture-fill:before {
  content: "î¿³";
}

.ri-picture-in-picture-line:before {
  content: "î¿´";
}

.ri-pie-chart-2-fill:before {
  content: "î¿µ";
}

.ri-pie-chart-2-line:before {
  content: "î¿¶";
}

.ri-pie-chart-box-fill:before {
  content: "î¿·";
}

.ri-pie-chart-box-line:before {
  content: "î¿¸";
}

.ri-pie-chart-fill:before {
  content: "î¿¹";
}

.ri-pie-chart-line:before {
  content: "î¿º";
}

.ri-pin-distance-fill:before {
  content: "î¿»";
}

.ri-pin-distance-line:before {
  content: "î¿¼";
}

.ri-ping-pong-fill:before {
  content: "î¿½";
}

.ri-ping-pong-line:before {
  content: "î¿¾";
}

.ri-pinterest-fill:before {
  content: "î¿¿";
}

.ri-pinterest-line:before {
  content: "ï€€";
}

.ri-pinyin-input:before {
  content: "ï€";
}

.ri-pixelfed-fill:before {
  content: "ï€‚";
}

.ri-pixelfed-line:before {
  content: "ï€ƒ";
}

.ri-plane-fill:before {
  content: "ï€„";
}

.ri-plane-line:before {
  content: "ï€…";
}

.ri-plant-fill:before {
  content: "ï€†";
}

.ri-plant-line:before {
  content: "ï€‡";
}

.ri-play-circle-fill:before {
  content: "ï€ˆ";
}

.ri-play-circle-line:before {
  content: "ï€‰";
}

.ri-play-fill:before {
  content: "ï€Š";
}

.ri-play-line:before {
  content: "ï€‹";
}

.ri-play-list-2-fill:before {
  content: "ï€Œ";
}

.ri-play-list-2-line:before {
  content: "ï€";
}

.ri-play-list-add-fill:before {
  content: "ï€Ž";
}

.ri-play-list-add-line:before {
  content: "ï€";
}

.ri-play-list-fill:before {
  content: "ï€";
}

.ri-play-list-line:before {
  content: "ï€‘";
}

.ri-play-mini-fill:before {
  content: "ï€’";
}

.ri-play-mini-line:before {
  content: "ï€“";
}

.ri-playstation-fill:before {
  content: "ï€”";
}

.ri-playstation-line:before {
  content: "ï€•";
}

.ri-plug-2-fill:before {
  content: "ï€–";
}

.ri-plug-2-line:before {
  content: "ï€—";
}

.ri-plug-fill:before {
  content: "ï€˜";
}

.ri-plug-line:before {
  content: "ï€™";
}

.ri-polaroid-2-fill:before {
  content: "ï€š";
}

.ri-polaroid-2-line:before {
  content: "ï€›";
}

.ri-polaroid-fill:before {
  content: "ï€œ";
}

.ri-polaroid-line:before {
  content: "ï€";
}

.ri-police-car-fill:before {
  content: "ï€ž";
}

.ri-police-car-line:before {
  content: "ï€Ÿ";
}

.ri-price-tag-2-fill:before {
  content: "ï€ ";
}

.ri-price-tag-2-line:before {
  content: "ï€¡";
}

.ri-price-tag-3-fill:before {
  content: "ï€¢";
}

.ri-price-tag-3-line:before {
  content: "ï€£";
}

.ri-price-tag-fill:before {
  content: "ï€¤";
}

.ri-price-tag-line:before {
  content: "ï€¥";
}

.ri-printer-cloud-fill:before {
  content: "ï€¦";
}

.ri-printer-cloud-line:before {
  content: "ï€§";
}

.ri-printer-fill:before {
  content: "ï€¨";
}

.ri-printer-line:before {
  content: "ï€©";
}

.ri-product-hunt-fill:before {
  content: "ï€ª";
}

.ri-product-hunt-line:before {
  content: "ï€«";
}

.ri-profile-fill:before {
  content: "ï€¬";
}

.ri-profile-line:before {
  content: "ï€­";
}

.ri-projector-2-fill:before {
  content: "ï€®";
}

.ri-projector-2-line:before {
  content: "ï€¯";
}

.ri-projector-fill:before {
  content: "ï€°";
}

.ri-projector-line:before {
  content: "ï€±";
}

.ri-psychotherapy-fill:before {
  content: "ï€²";
}

.ri-psychotherapy-line:before {
  content: "ï€³";
}

.ri-pulse-fill:before {
  content: "ï€´";
}

.ri-pulse-line:before {
  content: "ï€µ";
}

.ri-pushpin-2-fill:before {
  content: "ï€¶";
}

.ri-pushpin-2-line:before {
  content: "ï€·";
}

.ri-pushpin-fill:before {
  content: "ï€¸";
}

.ri-pushpin-line:before {
  content: "ï€¹";
}

.ri-qq-fill:before {
  content: "ï€º";
}

.ri-qq-line:before {
  content: "ï€»";
}

.ri-qr-code-fill:before {
  content: "ï€¼";
}

.ri-qr-code-line:before {
  content: "ï€½";
}

.ri-qr-scan-2-fill:before {
  content: "ï€¾";
}

.ri-qr-scan-2-line:before {
  content: "ï€¿";
}

.ri-qr-scan-fill:before {
  content: "ï€";
}

.ri-qr-scan-line:before {
  content: "ï";
}

.ri-question-answer-fill:before {
  content: "ï‚";
}

.ri-question-answer-line:before {
  content: "ïƒ";
}

.ri-question-fill:before {
  content: "ï„";
}

.ri-question-line:before {
  content: "ï…";
}

.ri-question-mark:before {
  content: "ï†";
}

.ri-questionnaire-fill:before {
  content: "ï‡";
}

.ri-questionnaire-line:before {
  content: "ïˆ";
}

.ri-quill-pen-fill:before {
  content: "ï‰";
}

.ri-quill-pen-line:before {
  content: "ïŠ";
}

.ri-radar-fill:before {
  content: "ï‹";
}

.ri-radar-line:before {
  content: "ïŒ";
}

.ri-radio-2-fill:before {
  content: "ï";
}

.ri-radio-2-line:before {
  content: "ïŽ";
}

.ri-radio-button-fill:before {
  content: "ï";
}

.ri-radio-button-line:before {
  content: "ï";
}

.ri-radio-fill:before {
  content: "ï‘";
}

.ri-radio-line:before {
  content: "ï’";
}

.ri-rainbow-fill:before {
  content: "ï“";
}

.ri-rainbow-line:before {
  content: "ï”";
}

.ri-rainy-fill:before {
  content: "ï•";
}

.ri-rainy-line:before {
  content: "ï–";
}

.ri-reactjs-fill:before {
  content: "ï—";
}

.ri-reactjs-line:before {
  content: "ï˜";
}

.ri-record-circle-fill:before {
  content: "ï™";
}

.ri-record-circle-line:before {
  content: "ïš";
}

.ri-record-mail-fill:before {
  content: "ï›";
}

.ri-record-mail-line:before {
  content: "ïœ";
}

.ri-recycle-fill:before {
  content: "ï";
}

.ri-recycle-line:before {
  content: "ïž";
}

.ri-red-packet-fill:before {
  content: "ïŸ";
}

.ri-red-packet-line:before {
  content: "ï ";
}

.ri-reddit-fill:before {
  content: "ï¡";
}

.ri-reddit-line:before {
  content: "ï¢";
}

.ri-refresh-fill:before {
  content: "ï£";
}

.ri-refresh-line:before {
  content: "ï¤";
}

.ri-refund-2-fill:before {
  content: "ï¥";
}

.ri-refund-2-line:before {
  content: "ï¦";
}

.ri-refund-fill:before {
  content: "ï§";
}

.ri-refund-line:before {
  content: "ï¨";
}

.ri-registered-fill:before {
  content: "ï©";
}

.ri-registered-line:before {
  content: "ïª";
}

.ri-remixicon-fill:before {
  content: "ï«";
}

.ri-remixicon-line:before {
  content: "ï¬";
}

.ri-remote-control-2-fill:before {
  content: "ï­";
}

.ri-remote-control-2-line:before {
  content: "ï®";
}

.ri-remote-control-fill:before {
  content: "ï¯";
}

.ri-remote-control-line:before {
  content: "ï°";
}

.ri-repeat-2-fill:before {
  content: "ï±";
}

.ri-repeat-2-line:before {
  content: "ï²";
}

.ri-repeat-fill:before {
  content: "ï³";
}

.ri-repeat-line:before {
  content: "ï´";
}

.ri-repeat-one-fill:before {
  content: "ïµ";
}

.ri-repeat-one-line:before {
  content: "ï¶";
}

.ri-reply-all-fill:before {
  content: "ï·";
}

.ri-reply-all-line:before {
  content: "ï¸";
}

.ri-reply-fill:before {
  content: "ï¹";
}

.ri-reply-line:before {
  content: "ïº";
}

.ri-reserved-fill:before {
  content: "ï»";
}

.ri-reserved-line:before {
  content: "ï¼";
}

.ri-rest-time-fill:before {
  content: "ï½";
}

.ri-rest-time-line:before {
  content: "ï¾";
}

.ri-restart-fill:before {
  content: "ï¿";
}

.ri-restart-line:before {
  content: "ï‚€";
}

.ri-restaurant-2-fill:before {
  content: "ï‚";
}

.ri-restaurant-2-line:before {
  content: "ï‚‚";
}

.ri-restaurant-fill:before {
  content: "ï‚ƒ";
}

.ri-restaurant-line:before {
  content: "ï‚„";
}

.ri-rewind-fill:before {
  content: "ï‚…";
}

.ri-rewind-line:before {
  content: "ï‚†";
}

.ri-rewind-mini-fill:before {
  content: "ï‚‡";
}

.ri-rewind-mini-line:before {
  content: "ï‚ˆ";
}

.ri-rhythm-fill:before {
  content: "ï‚‰";
}

.ri-rhythm-line:before {
  content: "ï‚Š";
}

.ri-riding-fill:before {
  content: "ï‚‹";
}

.ri-riding-line:before {
  content: "ï‚Œ";
}

.ri-road-map-fill:before {
  content: "ï‚";
}

.ri-road-map-line:before {
  content: "ï‚Ž";
}

.ri-roadster-fill:before {
  content: "ï‚";
}

.ri-roadster-line:before {
  content: "ï‚";
}

.ri-robot-fill:before {
  content: "ï‚‘";
}

.ri-robot-line:before {
  content: "ï‚’";
}

.ri-rocket-2-fill:before {
  content: "ï‚“";
}

.ri-rocket-2-line:before {
  content: "ï‚”";
}

.ri-rocket-fill:before {
  content: "ï‚•";
}

.ri-rocket-line:before {
  content: "ï‚–";
}

.ri-rotate-lock-fill:before {
  content: "ï‚—";
}

.ri-rotate-lock-line:before {
  content: "ï‚˜";
}

.ri-rounded-corner:before {
  content: "ï‚™";
}

.ri-route-fill:before {
  content: "ï‚š";
}

.ri-route-line:before {
  content: "ï‚›";
}

.ri-router-fill:before {
  content: "ï‚œ";
}

.ri-router-line:before {
  content: "ï‚";
}

.ri-rss-fill:before {
  content: "ï‚ž";
}

.ri-rss-line:before {
  content: "ï‚Ÿ";
}

.ri-ruler-2-fill:before {
  content: "ï‚ ";
}

.ri-ruler-2-line:before {
  content: "ï‚¡";
}

.ri-ruler-fill:before {
  content: "ï‚¢";
}

.ri-ruler-line:before {
  content: "ï‚£";
}

.ri-run-fill:before {
  content: "ï‚¤";
}

.ri-run-line:before {
  content: "ï‚¥";
}

.ri-safari-fill:before {
  content: "ï‚¦";
}

.ri-safari-line:before {
  content: "ï‚§";
}

.ri-safe-2-fill:before {
  content: "ï‚¨";
}

.ri-safe-2-line:before {
  content: "ï‚©";
}

.ri-safe-fill:before {
  content: "ï‚ª";
}

.ri-safe-line:before {
  content: "ï‚«";
}

.ri-sailboat-fill:before {
  content: "ï‚¬";
}

.ri-sailboat-line:before {
  content: "ï‚­";
}

.ri-save-2-fill:before {
  content: "ï‚®";
}

.ri-save-2-line:before {
  content: "ï‚¯";
}

.ri-save-3-fill:before {
  content: "ï‚°";
}

.ri-save-3-line:before {
  content: "ï‚±";
}

.ri-save-fill:before {
  content: "ï‚²";
}

.ri-save-line:before {
  content: "ï‚³";
}

.ri-scales-2-fill:before {
  content: "ï‚´";
}

.ri-scales-2-line:before {
  content: "ï‚µ";
}

.ri-scales-3-fill:before {
  content: "ï‚¶";
}

.ri-scales-3-line:before {
  content: "ï‚·";
}

.ri-scales-fill:before {
  content: "ï‚¸";
}

.ri-scales-line:before {
  content: "ï‚¹";
}

.ri-scan-2-fill:before {
  content: "ï‚º";
}

.ri-scan-2-line:before {
  content: "ï‚»";
}

.ri-scan-fill:before {
  content: "ï‚¼";
}

.ri-scan-line:before {
  content: "ï‚½";
}

.ri-scissors-2-fill:before {
  content: "ï‚¾";
}

.ri-scissors-2-line:before {
  content: "ï‚¿";
}

.ri-scissors-cut-fill:before {
  content: "ïƒ€";
}

.ri-scissors-cut-line:before {
  content: "ïƒ";
}

.ri-scissors-fill:before {
  content: "ïƒ‚";
}

.ri-scissors-line:before {
  content: "ïƒƒ";
}

.ri-screenshot-2-fill:before {
  content: "ïƒ„";
}

.ri-screenshot-2-line:before {
  content: "ïƒ…";
}

.ri-screenshot-fill:before {
  content: "ïƒ†";
}

.ri-screenshot-line:before {
  content: "ïƒ‡";
}

.ri-sd-card-fill:before {
  content: "ïƒˆ";
}

.ri-sd-card-line:before {
  content: "ïƒ‰";
}

.ri-sd-card-mini-fill:before {
  content: "ïƒŠ";
}

.ri-sd-card-mini-line:before {
  content: "ïƒ‹";
}

.ri-search-2-fill:before {
  content: "ïƒŒ";
}

.ri-search-2-line:before {
  content: "ïƒ";
}

.ri-search-eye-fill:before {
  content: "ïƒŽ";
}

.ri-search-eye-line:before {
  content: "ïƒ";
}

.ri-search-fill:before {
  content: "ïƒ";
}

.ri-search-line:before {
  content: "ïƒ‘";
}

.ri-secure-payment-fill:before {
  content: "ïƒ’";
}

.ri-secure-payment-line:before {
  content: "ïƒ“";
}

.ri-seedling-fill:before {
  content: "ïƒ”";
}

.ri-seedling-line:before {
  content: "ïƒ•";
}

.ri-send-backward:before {
  content: "ïƒ–";
}

.ri-send-plane-2-fill:before {
  content: "ïƒ—";
}

.ri-send-plane-2-line:before {
  content: "ïƒ˜";
}

.ri-send-plane-fill:before {
  content: "ïƒ™";
}

.ri-send-plane-line:before {
  content: "ïƒš";
}

.ri-send-to-back:before {
  content: "ïƒ›";
}

.ri-sensor-fill:before {
  content: "ïƒœ";
}

.ri-sensor-line:before {
  content: "ïƒ";
}

.ri-separator:before {
  content: "ïƒž";
}

.ri-server-fill:before {
  content: "ïƒŸ";
}

.ri-server-line:before {
  content: "ïƒ ";
}

.ri-service-fill:before {
  content: "ïƒ¡";
}

.ri-service-line:before {
  content: "ïƒ¢";
}

.ri-settings-2-fill:before {
  content: "ïƒ£";
}

.ri-settings-2-line:before {
  content: "ïƒ¤";
}

.ri-settings-3-fill:before {
  content: "ïƒ¥";
}

.ri-settings-3-line:before {
  content: "ïƒ¦";
}

.ri-settings-4-fill:before {
  content: "ïƒ§";
}

.ri-settings-4-line:before {
  content: "ïƒ¨";
}

.ri-settings-5-fill:before {
  content: "ïƒ©";
}

.ri-settings-5-line:before {
  content: "ïƒª";
}

.ri-settings-6-fill:before {
  content: "ïƒ«";
}

.ri-settings-6-line:before {
  content: "ïƒ¬";
}

.ri-settings-fill:before {
  content: "ïƒ­";
}

.ri-settings-line:before {
  content: "ïƒ®";
}

.ri-shape-2-fill:before {
  content: "ïƒ¯";
}

.ri-shape-2-line:before {
  content: "ïƒ°";
}

.ri-shape-fill:before {
  content: "ïƒ±";
}

.ri-shape-line:before {
  content: "ïƒ²";
}

.ri-share-box-fill:before {
  content: "ïƒ³";
}

.ri-share-box-line:before {
  content: "ïƒ´";
}

.ri-share-circle-fill:before {
  content: "ïƒµ";
}

.ri-share-circle-line:before {
  content: "ïƒ¶";
}

.ri-share-fill:before {
  content: "ïƒ·";
}

.ri-share-forward-2-fill:before {
  content: "ïƒ¸";
}

.ri-share-forward-2-line:before {
  content: "ïƒ¹";
}

.ri-share-forward-box-fill:before {
  content: "ïƒº";
}

.ri-share-forward-box-line:before {
  content: "ïƒ»";
}

.ri-share-forward-fill:before {
  content: "ïƒ¼";
}

.ri-share-forward-line:before {
  content: "ïƒ½";
}

.ri-share-line:before {
  content: "ïƒ¾";
}

.ri-shield-check-fill:before {
  content: "ïƒ¿";
}

.ri-shield-check-line:before {
  content: "ï„€";
}

.ri-shield-cross-fill:before {
  content: "ï„";
}

.ri-shield-cross-line:before {
  content: "ï„‚";
}

.ri-shield-fill:before {
  content: "ï„ƒ";
}

.ri-shield-flash-fill:before {
  content: "ï„„";
}

.ri-shield-flash-line:before {
  content: "ï„…";
}

.ri-shield-keyhole-fill:before {
  content: "ï„†";
}

.ri-shield-keyhole-line:before {
  content: "ï„‡";
}

.ri-shield-line:before {
  content: "ï„ˆ";
}

.ri-shield-star-fill:before {
  content: "ï„‰";
}

.ri-shield-star-line:before {
  content: "ï„Š";
}

.ri-shield-user-fill:before {
  content: "ï„‹";
}

.ri-shield-user-line:before {
  content: "ï„Œ";
}

.ri-ship-2-fill:before {
  content: "ï„";
}

.ri-ship-2-line:before {
  content: "ï„Ž";
}

.ri-ship-fill:before {
  content: "ï„";
}

.ri-ship-line:before {
  content: "ï„";
}

.ri-shirt-fill:before {
  content: "ï„‘";
}

.ri-shirt-line:before {
  content: "ï„’";
}

.ri-shopping-bag-2-fill:before {
  content: "ï„“";
}

.ri-shopping-bag-2-line:before {
  content: "ï„”";
}

.ri-shopping-bag-3-fill:before {
  content: "ï„•";
}

.ri-shopping-bag-3-line:before {
  content: "ï„–";
}

.ri-shopping-bag-fill:before {
  content: "ï„—";
}

.ri-shopping-bag-line:before {
  content: "ï„˜";
}

.ri-shopping-basket-2-fill:before {
  content: "ï„™";
}

.ri-shopping-basket-2-line:before {
  content: "ï„š";
}

.ri-shopping-basket-fill:before {
  content: "ï„›";
}

.ri-shopping-basket-line:before {
  content: "ï„œ";
}

.ri-shopping-cart-2-fill:before {
  content: "ï„";
}

.ri-shopping-cart-2-line:before {
  content: "ï„ž";
}

.ri-shopping-cart-fill:before {
  content: "ï„Ÿ";
}

.ri-shopping-cart-line:before {
  content: "ï„ ";
}

.ri-showers-fill:before {
  content: "ï„¡";
}

.ri-showers-line:before {
  content: "ï„¢";
}

.ri-shuffle-fill:before {
  content: "ï„£";
}

.ri-shuffle-line:before {
  content: "ï„¤";
}

.ri-shut-down-fill:before {
  content: "ï„¥";
}

.ri-shut-down-line:before {
  content: "ï„¦";
}

.ri-side-bar-fill:before {
  content: "ï„§";
}

.ri-side-bar-line:before {
  content: "ï„¨";
}

.ri-signal-tower-fill:before {
  content: "ï„©";
}

.ri-signal-tower-line:before {
  content: "ï„ª";
}

.ri-signal-wifi-1-fill:before {
  content: "ï„«";
}

.ri-signal-wifi-1-line:before {
  content: "ï„¬";
}

.ri-signal-wifi-2-fill:before {
  content: "ï„­";
}

.ri-signal-wifi-2-line:before {
  content: "ï„®";
}

.ri-signal-wifi-3-fill:before {
  content: "ï„¯";
}

.ri-signal-wifi-3-line:before {
  content: "ï„°";
}

.ri-signal-wifi-error-fill:before {
  content: "ï„±";
}

.ri-signal-wifi-error-line:before {
  content: "ï„²";
}

.ri-signal-wifi-fill:before {
  content: "ï„³";
}

.ri-signal-wifi-line:before {
  content: "ï„´";
}

.ri-signal-wifi-off-fill:before {
  content: "ï„µ";
}

.ri-signal-wifi-off-line:before {
  content: "ï„¶";
}

.ri-sim-card-2-fill:before {
  content: "ï„·";
}

.ri-sim-card-2-line:before {
  content: "ï„¸";
}

.ri-sim-card-fill:before {
  content: "ï„¹";
}

.ri-sim-card-line:before {
  content: "ï„º";
}

.ri-single-quotes-l:before {
  content: "ï„»";
}

.ri-single-quotes-r:before {
  content: "ï„¼";
}

.ri-sip-fill:before {
  content: "ï„½";
}

.ri-sip-line:before {
  content: "ï„¾";
}

.ri-skip-back-fill:before {
  content: "ï„¿";
}

.ri-skip-back-line:before {
  content: "ï…€";
}

.ri-skip-back-mini-fill:before {
  content: "ï…";
}

.ri-skip-back-mini-line:before {
  content: "ï…‚";
}

.ri-skip-forward-fill:before {
  content: "ï…ƒ";
}

.ri-skip-forward-line:before {
  content: "ï…„";
}

.ri-skip-forward-mini-fill:before {
  content: "ï……";
}

.ri-skip-forward-mini-line:before {
  content: "ï…†";
}

.ri-skull-2-fill:before {
  content: "ï…‡";
}

.ri-skull-2-line:before {
  content: "ï…ˆ";
}

.ri-skull-fill:before {
  content: "ï…‰";
}

.ri-skull-line:before {
  content: "ï…Š";
}

.ri-skype-fill:before {
  content: "ï…‹";
}

.ri-skype-line:before {
  content: "ï…Œ";
}

.ri-slack-fill:before {
  content: "ï…";
}

.ri-slack-line:before {
  content: "ï…Ž";
}

.ri-slice-fill:before {
  content: "ï…";
}

.ri-slice-line:before {
  content: "ï…";
}

.ri-slideshow-2-fill:before {
  content: "ï…‘";
}

.ri-slideshow-2-line:before {
  content: "ï…’";
}

.ri-slideshow-3-fill:before {
  content: "ï…“";
}

.ri-slideshow-3-line:before {
  content: "ï…”";
}

.ri-slideshow-4-fill:before {
  content: "ï…•";
}

.ri-slideshow-4-line:before {
  content: "ï…–";
}

.ri-slideshow-fill:before {
  content: "ï…—";
}

.ri-slideshow-line:before {
  content: "ï…˜";
}

.ri-smartphone-fill:before {
  content: "ï…™";
}

.ri-smartphone-line:before {
  content: "ï…š";
}

.ri-snapchat-fill:before {
  content: "ï…›";
}

.ri-snapchat-line:before {
  content: "ï…œ";
}

.ri-snowy-fill:before {
  content: "ï…";
}

.ri-snowy-line:before {
  content: "ï…ž";
}

.ri-sort-asc:before {
  content: "ï…Ÿ";
}

.ri-sort-desc:before {
  content: "ï… ";
}

.ri-sound-module-fill:before {
  content: "ï…¡";
}

.ri-sound-module-line:before {
  content: "ï…¢";
}

.ri-soundcloud-fill:before {
  content: "ï…£";
}

.ri-soundcloud-line:before {
  content: "ï…¤";
}

.ri-space-ship-fill:before {
  content: "ï…¥";
}

.ri-space-ship-line:before {
  content: "ï…¦";
}

.ri-space:before {
  content: "ï…§";
}

.ri-spam-2-fill:before {
  content: "ï…¨";
}

.ri-spam-2-line:before {
  content: "ï…©";
}

.ri-spam-3-fill:before {
  content: "ï…ª";
}

.ri-spam-3-line:before {
  content: "ï…«";
}

.ri-spam-fill:before {
  content: "ï…¬";
}

.ri-spam-line:before {
  content: "ï…­";
}

.ri-speaker-2-fill:before {
  content: "ï…®";
}

.ri-speaker-2-line:before {
  content: "ï…¯";
}

.ri-speaker-3-fill:before {
  content: "ï…°";
}

.ri-speaker-3-line:before {
  content: "ï…±";
}

.ri-speaker-fill:before {
  content: "ï…²";
}

.ri-speaker-line:before {
  content: "ï…³";
}

.ri-spectrum-fill:before {
  content: "ï…´";
}

.ri-spectrum-line:before {
  content: "ï…µ";
}

.ri-speed-fill:before {
  content: "ï…¶";
}

.ri-speed-line:before {
  content: "ï…·";
}

.ri-speed-mini-fill:before {
  content: "ï…¸";
}

.ri-speed-mini-line:before {
  content: "ï…¹";
}

.ri-split-cells-horizontal:before {
  content: "ï…º";
}

.ri-split-cells-vertical:before {
  content: "ï…»";
}

.ri-spotify-fill:before {
  content: "ï…¼";
}

.ri-spotify-line:before {
  content: "ï…½";
}

.ri-spy-fill:before {
  content: "ï…¾";
}

.ri-spy-line:before {
  content: "ï…¿";
}

.ri-stack-fill:before {
  content: "ï†€";
}

.ri-stack-line:before {
  content: "ï†";
}

.ri-stack-overflow-fill:before {
  content: "ï†‚";
}

.ri-stack-overflow-line:before {
  content: "ï†ƒ";
}

.ri-stackshare-fill:before {
  content: "ï†„";
}

.ri-stackshare-line:before {
  content: "ï†…";
}

.ri-star-fill:before {
  content: "ï††";
}

.ri-star-half-fill:before {
  content: "ï†‡";
}

.ri-star-half-line:before {
  content: "ï†ˆ";
}

.ri-star-half-s-fill:before {
  content: "ï†‰";
}

.ri-star-half-s-line:before {
  content: "ï†Š";
}

.ri-star-line:before {
  content: "ï†‹";
}

.ri-star-s-fill:before {
  content: "ï†Œ";
}

.ri-star-s-line:before {
  content: "ï†";
}

.ri-star-smile-fill:before {
  content: "ï†Ž";
}

.ri-star-smile-line:before {
  content: "ï†";
}

.ri-steam-fill:before {
  content: "ï†";
}

.ri-steam-line:before {
  content: "ï†‘";
}

.ri-steering-2-fill:before {
  content: "ï†’";
}

.ri-steering-2-line:before {
  content: "ï†“";
}

.ri-steering-fill:before {
  content: "ï†”";
}

.ri-steering-line:before {
  content: "ï†•";
}

.ri-stethoscope-fill:before {
  content: "ï†–";
}

.ri-stethoscope-line:before {
  content: "ï†—";
}

.ri-sticky-note-2-fill:before {
  content: "ï†˜";
}

.ri-sticky-note-2-line:before {
  content: "ï†™";
}

.ri-sticky-note-fill:before {
  content: "ï†š";
}

.ri-sticky-note-line:before {
  content: "ï†›";
}

.ri-stock-fill:before {
  content: "ï†œ";
}

.ri-stock-line:before {
  content: "ï†";
}

.ri-stop-circle-fill:before {
  content: "ï†ž";
}

.ri-stop-circle-line:before {
  content: "ï†Ÿ";
}

.ri-stop-fill:before {
  content: "ï† ";
}

.ri-stop-line:before {
  content: "ï†¡";
}

.ri-stop-mini-fill:before {
  content: "ï†¢";
}

.ri-stop-mini-line:before {
  content: "ï†£";
}

.ri-store-2-fill:before {
  content: "ï†¤";
}

.ri-store-2-line:before {
  content: "ï†¥";
}

.ri-store-3-fill:before {
  content: "ï†¦";
}

.ri-store-3-line:before {
  content: "ï†§";
}

.ri-store-fill:before {
  content: "ï†¨";
}

.ri-store-line:before {
  content: "ï†©";
}

.ri-strikethrough-2:before {
  content: "ï†ª";
}

.ri-strikethrough:before {
  content: "ï†«";
}

.ri-subscript-2:before {
  content: "ï†¬";
}

.ri-subscript:before {
  content: "ï†­";
}

.ri-subtract-fill:before {
  content: "ï†®";
}

.ri-subtract-line:before {
  content: "ï†¯";
}

.ri-subway-fill:before {
  content: "ï†°";
}

.ri-subway-line:before {
  content: "ï†±";
}

.ri-subway-wifi-fill:before {
  content: "ï†²";
}

.ri-subway-wifi-line:before {
  content: "ï†³";
}

.ri-suitcase-2-fill:before {
  content: "ï†´";
}

.ri-suitcase-2-line:before {
  content: "ï†µ";
}

.ri-suitcase-3-fill:before {
  content: "ï†¶";
}

.ri-suitcase-3-line:before {
  content: "ï†·";
}

.ri-suitcase-fill:before {
  content: "ï†¸";
}

.ri-suitcase-line:before {
  content: "ï†¹";
}

.ri-sun-cloudy-fill:before {
  content: "ï†º";
}

.ri-sun-cloudy-line:before {
  content: "ï†»";
}

.ri-sun-fill:before {
  content: "ï†¼";
}

.ri-sun-foggy-fill:before {
  content: "ï†½";
}

.ri-sun-foggy-line:before {
  content: "ï†¾";
}

.ri-sun-line:before {
  content: "ï†¿";
}

.ri-superscript-2:before {
  content: "ï‡€";
}

.ri-superscript:before {
  content: "ï‡";
}

.ri-surgical-mask-fill:before {
  content: "ï‡‚";
}

.ri-surgical-mask-line:before {
  content: "ï‡ƒ";
}

.ri-surround-sound-fill:before {
  content: "ï‡„";
}

.ri-surround-sound-line:before {
  content: "ï‡…";
}

.ri-survey-fill:before {
  content: "ï‡†";
}

.ri-survey-line:before {
  content: "ï‡‡";
}

.ri-swap-box-fill:before {
  content: "ï‡ˆ";
}

.ri-swap-box-line:before {
  content: "ï‡‰";
}

.ri-swap-fill:before {
  content: "ï‡Š";
}

.ri-swap-line:before {
  content: "ï‡‹";
}

.ri-switch-fill:before {
  content: "ï‡Œ";
}

.ri-switch-line:before {
  content: "ï‡";
}

.ri-sword-fill:before {
  content: "ï‡Ž";
}

.ri-sword-line:before {
  content: "ï‡";
}

.ri-syringe-fill:before {
  content: "ï‡";
}

.ri-syringe-line:before {
  content: "ï‡‘";
}

.ri-t-box-fill:before {
  content: "ï‡’";
}

.ri-t-box-line:before {
  content: "ï‡“";
}

.ri-t-shirt-2-fill:before {
  content: "ï‡”";
}

.ri-t-shirt-2-line:before {
  content: "ï‡•";
}

.ri-t-shirt-air-fill:before {
  content: "ï‡–";
}

.ri-t-shirt-air-line:before {
  content: "ï‡—";
}

.ri-t-shirt-fill:before {
  content: "ï‡˜";
}

.ri-t-shirt-line:before {
  content: "ï‡™";
}

.ri-table-2:before {
  content: "ï‡š";
}

.ri-table-alt-fill:before {
  content: "ï‡›";
}

.ri-table-alt-line:before {
  content: "ï‡œ";
}

.ri-table-fill:before {
  content: "ï‡";
}

.ri-table-line:before {
  content: "ï‡ž";
}

.ri-tablet-fill:before {
  content: "ï‡Ÿ";
}

.ri-tablet-line:before {
  content: "ï‡ ";
}

.ri-takeaway-fill:before {
  content: "ï‡¡";
}

.ri-takeaway-line:before {
  content: "ï‡¢";
}

.ri-taobao-fill:before {
  content: "ï‡£";
}

.ri-taobao-line:before {
  content: "ï‡¤";
}

.ri-tape-fill:before {
  content: "ï‡¥";
}

.ri-tape-line:before {
  content: "ï‡¦";
}

.ri-task-fill:before {
  content: "ï‡§";
}

.ri-task-line:before {
  content: "ï‡¨";
}

.ri-taxi-fill:before {
  content: "ï‡©";
}

.ri-taxi-line:before {
  content: "ï‡ª";
}

.ri-taxi-wifi-fill:before {
  content: "ï‡«";
}

.ri-taxi-wifi-line:before {
  content: "ï‡¬";
}

.ri-team-fill:before {
  content: "ï‡­";
}

.ri-team-line:before {
  content: "ï‡®";
}

.ri-telegram-fill:before {
  content: "ï‡¯";
}

.ri-telegram-line:before {
  content: "ï‡°";
}

.ri-temp-cold-fill:before {
  content: "ï‡±";
}

.ri-temp-cold-line:before {
  content: "ï‡²";
}

.ri-temp-hot-fill:before {
  content: "ï‡³";
}

.ri-temp-hot-line:before {
  content: "ï‡´";
}

.ri-terminal-box-fill:before {
  content: "ï‡µ";
}

.ri-terminal-box-line:before {
  content: "ï‡¶";
}

.ri-terminal-fill:before {
  content: "ï‡·";
}

.ri-terminal-line:before {
  content: "ï‡¸";
}

.ri-terminal-window-fill:before {
  content: "ï‡¹";
}

.ri-terminal-window-line:before {
  content: "ï‡º";
}

.ri-test-tube-fill:before {
  content: "ï‡»";
}

.ri-test-tube-line:before {
  content: "ï‡¼";
}

.ri-text-direction-l:before {
  content: "ï‡½";
}

.ri-text-direction-r:before {
  content: "ï‡¾";
}

.ri-text-spacing:before {
  content: "ï‡¿";
}

.ri-text-wrap:before {
  content: "ïˆ€";
}

.ri-text:before {
  content: "ïˆ";
}

.ri-thermometer-fill:before {
  content: "ïˆ‚";
}

.ri-thermometer-line:before {
  content: "ïˆƒ";
}

.ri-thumb-down-fill:before {
  content: "ïˆ„";
}

.ri-thumb-down-line:before {
  content: "ïˆ…";
}

.ri-thumb-up-fill:before {
  content: "ïˆ†";
}

.ri-thumb-up-line:before {
  content: "ïˆ‡";
}

.ri-thunderstorms-fill:before {
  content: "ïˆˆ";
}

.ri-thunderstorms-line:before {
  content: "ïˆ‰";
}

.ri-ticket-2-fill:before {
  content: "ïˆŠ";
}

.ri-ticket-2-line:before {
  content: "ïˆ‹";
}

.ri-ticket-fill:before {
  content: "ïˆŒ";
}

.ri-ticket-line:before {
  content: "ïˆ";
}

.ri-time-fill:before {
  content: "ïˆŽ";
}

.ri-time-line:before {
  content: "ïˆ";
}

.ri-timer-2-fill:before {
  content: "ïˆ";
}

.ri-timer-2-line:before {
  content: "ïˆ‘";
}

.ri-timer-fill:before {
  content: "ïˆ’";
}

.ri-timer-flash-fill:before {
  content: "ïˆ“";
}

.ri-timer-flash-line:before {
  content: "ïˆ”";
}

.ri-timer-line:before {
  content: "ïˆ•";
}

.ri-todo-fill:before {
  content: "ïˆ–";
}

.ri-todo-line:before {
  content: "ïˆ—";
}

.ri-toggle-fill:before {
  content: "ïˆ˜";
}

.ri-toggle-line:before {
  content: "ïˆ™";
}

.ri-tools-fill:before {
  content: "ïˆš";
}

.ri-tools-line:before {
  content: "ïˆ›";
}

.ri-tornado-fill:before {
  content: "ïˆœ";
}

.ri-tornado-line:before {
  content: "ïˆ";
}

.ri-trademark-fill:before {
  content: "ïˆž";
}

.ri-trademark-line:before {
  content: "ïˆŸ";
}

.ri-traffic-light-fill:before {
  content: "ïˆ ";
}

.ri-traffic-light-line:before {
  content: "ïˆ¡";
}

.ri-train-fill:before {
  content: "ïˆ¢";
}

.ri-train-line:before {
  content: "ïˆ£";
}

.ri-train-wifi-fill:before {
  content: "ïˆ¤";
}

.ri-train-wifi-line:before {
  content: "ïˆ¥";
}

.ri-translate-2:before {
  content: "ïˆ¦";
}

.ri-translate:before {
  content: "ïˆ§";
}

.ri-travesti-fill:before {
  content: "ïˆ¨";
}

.ri-travesti-line:before {
  content: "ïˆ©";
}

.ri-treasure-map-fill:before {
  content: "ïˆª";
}

.ri-treasure-map-line:before {
  content: "ïˆ«";
}

.ri-trello-fill:before {
  content: "ïˆ¬";
}

.ri-trello-line:before {
  content: "ïˆ­";
}

.ri-trophy-fill:before {
  content: "ïˆ®";
}

.ri-trophy-line:before {
  content: "ïˆ¯";
}

.ri-truck-fill:before {
  content: "ïˆ°";
}

.ri-truck-line:before {
  content: "ïˆ±";
}

.ri-tumblr-fill:before {
  content: "ïˆ²";
}

.ri-tumblr-line:before {
  content: "ïˆ³";
}

.ri-tv-2-fill:before {
  content: "ïˆ´";
}

.ri-tv-2-line:before {
  content: "ïˆµ";
}

.ri-tv-fill:before {
  content: "ïˆ¶";
}

.ri-tv-line:before {
  content: "ïˆ·";
}

.ri-twitch-fill:before {
  content: "ïˆ¸";
}

.ri-twitch-line:before {
  content: "ïˆ¹";
}

.ri-twitter-fill:before {
  content: "ïˆº";
}

.ri-twitter-line:before {
  content: "ïˆ»";
}

.ri-typhoon-fill:before {
  content: "ïˆ¼";
}

.ri-typhoon-line:before {
  content: "ïˆ½";
}

.ri-u-disk-fill:before {
  content: "ïˆ¾";
}

.ri-u-disk-line:before {
  content: "ïˆ¿";
}

.ri-ubuntu-fill:before {
  content: "ï‰€";
}

.ri-ubuntu-line:before {
  content: "ï‰";
}

.ri-umbrella-fill:before {
  content: "ï‰‚";
}

.ri-umbrella-line:before {
  content: "ï‰ƒ";
}

.ri-underline:before {
  content: "ï‰„";
}

.ri-uninstall-fill:before {
  content: "ï‰…";
}

.ri-uninstall-line:before {
  content: "ï‰†";
}

.ri-unsplash-fill:before {
  content: "ï‰‡";
}

.ri-unsplash-line:before {
  content: "ï‰ˆ";
}

.ri-upload-2-fill:before {
  content: "ï‰‰";
}

.ri-upload-2-line:before {
  content: "ï‰Š";
}

.ri-upload-cloud-2-fill:before {
  content: "ï‰‹";
}

.ri-upload-cloud-2-line:before {
  content: "ï‰Œ";
}

.ri-upload-cloud-fill:before {
  content: "ï‰";
}

.ri-upload-cloud-line:before {
  content: "ï‰Ž";
}

.ri-upload-fill:before {
  content: "ï‰";
}

.ri-upload-line:before {
  content: "ï‰";
}

.ri-usb-fill:before {
  content: "ï‰‘";
}

.ri-usb-line:before {
  content: "ï‰’";
}

.ri-user-2-fill:before {
  content: "ï‰“";
}

.ri-user-2-line:before {
  content: "ï‰”";
}

.ri-user-3-fill:before {
  content: "ï‰•";
}

.ri-user-3-line:before {
  content: "ï‰–";
}

.ri-user-4-fill:before {
  content: "ï‰—";
}

.ri-user-4-line:before {
  content: "ï‰˜";
}

.ri-user-5-fill:before {
  content: "ï‰™";
}

.ri-user-5-line:before {
  content: "ï‰š";
}

.ri-user-6-fill:before {
  content: "ï‰›";
}

.ri-user-6-line:before {
  content: "ï‰œ";
}

.ri-user-add-fill:before {
  content: "ï‰";
}

.ri-user-add-line:before {
  content: "ï‰ž";
}

.ri-user-fill:before {
  content: "ï‰Ÿ";
}

.ri-user-follow-fill:before {
  content: "ï‰ ";
}

.ri-user-follow-line:before {
  content: "ï‰¡";
}

.ri-user-heart-fill:before {
  content: "ï‰¢";
}

.ri-user-heart-line:before {
  content: "ï‰£";
}

.ri-user-line:before {
  content: "ï‰¤";
}

.ri-user-location-fill:before {
  content: "ï‰¥";
}

.ri-user-location-line:before {
  content: "ï‰¦";
}

.ri-user-received-2-fill:before {
  content: "ï‰§";
}

.ri-user-received-2-line:before {
  content: "ï‰¨";
}

.ri-user-received-fill:before {
  content: "ï‰©";
}

.ri-user-received-line:before {
  content: "ï‰ª";
}

.ri-user-search-fill:before {
  content: "ï‰«";
}

.ri-user-search-line:before {
  content: "ï‰¬";
}

.ri-user-settings-fill:before {
  content: "ï‰­";
}

.ri-user-settings-line:before {
  content: "ï‰®";
}

.ri-user-shared-2-fill:before {
  content: "ï‰¯";
}

.ri-user-shared-2-line:before {
  content: "ï‰°";
}

.ri-user-shared-fill:before {
  content: "ï‰±";
}

.ri-user-shared-line:before {
  content: "ï‰²";
}

.ri-user-smile-fill:before {
  content: "ï‰³";
}

.ri-user-smile-line:before {
  content: "ï‰´";
}

.ri-user-star-fill:before {
  content: "ï‰µ";
}

.ri-user-star-line:before {
  content: "ï‰¶";
}

.ri-user-unfollow-fill:before {
  content: "ï‰·";
}

.ri-user-unfollow-line:before {
  content: "ï‰¸";
}

.ri-user-voice-fill:before {
  content: "ï‰¹";
}

.ri-user-voice-line:before {
  content: "ï‰º";
}

.ri-video-add-fill:before {
  content: "ï‰»";
}

.ri-video-add-line:before {
  content: "ï‰¼";
}

.ri-video-chat-fill:before {
  content: "ï‰½";
}

.ri-video-chat-line:before {
  content: "ï‰¾";
}

.ri-video-download-fill:before {
  content: "ï‰¿";
}

.ri-video-download-line:before {
  content: "ïŠ€";
}

.ri-video-fill:before {
  content: "ïŠ";
}

.ri-video-line:before {
  content: "ïŠ‚";
}

.ri-video-upload-fill:before {
  content: "ïŠƒ";
}

.ri-video-upload-line:before {
  content: "ïŠ„";
}

.ri-vidicon-2-fill:before {
  content: "ïŠ…";
}

.ri-vidicon-2-line:before {
  content: "ïŠ†";
}

.ri-vidicon-fill:before {
  content: "ïŠ‡";
}

.ri-vidicon-line:before {
  content: "ïŠˆ";
}

.ri-vimeo-fill:before {
  content: "ïŠ‰";
}

.ri-vimeo-line:before {
  content: "ïŠŠ";
}

.ri-vip-crown-2-fill:before {
  content: "ïŠ‹";
}

.ri-vip-crown-2-line:before {
  content: "ïŠŒ";
}

.ri-vip-crown-fill:before {
  content: "ïŠ";
}

.ri-vip-crown-line:before {
  content: "ïŠŽ";
}

.ri-vip-diamond-fill:before {
  content: "ïŠ";
}

.ri-vip-diamond-line:before {
  content: "ïŠ";
}

.ri-vip-fill:before {
  content: "ïŠ‘";
}

.ri-vip-line:before {
  content: "ïŠ’";
}

.ri-virus-fill:before {
  content: "ïŠ“";
}

.ri-virus-line:before {
  content: "ïŠ”";
}

.ri-visa-fill:before {
  content: "ïŠ•";
}

.ri-visa-line:before {
  content: "ïŠ–";
}

.ri-voice-recognition-fill:before {
  content: "ïŠ—";
}

.ri-voice-recognition-line:before {
  content: "ïŠ˜";
}

.ri-voiceprint-fill:before {
  content: "ïŠ™";
}

.ri-voiceprint-line:before {
  content: "ïŠš";
}

.ri-volume-down-fill:before {
  content: "ïŠ›";
}

.ri-volume-down-line:before {
  content: "ïŠœ";
}

.ri-volume-mute-fill:before {
  content: "ïŠ";
}

.ri-volume-mute-line:before {
  content: "ïŠž";
}

.ri-volume-off-vibrate-fill:before {
  content: "ïŠŸ";
}

.ri-volume-off-vibrate-line:before {
  content: "ïŠ ";
}

.ri-volume-up-fill:before {
  content: "ïŠ¡";
}

.ri-volume-up-line:before {
  content: "ïŠ¢";
}

.ri-volume-vibrate-fill:before {
  content: "ïŠ£";
}

.ri-volume-vibrate-line:before {
  content: "ïŠ¤";
}

.ri-vuejs-fill:before {
  content: "ïŠ¥";
}

.ri-vuejs-line:before {
  content: "ïŠ¦";
}

.ri-walk-fill:before {
  content: "ïŠ§";
}

.ri-walk-line:before {
  content: "ïŠ¨";
}

.ri-wallet-2-fill:before {
  content: "ïŠ©";
}

.ri-wallet-2-line:before {
  content: "ïŠª";
}

.ri-wallet-3-fill:before {
  content: "ïŠ«";
}

.ri-wallet-3-line:before {
  content: "ïŠ¬";
}

.ri-wallet-fill:before {
  content: "ïŠ­";
}

.ri-wallet-line:before {
  content: "ïŠ®";
}

.ri-water-flash-fill:before {
  content: "ïŠ¯";
}

.ri-water-flash-line:before {
  content: "ïŠ°";
}

.ri-webcam-fill:before {
  content: "ïŠ±";
}

.ri-webcam-line:before {
  content: "ïŠ²";
}

.ri-wechat-2-fill:before {
  content: "ïŠ³";
}

.ri-wechat-2-line:before {
  content: "ïŠ´";
}

.ri-wechat-fill:before {
  content: "ïŠµ";
}

.ri-wechat-line:before {
  content: "ïŠ¶";
}

.ri-wechat-pay-fill:before {
  content: "ïŠ·";
}

.ri-wechat-pay-line:before {
  content: "ïŠ¸";
}

.ri-weibo-fill:before {
  content: "ïŠ¹";
}

.ri-weibo-line:before {
  content: "ïŠº";
}

.ri-whatsapp-fill:before {
  content: "ïŠ»";
}

.ri-whatsapp-line:before {
  content: "ïŠ¼";
}

.ri-wheelchair-fill:before {
  content: "ïŠ½";
}

.ri-wheelchair-line:before {
  content: "ïŠ¾";
}

.ri-wifi-fill:before {
  content: "ïŠ¿";
}

.ri-wifi-line:before {
  content: "ï‹€";
}

.ri-wifi-off-fill:before {
  content: "ï‹";
}

.ri-wifi-off-line:before {
  content: "ï‹‚";
}

.ri-window-2-fill:before {
  content: "ï‹ƒ";
}

.ri-window-2-line:before {
  content: "ï‹„";
}

.ri-window-fill:before {
  content: "ï‹…";
}

.ri-window-line:before {
  content: "ï‹†";
}

.ri-windows-fill:before {
  content: "ï‹‡";
}

.ri-windows-line:before {
  content: "ï‹ˆ";
}

.ri-windy-fill:before {
  content: "ï‹‰";
}

.ri-windy-line:before {
  content: "ï‹Š";
}

.ri-wireless-charging-fill:before {
  content: "ï‹‹";
}

.ri-wireless-charging-line:before {
  content: "ï‹Œ";
}

.ri-women-fill:before {
  content: "ï‹";
}

.ri-women-line:before {
  content: "ï‹Ž";
}

.ri-wubi-input:before {
  content: "ï‹";
}

.ri-xbox-fill:before {
  content: "ï‹";
}

.ri-xbox-line:before {
  content: "ï‹‘";
}

.ri-xing-fill:before {
  content: "ï‹’";
}

.ri-xing-line:before {
  content: "ï‹“";
}

.ri-youtube-fill:before {
  content: "ï‹”";
}

.ri-youtube-line:before {
  content: "ï‹•";
}

.ri-zcool-fill:before {
  content: "ï‹–";
}

.ri-zcool-line:before {
  content: "ï‹—";
}

.ri-zhihu-fill:before {
  content: "ï‹˜";
}

.ri-zhihu-line:before {
  content: "ï‹™";
}

.ri-zoom-in-fill:before {
  content: "ï‹š";
}

.ri-zoom-in-line:before {
  content: "ï‹›";
}

.ri-zoom-out-fill:before {
  content: "ï‹œ";
}

.ri-zoom-out-line:before {
  content: "ï‹";
}

.ri-zzz-fill:before {
  content: "ï‹ž";
}

.ri-zzz-line:before {
  content: "ï‹Ÿ";
}

.ri-arrow-down-double-fill:before {
  content: "ï‹ ";
}

.ri-arrow-down-double-line:before {
  content: "ï‹¡";
}

.ri-arrow-left-double-fill:before {
  content: "ï‹¢";
}

.ri-arrow-left-double-line:before {
  content: "ï‹£";
}

.ri-arrow-right-double-fill:before {
  content: "ï‹¤";
}

.ri-arrow-right-double-line:before {
  content: "ï‹¥";
}

.ri-arrow-turn-back-fill:before {
  content: "ï‹¦";
}

.ri-arrow-turn-back-line:before {
  content: "ï‹§";
}

.ri-arrow-turn-forward-fill:before {
  content: "ï‹¨";
}

.ri-arrow-turn-forward-line:before {
  content: "ï‹©";
}

.ri-arrow-up-double-fill:before {
  content: "ï‹ª";
}

.ri-arrow-up-double-line:before {
  content: "ï‹«";
}

.ri-bard-fill:before {
  content: "ï‹¬";
}

.ri-bard-line:before {
  content: "ï‹­";
}

.ri-bootstrap-fill:before {
  content: "ï‹®";
}

.ri-bootstrap-line:before {
  content: "ï‹¯";
}

.ri-box-1-fill:before {
  content: "ï‹°";
}

.ri-box-1-line:before {
  content: "ï‹±";
}

.ri-box-2-fill:before {
  content: "ï‹²";
}

.ri-box-2-line:before {
  content: "ï‹³";
}

.ri-box-3-fill:before {
  content: "ï‹´";
}

.ri-box-3-line:before {
  content: "ï‹µ";
}

.ri-brain-fill:before {
  content: "ï‹¶";
}

.ri-brain-line:before {
  content: "ï‹·";
}

.ri-candle-fill:before {
  content: "ï‹¸";
}

.ri-candle-line:before {
  content: "ï‹¹";
}

.ri-cash-fill:before {
  content: "ï‹º";
}

.ri-cash-line:before {
  content: "ï‹»";
}

.ri-contract-left-fill:before {
  content: "ï‹¼";
}

.ri-contract-left-line:before {
  content: "ï‹½";
}

.ri-contract-left-right-fill:before {
  content: "ï‹¾";
}

.ri-contract-left-right-line:before {
  content: "ï‹¿";
}

.ri-contract-right-fill:before {
  content: "ïŒ€";
}

.ri-contract-right-line:before {
  content: "ïŒ";
}

.ri-contract-up-down-fill:before {
  content: "ïŒ‚";
}

.ri-contract-up-down-line:before {
  content: "ïŒƒ";
}

.ri-copilot-fill:before {
  content: "ïŒ„";
}

.ri-copilot-line:before {
  content: "ïŒ…";
}

.ri-corner-down-left-fill:before {
  content: "ïŒ†";
}

.ri-corner-down-left-line:before {
  content: "ïŒ‡";
}

.ri-corner-down-right-fill:before {
  content: "ïŒˆ";
}

.ri-corner-down-right-line:before {
  content: "ïŒ‰";
}

.ri-corner-left-down-fill:before {
  content: "ïŒŠ";
}

.ri-corner-left-down-line:before {
  content: "ïŒ‹";
}

.ri-corner-left-up-fill:before {
  content: "ïŒŒ";
}

.ri-corner-left-up-line:before {
  content: "ïŒ";
}

.ri-corner-right-down-fill:before {
  content: "ïŒŽ";
}

.ri-corner-right-down-line:before {
  content: "ïŒ";
}

.ri-corner-right-up-fill:before {
  content: "ïŒ";
}

.ri-corner-right-up-line:before {
  content: "ïŒ‘";
}

.ri-corner-up-left-double-fill:before {
  content: "ïŒ’";
}

.ri-corner-up-left-double-line:before {
  content: "ïŒ“";
}

.ri-corner-up-left-fill:before {
  content: "ïŒ”";
}

.ri-corner-up-left-line:before {
  content: "ïŒ•";
}

.ri-corner-up-right-double-fill:before {
  content: "ïŒ–";
}

.ri-corner-up-right-double-line:before {
  content: "ïŒ—";
}

.ri-corner-up-right-fill:before {
  content: "ïŒ˜";
}

.ri-corner-up-right-line:before {
  content: "ïŒ™";
}

.ri-cross-fill:before {
  content: "ïŒš";
}

.ri-cross-line:before {
  content: "ïŒ›";
}

.ri-edge-new-fill:before {
  content: "ïŒœ";
}

.ri-edge-new-line:before {
  content: "ïŒ";
}

.ri-equal-fill:before {
  content: "ïŒž";
}

.ri-equal-line:before {
  content: "ïŒŸ";
}

.ri-expand-left-fill:before {
  content: "ïŒ ";
}

.ri-expand-left-line:before {
  content: "ïŒ¡";
}

.ri-expand-left-right-fill:before {
  content: "ïŒ¢";
}

.ri-expand-left-right-line:before {
  content: "ïŒ£";
}

.ri-expand-right-fill:before {
  content: "ïŒ¤";
}

.ri-expand-right-line:before {
  content: "ïŒ¥";
}

.ri-expand-up-down-fill:before {
  content: "ïŒ¦";
}

.ri-expand-up-down-line:before {
  content: "ïŒ§";
}

.ri-flickr-fill:before {
  content: "ïŒ¨";
}

.ri-flickr-line:before {
  content: "ïŒ©";
}

.ri-forward-10-fill:before {
  content: "ïŒª";
}

.ri-forward-10-line:before {
  content: "ïŒ«";
}

.ri-forward-15-fill:before {
  content: "ïŒ¬";
}

.ri-forward-15-line:before {
  content: "ïŒ­";
}

.ri-forward-30-fill:before {
  content: "ïŒ®";
}

.ri-forward-30-line:before {
  content: "ïŒ¯";
}

.ri-forward-5-fill:before {
  content: "ïŒ°";
}

.ri-forward-5-line:before {
  content: "ïŒ±";
}

.ri-graduation-cap-fill:before {
  content: "ïŒ²";
}

.ri-graduation-cap-line:before {
  content: "ïŒ³";
}

.ri-home-office-fill:before {
  content: "ïŒ´";
}

.ri-home-office-line:before {
  content: "ïŒµ";
}

.ri-hourglass-2-fill:before {
  content: "ïŒ¶";
}

.ri-hourglass-2-line:before {
  content: "ïŒ·";
}

.ri-hourglass-fill:before {
  content: "ïŒ¸";
}

.ri-hourglass-line:before {
  content: "ïŒ¹";
}

.ri-javascript-fill:before {
  content: "ïŒº";
}

.ri-javascript-line:before {
  content: "ïŒ»";
}

.ri-loop-left-fill:before {
  content: "ïŒ¼";
}

.ri-loop-left-line:before {
  content: "ïŒ½";
}

.ri-loop-right-fill:before {
  content: "ïŒ¾";
}

.ri-loop-right-line:before {
  content: "ïŒ¿";
}

.ri-memories-fill:before {
  content: "ï€";
}

.ri-memories-line:before {
  content: "ï";
}

.ri-meta-fill:before {
  content: "ï‚";
}

.ri-meta-line:before {
  content: "ïƒ";
}

.ri-microsoft-loop-fill:before {
  content: "ï„";
}

.ri-microsoft-loop-line:before {
  content: "ï…";
}

.ri-nft-fill:before {
  content: "ï†";
}

.ri-nft-line:before {
  content: "ï‡";
}

.ri-notion-fill:before {
  content: "ïˆ";
}

.ri-notion-line:before {
  content: "ï‰";
}

.ri-openai-fill:before {
  content: "ïŠ";
}

.ri-openai-line:before {
  content: "ï‹";
}

.ri-overline:before {
  content: "ïŒ";
}

.ri-p2p-fill:before {
  content: "ï";
}

.ri-p2p-line:before {
  content: "ïŽ";
}

.ri-presentation-fill:before {
  content: "ï";
}

.ri-presentation-line:before {
  content: "ï";
}

.ri-replay-10-fill:before {
  content: "ï‘";
}

.ri-replay-10-line:before {
  content: "ï’";
}

.ri-replay-15-fill:before {
  content: "ï“";
}

.ri-replay-15-line:before {
  content: "ï”";
}

.ri-replay-30-fill:before {
  content: "ï•";
}

.ri-replay-30-line:before {
  content: "ï–";
}

.ri-replay-5-fill:before {
  content: "ï—";
}

.ri-replay-5-line:before {
  content: "ï˜";
}

.ri-school-fill:before {
  content: "ï™";
}

.ri-school-line:before {
  content: "ïš";
}

.ri-shining-2-fill:before {
  content: "ï›";
}

.ri-shining-2-line:before {
  content: "ïœ";
}

.ri-shining-fill:before {
  content: "ï";
}

.ri-shining-line:before {
  content: "ïž";
}

.ri-sketching:before {
  content: "ïŸ";
}

.ri-skip-down-fill:before {
  content: "ï ";
}

.ri-skip-down-line:before {
  content: "ï¡";
}

.ri-skip-left-fill:before {
  content: "ï¢";
}

.ri-skip-left-line:before {
  content: "ï£";
}

.ri-skip-right-fill:before {
  content: "ï¤";
}

.ri-skip-right-line:before {
  content: "ï¥";
}

.ri-skip-up-fill:before {
  content: "ï¦";
}

.ri-skip-up-line:before {
  content: "ï§";
}

.ri-slow-down-fill:before {
  content: "ï¨";
}

.ri-slow-down-line:before {
  content: "ï©";
}

.ri-sparkling-2-fill:before {
  content: "ïª";
}

.ri-sparkling-2-line:before {
  content: "ï«";
}

.ri-sparkling-fill:before {
  content: "ï¬";
}

.ri-sparkling-line:before {
  content: "ï­";
}

.ri-speak-fill:before {
  content: "ï®";
}

.ri-speak-line:before {
  content: "ï¯";
}

.ri-speed-up-fill:before {
  content: "ï°";
}

.ri-speed-up-line:before {
  content: "ï±";
}

.ri-tiktok-fill:before {
  content: "ï²";
}

.ri-tiktok-line:before {
  content: "ï³";
}

.ri-token-swap-fill:before {
  content: "ï´";
}

.ri-token-swap-line:before {
  content: "ïµ";
}

.ri-unpin-fill:before {
  content: "ï¶";
}

.ri-unpin-line:before {
  content: "ï·";
}

.ri-wechat-channels-fill:before {
  content: "ï¸";
}

.ri-wechat-channels-line:before {
  content: "ï¹";
}

.ri-wordpress-fill:before {
  content: "ïº";
}

.ri-wordpress-line:before {
  content: "ï»";
}

.ri-blender-fill:before {
  content: "ï¼";
}

.ri-blender-line:before {
  content: "ï½";
}

.ri-emoji-sticker-fill:before {
  content: "ï¾";
}

.ri-emoji-sticker-line:before {
  content: "ï¿";
}

.ri-git-close-pull-request-fill:before {
  content: "ïŽ€";
}

.ri-git-close-pull-request-line:before {
  content: "ïŽ";
}

.ri-instance-fill:before {
  content: "ïŽ‚";
}

.ri-instance-line:before {
  content: "ïŽƒ";
}

.ri-megaphone-fill:before {
  content: "ïŽ„";
}

.ri-megaphone-line:before {
  content: "ïŽ…";
}

.ri-pass-expired-fill:before {
  content: "ïŽ†";
}

.ri-pass-expired-line:before {
  content: "ïŽ‡";
}

.ri-pass-pending-fill:before {
  content: "ïŽˆ";
}

.ri-pass-pending-line:before {
  content: "ïŽ‰";
}

.ri-pass-valid-fill:before {
  content: "ïŽŠ";
}

.ri-pass-valid-line:before {
  content: "ïŽ‹";
}

.ri-ai-generate:before {
  content: "ïŽŒ";
}

.ri-calendar-close-fill:before {
  content: "ïŽ";
}

.ri-calendar-close-line:before {
  content: "ïŽŽ";
}

.ri-draggable:before {
  content: "ïŽ";
}

.ri-font-family:before {
  content: "ïŽ";
}

.ri-font-mono:before {
  content: "ïŽ‘";
}

.ri-font-sans-serif:before {
  content: "ïŽ’";
}

.ri-hard-drive-3-fill:before {
  content: "ïŽ“";
}

.ri-hard-drive-3-line:before {
  content: "ïŽ”";
}

.ri-kick-fill:before {
  content: "ïŽ•";
}

.ri-kick-line:before {
  content: "ïŽ–";
}

.ri-list-check-3:before {
  content: "ïŽ—";
}

.ri-list-indefinite:before {
  content: "ïŽ˜";
}

.ri-list-ordered-2:before {
  content: "ïŽ™";
}

.ri-list-radio:before {
  content: "ïŽš";
}

.ri-openbase-fill:before {
  content: "ïŽ›";
}

.ri-openbase-line:before {
  content: "ïŽœ";
}

.ri-planet-fill:before {
  content: "ïŽ";
}

.ri-planet-line:before {
  content: "ïŽž";
}

.ri-prohibited-fill:before {
  content: "ïŽŸ";
}

.ri-prohibited-line:before {
  content: "ïŽ ";
}

.ri-quote-text:before {
  content: "ïŽ¡";
}

.ri-seo-fill:before {
  content: "ïŽ¢";
}

.ri-seo-line:before {
  content: "ïŽ£";
}

.ri-slash-commands:before {
  content: "ïŽ¤";
}

.ri-archive-2-fill:before {
  content: "ïŽ¥";
}

.ri-archive-2-line:before {
  content: "ïŽ¦";
}

.ri-inbox-2-fill:before {
  content: "ïŽ§";
}

.ri-inbox-2-line:before {
  content: "ïŽ¨";
}

.ri-shake-hands-fill:before {
  content: "ïŽ©";
}

.ri-shake-hands-line:before {
  content: "ïŽª";
}

.ri-supabase-fill:before {
  content: "ïŽ«";
}

.ri-supabase-line:before {
  content: "ïŽ¬";
}

.ri-water-percent-fill:before {
  content: "ïŽ­";
}

.ri-water-percent-line:before {
  content: "ïŽ®";
}

.ri-yuque-fill:before {
  content: "ïŽ¯";
}

.ri-yuque-line:before {
  content: "ïŽ°";
}

.ri-crosshair-2-fill:before {
  content: "ïŽ±";
}

.ri-crosshair-2-line:before {
  content: "ïŽ²";
}

.ri-crosshair-fill:before {
  content: "ïŽ³";
}

.ri-crosshair-line:before {
  content: "ïŽ´";
}

.ri-file-close-fill:before {
  content: "ïŽµ";
}

.ri-file-close-line:before {
  content: "ïŽ¶";
}

.ri-infinity-fill:before {
  content: "ïŽ·";
}

.ri-infinity-line:before {
  content: "ïŽ¸";
}

.ri-rfid-fill:before {
  content: "ïŽ¹";
}

.ri-rfid-line:before {
  content: "ïŽº";
}

.ri-slash-commands-2:before {
  content: "ïŽ»";
}

.ri-user-forbid-fill:before {
  content: "ïŽ¼";
}

.ri-user-forbid-line:before {
  content: "ïŽ½";
}

.ri-beer-fill:before {
  content: "ïŽ¾";
}

.ri-beer-line:before {
  content: "ïŽ¿";
}

.ri-circle-fill:before {
  content: "ï€";
}

.ri-circle-line:before {
  content: "ï";
}

.ri-dropdown-list:before {
  content: "ï‚";
}

.ri-file-image-fill:before {
  content: "ïƒ";
}

.ri-file-image-line:before {
  content: "ï„";
}

.ri-file-pdf-2-fill:before {
  content: "ï…";
}

.ri-file-pdf-2-line:before {
  content: "ï†";
}

.ri-file-video-fill:before {
  content: "ï‡";
}

.ri-file-video-line:before {
  content: "ïˆ";
}

.ri-folder-image-fill:before {
  content: "ï‰";
}

.ri-folder-image-line:before {
  content: "ïŠ";
}

.ri-folder-video-fill:before {
  content: "ï‹";
}

.ri-folder-video-line:before {
  content: "ïŒ";
}

.ri-hexagon-fill:before {
  content: "ï";
}

.ri-hexagon-line:before {
  content: "ïŽ";
}

.ri-menu-search-fill:before {
  content: "ï";
}

.ri-menu-search-line:before {
  content: "ï";
}

.ri-octagon-fill:before {
  content: "ï‘";
}

.ri-octagon-line:before {
  content: "ï’";
}

.ri-pentagon-fill:before {
  content: "ï“";
}

.ri-pentagon-line:before {
  content: "ï”";
}

.ri-rectangle-fill:before {
  content: "ï•";
}

.ri-rectangle-line:before {
  content: "ï–";
}

.ri-robot-2-fill:before {
  content: "ï—";
}

.ri-robot-2-line:before {
  content: "ï˜";
}

.ri-shapes-fill:before {
  content: "ï™";
}

.ri-shapes-line:before {
  content: "ïš";
}

.ri-square-fill:before {
  content: "ï›";
}

.ri-square-line:before {
  content: "ïœ";
}

.ri-tent-fill:before {
  content: "ï";
}

.ri-tent-line:before {
  content: "ïž";
}

.ri-threads-fill:before {
  content: "ïŸ";
}

.ri-threads-line:before {
  content: "ï ";
}

.ri-tree-fill:before {
  content: "ï¡";
}

.ri-tree-line:before {
  content: "ï¢";
}

.ri-triangle-fill:before {
  content: "ï£";
}

.ri-triangle-line:before {
  content: "ï¤";
}

.ri-twitter-x-fill:before {
  content: "ï¥";
}

.ri-twitter-x-line:before {
  content: "ï¦";
}

.ri-verified-badge-fill:before {
  content: "ï§";
}

.ri-verified-badge-line:before {
  content: "ï¨";
}

.ri-armchair-fill:before {
  content: "ï©";
}

.ri-armchair-line:before {
  content: "ïª";
}

.ri-bnb-fill:before {
  content: "ï«";
}

.ri-bnb-line:before {
  content: "ï¬";
}

.ri-bread-fill:before {
  content: "ï­";
}

.ri-bread-line:before {
  content: "ï®";
}

.ri-btc-fill:before {
  content: "ï¯";
}

.ri-btc-line:before {
  content: "ï°";
}

.ri-calendar-schedule-fill:before {
  content: "ï±";
}

.ri-calendar-schedule-line:before {
  content: "ï²";
}

.ri-dice-1-fill:before {
  content: "ï³";
}

.ri-dice-1-line:before {
  content: "ï´";
}

.ri-dice-2-fill:before {
  content: "ïµ";
}

.ri-dice-2-line:before {
  content: "ï¶";
}

.ri-dice-3-fill:before {
  content: "ï·";
}

.ri-dice-3-line:before {
  content: "ï¸";
}

.ri-dice-4-fill:before {
  content: "ï¹";
}

.ri-dice-4-line:before {
  content: "ïº";
}

.ri-dice-5-fill:before {
  content: "ï»";
}

.ri-dice-5-line:before {
  content: "ï¼";
}

.ri-dice-6-fill:before {
  content: "ï½";
}

.ri-dice-6-line:before {
  content: "ï¾";
}

.ri-dice-fill:before {
  content: "ï¿";
}

.ri-dice-line:before {
  content: "ï€";
}

.ri-drinks-fill:before {
  content: "ï";
}

.ri-drinks-line:before {
  content: "ï‚";
}

.ri-equalizer-2-fill:before {
  content: "ïƒ";
}

.ri-equalizer-2-line:before {
  content: "ï„";
}

.ri-equalizer-3-fill:before {
  content: "ï…";
}

.ri-equalizer-3-line:before {
  content: "ï†";
}

.ri-eth-fill:before {
  content: "ï‡";
}

.ri-eth-line:before {
  content: "ïˆ";
}

.ri-flower-fill:before {
  content: "ï‰";
}

.ri-flower-line:before {
  content: "ïŠ";
}

.ri-glasses-2-fill:before {
  content: "ï‹";
}

.ri-glasses-2-line:before {
  content: "ïŒ";
}

.ri-glasses-fill:before {
  content: "ï";
}

.ri-glasses-line:before {
  content: "ïŽ";
}

.ri-goggles-fill:before {
  content: "ï";
}

.ri-goggles-line:before {
  content: "ï";
}

.ri-image-circle-fill:before {
  content: "ï‘";
}

.ri-image-circle-line:before {
  content: "ï’";
}

.ri-info-i:before {
  content: "ï“";
}

.ri-money-rupee-circle-fill:before {
  content: "ï”";
}

.ri-money-rupee-circle-line:before {
  content: "ï•";
}

.ri-news-fill:before {
  content: "ï–";
}

.ri-news-line:before {
  content: "ï—";
}

.ri-robot-3-fill:before {
  content: "ï˜";
}

.ri-robot-3-line:before {
  content: "ï™";
}

.ri-share-2-fill:before {
  content: "ïš";
}

.ri-share-2-line:before {
  content: "ï›";
}

.ri-sofa-fill:before {
  content: "ïœ";
}

.ri-sofa-line:before {
  content: "ï";
}

.ri-svelte-fill:before {
  content: "ïž";
}

.ri-svelte-line:before {
  content: "ïŸ";
}

.ri-vk-fill:before {
  content: "ï ";
}

.ri-vk-line:before {
  content: "ï¡";
}

.ri-xrp-fill:before {
  content: "ï¢";
}

.ri-xrp-line:before {
  content: "ï£";
}

.ri-xtz-fill:before {
  content: "ï¤";
}

.ri-xtz-line:before {
  content: "ï¥";
}

.ri-archive-stack-fill:before {
  content: "ï¦";
}

.ri-archive-stack-line:before {
  content: "ï§";
}

.ri-bowl-fill:before {
  content: "ï¨";
}

.ri-bowl-line:before {
  content: "ï©";
}

.ri-calendar-view:before {
  content: "ïª";
}

.ri-carousel-view:before {
  content: "ï«";
}

.ri-code-block:before {
  content: "ï¬";
}

.ri-color-filter-fill:before {
  content: "ï­";
}

.ri-color-filter-line:before {
  content: "ï®";
}

.ri-contacts-book-3-fill:before {
  content: "ï¯";
}

.ri-contacts-book-3-line:before {
  content: "ï°";
}

.ri-contract-fill:before {
  content: "ï±";
}

.ri-contract-line:before {
  content: "ï²";
}

.ri-drinks-2-fill:before {
  content: "ï³";
}

.ri-drinks-2-line:before {
  content: "ï´";
}

.ri-export-fill:before {
  content: "ïµ";
}

.ri-export-line:before {
  content: "ï¶";
}

.ri-file-check-fill:before {
  content: "ï·";
}

.ri-file-check-line:before {
  content: "ï¸";
}

.ri-focus-mode:before {
  content: "ï¹";
}

.ri-folder-6-fill:before {
  content: "ïº";
}

.ri-folder-6-line:before {
  content: "ï»";
}

.ri-folder-check-fill:before {
  content: "ï¼";
}

.ri-folder-check-line:before {
  content: "ï½";
}

.ri-folder-close-fill:before {
  content: "ï¾";
}

.ri-folder-close-line:before {
  content: "ï¿";
}

.ri-folder-cloud-fill:before {
  content: "ï‘€";
}

.ri-folder-cloud-line:before {
  content: "ï‘";
}

.ri-gallery-view-2:before {
  content: "ï‘‚";
}

.ri-gallery-view:before {
  content: "ï‘ƒ";
}

.ri-hand:before {
  content: "ï‘„";
}

.ri-import-fill:before {
  content: "ï‘…";
}

.ri-import-line:before {
  content: "ï‘†";
}

.ri-information-2-fill:before {
  content: "ï‘‡";
}

.ri-information-2-line:before {
  content: "ï‘ˆ";
}

.ri-kanban-view-2:before {
  content: "ï‘‰";
}

.ri-kanban-view:before {
  content: "ï‘Š";
}

.ri-list-view:before {
  content: "ï‘‹";
}

.ri-lock-star-fill:before {
  content: "ï‘Œ";
}

.ri-lock-star-line:before {
  content: "ï‘";
}

.ri-puzzle-2-fill:before {
  content: "ï‘Ž";
}

.ri-puzzle-2-line:before {
  content: "ï‘";
}

.ri-puzzle-fill:before {
  content: "ï‘";
}

.ri-puzzle-line:before {
  content: "ï‘‘";
}

.ri-ram-2-fill:before {
  content: "ï‘’";
}

.ri-ram-2-line:before {
  content: "ï‘“";
}

.ri-ram-fill:before {
  content: "ï‘”";
}

.ri-ram-line:before {
  content: "ï‘•";
}

.ri-receipt-fill:before {
  content: "ï‘–";
}

.ri-receipt-line:before {
  content: "ï‘—";
}

.ri-shadow-fill:before {
  content: "ï‘˜";
}

.ri-shadow-line:before {
  content: "ï‘™";
}

.ri-sidebar-fold-fill:before {
  content: "ï‘š";
}

.ri-sidebar-fold-line:before {
  content: "ï‘›";
}

.ri-sidebar-unfold-fill:before {
  content: "ï‘œ";
}

.ri-sidebar-unfold-line:before {
  content: "ï‘";
}

.ri-slideshow-view:before {
  content: "ï‘ž";
}

.ri-sort-alphabet-asc:before {
  content: "ï‘Ÿ";
}

.ri-sort-alphabet-desc:before {
  content: "ï‘ ";
}

.ri-sort-number-asc:before {
  content: "ï‘¡";
}

.ri-sort-number-desc:before {
  content: "ï‘¢";
}

.ri-stacked-view:before {
  content: "ï‘£";
}

.ri-sticky-note-add-fill:before {
  content: "ï‘¤";
}

.ri-sticky-note-add-line:before {
  content: "ï‘¥";
}

.ri-swap-2-fill:before {
  content: "ï‘¦";
}

.ri-swap-2-line:before {
  content: "ï‘§";
}

.ri-swap-3-fill:before {
  content: "ï‘¨";
}

.ri-swap-3-line:before {
  content: "ï‘©";
}

.ri-table-3:before {
  content: "ï‘ª";
}

.ri-table-view:before {
  content: "ï‘«";
}

.ri-text-block:before {
  content: "ï‘¬";
}

.ri-text-snippet:before {
  content: "ï‘­";
}

.ri-timeline-view:before {
  content: "ï‘®";
}

.ri-blogger-fill:before {
  content: "ï‘¯";
}

.ri-blogger-line:before {
  content: "ï‘°";
}

.ri-chat-thread-fill:before {
  content: "ï‘±";
}

.ri-chat-thread-line:before {
  content: "ï‘²";
}

.ri-discount-percent-fill:before {
  content: "ï‘³";
}

.ri-discount-percent-line:before {
  content: "ï‘´";
}

.ri-exchange-2-fill:before {
  content: "ï‘µ";
}

.ri-exchange-2-line:before {
  content: "ï‘¶";
}

.ri-git-fork-fill:before {
  content: "ï‘·";
}

.ri-git-fork-line:before {
  content: "ï‘¸";
}

.ri-input-field:before {
  content: "ï‘¹";
}

.ri-progress-1-fill:before {
  content: "ï‘º";
}

.ri-progress-1-line:before {
  content: "ï‘»";
}

.ri-progress-2-fill:before {
  content: "ï‘¼";
}

.ri-progress-2-line:before {
  content: "ï‘½";
}

.ri-progress-3-fill:before {
  content: "ï‘¾";
}

.ri-progress-3-line:before {
  content: "ï‘¿";
}

.ri-progress-4-fill:before {
  content: "ï’€";
}

.ri-progress-4-line:before {
  content: "ï’";
}

.ri-progress-5-fill:before {
  content: "ï’‚";
}

.ri-progress-5-line:before {
  content: "ï’ƒ";
}

.ri-progress-6-fill:before {
  content: "ï’„";
}

.ri-progress-6-line:before {
  content: "ï’…";
}

.ri-progress-7-fill:before {
  content: "ï’†";
}

.ri-progress-7-line:before {
  content: "ï’‡";
}

.ri-progress-8-fill:before {
  content: "ï’ˆ";
}

.ri-progress-8-line:before {
  content: "ï’‰";
}

.ri-remix-run-fill:before {
  content: "ï’Š";
}

.ri-remix-run-line:before {
  content: "ï’‹";
}

.ri-signpost-fill:before {
  content: "ï’Œ";
}

.ri-signpost-line:before {
  content: "ï’";
}

.ri-time-zone-fill:before {
  content: "ï’Ž";
}

.ri-time-zone-line:before {
  content: "ï’";
}

.ri-arrow-down-wide-fill:before {
  content: "ï’";
}

.ri-arrow-down-wide-line:before {
  content: "ï’‘";
}

.ri-arrow-left-wide-fill:before {
  content: "ï’’";
}

.ri-arrow-left-wide-line:before {
  content: "ï’“";
}

.ri-arrow-right-wide-fill:before {
  content: "ï’”";
}

.ri-arrow-right-wide-line:before {
  content: "ï’•";
}

.ri-arrow-up-wide-fill:before {
  content: "ï’–";
}

.ri-arrow-up-wide-line:before {
  content: "ï’—";
}

.ri-bluesky-fill:before {
  content: "ï’˜";
}

.ri-bluesky-line:before {
  content: "ï’™";
}

.ri-expand-height-fill:before {
  content: "ï’š";
}

.ri-expand-height-line:before {
  content: "ï’›";
}

.ri-expand-width-fill:before {
  content: "ï’œ";
}

.ri-expand-width-line:before {
  content: "ï’";
}

.ri-forward-end-fill:before {
  content: "ï’ž";
}

.ri-forward-end-line:before {
  content: "ï’Ÿ";
}

.ri-forward-end-mini-fill:before {
  content: "ï’ ";
}

.ri-forward-end-mini-line:before {
  content: "ï’¡";
}

.ri-friendica-fill:before {
  content: "ï’¢";
}

.ri-friendica-line:before {
  content: "ï’£";
}

.ri-git-pr-draft-fill:before {
  content: "ï’¤";
}

.ri-git-pr-draft-line:before {
  content: "ï’¥";
}

.ri-play-reverse-fill:before {
  content: "ï’¦";
}

.ri-play-reverse-line:before {
  content: "ï’§";
}

.ri-play-reverse-mini-fill:before {
  content: "ï’¨";
}

.ri-play-reverse-mini-line:before {
  content: "ï’©";
}

.ri-rewind-start-fill:before {
  content: "ï’ª";
}

.ri-rewind-start-line:before {
  content: "ï’«";
}

.ri-rewind-start-mini-fill:before {
  content: "ï’¬";
}

.ri-rewind-start-mini-line:before {
  content: "ï’­";
}

.ri-scroll-to-bottom-fill:before {
  content: "ï’®";
}

.ri-scroll-to-bottom-line:before {
  content: "ï’¯";
}

.ri-add-large-fill:before {
  content: "ï’°";
}

.ri-add-large-line:before {
  content: "ï’±";
}

.ri-aed-electrodes-fill:before {
  content: "ï’²";
}

.ri-aed-electrodes-line:before {
  content: "ï’³";
}

.ri-aed-fill:before {
  content: "ï’´";
}

.ri-aed-line:before {
  content: "ï’µ";
}

.ri-alibaba-cloud-fill:before {
  content: "ï’¶";
}

.ri-alibaba-cloud-line:before {
  content: "ï’·";
}

.ri-align-item-bottom-fill:before {
  content: "ï’¸";
}

.ri-align-item-bottom-line:before {
  content: "ï’¹";
}

.ri-align-item-horizontal-center-fill:before {
  content: "ï’º";
}

.ri-align-item-horizontal-center-line:before {
  content: "ï’»";
}

.ri-align-item-left-fill:before {
  content: "ï’¼";
}

.ri-align-item-left-line:before {
  content: "ï’½";
}

.ri-align-item-right-fill:before {
  content: "ï’¾";
}

.ri-align-item-right-line:before {
  content: "ï’¿";
}

.ri-align-item-top-fill:before {
  content: "ï“€";
}

.ri-align-item-top-line:before {
  content: "ï“";
}

.ri-align-item-vertical-center-fill:before {
  content: "ï“‚";
}

.ri-align-item-vertical-center-line:before {
  content: "ï“ƒ";
}

.ri-apps-2-add-fill:before {
  content: "ï“„";
}

.ri-apps-2-add-line:before {
  content: "ï“…";
}

.ri-close-large-fill:before {
  content: "ï“†";
}

.ri-close-large-line:before {
  content: "ï“‡";
}

.ri-collapse-diagonal-2-fill:before {
  content: "ï“ˆ";
}

.ri-collapse-diagonal-2-line:before {
  content: "ï“‰";
}

.ri-collapse-diagonal-fill:before {
  content: "ï“Š";
}

.ri-collapse-diagonal-line:before {
  content: "ï“‹";
}

.ri-dashboard-horizontal-fill:before {
  content: "ï“Œ";
}

.ri-dashboard-horizontal-line:before {
  content: "ï“";
}

.ri-expand-diagonal-2-fill:before {
  content: "ï“Ž";
}

.ri-expand-diagonal-2-line:before {
  content: "ï“";
}

.ri-expand-diagonal-fill:before {
  content: "ï“";
}

.ri-expand-diagonal-line:before {
  content: "ï“‘";
}

.ri-firebase-fill:before {
  content: "ï“’";
}

.ri-firebase-line:before {
  content: "ï““";
}

.ri-flip-horizontal-2-fill:before {
  content: "ï“”";
}

.ri-flip-horizontal-2-line:before {
  content: "ï“•";
}

.ri-flip-horizontal-fill:before {
  content: "ï“–";
}

.ri-flip-horizontal-line:before {
  content: "ï“—";
}

.ri-flip-vertical-2-fill:before {
  content: "ï“˜";
}

.ri-flip-vertical-2-line:before {
  content: "ï“™";
}

.ri-flip-vertical-fill:before {
  content: "ï“š";
}

.ri-flip-vertical-line:before {
  content: "ï“›";
}

.ri-formula:before {
  content: "ï“œ";
}

.ri-function-add-fill:before {
  content: "ï“";
}

.ri-function-add-line:before {
  content: "ï“ž";
}

.ri-goblet-2-fill:before {
  content: "ï“Ÿ";
}

.ri-goblet-2-line:before {
  content: "ï“ ";
}

.ri-golf-ball-fill:before {
  content: "ï“¡";
}

.ri-golf-ball-line:before {
  content: "ï“¢";
}

.ri-group-3-fill:before {
  content: "ï“£";
}

.ri-group-3-line:before {
  content: "ï“¤";
}

.ri-heart-add-2-fill:before {
  content: "ï“¥";
}

.ri-heart-add-2-line:before {
  content: "ï“¦";
}

.ri-id-card-fill:before {
  content: "ï“§";
}

.ri-id-card-line:before {
  content: "ï“¨";
}

.ri-information-off-fill:before {
  content: "ï“©";
}

.ri-information-off-line:before {
  content: "ï“ª";
}

.ri-java-fill:before {
  content: "ï“«";
}

.ri-java-line:before {
  content: "ï“¬";
}

.ri-layout-grid-2-fill:before {
  content: "ï“­";
}

.ri-layout-grid-2-line:before {
  content: "ï“®";
}

.ri-layout-horizontal-fill:before {
  content: "ï“¯";
}

.ri-layout-horizontal-line:before {
  content: "ï“°";
}

.ri-layout-vertical-fill:before {
  content: "ï“±";
}

.ri-layout-vertical-line:before {
  content: "ï“²";
}

.ri-menu-fold-2-fill:before {
  content: "ï“³";
}

.ri-menu-fold-2-line:before {
  content: "ï“´";
}

.ri-menu-fold-3-fill:before {
  content: "ï“µ";
}

.ri-menu-fold-3-line:before {
  content: "ï“¶";
}

.ri-menu-fold-4-fill:before {
  content: "ï“·";
}

.ri-menu-fold-4-line:before {
  content: "ï“¸";
}

.ri-menu-unfold-2-fill:before {
  content: "ï“¹";
}

.ri-menu-unfold-2-line:before {
  content: "ï“º";
}

.ri-menu-unfold-3-fill:before {
  content: "ï“»";
}

.ri-menu-unfold-3-line:before {
  content: "ï“¼";
}

.ri-menu-unfold-4-fill:before {
  content: "ï“½";
}

.ri-menu-unfold-4-line:before {
  content: "ï“¾";
}

.ri-mobile-download-fill:before {
  content: "ï“¿";
}

.ri-mobile-download-line:before {
  content: "ï”€";
}

.ri-nextjs-fill:before {
  content: "ï”";
}

.ri-nextjs-line:before {
  content: "ï”‚";
}

.ri-nodejs-fill:before {
  content: "ï”ƒ";
}

.ri-nodejs-line:before {
  content: "ï”„";
}

.ri-pause-large-fill:before {
  content: "ï”…";
}

.ri-pause-large-line:before {
  content: "ï”†";
}

.ri-play-large-fill:before {
  content: "ï”‡";
}

.ri-play-large-line:before {
  content: "ï”ˆ";
}

.ri-play-reverse-large-fill:before {
  content: "ï”‰";
}

.ri-play-reverse-large-line:before {
  content: "ï”Š";
}

.ri-police-badge-fill:before {
  content: "ï”‹";
}

.ri-police-badge-line:before {
  content: "ï”Œ";
}

.ri-prohibited-2-fill:before {
  content: "ï”";
}

.ri-prohibited-2-line:before {
  content: "ï”Ž";
}

.ri-shopping-bag-4-fill:before {
  content: "ï”";
}

.ri-shopping-bag-4-line:before {
  content: "ï”";
}

.ri-snowflake-fill:before {
  content: "ï”‘";
}

.ri-snowflake-line:before {
  content: "ï”’";
}

.ri-square-root:before {
  content: "ï”“";
}

.ri-stop-large-fill:before {
  content: "ï””";
}

.ri-stop-large-line:before {
  content: "ï”•";
}

.ri-tailwind-css-fill:before {
  content: "ï”–";
}

.ri-tailwind-css-line:before {
  content: "ï”—";
}

.ri-tooth-fill:before {
  content: "ï”˜";
}

.ri-tooth-line:before {
  content: "ï”™";
}

.ri-video-off-fill:before {
  content: "ï”š";
}

.ri-video-off-line:before {
  content: "ï”›";
}

.ri-video-on-fill:before {
  content: "ï”œ";
}

.ri-video-on-line:before {
  content: "ï”";
}

.ri-webhook-fill:before {
  content: "ï”ž";
}

.ri-webhook-line:before {
  content: "ï”Ÿ";
}

.ri-weight-fill:before {
  content: "ï” ";
}

.ri-weight-line:before {
  content: "ï”¡";
}

.ri-book-shelf-fill:before {
  content: "ï”¢";
}

.ri-book-shelf-line:before {
  content: "ï”£";
}

.ri-brain-2-fill:before {
  content: "ï”¤";
}

.ri-brain-2-line:before {
  content: "ï”¥";
}

.ri-chat-search-fill:before {
  content: "ï”¦";
}

.ri-chat-search-line:before {
  content: "ï”§";
}

.ri-chat-unread-fill:before {
  content: "ï”¨";
}

.ri-chat-unread-line:before {
  content: "ï”©";
}

.ri-collapse-horizontal-fill:before {
  content: "ï”ª";
}

.ri-collapse-horizontal-line:before {
  content: "ï”«";
}

.ri-collapse-vertical-fill:before {
  content: "ï”¬";
}

.ri-collapse-vertical-line:before {
  content: "ï”­";
}

.ri-dna-fill:before {
  content: "ï”®";
}

.ri-dna-line:before {
  content: "ï”¯";
}

.ri-dropper-fill:before {
  content: "ï”°";
}

.ri-dropper-line:before {
  content: "ï”±";
}

.ri-expand-diagonal-s-2-fill:before {
  content: "ï”²";
}

.ri-expand-diagonal-s-2-line:before {
  content: "ï”³";
}

.ri-expand-diagonal-s-fill:before {
  content: "ï”´";
}

.ri-expand-diagonal-s-line:before {
  content: "ï”µ";
}

.ri-expand-horizontal-fill:before {
  content: "ï”¶";
}

.ri-expand-horizontal-line:before {
  content: "ï”·";
}

.ri-expand-horizontal-s-fill:before {
  content: "ï”¸";
}

.ri-expand-horizontal-s-line:before {
  content: "ï”¹";
}

.ri-expand-vertical-fill:before {
  content: "ï”º";
}

.ri-expand-vertical-line:before {
  content: "ï”»";
}

.ri-expand-vertical-s-fill:before {
  content: "ï”¼";
}

.ri-expand-vertical-s-line:before {
  content: "ï”½";
}

.ri-gemini-fill:before {
  content: "ï”¾";
}

.ri-gemini-line:before {
  content: "ï”¿";
}

.ri-reset-left-fill:before {
  content: "ï•€";
}

.ri-reset-left-line:before {
  content: "ï•";
}

.ri-reset-right-fill:before {
  content: "ï•‚";
}

.ri-reset-right-line:before {
  content: "ï•ƒ";
}

.ri-stairs-fill:before {
  content: "ï•„";
}

.ri-stairs-line:before {
  content: "ï•…";
}

.ri-telegram-2-fill:before {
  content: "ï•†";
}

.ri-telegram-2-line:before {
  content: "ï•‡";
}

.ri-triangular-flag-fill:before {
  content: "ï•ˆ";
}

.ri-triangular-flag-line:before {
  content: "ï•‰";
}

.ri-user-minus-fill:before {
  content: "ï•Š";
}

.ri-user-minus-line:before {
  content: "ï•‹";
}

.ri-account-box-2-fill:before {
  content: "ï•Œ";
}

.ri-account-box-2-line:before {
  content: "ï•";
}

.ri-account-circle-2-fill:before {
  content: "ï•Ž";
}

.ri-account-circle-2-line:before {
  content: "ï•";
}

.ri-alarm-snooze-fill:before {
  content: "ï•";
}

.ri-alarm-snooze-line:before {
  content: "ï•‘";
}

.ri-arrow-down-box-fill:before {
  content: "ï•’";
}

.ri-arrow-down-box-line:before {
  content: "ï•“";
}

.ri-arrow-left-box-fill:before {
  content: "ï•”";
}

.ri-arrow-left-box-line:before {
  content: "ï••";
}

.ri-arrow-left-down-box-fill:before {
  content: "ï•–";
}

.ri-arrow-left-down-box-line:before {
  content: "ï•—";
}

.ri-arrow-left-up-box-fill:before {
  content: "ï•˜";
}

.ri-arrow-left-up-box-line:before {
  content: "ï•™";
}

.ri-arrow-right-box-fill:before {
  content: "ï•š";
}

.ri-arrow-right-box-line:before {
  content: "ï•›";
}

.ri-arrow-right-down-box-fill:before {
  content: "ï•œ";
}

.ri-arrow-right-down-box-line:before {
  content: "ï•";
}

.ri-arrow-right-up-box-fill:before {
  content: "ï•ž";
}

.ri-arrow-right-up-box-line:before {
  content: "ï•Ÿ";
}

.ri-arrow-up-box-fill:before {
  content: "ï• ";
}

.ri-arrow-up-box-line:before {
  content: "ï•¡";
}

.ri-bar-chart-box-ai-fill:before {
  content: "ï•¢";
}

.ri-bar-chart-box-ai-line:before {
  content: "ï•£";
}

.ri-brush-ai-fill:before {
  content: "ï•¤";
}

.ri-brush-ai-line:before {
  content: "ï•¥";
}

.ri-camera-ai-fill:before {
  content: "ï•¦";
}

.ri-camera-ai-line:before {
  content: "ï•§";
}

.ri-chat-ai-fill:before {
  content: "ï•¨";
}

.ri-chat-ai-line:before {
  content: "ï•©";
}

.ri-chat-smile-ai-fill:before {
  content: "ï•ª";
}

.ri-chat-smile-ai-line:before {
  content: "ï•«";
}

.ri-chat-voice-ai-fill:before {
  content: "ï•¬";
}

.ri-chat-voice-ai-line:before {
  content: "ï•­";
}

.ri-code-ai-fill:before {
  content: "ï•®";
}

.ri-code-ai-line:before {
  content: "ï•¯";
}

.ri-color-filter-ai-fill:before {
  content: "ï•°";
}

.ri-color-filter-ai-line:before {
  content: "ï•±";
}

.ri-custom-size:before {
  content: "ï•²";
}

.ri-fediverse-fill:before {
  content: "ï•³";
}

.ri-fediverse-line:before {
  content: "ï•´";
}

.ri-flag-off-fill:before {
  content: "ï•µ";
}

.ri-flag-off-line:before {
  content: "ï•¶";
}

.ri-home-9-fill:before {
  content: "ï•·";
}

.ri-home-9-line:before {
  content: "ï•¸";
}

.ri-image-ai-fill:before {
  content: "ï•¹";
}

.ri-image-ai-line:before {
  content: "ï•º";
}

.ri-image-circle-ai-fill:before {
  content: "ï•»";
}

.ri-image-circle-ai-line:before {
  content: "ï•¼";
}

.ri-info-card-fill:before {
  content: "ï•½";
}

.ri-info-card-line:before {
  content: "ï•¾";
}

.ri-landscape-ai-fill:before {
  content: "ï•¿";
}

.ri-landscape-ai-line:before {
  content: "ï–€";
}

.ri-letter-spacing-2:before {
  content: "ï–";
}

.ri-line-height-2:before {
  content: "ï–‚";
}

.ri-mail-ai-fill:before {
  content: "ï–ƒ";
}

.ri-mail-ai-line:before {
  content: "ï–„";
}

.ri-mic-2-ai-fill:before {
  content: "ï–…";
}

.ri-mic-2-ai-line:before {
  content: "ï–†";
}

.ri-mic-ai-fill:before {
  content: "ï–‡";
}

.ri-mic-ai-line:before {
  content: "ï–ˆ";
}

.ri-movie-ai-fill:before {
  content: "ï–‰";
}

.ri-movie-ai-line:before {
  content: "ï–Š";
}

.ri-music-ai-fill:before {
  content: "ï–‹";
}

.ri-music-ai-line:before {
  content: "ï–Œ";
}

.ri-notification-snooze-fill:before {
  content: "ï–";
}

.ri-notification-snooze-line:before {
  content: "ï–Ž";
}

.ri-php-fill:before {
  content: "ï–";
}

.ri-php-line:before {
  content: "ï–";
}

.ri-pix-fill:before {
  content: "ï–‘";
}

.ri-pix-line:before {
  content: "ï–’";
}

.ri-pulse-ai-fill:before {
  content: "ï–“";
}

.ri-pulse-ai-line:before {
  content: "ï–”";
}

.ri-quill-pen-ai-fill:before {
  content: "ï–•";
}

.ri-quill-pen-ai-line:before {
  content: "ï––";
}

.ri-speak-ai-fill:before {
  content: "ï–—";
}

.ri-speak-ai-line:before {
  content: "ï–˜";
}

.ri-star-off-fill:before {
  content: "ï–™";
}

.ri-star-off-line:before {
  content: "ï–š";
}

.ri-translate-ai-2:before {
  content: "ï–›";
}

.ri-translate-ai:before {
  content: "ï–œ";
}

.ri-user-community-fill:before {
  content: "ï–";
}

.ri-user-community-line:before {
  content: "ï–ž";
}

.ri-vercel-fill:before {
  content: "ï–Ÿ";
}

.ri-vercel-line:before {
  content: "ï– ";
}

.ri-video-ai-fill:before {
  content: "ï–¡";
}

.ri-video-ai-line:before {
  content: "ï–¢";
}

.ri-video-on-ai-fill:before {
  content: "ï–£";
}

.ri-video-on-ai-line:before {
  content: "ï–¤";
}

.ri-voice-ai-fill:before {
  content: "ï–¥";
}

.ri-voice-ai-line:before {
  content: "ï–¦";
}

.ri-ai-generate-2:before {
  content: "ï–§";
}

.ri-ai-generate-text:before {
  content: "ï–¨";
}

.ri-anthropic-fill:before {
  content: "ï–©";
}

.ri-anthropic-line:before {
  content: "ï–ª";
}

.ri-apps-2-ai-fill:before {
  content: "ï–«";
}

.ri-apps-2-ai-line:before {
  content: "ï–¬";
}

.ri-camera-lens-ai-fill:before {
  content: "ï–­";
}

.ri-camera-lens-ai-line:before {
  content: "ï–®";
}

.ri-clapperboard-ai-fill:before {
  content: "ï–¯";
}

.ri-clapperboard-ai-line:before {
  content: "ï–°";
}

.ri-claude-fill:before {
  content: "ï–±";
}

.ri-claude-line:before {
  content: "ï–²";
}

.ri-closed-captioning-ai-fill:before {
  content: "ï–³";
}

.ri-closed-captioning-ai-line:before {
  content: "ï–´";
}

.ri-dvd-ai-fill:before {
  content: "ï–µ";
}

.ri-dvd-ai-line:before {
  content: "ï–¶";
}

.ri-film-ai-fill:before {
  content: "ï–·";
}

.ri-film-ai-line:before {
  content: "ï–¸";
}

.ri-font-size-ai:before {
  content: "ï–¹";
}

.ri-mixtral-fill:before {
  content: "ï–º";
}

.ri-mixtral-line:before {
  content: "ï–»";
}

.ri-movie-2-ai-fill:before {
  content: "ï–¼";
}

.ri-movie-2-ai-line:before {
  content: "ï–½";
}

.ri-mv-ai-fill:before {
  content: "ï–¾";
}

.ri-mv-ai-line:before {
  content: "ï–¿";
}

.ri-perplexity-fill:before {
  content: "ï—€";
}

.ri-perplexity-line:before {
  content: "ï—";
}

.ri-poker-clubs-fill:before {
  content: "ï—‚";
}

.ri-poker-clubs-line:before {
  content: "ï—ƒ";
}

.ri-poker-diamonds-fill:before {
  content: "ï—„";
}

.ri-poker-diamonds-line:before {
  content: "ï—…";
}

.ri-poker-hearts-fill:before {
  content: "ï—†";
}

.ri-poker-hearts-line:before {
  content: "ï—‡";
}

.ri-poker-spades-fill:before {
  content: "ï—ˆ";
}

.ri-poker-spades-line:before {
  content: "ï—‰";
}

.ri-safe-3-fill:before {
  content: "ï—Š";
}

.ri-safe-3-line:before {
  content: "ï—‹";
}

.ri-accessibility-fill:before {
  content: "ï—Œ";
}

.ri-accessibility-line:before {
  content: "ï—";
}

.ri-alarm-add-fill:before {
  content: "ï—Ž";
}

.ri-alarm-add-line:before {
  content: "ï—";
}

.ri-arrow-down-long-fill:before {
  content: "ï—";
}

.ri-arrow-down-long-line:before {
  content: "ï—‘";
}

.ri-arrow-left-down-long-fill:before {
  content: "ï—’";
}

.ri-arrow-left-down-long-line:before {
  content: "ï—“";
}

.ri-arrow-left-long-fill:before {
  content: "ï—”";
}

.ri-arrow-left-long-line:before {
  content: "ï—•";
}

.ri-arrow-left-up-long-fill:before {
  content: "ï—–";
}

.ri-arrow-left-up-long-line:before {
  content: "ï——";
}

.ri-arrow-right-down-long-fill:before {
  content: "ï—˜";
}

.ri-arrow-right-down-long-line:before {
  content: "ï—™";
}

.ri-arrow-right-long-fill:before {
  content: "ï—š";
}

.ri-arrow-right-long-line:before {
  content: "ï—›";
}

.ri-arrow-right-up-long-fill:before {
  content: "ï—œ";
}

.ri-arrow-right-up-long-line:before {
  content: "ï—";
}

.ri-arrow-up-long-fill:before {
  content: "ï—ž";
}

.ri-arrow-up-long-line:before {
  content: "ï—Ÿ";
}

.ri-chess-fill:before {
  content: "ï— ";
}

.ri-chess-line:before {
  content: "ï—¡";
}

.ri-diamond-fill:before {
  content: "ï—¢";
}

.ri-diamond-line:before {
  content: "ï—£";
}

.ri-diamond-ring-fill:before {
  content: "ï—¤";
}

.ri-diamond-ring-line:before {
  content: "ï—¥";
}

.ri-figma-fill:before {
  content: "ï—¦";
}

.ri-figma-line:before {
  content: "ï—§";
}

.ri-firefox-browser-fill:before {
  content: "ï—¨";
}

.ri-firefox-browser-line:before {
  content: "ï—©";
}

.ri-jewelry-fill:before {
  content: "ï—ª";
}

.ri-jewelry-line:before {
  content: "ï—«";
}

.ri-multi-image-fill:before {
  content: "ï—¬";
}

.ri-multi-image-line:before {
  content: "ï—­";
}

.ri-no-credit-card-fill:before {
  content: "ï—®";
}

.ri-no-credit-card-line:before {
  content: "ï—¯";
}

.ri-service-bell-fill:before {
  content: "ï—°";
}

.ri-service-bell-line:before {
  content: "ï—±";
}

.ri-ai-agent-fill:before {
  content: "ï—²";
}

.ri-ai-agent-line:before {
  content: "ï—³";
}

.ri-ai-generate-2-fill:before {
  content: "ï—´";
}

.ri-ai-generate-2-line:before {
  content: "ï—µ";
}

.ri-ai-generate-3d-fill:before {
  content: "ï—¶";
}

.ri-ai-generate-3d-line:before {
  content: "ï—·";
}

.ri-ai:before {
  content: "ï—¸";
}

.ri-apps-ai-fill:before {
  content: "ï—¹";
}

.ri-apps-ai-line:before {
  content: "ï—º";
}

.ri-atom-fill:before {
  content: "ï—»";
}

.ri-atom-line:before {
  content: "ï—¼";
}

.ri-book-ai-fill:before {
  content: "ï—½";
}

.ri-book-ai-line:before {
  content: "ï—¾";
}

.ri-brain-3-fill:before {
  content: "ï—¿";
}

.ri-brain-3-line:before {
  content: "ï˜€";
}

.ri-brain-ai-3-fill:before {
  content: "ï˜";
}

.ri-brain-ai-3-line:before {
  content: "ï˜‚";
}

.ri-brush-ai-3-fill:before {
  content: "ï˜ƒ";
}

.ri-brush-ai-3-line:before {
  content: "ï˜„";
}

.ri-camera-4-fill:before {
  content: "ï˜…";
}

.ri-camera-4-line:before {
  content: "ï˜†";
}

.ri-camera-ai-2-fill:before {
  content: "ï˜‡";
}

.ri-camera-ai-2-line:before {
  content: "ï˜ˆ";
}

.ri-chat-ai-2-fill:before {
  content: "ï˜‰";
}

.ri-chat-ai-2-line:before {
  content: "ï˜Š";
}

.ri-chat-ai-3-fill:before {
  content: "ï˜‹";
}

.ri-chat-ai-3-line:before {
  content: "ï˜Œ";
}

.ri-chat-ai-4-fill:before {
  content: "ï˜";
}

.ri-chat-ai-4-line:before {
  content: "ï˜Ž";
}

.ri-chat-smile-ai-3-fill:before {
  content: "ï˜";
}

.ri-chat-smile-ai-3-line:before {
  content: "ï˜";
}

.ri-deepseek-fill:before {
  content: "ï˜‘";
}

.ri-deepseek-line:before {
  content: "ï˜’";
}

.ri-file-ai-2-fill:before {
  content: "ï˜“";
}

.ri-file-ai-2-line:before {
  content: "ï˜”";
}

.ri-file-ai-fill:before {
  content: "ï˜•";
}

.ri-file-ai-line:before {
  content: "ï˜–";
}

.ri-function-ai-fill:before {
  content: "ï˜—";
}

.ri-function-ai-line:before {
  content: "ï˜˜";
}

.ri-game-2-fill:before {
  content: "ï˜™";
}

.ri-game-2-line:before {
  content: "ï˜š";
}

.ri-goblet-broken-fill:before {
  content: "ï˜›";
}

.ri-goblet-broken-line:before {
  content: "ï˜œ";
}

.ri-lightbulb-ai-fill:before {
  content: "ï˜";
}

.ri-lightbulb-ai-line:before {
  content: "ï˜ž";
}

.ri-loop-left-ai-fill:before {
  content: "ï˜Ÿ";
}

.ri-loop-left-ai-line:before {
  content: "ï˜ ";
}

.ri-loop-right-ai-fill:before {
  content: "ï˜¡";
}

.ri-loop-right-ai-line:before {
  content: "ï˜¢";
}

.ri-message-ai-3-fill:before {
  content: "ï˜£";
}

.ri-message-ai-3-line:before {
  content: "ï˜¤";
}

.ri-painting-ai-fill:before {
  content: "ï˜¥";
}

.ri-painting-ai-line:before {
  content: "ï˜¦";
}

.ri-painting-fill:before {
  content: "ï˜§";
}

.ri-painting-line:before {
  content: "ï˜¨";
}

.ri-pencil-ai-2-fill:before {
  content: "ï˜©";
}

.ri-pencil-ai-2-line:before {
  content: "ï˜ª";
}

.ri-pencil-ai-fill:before {
  content: "ï˜«";
}

.ri-pencil-ai-line:before {
  content: "ï˜¬";
}

.ri-remix-fill:before {
  content: "ï˜­";
}

.ri-remix-line:before {
  content: "ï˜®";
}

.ri-search-ai-2-fill:before {
  content: "ï˜¯";
}

.ri-search-ai-2-line:before {
  content: "ï˜°";
}

.ri-search-ai-3-fill:before {
  content: "ï˜±";
}

.ri-search-ai-3-line:before {
  content: "ï˜²";
}

.ri-search-ai-4-fill:before {
  content: "ï˜³";
}

.ri-search-ai-4-line:before {
  content: "ï˜´";
}

.ri-search-ai-fill:before {
  content: "ï˜µ";
}

.ri-search-ai-line:before {
  content: "ï˜¶";
}

.ri-speech-to-text-fill:before {
  content: "ï˜·";
}

.ri-speech-to-text-line:before {
  content: "ï˜¸";
}

.ri-target-fill:before {
  content: "ï˜¹";
}

.ri-target-line:before {
  content: "ï˜º";
}

.ri-text-to-speech-fill:before {
  content: "ï˜»";
}

.ri-text-to-speech-line:before {
  content: "ï˜¼";
}

.ri-wrench-fill:before {
  content: "ï˜½";
}

.ri-wrench-line:before {
  content: "ï˜¾";
}

.ri-area-chart-fill:before {
  content: "ï˜¿";
}

.ri-area-chart-line:before {
  content: "ï™€";
}

.ri-baseball-fill:before {
  content: "ï™";
}

.ri-baseball-line:before {
  content: "ï™‚";
}

.ri-binoculars-fill:before {
  content: "ï™ƒ";
}

.ri-binoculars-line:before {
  content: "ï™„";
}

.ri-cursor-hand:before {
  content: "ï™…";
}

.ri-emotion-add-fill:before {
  content: "ï™†";
}

.ri-emotion-add-line:before {
  content: "ï™‡";
}

.ri-file-scan-fill:before {
  content: "ï™ˆ";
}

.ri-file-scan-line:before {
  content: "ï™‰";
}

.ri-fiverr-fill:before {
  content: "ï™Š";
}

.ri-fiverr-line:before {
  content: "ï™‹";
}

.ri-font-serif:before {
  content: "ï™Œ";
}

.ri-ghost-3-fill:before {
  content: "ï™";
}

.ri-ghost-3-line:before {
  content: "ï™Ž";
}

.ri-gitee-fill:before {
  content: "ï™";
}

.ri-gitee-line:before {
  content: "ï™";
}

.ri-global-off-fill:before {
  content: "ï™‘";
}

.ri-global-off-line:before {
  content: "ï™’";
}

.ri-image-download-fill:before {
  content: "ï™“";
}

.ri-image-download-line:before {
  content: "ï™”";
}

.ri-image-upload-fill:before {
  content: "ï™•";
}

.ri-image-upload-line:before {
  content: "ï™–";
}

.ri-issues-fill:before {
  content: "ï™—";
}

.ri-issues-line:before {
  content: "ï™˜";
}

.ri-issues-reopen-fill:before {
  content: "ï™™";
}

.ri-issues-reopen-line:before {
  content: "ï™š";
}

.ri-network-error-fill:before {
  content: "ï™›";
}

.ri-network-error-line:before {
  content: "ï™œ";
}

.ri-network-fill:before {
  content: "ï™";
}

.ri-network-line:before {
  content: "ï™ž";
}

.ri-network-off-fill:before {
  content: "ï™Ÿ";
}

.ri-network-off-line:before {
  content: "ï™ ";
}

.ri-piano-fill:before {
  content: "ï™¡";
}

.ri-piano-grand-fill:before {
  content: "ï™¢";
}

.ri-piano-grand-line:before {
  content: "ï™£";
}

.ri-piano-line:before {
  content: "ï™¤";
}

.ri-plug-3-fill:before {
  content: "ï™¥";
}

.ri-plug-3-line:before {
  content: "ï™¦";
}

.ri-send-ins-fill:before {
  content: "ï™§";
}

.ri-send-ins-line:before {
  content: "ï™¨";
}

.ri-signal-cellular-1-fill:before {
  content: "ï™©";
}

.ri-signal-cellular-1-line:before {
  content: "ï™ª";
}

.ri-signal-cellular-2-fill:before {
  content: "ï™«";
}

.ri-signal-cellular-2-line:before {
  content: "ï™¬";
}

.ri-signal-cellular-3-fill:before {
  content: "ï™­";
}

.ri-signal-cellular-3-line:before {
  content: "ï™®";
}

.ri-signal-cellular-off-fill:before {
  content: "ï™¯";
}

.ri-signal-cellular-off-line:before {
  content: "ï™°";
}

.ri-stacked-chart-fill:before {
  content: "ï™±";
}

.ri-stacked-chart-line:before {
  content: "ï™²";
}

.ri-upwork-fill:before {
  content: "ï™³";
}

.ri-upwork-line:before {
  content: "ï™´";
}

.ri-brain-4-fill:before {
  content: "ï™µ";
}

.ri-brain-4-line:before {
  content: "ï™¶";
}

.ri-certificate-2-fill:before {
  content: "ï™·";
}

.ri-certificate-2-line:before {
  content: "ï™¸";
}

.ri-certificate-fill:before {
  content: "ï™¹";
}

.ri-certificate-line:before {
  content: "ï™º";
}

.ri-cookie-fill:before {
  content: "ï™»";
}

.ri-cookie-line:before {
  content: "ï™¼";
}

.ri-cursor-ai-fill:before {
  content: "ï™½";
}

.ri-cursor-ai-line:before {
  content: "ï™¾";
}

.ri-draw-fill:before {
  content: "ï™¿";
}

.ri-draw-line:before {
  content: "ïš€";
}

.ri-ghost-4-fill:before {
  content: "ïš";
}

.ri-ghost-4-line:before {
  content: "ïš‚";
}

.ri-gitbook-fill:before {
  content: "ïšƒ";
}

.ri-gitbook-line:before {
  content: "ïš„";
}

.ri-grok-ai-fill:before {
  content: "ïš…";
}

.ri-grok-ai-line:before {
  content: "ïš†";
}

.ri-hand-2:before {
  content: "ïš‡";
}

.ri-megaphone-2-fill:before {
  content: "ïšˆ";
}

.ri-megaphone-2-line:before {
  content: "ïš‰";
}

.ri-microsoft-copilot-fill:before {
  content: "ïšŠ";
}

.ri-microsoft-copilot-line:before {
  content: "ïš‹";
}

.ri-mosaic-fill:before {
  content: "ïšŒ";
}

.ri-mosaic-line:before {
  content: "ïš";
}

.ri-qr-scan-ai-fill:before {
  content: "ïšŽ";
}

.ri-qr-scan-ai-line:before {
  content: "ïš";
}

.ri-qwen-ai-fill:before {
  content: "ïš";
}

.ri-qwen-ai-line:before {
  content: "ïš‘";
}

.ri-reddit-2-fill:before {
  content: "ïš’";
}

.ri-reddit-2-line:before {
  content: "ïš“";
}

.ri-sim-card-warning-fill:before {
  content: "ïš”";
}

.ri-sim-card-warning-line:before {
  content: "ïš•";
}

.ri-space-ship-2-fill:before {
  content: "ïš–";
}

.ri-space-ship-2-line:before {
  content: "ïš—";
}

.ri-subreddit-fill:before {
  content: "ïš˜";
}

.ri-subreddit-line:before {
  content: "ïš™";
}

.ri-zhipu-ai-fill:before {
  content: "ïšš";
}

.ri-zhipu-ai-line:before {
  content: "ïš›";
}

.ri-connector-fill:before {
  content: "ïšœ";
}

.ri-connector-line:before {
  content: "ïš";
}

.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul>li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-20px);
    transform: translate(-20px);
    opacity: 0;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-20px);
    transform: translate(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(20px);
    transform: translate(20px);
    opacity: 0;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(20px);
    transform: translate(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}

.bx-spin,
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada,
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing,
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst,
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up,
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down,
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left,
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right,
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxs-balloon:before {
  content: "î­ ";
}

.bxs-castle:before {
  content: "î­¹";
}

.bxs-coffee-bean:before {
  content: "î®’";
}

.bxs-objects-horizontal-center:before {
  content: "î®«";
}

.bxs-objects-horizontal-left:before {
  content: "î¯„";
}

.bxs-objects-horizontal-right:before {
  content: "î¯";
}

.bxs-objects-vertical-bottom:before {
  content: "î¯¶";
}

.bxs-objects-vertical-center:before {
  content: "î½€";
}

.bxs-objects-vertical-top:before {
  content: "î½";
}

.bxs-pear:before {
  content: "î½‚";
}

.bxs-shield-minus:before {
  content: "î½ƒ";
}

.bxs-shield-plus:before {
  content: "î½„";
}

.bxs-shower:before {
  content: "î½…";
}

.bxs-sushi:before {
  content: "î½†";
}

.bxs-universal-access:before {
  content: "î½‡";
}

.bx-child:before {
  content: "î½ˆ";
}

.bx-horizontal-left:before {
  content: "î½‰";
}

.bx-horizontal-right:before {
  content: "î½Š";
}

.bx-objects-horizontal-center:before {
  content: "î½‹";
}

.bx-objects-horizontal-left:before {
  content: "î½Œ";
}

.bx-objects-horizontal-right:before {
  content: "î½";
}

.bx-objects-vertical-bottom:before {
  content: "î½Ž";
}

.bx-objects-vertical-center:before {
  content: "î½";
}

.bx-objects-vertical-top:before {
  content: "î½";
}

.bx-rfid:before {
  content: "î½‘";
}

.bx-shield-minus:before {
  content: "î½’";
}

.bx-shield-plus:before {
  content: "î½“";
}

.bx-shower:before {
  content: "î½”";
}

.bx-sushi:before {
  content: "î½•";
}

.bx-universal-access:before {
  content: "î½–";
}

.bx-vertical-bottom:before {
  content: "î½—";
}

.bx-vertical-top:before {
  content: "î½˜";
}

.bxl-graphql:before {
  content: "î½™";
}

.bxl-typescript:before {
  content: "î½š";
}

.bxs-color:before {
  content: "î¼¹";
}

.bx-reflect-horizontal:before {
  content: "î¼º";
}

.bx-reflect-vertical:before {
  content: "î¼»";
}

.bx-color:before {
  content: "î¼¼";
}

.bxl-mongodb:before {
  content: "î¼½";
}

.bxl-postgresql:before {
  content: "î¼¾";
}

.bxl-deezer:before {
  content: "î¼¿";
}

.bxs-hard-hat:before {
  content: "î¼ª";
}

.bxs-home-alt-2:before {
  content: "î¼«";
}

.bxs-cheese:before {
  content: "î¼¬";
}

.bx-home-alt-2:before {
  content: "î¼­";
}

.bx-hard-hat:before {
  content: "î¼®";
}

.bx-cheese:before {
  content: "î¼¯";
}

.bx-cart-add:before {
  content: "î¼°";
}

.bx-cart-download:before {
  content: "î¼±";
}

.bx-no-signal:before {
  content: "î¼²";
}

.bx-signal-1:before {
  content: "î¼³";
}

.bx-signal-2:before {
  content: "î¼´";
}

.bx-signal-3:before {
  content: "î¼µ";
}

.bx-signal-4:before {
  content: "î¼¶";
}

.bx-signal-5:before {
  content: "î¼·";
}

.bxl-xing:before {
  content: "î¼¸";
}

.bxl-meta:before {
  content: "î¼§";
}

.bx-lemon:before {
  content: "î¼¨";
}

.bxs-lemon:before {
  content: "î¼©";
}

.bx-cricket-ball:before {
  content: "î¼Œ";
}

.bx-baguette:before {
  content: "î¼";
}

.bx-bowl-hot:before {
  content: "î¼Ž";
}

.bx-bowl-rice:before {
  content: "î¼";
}

.bx-cable-car:before {
  content: "î¼";
}

.bx-candles:before {
  content: "î¼‘";
}

.bx-circle-half:before {
  content: "î¼’";
}

.bx-circle-quarter:before {
  content: "î¼“";
}

.bx-circle-three-quarter:before {
  content: "î¼”";
}

.bx-cross:before {
  content: "î¼•";
}

.bx-fork:before {
  content: "î¼–";
}

.bx-knife:before {
  content: "î¼—";
}

.bx-money-withdraw:before {
  content: "î¼˜";
}

.bx-popsicle:before {
  content: "î¼™";
}

.bx-scatter-chart:before {
  content: "î¼š";
}

.bxs-baguette:before {
  content: "î¼›";
}

.bxs-bowl-hot:before {
  content: "î¼œ";
}

.bxs-bowl-rice:before {
  content: "î¼";
}

.bxs-cable-car:before {
  content: "î¼ž";
}

.bxs-circle-half:before {
  content: "î¼Ÿ";
}

.bxs-circle-quarter:before {
  content: "î¼ ";
}

.bxs-circle-three-quarter:before {
  content: "î¼¡";
}

.bxs-cricket-ball:before {
  content: "î¼¢";
}

.bxs-invader:before {
  content: "î¼£";
}

.bx-male-female:before {
  content: "î¼¤";
}

.bxs-popsicle:before {
  content: "î¼¥";
}

.bxs-tree-alt:before {
  content: "î¼¦";
}

.bxl-venmo:before {
  content: "î¤€";
}

.bxl-upwork:before {
  content: "î¤";
}

.bxl-netlify:before {
  content: "î¤‚";
}

.bxl-java:before {
  content: "î¤ƒ";
}

.bxl-heroku:before {
  content: "î¤„";
}

.bxl-go-lang:before {
  content: "î¤…";
}

.bxl-gmail:before {
  content: "î¤†";
}

.bxl-flask:before {
  content: "î¤‡";
}

.bxl-99designs:before {
  content: "î¤ˆ";
}

.bxl-500px:before {
  content: "î¤‰";
}

.bxl-adobe:before {
  content: "î¤Š";
}

.bxl-airbnb:before {
  content: "î¤‹";
}

.bxl-algolia:before {
  content: "î¤Œ";
}

.bxl-amazon:before {
  content: "î¤";
}

.bxl-android:before {
  content: "î¤Ž";
}

.bxl-angular:before {
  content: "î¤";
}

.bxl-apple:before {
  content: "î¤";
}

.bxl-audible:before {
  content: "î¤‘";
}

.bxl-aws:before {
  content: "î¤’";
}

.bxl-baidu:before {
  content: "î¤“";
}

.bxl-behance:before {
  content: "î¤”";
}

.bxl-bing:before {
  content: "î¤•";
}

.bxl-bitcoin:before {
  content: "î¤–";
}

.bxl-blender:before {
  content: "î¤—";
}

.bxl-blogger:before {
  content: "î¤˜";
}

.bxl-bootstrap:before {
  content: "î¤™";
}

.bxl-chrome:before {
  content: "î¤š";
}

.bxl-codepen:before {
  content: "î¤›";
}

.bxl-c-plus-plus:before {
  content: "î¤œ";
}

.bxl-creative-commons:before {
  content: "î¤";
}

.bxl-css3:before {
  content: "î¤ž";
}

.bxl-dailymotion:before {
  content: "î¤Ÿ";
}

.bxl-deviantart:before {
  content: "î¤ ";
}

.bxl-dev-to:before {
  content: "î¤¡";
}

.bxl-digg:before {
  content: "î¤¢";
}

.bxl-digitalocean:before {
  content: "î¤£";
}

.bxl-discord:before {
  content: "î¤¤";
}

.bxl-discord-alt:before {
  content: "î¤¥";
}

.bxl-discourse:before {
  content: "î¤¦";
}

.bxl-django:before {
  content: "î¤§";
}

.bxl-docker:before {
  content: "î¤¨";
}

.bxl-dribbble:before {
  content: "î¤©";
}

.bxl-dropbox:before {
  content: "î¤ª";
}

.bxl-drupal:before {
  content: "î¤«";
}

.bxl-ebay:before {
  content: "î¤¬";
}

.bxl-edge:before {
  content: "î¤­";
}

.bxl-etsy:before {
  content: "î¤®";
}

.bxl-facebook:before {
  content: "î¤¯";
}

.bxl-facebook-circle:before {
  content: "î¤°";
}

.bxl-facebook-square:before {
  content: "î¤±";
}

.bxl-figma:before {
  content: "î¤²";
}

.bxl-firebase:before {
  content: "î¤³";
}

.bxl-firefox:before {
  content: "î¤´";
}

.bxl-flickr:before {
  content: "î¤µ";
}

.bxl-flickr-square:before {
  content: "î¤¶";
}

.bxl-flutter:before {
  content: "î¤·";
}

.bxl-foursquare:before {
  content: "î¤¸";
}

.bxl-git:before {
  content: "î¤¹";
}

.bxl-github:before {
  content: "î¤º";
}

.bxl-gitlab:before {
  content: "î¤»";
}

.bxl-google:before {
  content: "î¤¼";
}

.bxl-google-cloud:before {
  content: "î¤½";
}

.bxl-google-plus:before {
  content: "î¤¾";
}

.bxl-google-plus-circle:before {
  content: "î¤¿";
}

.bxl-html5:before {
  content: "î¥€";
}

.bxl-imdb:before {
  content: "î¥";
}

.bxl-instagram:before {
  content: "î¥‚";
}

.bxl-instagram-alt:before {
  content: "î¥ƒ";
}

.bxl-internet-explorer:before {
  content: "î¥„";
}

.bxl-invision:before {
  content: "î¥…";
}

.bxl-javascript:before {
  content: "î¥†";
}

.bxl-joomla:before {
  content: "î¥‡";
}

.bxl-jquery:before {
  content: "î¥ˆ";
}

.bxl-jsfiddle:before {
  content: "î¥‰";
}

.bxl-kickstarter:before {
  content: "î¥Š";
}

.bxl-kubernetes:before {
  content: "î¥‹";
}

.bxl-less:before {
  content: "î¥Œ";
}

.bxl-linkedin:before {
  content: "î¥";
}

.bxl-linkedin-square:before {
  content: "î¥Ž";
}

.bxl-magento:before {
  content: "î¥";
}

.bxl-mailchimp:before {
  content: "î¥";
}

.bxl-markdown:before {
  content: "î¥‘";
}

.bxl-mastercard:before {
  content: "î¥’";
}

.bxl-mastodon:before {
  content: "î¥“";
}

.bxl-medium:before {
  content: "î¥”";
}

.bxl-medium-old:before {
  content: "î¥•";
}

.bxl-medium-square:before {
  content: "î¥–";
}

.bxl-messenger:before {
  content: "î¥—";
}

.bxl-microsoft:before {
  content: "î¥˜";
}

.bxl-microsoft-teams:before {
  content: "î¥™";
}

.bxl-nodejs:before {
  content: "î¥š";
}

.bxl-ok-ru:before {
  content: "î¥›";
}

.bxl-opera:before {
  content: "î¥œ";
}

.bxl-patreon:before {
  content: "î¥";
}

.bxl-paypal:before {
  content: "î¥ž";
}

.bxl-periscope:before {
  content: "î¥Ÿ";
}

.bxl-php:before {
  content: "î¥ ";
}

.bxl-pinterest:before {
  content: "î¥¡";
}

.bxl-pinterest-alt:before {
  content: "î¥¢";
}

.bxl-play-store:before {
  content: "î¥£";
}

.bxl-pocket:before {
  content: "î¥¤";
}

.bxl-product-hunt:before {
  content: "î¥¥";
}

.bxl-python:before {
  content: "î¥¦";
}

.bxl-quora:before {
  content: "î¥§";
}

.bxl-react:before {
  content: "î¥¨";
}

.bxl-redbubble:before {
  content: "î¥©";
}

.bxl-reddit:before {
  content: "î¥ª";
}

.bxl-redux:before {
  content: "î¥«";
}

.bxl-sass:before {
  content: "î¥¬";
}

.bxl-shopify:before {
  content: "î¥­";
}

.bxl-sketch:before {
  content: "î¥®";
}

.bxl-skype:before {
  content: "î¥¯";
}

.bxl-slack:before {
  content: "î¥°";
}

.bxl-slack-old:before {
  content: "î¥±";
}

.bxl-snapchat:before {
  content: "î¥²";
}

.bxl-soundcloud:before {
  content: "î¥³";
}

.bxl-spotify:before {
  content: "î¥´";
}

.bxl-spring-boot:before {
  content: "î¥µ";
}

.bxl-squarespace:before {
  content: "î¥¶";
}

.bxl-stack-overflow:before {
  content: "î¥·";
}

.bxl-steam:before {
  content: "î¥¸";
}

.bxl-stripe:before {
  content: "î¥¹";
}

.bxl-tailwind-css:before {
  content: "î¥º";
}

.bxl-telegram:before {
  content: "î¥»";
}

.bxl-tiktok:before {
  content: "î¥¼";
}

.bxl-trello:before {
  content: "î¥½";
}

.bxl-trip-advisor:before {
  content: "î¥¾";
}

.bxl-tumblr:before {
  content: "î¥¿";
}

.bxl-tux:before {
  content: "î¦€";
}

.bxl-twitch:before {
  content: "î¦";
}

.bxl-twitter:before {
  content: "î¦‚";
}

.bxl-unity:before {
  content: "î¦ƒ";
}

.bxl-unsplash:before {
  content: "î¦„";
}

.bxl-vimeo:before {
  content: "î¦…";
}

.bxl-visa:before {
  content: "î¦†";
}

.bxl-visual-studio:before {
  content: "î¦‡";
}

.bxl-vk:before {
  content: "î¦ˆ";
}

.bxl-vuejs:before {
  content: "î¦‰";
}

.bxl-whatsapp:before {
  content: "î¦Š";
}

.bxl-whatsapp-square:before {
  content: "î¦‹";
}

.bxl-wikipedia:before {
  content: "î¦Œ";
}

.bxl-windows:before {
  content: "î¦";
}

.bxl-wix:before {
  content: "î¦Ž";
}

.bxl-wordpress:before {
  content: "î¦";
}

.bxl-yahoo:before {
  content: "î¦";
}

.bxl-yelp:before {
  content: "î¦‘";
}

.bxl-youtube:before {
  content: "î¦’";
}

.bxl-zoom:before {
  content: "î¦“";
}

.bx-collapse-alt:before {
  content: "î¦”";
}

.bx-collapse-horizontal:before {
  content: "î¦•";
}

.bx-collapse-vertical:before {
  content: "î¦–";
}

.bx-expand-horizontal:before {
  content: "î¦—";
}

.bx-expand-vertical:before {
  content: "î¦˜";
}

.bx-injection:before {
  content: "î¦™";
}

.bx-leaf:before {
  content: "î¦š";
}

.bx-math:before {
  content: "î¦›";
}

.bx-party:before {
  content: "î¦œ";
}

.bx-abacus:before {
  content: "î¦";
}

.bx-accessibility:before {
  content: "î¦ž";
}

.bx-add-to-queue:before {
  content: "î¦Ÿ";
}

.bx-adjust:before {
  content: "î¦ ";
}

.bx-alarm:before {
  content: "î¦¡";
}

.bx-alarm-add:before {
  content: "î¦¢";
}

.bx-alarm-exclamation:before {
  content: "î¦£";
}

.bx-alarm-off:before {
  content: "î¦¤";
}

.bx-alarm-snooze:before {
  content: "î¦¥";
}

.bx-album:before {
  content: "î¦¦";
}

.bx-align-justify:before {
  content: "î¦§";
}

.bx-align-left:before {
  content: "î¦¨";
}

.bx-align-middle:before {
  content: "î¦©";
}

.bx-align-right:before {
  content: "î¦ª";
}

.bx-analyse:before {
  content: "î¦«";
}

.bx-anchor:before {
  content: "î¦¬";
}

.bx-angry:before {
  content: "î¦­";
}

.bx-aperture:before {
  content: "î¦®";
}

.bx-arch:before {
  content: "î¦¯";
}

.bx-archive:before {
  content: "î¦°";
}

.bx-archive-in:before {
  content: "î¦±";
}

.bx-archive-out:before {
  content: "î¦²";
}

.bx-area:before {
  content: "î¦³";
}

.bx-arrow-back:before {
  content: "î¦´";
}

.bx-arrow-from-bottom:before {
  content: "î¦µ";
}

.bx-arrow-from-left:before {
  content: "î¦¶";
}

.bx-arrow-from-right:before {
  content: "î¦·";
}

.bx-arrow-from-top:before {
  content: "î¦¸";
}

.bx-arrow-to-bottom:before {
  content: "î¦¹";
}

.bx-arrow-to-left:before {
  content: "î¦º";
}

.bx-arrow-to-right:before {
  content: "î¦»";
}

.bx-arrow-to-top:before {
  content: "î¦¼";
}

.bx-at:before {
  content: "î¦½";
}

.bx-atom:before {
  content: "î¦¾";
}

.bx-award:before {
  content: "î¦¿";
}

.bx-badge:before {
  content: "î§€";
}

.bx-badge-check:before {
  content: "î§";
}

.bx-ball:before {
  content: "î§‚";
}

.bx-band-aid:before {
  content: "î§ƒ";
}

.bx-bar-chart:before {
  content: "î§„";
}

.bx-bar-chart-alt:before {
  content: "î§…";
}

.bx-bar-chart-alt-2:before {
  content: "î§†";
}

.bx-bar-chart-square:before {
  content: "î§‡";
}

.bx-barcode:before {
  content: "î§ˆ";
}

.bx-barcode-reader:before {
  content: "î§‰";
}

.bx-baseball:before {
  content: "î§Š";
}

.bx-basket:before {
  content: "î§‹";
}

.bx-basketball:before {
  content: "î§Œ";
}

.bx-bath:before {
  content: "î§";
}

.bx-battery:before {
  content: "î§Ž";
}

.bx-bed:before {
  content: "î§";
}

.bx-been-here:before {
  content: "î§";
}

.bx-beer:before {
  content: "î§‘";
}

.bx-bell:before {
  content: "î§’";
}

.bx-bell-minus:before {
  content: "î§“";
}

.bx-bell-off:before {
  content: "î§”";
}

.bx-bell-plus:before {
  content: "î§•";
}

.bx-bible:before {
  content: "î§–";
}

.bx-bitcoin:before {
  content: "î§—";
}

.bx-blanket:before {
  content: "î§˜";
}

.bx-block:before {
  content: "î§™";
}

.bx-bluetooth:before {
  content: "î§š";
}

.bx-body:before {
  content: "î§›";
}

.bx-bold:before {
  content: "î§œ";
}

.bx-bolt-circle:before {
  content: "î§";
}

.bx-bomb:before {
  content: "î§ž";
}

.bx-bone:before {
  content: "î§Ÿ";
}

.bx-bong:before {
  content: "î§ ";
}

.bx-book:before {
  content: "î§¡";
}

.bx-book-add:before {
  content: "î§¢";
}

.bx-book-alt:before {
  content: "î§£";
}

.bx-book-bookmark:before {
  content: "î§¤";
}

.bx-book-content:before {
  content: "î§¥";
}

.bx-book-heart:before {
  content: "î§¦";
}

.bx-bookmark:before {
  content: "î§§";
}

.bx-bookmark-alt:before {
  content: "î§¨";
}

.bx-bookmark-alt-minus:before {
  content: "î§©";
}

.bx-bookmark-alt-plus:before {
  content: "î§ª";
}

.bx-bookmark-heart:before {
  content: "î§«";
}

.bx-bookmark-minus:before {
  content: "î§¬";
}

.bx-bookmark-plus:before {
  content: "î§­";
}

.bx-bookmarks:before {
  content: "î§®";
}

.bx-book-open:before {
  content: "î§¯";
}

.bx-book-reader:before {
  content: "î§°";
}

.bx-border-all:before {
  content: "î§±";
}

.bx-border-bottom:before {
  content: "î§²";
}

.bx-border-inner:before {
  content: "î§³";
}

.bx-border-left:before {
  content: "î§´";
}

.bx-border-none:before {
  content: "î§µ";
}

.bx-border-outer:before {
  content: "î§¶";
}

.bx-border-radius:before {
  content: "î§·";
}

.bx-border-right:before {
  content: "î§¸";
}

.bx-border-top:before {
  content: "î§¹";
}

.bx-bot:before {
  content: "î§º";
}

.bx-bowling-ball:before {
  content: "î§»";
}

.bx-box:before {
  content: "î§¼";
}

.bx-bracket:before {
  content: "î§½";
}

.bx-braille:before {
  content: "î§¾";
}

.bx-brain:before {
  content: "î§¿";
}

.bx-briefcase:before {
  content: "î¨€";
}

.bx-briefcase-alt:before {
  content: "î¨";
}

.bx-briefcase-alt-2:before {
  content: "î¨‚";
}

.bx-brightness:before {
  content: "î¨ƒ";
}

.bx-brightness-half:before {
  content: "î¨„";
}

.bx-broadcast:before {
  content: "î¨…";
}

.bx-brush:before {
  content: "î¨†";
}

.bx-brush-alt:before {
  content: "î¨‡";
}

.bx-bug:before {
  content: "î¨ˆ";
}

.bx-bug-alt:before {
  content: "î¨‰";
}

.bx-building:before {
  content: "î¨Š";
}

.bx-building-house:before {
  content: "î¨‹";
}

.bx-buildings:before {
  content: "î¨Œ";
}

.bx-bulb:before {
  content: "î¨";
}

.bx-bullseye:before {
  content: "î¨Ž";
}

.bx-buoy:before {
  content: "î¨";
}

.bx-bus:before {
  content: "î¨";
}

.bx-bus-school:before {
  content: "î¨‘";
}

.bx-cabinet:before {
  content: "î¨’";
}

.bx-cake:before {
  content: "î¨“";
}

.bx-calculator:before {
  content: "î¨”";
}

.bx-calendar:before {
  content: "î¨•";
}

.bx-calendar-alt:before {
  content: "î¨–";
}

.bx-calendar-check:before {
  content: "î¨—";
}

.bx-calendar-edit:before {
  content: "î¨˜";
}

.bx-calendar-event:before {
  content: "î¨™";
}

.bx-calendar-exclamation:before {
  content: "î¨š";
}

.bx-calendar-heart:before {
  content: "î¨›";
}

.bx-calendar-minus:before {
  content: "î¨œ";
}

.bx-calendar-plus:before {
  content: "î¨";
}

.bx-calendar-star:before {
  content: "î¨ž";
}

.bx-calendar-week:before {
  content: "î¨Ÿ";
}

.bx-calendar-x:before {
  content: "î¨ ";
}

.bx-camera:before {
  content: "î¨¡";
}

.bx-camera-home:before {
  content: "î¨¢";
}

.bx-camera-movie:before {
  content: "î¨£";
}

.bx-camera-off:before {
  content: "î¨¤";
}

.bx-capsule:before {
  content: "î¨¥";
}

.bx-captions:before {
  content: "î¨¦";
}

.bx-car:before {
  content: "î¨§";
}

.bx-card:before {
  content: "î¨¨";
}

.bx-caret-down:before {
  content: "î¨©";
}

.bx-caret-down-circle:before {
  content: "î¨ª";
}

.bx-caret-down-square:before {
  content: "î¨«";
}

.bx-caret-left:before {
  content: "î¨¬";
}

.bx-caret-left-circle:before {
  content: "î¨­";
}

.bx-caret-left-square:before {
  content: "î¨®";
}

.bx-caret-right:before {
  content: "î¨¯";
}

.bx-caret-right-circle:before {
  content: "î¨°";
}

.bx-caret-right-square:before {
  content: "î¨±";
}

.bx-caret-up:before {
  content: "î¨²";
}

.bx-caret-up-circle:before {
  content: "î¨³";
}

.bx-caret-up-square:before {
  content: "î¨´";
}

.bx-carousel:before {
  content: "î¨µ";
}

.bx-cart:before {
  content: "î¨¶";
}

.bx-cart-alt:before {
  content: "î¨·";
}

.bx-cast:before {
  content: "î¨¸";
}

.bx-category:before {
  content: "î¨¹";
}

.bx-category-alt:before {
  content: "î¨º";
}

.bx-cctv:before {
  content: "î¨»";
}

.bx-certification:before {
  content: "î¨¼";
}

.bx-chair:before {
  content: "î¨½";
}

.bx-chalkboard:before {
  content: "î¨¾";
}

.bx-chart:before {
  content: "î¨¿";
}

.bx-chat:before {
  content: "î©€";
}

.bx-check:before {
  content: "î©";
}

.bx-checkbox:before {
  content: "î©‚";
}

.bx-checkbox-checked:before {
  content: "î©ƒ";
}

.bx-checkbox-minus:before {
  content: "î©„";
}

.bx-checkbox-square:before {
  content: "î©…";
}

.bx-check-circle:before {
  content: "î©†";
}

.bx-check-double:before {
  content: "î©‡";
}

.bx-check-shield:before {
  content: "î©ˆ";
}

.bx-check-square:before {
  content: "î©‰";
}

.bx-chevron-down:before {
  content: "î©Š";
}

.bx-chevron-down-circle:before {
  content: "î©‹";
}

.bx-chevron-down-square:before {
  content: "î©Œ";
}

.bx-chevron-left:before {
  content: "î©";
}

.bx-chevron-left-circle:before {
  content: "î©Ž";
}

.bx-chevron-left-square:before {
  content: "î©";
}

.bx-chevron-right:before {
  content: "î©";
}

.bx-chevron-right-circle:before {
  content: "î©‘";
}

.bx-chevron-right-square:before {
  content: "î©’";
}

.bx-chevrons-down:before {
  content: "î©“";
}

.bx-chevrons-left:before {
  content: "î©”";
}

.bx-chevrons-right:before {
  content: "î©•";
}

.bx-chevrons-up:before {
  content: "î©–";
}

.bx-chevron-up:before {
  content: "î©—";
}

.bx-chevron-up-circle:before {
  content: "î©˜";
}

.bx-chevron-up-square:before {
  content: "î©™";
}

.bx-chip:before {
  content: "î©š";
}

.bx-church:before {
  content: "î©›";
}

.bx-circle:before {
  content: "î©œ";
}

.bx-clinic:before {
  content: "î©";
}

.bx-clipboard:before {
  content: "î©ž";
}

.bx-closet:before {
  content: "î©Ÿ";
}

.bx-cloud:before {
  content: "î© ";
}

.bx-cloud-download:before {
  content: "î©¡";
}

.bx-cloud-drizzle:before {
  content: "î©¢";
}

.bx-cloud-lightning:before {
  content: "î©£";
}

.bx-cloud-light-rain:before {
  content: "î©¤";
}

.bx-cloud-rain:before {
  content: "î©¥";
}

.bx-cloud-snow:before {
  content: "î©¦";
}

.bx-cloud-upload:before {
  content: "î©§";
}

.bx-code:before {
  content: "î©¨";
}

.bx-code-alt:before {
  content: "î©©";
}

.bx-code-block:before {
  content: "î©ª";
}

.bx-code-curly:before {
  content: "î©«";
}

.bx-coffee:before {
  content: "î©¬";
}

.bx-coffee-togo:before {
  content: "î©­";
}

.bx-cog:before {
  content: "î©®";
}

.bx-coin:before {
  content: "î©¯";
}

.bx-coin-stack:before {
  content: "î©°";
}

.bx-collapse:before {
  content: "î©±";
}

.bx-collection:before {
  content: "î©²";
}

.bx-color-fill:before {
  content: "î©³";
}

.bx-columns:before {
  content: "î©´";
}

.bx-command:before {
  content: "î©µ";
}

.bx-comment:before {
  content: "î©¶";
}

.bx-comment-add:before {
  content: "î©·";
}

.bx-comment-check:before {
  content: "î©¸";
}

.bx-comment-detail:before {
  content: "î©¹";
}

.bx-comment-dots:before {
  content: "î©º";
}

.bx-comment-edit:before {
  content: "î©»";
}

.bx-comment-error:before {
  content: "î©¼";
}

.bx-comment-minus:before {
  content: "î©½";
}

.bx-comment-x:before {
  content: "î©¾";
}

.bx-compass:before {
  content: "î©¿";
}

.bx-confused:before {
  content: "îª€";
}

.bx-conversation:before {
  content: "îª";
}

.bx-cookie:before {
  content: "îª‚";
}

.bx-cool:before {
  content: "îªƒ";
}

.bx-copy:before {
  content: "îª„";
}

.bx-copy-alt:before {
  content: "îª…";
}

.bx-copyright:before {
  content: "îª†";
}

.bx-credit-card:before {
  content: "îª‡";
}

.bx-credit-card-alt:before {
  content: "îªˆ";
}

.bx-credit-card-front:before {
  content: "îª‰";
}

.bx-crop:before {
  content: "îªŠ";
}

.bx-crosshair:before {
  content: "îª‹";
}

.bx-crown:before {
  content: "îªŒ";
}

.bx-cube:before {
  content: "îª";
}

.bx-cube-alt:before {
  content: "îªŽ";
}

.bx-cuboid:before {
  content: "îª";
}

.bx-current-location:before {
  content: "îª";
}

.bx-customize:before {
  content: "îª‘";
}

.bx-cut:before {
  content: "îª’";
}

.bx-cycling:before {
  content: "îª“";
}

.bx-cylinder:before {
  content: "îª”";
}

.bx-data:before {
  content: "îª•";
}

.bx-desktop:before {
  content: "îª–";
}

.bx-detail:before {
  content: "îª—";
}

.bx-devices:before {
  content: "îª˜";
}

.bx-dialpad:before {
  content: "îª™";
}

.bx-dialpad-alt:before {
  content: "îªš";
}

.bx-diamond:before {
  content: "îª›";
}

.bx-dice-1:before {
  content: "îªœ";
}

.bx-dice-2:before {
  content: "îª";
}

.bx-dice-3:before {
  content: "îªž";
}

.bx-dice-4:before {
  content: "îªŸ";
}

.bx-dice-5:before {
  content: "îª ";
}

.bx-dice-6:before {
  content: "îª¡";
}

.bx-directions:before {
  content: "îª¢";
}

.bx-disc:before {
  content: "îª£";
}

.bx-dish:before {
  content: "îª¤";
}

.bx-dislike:before {
  content: "îª¥";
}

.bx-dizzy:before {
  content: "îª¦";
}

.bx-dna:before {
  content: "îª§";
}

.bx-dock-bottom:before {
  content: "îª¨";
}

.bx-dock-left:before {
  content: "îª©";
}

.bx-dock-right:before {
  content: "îªª";
}

.bx-dock-top:before {
  content: "îª«";
}

.bx-dollar:before {
  content: "îª¬";
}

.bx-dollar-circle:before {
  content: "îª­";
}

.bx-donate-blood:before {
  content: "îª®";
}

.bx-donate-heart:before {
  content: "îª¯";
}

.bx-door-open:before {
  content: "îª°";
}

.bx-dots-horizontal:before {
  content: "îª±";
}

.bx-dots-horizontal-rounded:before {
  content: "îª²";
}

.bx-dots-vertical:before {
  content: "îª³";
}

.bx-dots-vertical-rounded:before {
  content: "îª´";
}

.bx-doughnut-chart:before {
  content: "îªµ";
}

.bx-down-arrow:before {
  content: "îª¶";
}

.bx-down-arrow-alt:before {
  content: "îª·";
}

.bx-down-arrow-circle:before {
  content: "îª¸";
}

.bx-download:before {
  content: "îª¹";
}

.bx-downvote:before {
  content: "îªº";
}

.bx-drink:before {
  content: "îª»";
}

.bx-droplet:before {
  content: "îª¼";
}

.bx-dumbbell:before {
  content: "îª½";
}

.bx-duplicate:before {
  content: "îª¾";
}

.bx-edit:before {
  content: "îª¿";
}

.bx-edit-alt:before {
  content: "î«€";
}

.bx-envelope:before {
  content: "î«";
}

.bx-envelope-open:before {
  content: "î«‚";
}

.bx-equalizer:before {
  content: "î«ƒ";
}

.bx-eraser:before {
  content: "î«„";
}

.bx-error:before {
  content: "î«…";
}

.bx-error-alt:before {
  content: "î«†";
}

.bx-error-circle:before {
  content: "î«‡";
}

.bx-euro:before {
  content: "î«ˆ";
}

.bx-exclude:before {
  content: "î«‰";
}

.bx-exit:before {
  content: "î«Š";
}

.bx-exit-fullscreen:before {
  content: "î«‹";
}

.bx-expand:before {
  content: "î«Œ";
}

.bx-expand-alt:before {
  content: "î«";
}

.bx-export:before {
  content: "î«Ž";
}

.bx-extension:before {
  content: "î«";
}

.bx-face:before {
  content: "î«";
}

.bx-fast-forward:before {
  content: "î«‘";
}

.bx-fast-forward-circle:before {
  content: "î«’";
}

.bx-female:before {
  content: "î«“";
}

.bx-female-sign:before {
  content: "î«”";
}

.bx-file:before {
  content: "î«•";
}

.bx-file-blank:before {
  content: "î«–";
}

.bx-file-find:before {
  content: "î«—";
}

.bx-film:before {
  content: "î«˜";
}

.bx-filter:before {
  content: "î«™";
}

.bx-filter-alt:before {
  content: "î«š";
}

.bx-fingerprint:before {
  content: "î«›";
}

.bx-first-aid:before {
  content: "î«œ";
}

.bx-first-page:before {
  content: "î«";
}

.bx-flag:before {
  content: "î«ž";
}

.bx-folder:before {
  content: "î«Ÿ";
}

.bx-folder-minus:before {
  content: "î« ";
}

.bx-folder-open:before {
  content: "î«¡";
}

.bx-folder-plus:before {
  content: "î«¢";
}

.bx-font:before {
  content: "î«£";
}

.bx-font-color:before {
  content: "î«¤";
}

.bx-font-family:before {
  content: "î«¥";
}

.bx-font-size:before {
  content: "î«¦";
}

.bx-food-menu:before {
  content: "î«§";
}

.bx-food-tag:before {
  content: "î«¨";
}

.bx-football:before {
  content: "î«©";
}

.bx-fridge:before {
  content: "î«ª";
}

.bx-fullscreen:before {
  content: "î««";
}

.bx-game:before {
  content: "î«¬";
}

.bx-gas-pump:before {
  content: "î«­";
}

.bx-ghost:before {
  content: "î«®";
}

.bx-gift:before {
  content: "î«¯";
}

.bx-git-branch:before {
  content: "î«°";
}

.bx-git-commit:before {
  content: "î«±";
}

.bx-git-compare:before {
  content: "î«²";
}

.bx-git-merge:before {
  content: "î«³";
}

.bx-git-pull-request:before {
  content: "î«´";
}

.bx-git-repo-forked:before {
  content: "î«µ";
}

.bx-glasses:before {
  content: "î«¶";
}

.bx-glasses-alt:before {
  content: "î«·";
}

.bx-globe:before {
  content: "î«¸";
}

.bx-globe-alt:before {
  content: "î«¹";
}

.bx-grid:before {
  content: "î«º";
}

.bx-grid-alt:before {
  content: "î«»";
}

.bx-grid-horizontal:before {
  content: "î«¼";
}

.bx-grid-small:before {
  content: "î«½";
}

.bx-grid-vertical:before {
  content: "î«¾";
}

.bx-group:before {
  content: "î«¿";
}

.bx-handicap:before {
  content: "î¬€";
}

.bx-happy:before {
  content: "î¬";
}

.bx-happy-alt:before {
  content: "î¬‚";
}

.bx-happy-beaming:before {
  content: "î¬ƒ";
}

.bx-happy-heart-eyes:before {
  content: "î¬„";
}

.bx-hash:before {
  content: "î¬…";
}

.bx-hdd:before {
  content: "î¬†";
}

.bx-heading:before {
  content: "î¬‡";
}

.bx-headphone:before {
  content: "î¬ˆ";
}

.bx-health:before {
  content: "î¬‰";
}

.bx-heart:before {
  content: "î¬Š";
}

.bx-heart-circle:before {
  content: "î¬‹";
}

.bx-heart-square:before {
  content: "î¬Œ";
}

.bx-help-circle:before {
  content: "î¬";
}

.bx-hide:before {
  content: "î¬Ž";
}

.bx-highlight:before {
  content: "î¬";
}

.bx-history:before {
  content: "î¬";
}

.bx-hive:before {
  content: "î¬‘";
}

.bx-home:before {
  content: "î¬’";
}

.bx-home-alt:before {
  content: "î¬“";
}

.bx-home-circle:before {
  content: "î¬”";
}

.bx-home-heart:before {
  content: "î¬•";
}

.bx-home-smile:before {
  content: "î¬–";
}

.bx-horizontal-center:before {
  content: "î¬—";
}

.bx-hotel:before {
  content: "î¬˜";
}

.bx-hourglass:before {
  content: "î¬™";
}

.bx-id-card:before {
  content: "î¬š";
}

.bx-image:before {
  content: "î¬›";
}

.bx-image-add:before {
  content: "î¬œ";
}

.bx-image-alt:before {
  content: "î¬";
}

.bx-images:before {
  content: "î¬ž";
}

.bx-import:before {
  content: "î¬Ÿ";
}

.bx-infinite:before {
  content: "î¬ ";
}

.bx-info-circle:before {
  content: "î¬¡";
}

.bx-info-square:before {
  content: "î¬¢";
}

.bx-intersect:before {
  content: "î¬£";
}

.bx-italic:before {
  content: "î¬¤";
}

.bx-joystick:before {
  content: "î¬¥";
}

.bx-joystick-alt:before {
  content: "î¬¦";
}

.bx-joystick-button:before {
  content: "î¬§";
}

.bx-key:before {
  content: "î¬¨";
}

.bx-label:before {
  content: "î¬©";
}

.bx-landscape:before {
  content: "î¬ª";
}

.bx-laptop:before {
  content: "î¬«";
}

.bx-last-page:before {
  content: "î¬¬";
}

.bx-laugh:before {
  content: "î¬­";
}

.bx-layer:before {
  content: "î¬®";
}

.bx-layer-minus:before {
  content: "î¬¯";
}

.bx-layer-plus:before {
  content: "î¬°";
}

.bx-layout:before {
  content: "î¬±";
}

.bx-left-arrow:before {
  content: "î¬²";
}

.bx-left-arrow-alt:before {
  content: "î¬³";
}

.bx-left-arrow-circle:before {
  content: "î¬´";
}

.bx-left-down-arrow-circle:before {
  content: "î¬µ";
}

.bx-left-indent:before {
  content: "î¬¶";
}

.bx-left-top-arrow-circle:before {
  content: "î¬·";
}

.bx-library:before {
  content: "î¬¸";
}

.bx-like:before {
  content: "î¬¹";
}

.bx-line-chart:before {
  content: "î¬º";
}

.bx-line-chart-down:before {
  content: "î¬»";
}

.bx-link:before {
  content: "î¬¼";
}

.bx-link-alt:before {
  content: "î¬½";
}

.bx-link-external:before {
  content: "î¬¾";
}

.bx-lira:before {
  content: "î¬¿";
}

.bx-list-check:before {
  content: "î­€";
}

.bx-list-minus:before {
  content: "î­";
}

.bx-list-ol:before {
  content: "î­‚";
}

.bx-list-plus:before {
  content: "î­ƒ";
}

.bx-list-ul:before {
  content: "î­„";
}

.bx-loader:before {
  content: "î­…";
}

.bx-loader-alt:before {
  content: "î­†";
}

.bx-loader-circle:before {
  content: "î­‡";
}

.bx-location-plus:before {
  content: "î­ˆ";
}

.bx-lock:before {
  content: "î­‰";
}

.bx-lock-alt:before {
  content: "î­Š";
}

.bx-lock-open:before {
  content: "î­‹";
}

.bx-lock-open-alt:before {
  content: "î­Œ";
}

.bx-log-in:before {
  content: "î­";
}

.bx-log-in-circle:before {
  content: "î­Ž";
}

.bx-log-out:before {
  content: "î­";
}

.bx-log-out-circle:before {
  content: "î­";
}

.bx-low-vision:before {
  content: "î­‘";
}

.bx-magnet:before {
  content: "î­’";
}

.bx-mail-send:before {
  content: "î­“";
}

.bx-male:before {
  content: "î­”";
}

.bx-male-sign:before {
  content: "î­•";
}

.bx-map:before {
  content: "î­–";
}

.bx-map-alt:before {
  content: "î­—";
}

.bx-map-pin:before {
  content: "î­˜";
}

.bx-mask:before {
  content: "î­™";
}

.bx-medal:before {
  content: "î­š";
}

.bx-meh:before {
  content: "î­›";
}

.bx-meh-alt:before {
  content: "î­œ";
}

.bx-meh-blank:before {
  content: "î­";
}

.bx-memory-card:before {
  content: "î­ž";
}

.bx-menu:before {
  content: "î­Ÿ";
}

.bx-menu-alt-left:before {
  content: "î½›";
}

.bx-menu-alt-right:before {
  content: "î­¡";
}

.bx-merge:before {
  content: "î­¢";
}

.bx-message:before {
  content: "î­£";
}

.bx-message-add:before {
  content: "î­¤";
}

.bx-message-alt:before {
  content: "î­¥";
}

.bx-message-alt-add:before {
  content: "î­¦";
}

.bx-message-alt-check:before {
  content: "î­§";
}

.bx-message-alt-detail:before {
  content: "î­¨";
}

.bx-message-alt-dots:before {
  content: "î­©";
}

.bx-message-alt-edit:before {
  content: "î­ª";
}

.bx-message-alt-error:before {
  content: "î­«";
}

.bx-message-alt-minus:before {
  content: "î­¬";
}

.bx-message-alt-x:before {
  content: "î­­";
}

.bx-message-check:before {
  content: "î­®";
}

.bx-message-detail:before {
  content: "î­¯";
}

.bx-message-dots:before {
  content: "î­°";
}

.bx-message-edit:before {
  content: "î­±";
}

.bx-message-error:before {
  content: "î­²";
}

.bx-message-minus:before {
  content: "î­³";
}

.bx-message-rounded:before {
  content: "î­´";
}

.bx-message-rounded-add:before {
  content: "î­µ";
}

.bx-message-rounded-check:before {
  content: "î­¶";
}

.bx-message-rounded-detail:before {
  content: "î­·";
}

.bx-message-rounded-dots:before {
  content: "î­¸";
}

.bx-message-rounded-edit:before {
  content: "î½œ";
}

.bx-message-rounded-error:before {
  content: "î­º";
}

.bx-message-rounded-minus:before {
  content: "î­»";
}

.bx-message-rounded-x:before {
  content: "î­¼";
}

.bx-message-square:before {
  content: "î­½";
}

.bx-message-square-add:before {
  content: "î­¾";
}

.bx-message-square-check:before {
  content: "î­¿";
}

.bx-message-square-detail:before {
  content: "î®€";
}

.bx-message-square-dots:before {
  content: "î®";
}

.bx-message-square-edit:before {
  content: "î®‚";
}

.bx-message-square-error:before {
  content: "î®ƒ";
}

.bx-message-square-minus:before {
  content: "î®„";
}

.bx-message-square-x:before {
  content: "î®…";
}

.bx-message-x:before {
  content: "î®†";
}

.bx-meteor:before {
  content: "î®‡";
}

.bx-microchip:before {
  content: "î®ˆ";
}

.bx-microphone:before {
  content: "î®‰";
}

.bx-microphone-off:before {
  content: "î®Š";
}

.bx-minus:before {
  content: "î®‹";
}

.bx-minus-back:before {
  content: "î®Œ";
}

.bx-minus-circle:before {
  content: "î®";
}

.bx-minus-front:before {
  content: "î®Ž";
}

.bx-mobile:before {
  content: "î®";
}

.bx-mobile-alt:before {
  content: "î®";
}

.bx-mobile-landscape:before {
  content: "î®‘";
}

.bx-mobile-vibration:before {
  content: "î½";
}

.bx-money:before {
  content: "î®“";
}

.bx-moon:before {
  content: "î®”";
}

.bx-mouse:before {
  content: "î®•";
}

.bx-mouse-alt:before {
  content: "î®–";
}

.bx-move:before {
  content: "î®—";
}

.bx-move-horizontal:before {
  content: "î®˜";
}

.bx-move-vertical:before {
  content: "î®™";
}

.bx-movie:before {
  content: "î®š";
}

.bx-movie-play:before {
  content: "î®›";
}

.bx-music:before {
  content: "î®œ";
}

.bx-navigation:before {
  content: "î®";
}

.bx-network-chart:before {
  content: "î®ž";
}

.bx-news:before {
  content: "î®Ÿ";
}

.bx-no-entry:before {
  content: "î® ";
}

.bx-note:before {
  content: "î®¡";
}

.bx-notepad:before {
  content: "î®¢";
}

.bx-notification:before {
  content: "î®£";
}

.bx-notification-off:before {
  content: "î®¤";
}

.bx-outline:before {
  content: "î®¥";
}

.bx-package:before {
  content: "î®¦";
}

.bx-paint:before {
  content: "î®§";
}

.bx-paint-roll:before {
  content: "î®¨";
}

.bx-palette:before {
  content: "î®©";
}

.bx-paperclip:before {
  content: "î®ª";
}

.bx-paper-plane:before {
  content: "î½¡";
}

.bx-paragraph:before {
  content: "î®¬";
}

.bx-paste:before {
  content: "î®­";
}

.bx-pause:before {
  content: "î®®";
}

.bx-pause-circle:before {
  content: "î®¯";
}

.bx-pen:before {
  content: "î®°";
}

.bx-pencil:before {
  content: "î®±";
}

.bx-phone:before {
  content: "î®²";
}

.bx-phone-call:before {
  content: "î®³";
}

.bx-phone-incoming:before {
  content: "î®´";
}

.bx-phone-off:before {
  content: "î®µ";
}

.bx-phone-outgoing:before {
  content: "î®¶";
}

.bx-photo-album:before {
  content: "î®·";
}

.bx-pie-chart:before {
  content: "î®¸";
}

.bx-pie-chart-alt:before {
  content: "î®¹";
}

.bx-pie-chart-alt-2:before {
  content: "î®º";
}

.bx-pin:before {
  content: "î®»";
}

.bx-planet:before {
  content: "î®¼";
}

.bx-play:before {
  content: "î®½";
}

.bx-play-circle:before {
  content: "î®¾";
}

.bx-plug:before {
  content: "î®¿";
}

.bx-plus:before {
  content: "î¯€";
}

.bx-plus-circle:before {
  content: "î¯";
}

.bx-plus-medical:before {
  content: "î¯‚";
}

.bx-podcast:before {
  content: "î¯ƒ";
}

.bx-pointer:before {
  content: "î½ž";
}

.bx-poll:before {
  content: "î¯…";
}

.bx-polygon:before {
  content: "î¯†";
}

.bx-pound:before {
  content: "î¯‡";
}

.bx-power-off:before {
  content: "î¯ˆ";
}

.bx-printer:before {
  content: "î¯‰";
}

.bx-pulse:before {
  content: "î¯Š";
}

.bx-purchase-tag:before {
  content: "î¯‹";
}

.bx-purchase-tag-alt:before {
  content: "î¯Œ";
}

.bx-pyramid:before {
  content: "î¯";
}

.bx-qr:before {
  content: "î¯Ž";
}

.bx-qr-scan:before {
  content: "î¯";
}

.bx-question-mark:before {
  content: "î¯";
}

.bx-radar:before {
  content: "î¯‘";
}

.bx-radio:before {
  content: "î¯’";
}

.bx-radio-circle:before {
  content: "î¯“";
}

.bx-radio-circle-marked:before {
  content: "î¯”";
}

.bx-receipt:before {
  content: "î¯•";
}

.bx-rectangle:before {
  content: "î¯–";
}

.bx-recycle:before {
  content: "î¯—";
}

.bx-redo:before {
  content: "î¯˜";
}

.bx-refresh:before {
  content: "î¯™";
}

.bx-registered:before {
  content: "î¯š";
}

.bx-rename:before {
  content: "î¯›";
}

.bx-repeat:before {
  content: "î¯œ";
}

.bx-reply:before {
  content: "î½Ÿ";
}

.bx-reply-all:before {
  content: "î¯ž";
}

.bx-repost:before {
  content: "î¯Ÿ";
}

.bx-reset:before {
  content: "î¯ ";
}

.bx-restaurant:before {
  content: "î¯¡";
}

.bx-revision:before {
  content: "î¯¢";
}

.bx-rewind:before {
  content: "î¯£";
}

.bx-rewind-circle:before {
  content: "î¯¤";
}

.bx-right-arrow:before {
  content: "î¯¥";
}

.bx-right-arrow-alt:before {
  content: "î¯¦";
}

.bx-right-arrow-circle:before {
  content: "î¯§";
}

.bx-right-down-arrow-circle:before {
  content: "î¯¨";
}

.bx-right-indent:before {
  content: "î¯©";
}

.bx-right-top-arrow-circle:before {
  content: "î¯ª";
}

.bx-rocket:before {
  content: "î¯«";
}

.bx-rotate-left:before {
  content: "î¯¬";
}

.bx-rotate-right:before {
  content: "î¯­";
}

.bx-rss:before {
  content: "î¯®";
}

.bx-ruble:before {
  content: "î¯¯";
}

.bx-ruler:before {
  content: "î¯°";
}

.bx-run:before {
  content: "î¯±";
}

.bx-rupee:before {
  content: "î¯²";
}

.bx-sad:before {
  content: "î¯³";
}

.bx-save:before {
  content: "î¯´";
}

.bx-scan:before {
  content: "î¯µ";
}

.bx-screenshot:before {
  content: "î½ ";
}

.bx-search:before {
  content: "î¯·";
}

.bx-search-alt:before {
  content: "î¯¸";
}

.bx-search-alt-2:before {
  content: "î¯¹";
}

.bx-selection:before {
  content: "î¯º";
}

.bx-select-multiple:before {
  content: "î¯»";
}

.bx-send:before {
  content: "î¯¼";
}

.bx-server:before {
  content: "î¯½";
}

.bx-shape-circle:before {
  content: "î¯¾";
}

.bx-shape-polygon:before {
  content: "î¯¿";
}

.bx-shape-square:before {
  content: "î°€";
}

.bx-shape-triangle:before {
  content: "î°";
}

.bx-share:before {
  content: "î°‚";
}

.bx-share-alt:before {
  content: "î°ƒ";
}

.bx-shekel:before {
  content: "î°„";
}

.bx-shield:before {
  content: "î°…";
}

.bx-shield-alt:before {
  content: "î°†";
}

.bx-shield-alt-2:before {
  content: "î°‡";
}

.bx-shield-quarter:before {
  content: "î°ˆ";
}

.bx-shield-x:before {
  content: "î°‰";
}

.bx-shocked:before {
  content: "î°Š";
}

.bx-shopping-bag:before {
  content: "î°‹";
}

.bx-show:before {
  content: "î°Œ";
}

.bx-show-alt:before {
  content: "î°";
}

.bx-shuffle:before {
  content: "î°Ž";
}

.bx-sidebar:before {
  content: "î°";
}

.bx-sitemap:before {
  content: "î°";
}

.bx-skip-next:before {
  content: "î°‘";
}

.bx-skip-next-circle:before {
  content: "î°’";
}

.bx-skip-previous:before {
  content: "î°“";
}

.bx-skip-previous-circle:before {
  content: "î°”";
}

.bx-sleepy:before {
  content: "î°•";
}

.bx-slider:before {
  content: "î°–";
}

.bx-slider-alt:before {
  content: "î°—";
}

.bx-slideshow:before {
  content: "î°˜";
}

.bx-smile:before {
  content: "î°™";
}

.bx-sort:before {
  content: "î°š";
}

.bx-sort-alt-2:before {
  content: "î°›";
}

.bx-sort-a-z:before {
  content: "î°œ";
}

.bx-sort-down:before {
  content: "î°";
}

.bx-sort-up:before {
  content: "î°ž";
}

.bx-sort-z-a:before {
  content: "î°Ÿ";
}

.bx-spa:before {
  content: "î° ";
}

.bx-space-bar:before {
  content: "î°¡";
}

.bx-speaker:before {
  content: "î°¢";
}

.bx-spray-can:before {
  content: "î°£";
}

.bx-spreadsheet:before {
  content: "î°¤";
}

.bx-square:before {
  content: "î°¥";
}

.bx-square-rounded:before {
  content: "î°¦";
}

.bx-star:before {
  content: "î°§";
}

.bx-station:before {
  content: "î°¨";
}

.bx-stats:before {
  content: "î°©";
}

.bx-sticker:before {
  content: "î°ª";
}

.bx-stop:before {
  content: "î°«";
}

.bx-stop-circle:before {
  content: "î°¬";
}

.bx-stopwatch:before {
  content: "î°­";
}

.bx-store:before {
  content: "î°®";
}

.bx-store-alt:before {
  content: "î°¯";
}

.bx-street-view:before {
  content: "î°°";
}

.bx-strikethrough:before {
  content: "î°±";
}

.bx-subdirectory-left:before {
  content: "î°²";
}

.bx-subdirectory-right:before {
  content: "î°³";
}

.bx-sun:before {
  content: "î°´";
}

.bx-support:before {
  content: "î°µ";
}

.bx-swim:before {
  content: "î°¶";
}

.bx-sync:before {
  content: "î°·";
}

.bx-tab:before {
  content: "î°¸";
}

.bx-table:before {
  content: "î°¹";
}

.bx-tachometer:before {
  content: "î°º";
}

.bx-tag:before {
  content: "î°»";
}

.bx-tag-alt:before {
  content: "î°¼";
}

.bx-target-lock:before {
  content: "î°½";
}

.bx-task:before {
  content: "î°¾";
}

.bx-task-x:before {
  content: "î°¿";
}

.bx-taxi:before {
  content: "î±€";
}

.bx-tennis-ball:before {
  content: "î±";
}

.bx-terminal:before {
  content: "î±‚";
}

.bx-test-tube:before {
  content: "î±ƒ";
}

.bx-text:before {
  content: "î±„";
}

.bx-time:before {
  content: "î±…";
}

.bx-time-five:before {
  content: "î±†";
}

.bx-timer:before {
  content: "î±‡";
}

.bx-tired:before {
  content: "î±ˆ";
}

.bx-toggle-left:before {
  content: "î±‰";
}

.bx-toggle-right:before {
  content: "î±Š";
}

.bx-tone:before {
  content: "î±‹";
}

.bx-traffic-cone:before {
  content: "î±Œ";
}

.bx-train:before {
  content: "î±";
}

.bx-transfer:before {
  content: "î±Ž";
}

.bx-transfer-alt:before {
  content: "î±";
}

.bx-trash:before {
  content: "î±";
}

.bx-trash-alt:before {
  content: "î±‘";
}

.bx-trending-down:before {
  content: "î±’";
}

.bx-trending-up:before {
  content: "î±“";
}

.bx-trim:before {
  content: "î±”";
}

.bx-trip:before {
  content: "î±•";
}

.bx-trophy:before {
  content: "î±–";
}

.bx-tv:before {
  content: "î±—";
}

.bx-underline:before {
  content: "î±˜";
}

.bx-undo:before {
  content: "î±™";
}

.bx-unite:before {
  content: "î±š";
}

.bx-unlink:before {
  content: "î±›";
}

.bx-up-arrow:before {
  content: "î±œ";
}

.bx-up-arrow-alt:before {
  content: "î±";
}

.bx-up-arrow-circle:before {
  content: "î±ž";
}

.bx-upload:before {
  content: "î±Ÿ";
}

.bx-upside-down:before {
  content: "î± ";
}

.bx-upvote:before {
  content: "î±¡";
}

.bx-usb:before {
  content: "î±¢";
}

.bx-user:before {
  content: "î±£";
}

.bx-user-check:before {
  content: "î±¤";
}

.bx-user-circle:before {
  content: "î±¥";
}

.bx-user-minus:before {
  content: "î±¦";
}

.bx-user-pin:before {
  content: "î±§";
}

.bx-user-plus:before {
  content: "î±¨";
}

.bx-user-voice:before {
  content: "î±©";
}

.bx-user-x:before {
  content: "î±ª";
}

.bx-vector:before {
  content: "î±«";
}

.bx-vertical-center:before {
  content: "î±¬";
}

.bx-vial:before {
  content: "î±­";
}

.bx-video:before {
  content: "î±®";
}

.bx-video-off:before {
  content: "î±¯";
}

.bx-video-plus:before {
  content: "î±°";
}

.bx-video-recording:before {
  content: "î±±";
}

.bx-voicemail:before {
  content: "î±²";
}

.bx-volume:before {
  content: "î±³";
}

.bx-volume-full:before {
  content: "î±´";
}

.bx-volume-low:before {
  content: "î±µ";
}

.bx-volume-mute:before {
  content: "î±¶";
}

.bx-walk:before {
  content: "î±·";
}

.bx-wallet:before {
  content: "î±¸";
}

.bx-wallet-alt:before {
  content: "î±¹";
}

.bx-water:before {
  content: "î±º";
}

.bx-webcam:before {
  content: "î±»";
}

.bx-wifi:before {
  content: "î±¼";
}

.bx-wifi-0:before {
  content: "î±½";
}

.bx-wifi-1:before {
  content: "î±¾";
}

.bx-wifi-2:before {
  content: "î±¿";
}

.bx-wifi-off:before {
  content: "î²€";
}

.bx-wind:before {
  content: "î²";
}

.bx-window:before {
  content: "î²‚";
}

.bx-window-alt:before {
  content: "î²ƒ";
}

.bx-window-close:before {
  content: "î²„";
}

.bx-window-open:before {
  content: "î²…";
}

.bx-windows:before {
  content: "î²†";
}

.bx-wine:before {
  content: "î²‡";
}

.bx-wink-smile:before {
  content: "î²ˆ";
}

.bx-wink-tongue:before {
  content: "î²‰";
}

.bx-won:before {
  content: "î²Š";
}

.bx-world:before {
  content: "î²‹";
}

.bx-wrench:before {
  content: "î²Œ";
}

.bx-x:before {
  content: "î²";
}

.bx-x-circle:before {
  content: "î²Ž";
}

.bx-yen:before {
  content: "î²";
}

.bx-zoom-in:before {
  content: "î²";
}

.bx-zoom-out:before {
  content: "î²‘";
}

.bxs-party:before {
  content: "î²’";
}

.bxs-hot:before {
  content: "î²“";
}

.bxs-droplet:before {
  content: "î²”";
}

.bxs-cat:before {
  content: "î²•";
}

.bxs-dog:before {
  content: "î²–";
}

.bxs-injection:before {
  content: "î²—";
}

.bxs-leaf:before {
  content: "î²˜";
}

.bxs-add-to-queue:before {
  content: "î²™";
}

.bxs-adjust:before {
  content: "î²š";
}

.bxs-adjust-alt:before {
  content: "î²›";
}

.bxs-alarm:before {
  content: "î²œ";
}

.bxs-alarm-add:before {
  content: "î²";
}

.bxs-alarm-exclamation:before {
  content: "î²ž";
}

.bxs-alarm-off:before {
  content: "î²Ÿ";
}

.bxs-alarm-snooze:before {
  content: "î² ";
}

.bxs-album:before {
  content: "î²¡";
}

.bxs-ambulance:before {
  content: "î²¢";
}

.bxs-analyse:before {
  content: "î²£";
}

.bxs-angry:before {
  content: "î²¤";
}

.bxs-arch:before {
  content: "î²¥";
}

.bxs-archive:before {
  content: "î²¦";
}

.bxs-archive-in:before {
  content: "î²§";
}

.bxs-archive-out:before {
  content: "î²¨";
}

.bxs-area:before {
  content: "î²©";
}

.bxs-arrow-from-bottom:before {
  content: "î²ª";
}

.bxs-arrow-from-left:before {
  content: "î²«";
}

.bxs-arrow-from-right:before {
  content: "î²¬";
}

.bxs-arrow-from-top:before {
  content: "î²­";
}

.bxs-arrow-to-bottom:before {
  content: "î²®";
}

.bxs-arrow-to-left:before {
  content: "î²¯";
}

.bxs-arrow-to-right:before {
  content: "î²°";
}

.bxs-arrow-to-top:before {
  content: "î²±";
}

.bxs-award:before {
  content: "î²²";
}

.bxs-baby-carriage:before {
  content: "î²³";
}

.bxs-backpack:before {
  content: "î²´";
}

.bxs-badge:before {
  content: "î²µ";
}

.bxs-badge-check:before {
  content: "î²¶";
}

.bxs-badge-dollar:before {
  content: "î²·";
}

.bxs-ball:before {
  content: "î²¸";
}

.bxs-band-aid:before {
  content: "î²¹";
}

.bxs-bank:before {
  content: "î²º";
}

.bxs-bar-chart-alt-2:before {
  content: "î²»";
}

.bxs-bar-chart-square:before {
  content: "î²¼";
}

.bxs-barcode:before {
  content: "î²½";
}

.bxs-baseball:before {
  content: "î²¾";
}

.bxs-basket:before {
  content: "î²¿";
}

.bxs-basketball:before {
  content: "î³€";
}

.bxs-bath:before {
  content: "î³";
}

.bxs-battery:before {
  content: "î³‚";
}

.bxs-battery-charging:before {
  content: "î³ƒ";
}

.bxs-battery-full:before {
  content: "î³„";
}

.bxs-battery-low:before {
  content: "î³…";
}

.bxs-bed:before {
  content: "î³†";
}

.bxs-been-here:before {
  content: "î³‡";
}

.bxs-beer:before {
  content: "î³ˆ";
}

.bxs-bell:before {
  content: "î³‰";
}

.bxs-bell-minus:before {
  content: "î³Š";
}

.bxs-bell-off:before {
  content: "î³‹";
}

.bxs-bell-plus:before {
  content: "î³Œ";
}

.bxs-bell-ring:before {
  content: "î³";
}

.bxs-bible:before {
  content: "î³Ž";
}

.bxs-binoculars:before {
  content: "î³";
}

.bxs-blanket:before {
  content: "î³";
}

.bxs-bolt:before {
  content: "î³‘";
}

.bxs-bolt-circle:before {
  content: "î³’";
}

.bxs-bomb:before {
  content: "î³“";
}

.bxs-bone:before {
  content: "î³”";
}

.bxs-bong:before {
  content: "î³•";
}

.bxs-book:before {
  content: "î³–";
}

.bxs-book-add:before {
  content: "î³—";
}

.bxs-book-alt:before {
  content: "î³˜";
}

.bxs-book-bookmark:before {
  content: "î³™";
}

.bxs-book-content:before {
  content: "î³š";
}

.bxs-book-heart:before {
  content: "î³›";
}

.bxs-bookmark:before {
  content: "î³œ";
}

.bxs-bookmark-alt:before {
  content: "î³";
}

.bxs-bookmark-alt-minus:before {
  content: "î³ž";
}

.bxs-bookmark-alt-plus:before {
  content: "î³Ÿ";
}

.bxs-bookmark-heart:before {
  content: "î³ ";
}

.bxs-bookmark-minus:before {
  content: "î³¡";
}

.bxs-bookmark-plus:before {
  content: "î³¢";
}

.bxs-bookmarks:before {
  content: "î³£";
}

.bxs-bookmark-star:before {
  content: "î³¤";
}

.bxs-book-open:before {
  content: "î³¥";
}

.bxs-book-reader:before {
  content: "î³¦";
}

.bxs-bot:before {
  content: "î³§";
}

.bxs-bowling-ball:before {
  content: "î³¨";
}

.bxs-box:before {
  content: "î³©";
}

.bxs-brain:before {
  content: "î³ª";
}

.bxs-briefcase:before {
  content: "î³«";
}

.bxs-briefcase-alt:before {
  content: "î³¬";
}

.bxs-briefcase-alt-2:before {
  content: "î³­";
}

.bxs-brightness:before {
  content: "î³®";
}

.bxs-brightness-half:before {
  content: "î³¯";
}

.bxs-brush:before {
  content: "î³°";
}

.bxs-brush-alt:before {
  content: "î³±";
}

.bxs-bug:before {
  content: "î³²";
}

.bxs-bug-alt:before {
  content: "î³³";
}

.bxs-building:before {
  content: "î³´";
}

.bxs-building-house:before {
  content: "î³µ";
}

.bxs-buildings:before {
  content: "î³¶";
}

.bxs-bulb:before {
  content: "î³·";
}

.bxs-bullseye:before {
  content: "î³¸";
}

.bxs-buoy:before {
  content: "î³¹";
}

.bxs-bus:before {
  content: "î³º";
}

.bxs-business:before {
  content: "î³»";
}

.bxs-bus-school:before {
  content: "î³¼";
}

.bxs-cabinet:before {
  content: "î³½";
}

.bxs-cake:before {
  content: "î³¾";
}

.bxs-calculator:before {
  content: "î³¿";
}

.bxs-calendar:before {
  content: "î´€";
}

.bxs-calendar-alt:before {
  content: "î´";
}

.bxs-calendar-check:before {
  content: "î´‚";
}

.bxs-calendar-edit:before {
  content: "î´ƒ";
}

.bxs-calendar-event:before {
  content: "î´„";
}

.bxs-calendar-exclamation:before {
  content: "î´…";
}

.bxs-calendar-heart:before {
  content: "î´†";
}

.bxs-calendar-minus:before {
  content: "î´‡";
}

.bxs-calendar-plus:before {
  content: "î´ˆ";
}

.bxs-calendar-star:before {
  content: "î´‰";
}

.bxs-calendar-week:before {
  content: "î´Š";
}

.bxs-calendar-x:before {
  content: "î´‹";
}

.bxs-camera:before {
  content: "î´Œ";
}

.bxs-camera-home:before {
  content: "î´";
}

.bxs-camera-movie:before {
  content: "î´Ž";
}

.bxs-camera-off:before {
  content: "î´";
}

.bxs-camera-plus:before {
  content: "î´";
}

.bxs-capsule:before {
  content: "î´‘";
}

.bxs-captions:before {
  content: "î´’";
}

.bxs-car:before {
  content: "î´“";
}

.bxs-car-battery:before {
  content: "î´”";
}

.bxs-car-crash:before {
  content: "î´•";
}

.bxs-card:before {
  content: "î´–";
}

.bxs-caret-down-circle:before {
  content: "î´—";
}

.bxs-caret-down-square:before {
  content: "î´˜";
}

.bxs-caret-left-circle:before {
  content: "î´™";
}

.bxs-caret-left-square:before {
  content: "î´š";
}

.bxs-caret-right-circle:before {
  content: "î´›";
}

.bxs-caret-right-square:before {
  content: "î´œ";
}

.bxs-caret-up-circle:before {
  content: "î´";
}

.bxs-caret-up-square:before {
  content: "î´ž";
}

.bxs-car-garage:before {
  content: "î´Ÿ";
}

.bxs-car-mechanic:before {
  content: "î´ ";
}

.bxs-carousel:before {
  content: "î´¡";
}

.bxs-cart:before {
  content: "î´¢";
}

.bxs-cart-add:before {
  content: "î´£";
}

.bxs-cart-alt:before {
  content: "î´¤";
}

.bxs-cart-download:before {
  content: "î´¥";
}

.bxs-car-wash:before {
  content: "î´¦";
}

.bxs-category:before {
  content: "î´§";
}

.bxs-category-alt:before {
  content: "î´¨";
}

.bxs-cctv:before {
  content: "î´©";
}

.bxs-certification:before {
  content: "î´ª";
}

.bxs-chalkboard:before {
  content: "î´«";
}

.bxs-chart:before {
  content: "î´¬";
}

.bxs-chat:before {
  content: "î´­";
}

.bxs-checkbox:before {
  content: "î´®";
}

.bxs-checkbox-checked:before {
  content: "î´¯";
}

.bxs-checkbox-minus:before {
  content: "î´°";
}

.bxs-check-circle:before {
  content: "î´±";
}

.bxs-check-shield:before {
  content: "î´²";
}

.bxs-check-square:before {
  content: "î´³";
}

.bxs-chess:before {
  content: "î´´";
}

.bxs-chevron-down:before {
  content: "î´µ";
}

.bxs-chevron-down-circle:before {
  content: "î´¶";
}

.bxs-chevron-down-square:before {
  content: "î´·";
}

.bxs-chevron-left:before {
  content: "î´¸";
}

.bxs-chevron-left-circle:before {
  content: "î´¹";
}

.bxs-chevron-left-square:before {
  content: "î´º";
}

.bxs-chevron-right:before {
  content: "î´»";
}

.bxs-chevron-right-circle:before {
  content: "î´¼";
}

.bxs-chevron-right-square:before {
  content: "î´½";
}

.bxs-chevrons-down:before {
  content: "î´¾";
}

.bxs-chevrons-left:before {
  content: "î´¿";
}

.bxs-chevrons-right:before {
  content: "îµ€";
}

.bxs-chevrons-up:before {
  content: "îµ";
}

.bxs-chevron-up:before {
  content: "îµ‚";
}

.bxs-chevron-up-circle:before {
  content: "îµƒ";
}

.bxs-chevron-up-square:before {
  content: "îµ„";
}

.bxs-chip:before {
  content: "îµ…";
}

.bxs-church:before {
  content: "îµ†";
}

.bxs-circle:before {
  content: "îµ‡";
}

.bxs-city:before {
  content: "îµˆ";
}

.bxs-clinic:before {
  content: "îµ‰";
}

.bxs-cloud:before {
  content: "îµŠ";
}

.bxs-cloud-download:before {
  content: "îµ‹";
}

.bxs-cloud-lightning:before {
  content: "îµŒ";
}

.bxs-cloud-rain:before {
  content: "îµ";
}

.bxs-cloud-upload:before {
  content: "îµŽ";
}

.bxs-coffee:before {
  content: "îµ";
}

.bxs-coffee-alt:before {
  content: "îµ";
}

.bxs-coffee-togo:before {
  content: "îµ‘";
}

.bxs-cog:before {
  content: "îµ’";
}

.bxs-coin:before {
  content: "îµ“";
}

.bxs-coin-stack:before {
  content: "îµ”";
}

.bxs-collection:before {
  content: "îµ•";
}

.bxs-color-fill:before {
  content: "îµ–";
}

.bxs-comment:before {
  content: "îµ—";
}

.bxs-comment-add:before {
  content: "îµ˜";
}

.bxs-comment-check:before {
  content: "îµ™";
}

.bxs-comment-detail:before {
  content: "îµš";
}

.bxs-comment-dots:before {
  content: "îµ›";
}

.bxs-comment-edit:before {
  content: "îµœ";
}

.bxs-comment-error:before {
  content: "îµ";
}

.bxs-comment-minus:before {
  content: "îµž";
}

.bxs-comment-x:before {
  content: "îµŸ";
}

.bxs-compass:before {
  content: "îµ ";
}

.bxs-component:before {
  content: "îµ¡";
}

.bxs-confused:before {
  content: "îµ¢";
}

.bxs-contact:before {
  content: "îµ£";
}

.bxs-conversation:before {
  content: "îµ¤";
}

.bxs-cookie:before {
  content: "îµ¥";
}

.bxs-cool:before {
  content: "îµ¦";
}

.bxs-copy:before {
  content: "îµ§";
}

.bxs-copy-alt:before {
  content: "îµ¨";
}

.bxs-copyright:before {
  content: "îµ©";
}

.bxs-coupon:before {
  content: "îµª";
}

.bxs-credit-card:before {
  content: "îµ«";
}

.bxs-credit-card-alt:before {
  content: "îµ¬";
}

.bxs-credit-card-front:before {
  content: "îµ­";
}

.bxs-crop:before {
  content: "îµ®";
}

.bxs-crown:before {
  content: "îµ¯";
}

.bxs-cube:before {
  content: "îµ°";
}

.bxs-cube-alt:before {
  content: "îµ±";
}

.bxs-cuboid:before {
  content: "îµ²";
}

.bxs-customize:before {
  content: "îµ³";
}

.bxs-cylinder:before {
  content: "îµ´";
}

.bxs-dashboard:before {
  content: "îµµ";
}

.bxs-data:before {
  content: "îµ¶";
}

.bxs-detail:before {
  content: "îµ·";
}

.bxs-devices:before {
  content: "îµ¸";
}

.bxs-diamond:before {
  content: "îµ¹";
}

.bxs-dice-1:before {
  content: "îµº";
}

.bxs-dice-2:before {
  content: "îµ»";
}

.bxs-dice-3:before {
  content: "îµ¼";
}

.bxs-dice-4:before {
  content: "îµ½";
}

.bxs-dice-5:before {
  content: "îµ¾";
}

.bxs-dice-6:before {
  content: "îµ¿";
}

.bxs-direction-left:before {
  content: "î¶€";
}

.bxs-direction-right:before {
  content: "î¶";
}

.bxs-directions:before {
  content: "î¶‚";
}

.bxs-disc:before {
  content: "î¶ƒ";
}

.bxs-discount:before {
  content: "î¶„";
}

.bxs-dish:before {
  content: "î¶…";
}

.bxs-dislike:before {
  content: "î¶†";
}

.bxs-dizzy:before {
  content: "î¶‡";
}

.bxs-dock-bottom:before {
  content: "î¶ˆ";
}

.bxs-dock-left:before {
  content: "î¶‰";
}

.bxs-dock-right:before {
  content: "î¶Š";
}

.bxs-dock-top:before {
  content: "î¶‹";
}

.bxs-dollar-circle:before {
  content: "î¶Œ";
}

.bxs-donate-blood:before {
  content: "î¶";
}

.bxs-donate-heart:before {
  content: "î¶Ž";
}

.bxs-door-open:before {
  content: "î¶";
}

.bxs-doughnut-chart:before {
  content: "î¶";
}

.bxs-down-arrow:before {
  content: "î¶‘";
}

.bxs-down-arrow-alt:before {
  content: "î¶’";
}

.bxs-down-arrow-circle:before {
  content: "î¶“";
}

.bxs-down-arrow-square:before {
  content: "î¶”";
}

.bxs-download:before {
  content: "î¶•";
}

.bxs-downvote:before {
  content: "î¶–";
}

.bxs-drink:before {
  content: "î¶—";
}

.bxs-droplet-half:before {
  content: "î¶˜";
}

.bxs-dryer:before {
  content: "î¶™";
}

.bxs-duplicate:before {
  content: "î¶š";
}

.bxs-edit:before {
  content: "î¶›";
}

.bxs-edit-alt:before {
  content: "î¶œ";
}

.bxs-edit-location:before {
  content: "î¶";
}

.bxs-eject:before {
  content: "î¶ž";
}

.bxs-envelope:before {
  content: "î¶Ÿ";
}

.bxs-envelope-open:before {
  content: "î¶ ";
}

.bxs-eraser:before {
  content: "î¶¡";
}

.bxs-error:before {
  content: "î¶¢";
}

.bxs-error-alt:before {
  content: "î¶£";
}

.bxs-error-circle:before {
  content: "î¶¤";
}

.bxs-ev-station:before {
  content: "î¶¥";
}

.bxs-exit:before {
  content: "î¶¦";
}

.bxs-extension:before {
  content: "î¶§";
}

.bxs-eyedropper:before {
  content: "î¶¨";
}

.bxs-face:before {
  content: "î¶©";
}

.bxs-face-mask:before {
  content: "î¶ª";
}

.bxs-factory:before {
  content: "î¶«";
}

.bxs-fast-forward-circle:before {
  content: "î¶¬";
}

.bxs-file:before {
  content: "î¶­";
}

.bxs-file-archive:before {
  content: "î¶®";
}

.bxs-file-blank:before {
  content: "î¶¯";
}

.bxs-file-css:before {
  content: "î¶°";
}

.bxs-file-doc:before {
  content: "î¶±";
}

.bxs-file-export:before {
  content: "î¶²";
}

.bxs-file-find:before {
  content: "î¶³";
}

.bxs-file-gif:before {
  content: "î¶´";
}

.bxs-file-html:before {
  content: "î¶µ";
}

.bxs-file-image:before {
  content: "î¶¶";
}

.bxs-file-import:before {
  content: "î¶·";
}

.bxs-file-jpg:before {
  content: "î¶¸";
}

.bxs-file-js:before {
  content: "î¶¹";
}

.bxs-file-json:before {
  content: "î¶º";
}

.bxs-file-md:before {
  content: "î¶»";
}

.bxs-file-pdf:before {
  content: "î¶¼";
}

.bxs-file-plus:before {
  content: "î¶½";
}

.bxs-file-png:before {
  content: "î¶¾";
}

.bxs-file-txt:before {
  content: "î¶¿";
}

.bxs-film:before {
  content: "î·€";
}

.bxs-filter-alt:before {
  content: "î·";
}

.bxs-first-aid:before {
  content: "î·‚";
}

.bxs-flag:before {
  content: "î·ƒ";
}

.bxs-flag-alt:before {
  content: "î·„";
}

.bxs-flag-checkered:before {
  content: "î·…";
}

.bxs-flame:before {
  content: "î·†";
}

.bxs-flask:before {
  content: "î·‡";
}

.bxs-florist:before {
  content: "î·ˆ";
}

.bxs-folder:before {
  content: "î·‰";
}

.bxs-folder-minus:before {
  content: "î·Š";
}

.bxs-folder-open:before {
  content: "î·‹";
}

.bxs-folder-plus:before {
  content: "î·Œ";
}

.bxs-food-menu:before {
  content: "î·";
}

.bxs-fridge:before {
  content: "î·Ž";
}

.bxs-game:before {
  content: "î·";
}

.bxs-gas-pump:before {
  content: "î·";
}

.bxs-ghost:before {
  content: "î·‘";
}

.bxs-gift:before {
  content: "î·’";
}

.bxs-graduation:before {
  content: "î·“";
}

.bxs-grid:before {
  content: "î·”";
}

.bxs-grid-alt:before {
  content: "î·•";
}

.bxs-group:before {
  content: "î·–";
}

.bxs-guitar-amp:before {
  content: "î·—";
}

.bxs-hand:before {
  content: "î·˜";
}

.bxs-hand-down:before {
  content: "î·™";
}

.bxs-hand-left:before {
  content: "î·š";
}

.bxs-hand-right:before {
  content: "î·›";
}

.bxs-hand-up:before {
  content: "î·œ";
}

.bxs-happy:before {
  content: "î·";
}

.bxs-happy-alt:before {
  content: "î·ž";
}

.bxs-happy-beaming:before {
  content: "î·Ÿ";
}

.bxs-happy-heart-eyes:before {
  content: "î· ";
}

.bxs-hdd:before {
  content: "î·¡";
}

.bxs-heart:before {
  content: "î·¢";
}

.bxs-heart-circle:before {
  content: "î·£";
}

.bxs-heart-square:before {
  content: "î·¤";
}

.bxs-help-circle:before {
  content: "î·¥";
}

.bxs-hide:before {
  content: "î·¦";
}

.bxs-home:before {
  content: "î·§";
}

.bxs-home-circle:before {
  content: "î·¨";
}

.bxs-home-heart:before {
  content: "î·©";
}

.bxs-home-smile:before {
  content: "î·ª";
}

.bxs-hotel:before {
  content: "î·«";
}

.bxs-hourglass:before {
  content: "î·¬";
}

.bxs-hourglass-bottom:before {
  content: "î·­";
}

.bxs-hourglass-top:before {
  content: "î·®";
}

.bxs-id-card:before {
  content: "î·¯";
}

.bxs-image:before {
  content: "î·°";
}

.bxs-image-add:before {
  content: "î·±";
}

.bxs-image-alt:before {
  content: "î·²";
}

.bxs-inbox:before {
  content: "î·³";
}

.bxs-info-circle:before {
  content: "î·´";
}

.bxs-info-square:before {
  content: "î·µ";
}

.bxs-institution:before {
  content: "î·¶";
}

.bxs-joystick:before {
  content: "î··";
}

.bxs-joystick-alt:before {
  content: "î·¸";
}

.bxs-joystick-button:before {
  content: "î·¹";
}

.bxs-key:before {
  content: "î·º";
}

.bxs-keyboard:before {
  content: "î·»";
}

.bxs-label:before {
  content: "î·¼";
}

.bxs-landmark:before {
  content: "î·½";
}

.bxs-landscape:before {
  content: "î·¾";
}

.bxs-laugh:before {
  content: "î·¿";
}

.bxs-layer:before {
  content: "î¸€";
}

.bxs-layer-minus:before {
  content: "î¸";
}

.bxs-layer-plus:before {
  content: "î¸‚";
}

.bxs-layout:before {
  content: "î¸ƒ";
}

.bxs-left-arrow:before {
  content: "î¸„";
}

.bxs-left-arrow-alt:before {
  content: "î¸…";
}

.bxs-left-arrow-circle:before {
  content: "î¸†";
}

.bxs-left-arrow-square:before {
  content: "î¸‡";
}

.bxs-left-down-arrow-circle:before {
  content: "î¸ˆ";
}

.bxs-left-top-arrow-circle:before {
  content: "î¸‰";
}

.bxs-like:before {
  content: "î¸Š";
}

.bxs-location-plus:before {
  content: "î¸‹";
}

.bxs-lock:before {
  content: "î¸Œ";
}

.bxs-lock-alt:before {
  content: "î¸";
}

.bxs-lock-open:before {
  content: "î¸Ž";
}

.bxs-lock-open-alt:before {
  content: "î¸";
}

.bxs-log-in:before {
  content: "î¸";
}

.bxs-log-in-circle:before {
  content: "î¸‘";
}

.bxs-log-out:before {
  content: "î¸’";
}

.bxs-log-out-circle:before {
  content: "î¸“";
}

.bxs-low-vision:before {
  content: "î¸”";
}

.bxs-magic-wand:before {
  content: "î¸•";
}

.bxs-magnet:before {
  content: "î¸–";
}

.bxs-map:before {
  content: "î¸—";
}

.bxs-map-alt:before {
  content: "î¸˜";
}

.bxs-map-pin:before {
  content: "î¸™";
}

.bxs-mask:before {
  content: "î¸š";
}

.bxs-medal:before {
  content: "î¸›";
}

.bxs-megaphone:before {
  content: "î¸œ";
}

.bxs-meh:before {
  content: "î¸";
}

.bxs-meh-alt:before {
  content: "î¸ž";
}

.bxs-meh-blank:before {
  content: "î¸Ÿ";
}

.bxs-memory-card:before {
  content: "î¸ ";
}

.bxs-message:before {
  content: "î¸¡";
}

.bxs-message-add:before {
  content: "î¸¢";
}

.bxs-message-alt:before {
  content: "î¸£";
}

.bxs-message-alt-add:before {
  content: "î¸¤";
}

.bxs-message-alt-check:before {
  content: "î¸¥";
}

.bxs-message-alt-detail:before {
  content: "î¸¦";
}

.bxs-message-alt-dots:before {
  content: "î¸§";
}

.bxs-message-alt-edit:before {
  content: "î¸¨";
}

.bxs-message-alt-error:before {
  content: "î¸©";
}

.bxs-message-alt-minus:before {
  content: "î¸ª";
}

.bxs-message-alt-x:before {
  content: "î¸«";
}

.bxs-message-check:before {
  content: "î¸¬";
}

.bxs-message-detail:before {
  content: "î¸­";
}

.bxs-message-dots:before {
  content: "î¸®";
}

.bxs-message-edit:before {
  content: "î¸¯";
}

.bxs-message-error:before {
  content: "î¸°";
}

.bxs-message-minus:before {
  content: "î¸±";
}

.bxs-message-rounded:before {
  content: "î¸²";
}

.bxs-message-rounded-add:before {
  content: "î¸³";
}

.bxs-message-rounded-check:before {
  content: "î¸´";
}

.bxs-message-rounded-detail:before {
  content: "î¸µ";
}

.bxs-message-rounded-dots:before {
  content: "î¸¶";
}

.bxs-message-rounded-edit:before {
  content: "î¸·";
}

.bxs-message-rounded-error:before {
  content: "î¸¸";
}

.bxs-message-rounded-minus:before {
  content: "î¸¹";
}

.bxs-message-rounded-x:before {
  content: "î¸º";
}

.bxs-message-square:before {
  content: "î¸»";
}

.bxs-message-square-add:before {
  content: "î¸¼";
}

.bxs-message-square-check:before {
  content: "î¸½";
}

.bxs-message-square-detail:before {
  content: "î¸¾";
}

.bxs-message-square-dots:before {
  content: "î¸¿";
}

.bxs-message-square-edit:before {
  content: "î¹€";
}

.bxs-message-square-error:before {
  content: "î¹";
}

.bxs-message-square-minus:before {
  content: "î¹‚";
}

.bxs-message-square-x:before {
  content: "î¹ƒ";
}

.bxs-message-x:before {
  content: "î¹„";
}

.bxs-meteor:before {
  content: "î¹…";
}

.bxs-microchip:before {
  content: "î¹†";
}

.bxs-microphone:before {
  content: "î¹‡";
}

.bxs-microphone-alt:before {
  content: "î¹ˆ";
}

.bxs-microphone-off:before {
  content: "î¹‰";
}

.bxs-minus-circle:before {
  content: "î¹Š";
}

.bxs-minus-square:before {
  content: "î¹‹";
}

.bxs-mobile:before {
  content: "î¹Œ";
}

.bxs-mobile-vibration:before {
  content: "î¹";
}

.bxs-moon:before {
  content: "î¹Ž";
}

.bxs-mouse:before {
  content: "î¹";
}

.bxs-mouse-alt:before {
  content: "î¹";
}

.bxs-movie:before {
  content: "î¹‘";
}

.bxs-movie-play:before {
  content: "î¹’";
}

.bxs-music:before {
  content: "î¹“";
}

.bxs-navigation:before {
  content: "î¹”";
}

.bxs-network-chart:before {
  content: "î¹•";
}

.bxs-news:before {
  content: "î¹–";
}

.bxs-no-entry:before {
  content: "î¹—";
}

.bxs-note:before {
  content: "î¹˜";
}

.bxs-notepad:before {
  content: "î¹™";
}

.bxs-notification:before {
  content: "î¹š";
}

.bxs-notification-off:before {
  content: "î¹›";
}

.bxs-offer:before {
  content: "î¹œ";
}

.bxs-package:before {
  content: "î¹";
}

.bxs-paint:before {
  content: "î¹ž";
}

.bxs-paint-roll:before {
  content: "î¹Ÿ";
}

.bxs-palette:before {
  content: "î¹ ";
}

.bxs-paper-plane:before {
  content: "î¹¡";
}

.bxs-parking:before {
  content: "î¹¢";
}

.bxs-paste:before {
  content: "î¹£";
}

.bxs-pen:before {
  content: "î¹¤";
}

.bxs-pencil:before {
  content: "î¹¥";
}

.bxs-phone:before {
  content: "î¹¦";
}

.bxs-phone-call:before {
  content: "î¹§";
}

.bxs-phone-incoming:before {
  content: "î¹¨";
}

.bxs-phone-off:before {
  content: "î¹©";
}

.bxs-phone-outgoing:before {
  content: "î¹ª";
}

.bxs-photo-album:before {
  content: "î¹«";
}

.bxs-piano:before {
  content: "î¹¬";
}

.bxs-pie-chart:before {
  content: "î¹­";
}

.bxs-pie-chart-alt:before {
  content: "î¹®";
}

.bxs-pie-chart-alt-2:before {
  content: "î¹¯";
}

.bxs-pin:before {
  content: "î¹°";
}

.bxs-pizza:before {
  content: "î¹±";
}

.bxs-plane:before {
  content: "î¹²";
}

.bxs-plane-alt:before {
  content: "î¹³";
}

.bxs-plane-land:before {
  content: "î¹´";
}

.bxs-planet:before {
  content: "î¹µ";
}

.bxs-plane-take-off:before {
  content: "î¹¶";
}

.bxs-playlist:before {
  content: "î¹·";
}

.bxs-plug:before {
  content: "î¹¸";
}

.bxs-plus-circle:before {
  content: "î¹¹";
}

.bxs-plus-square:before {
  content: "î¹º";
}

.bxs-pointer:before {
  content: "î¹»";
}

.bxs-polygon:before {
  content: "î¹¼";
}

.bxs-printer:before {
  content: "î¹½";
}

.bxs-purchase-tag:before {
  content: "î¹¾";
}

.bxs-purchase-tag-alt:before {
  content: "î¹¿";
}

.bxs-pyramid:before {
  content: "îº€";
}

.bxs-quote-alt-left:before {
  content: "îº";
}

.bxs-quote-alt-right:before {
  content: "îº‚";
}

.bxs-quote-left:before {
  content: "îºƒ";
}

.bxs-quote-right:before {
  content: "îº„";
}

.bxs-quote-single-left:before {
  content: "îº…";
}

.bxs-quote-single-right:before {
  content: "îº†";
}

.bxs-radiation:before {
  content: "îº‡";
}

.bxs-radio:before {
  content: "îºˆ";
}

.bxs-receipt:before {
  content: "îº‰";
}

.bxs-rectangle:before {
  content: "îºŠ";
}

.bxs-registered:before {
  content: "îº‹";
}

.bxs-rename:before {
  content: "îºŒ";
}

.bxs-report:before {
  content: "îº";
}

.bxs-rewind-circle:before {
  content: "îºŽ";
}

.bxs-right-arrow:before {
  content: "îº";
}

.bxs-right-arrow-alt:before {
  content: "îº";
}

.bxs-right-arrow-circle:before {
  content: "îº‘";
}

.bxs-right-arrow-square:before {
  content: "îº’";
}

.bxs-right-down-arrow-circle:before {
  content: "îº“";
}

.bxs-right-top-arrow-circle:before {
  content: "îº”";
}

.bxs-rocket:before {
  content: "îº•";
}

.bxs-ruler:before {
  content: "îº–";
}

.bxs-sad:before {
  content: "îº—";
}

.bxs-save:before {
  content: "îº˜";
}

.bxs-school:before {
  content: "îº™";
}

.bxs-search:before {
  content: "îºš";
}

.bxs-search-alt-2:before {
  content: "îº›";
}

.bxs-select-multiple:before {
  content: "îºœ";
}

.bxs-send:before {
  content: "îº";
}

.bxs-server:before {
  content: "îºž";
}

.bxs-shapes:before {
  content: "îºŸ";
}

.bxs-share:before {
  content: "îº ";
}

.bxs-share-alt:before {
  content: "îº¡";
}

.bxs-shield:before {
  content: "îº¢";
}

.bxs-shield-alt-2:before {
  content: "îº£";
}

.bxs-shield-x:before {
  content: "îº¤";
}

.bxs-ship:before {
  content: "îº¥";
}

.bxs-shocked:before {
  content: "îº¦";
}

.bxs-shopping-bag:before {
  content: "îº§";
}

.bxs-shopping-bag-alt:before {
  content: "îº¨";
}

.bxs-shopping-bags:before {
  content: "îº©";
}

.bxs-show:before {
  content: "îºª";
}

.bxs-skip-next-circle:before {
  content: "îº«";
}

.bxs-skip-previous-circle:before {
  content: "îº¬";
}

.bxs-skull:before {
  content: "îº­";
}

.bxs-sleepy:before {
  content: "îº®";
}

.bxs-slideshow:before {
  content: "îº¯";
}

.bxs-smile:before {
  content: "îº°";
}

.bxs-sort-alt:before {
  content: "îº±";
}

.bxs-spa:before {
  content: "îº²";
}

.bxs-speaker:before {
  content: "îº³";
}

.bxs-spray-can:before {
  content: "îº´";
}

.bxs-spreadsheet:before {
  content: "îºµ";
}

.bxs-square:before {
  content: "îº¶";
}

.bxs-square-rounded:before {
  content: "îº·";
}

.bxs-star:before {
  content: "îº¸";
}

.bxs-star-half:before {
  content: "îº¹";
}

.bxs-sticker:before {
  content: "îºº";
}

.bxs-stopwatch:before {
  content: "îº»";
}

.bxs-store:before {
  content: "îº¼";
}

.bxs-store-alt:before {
  content: "îº½";
}

.bxs-sun:before {
  content: "îº¾";
}

.bxs-tachometer:before {
  content: "îº¿";
}

.bxs-tag:before {
  content: "î»€";
}

.bxs-tag-alt:before {
  content: "î»";
}

.bxs-tag-x:before {
  content: "î»‚";
}

.bxs-taxi:before {
  content: "î»ƒ";
}

.bxs-tennis-ball:before {
  content: "î»„";
}

.bxs-terminal:before {
  content: "î»…";
}

.bxs-thermometer:before {
  content: "î»†";
}

.bxs-time:before {
  content: "î»‡";
}

.bxs-time-five:before {
  content: "î»ˆ";
}

.bxs-timer:before {
  content: "î»‰";
}

.bxs-tired:before {
  content: "î»Š";
}

.bxs-toggle-left:before {
  content: "î»‹";
}

.bxs-toggle-right:before {
  content: "î»Œ";
}

.bxs-tone:before {
  content: "î»";
}

.bxs-torch:before {
  content: "î»Ž";
}

.bxs-to-top:before {
  content: "î»";
}

.bxs-traffic:before {
  content: "î»";
}

.bxs-traffic-barrier:before {
  content: "î»‘";
}

.bxs-traffic-cone:before {
  content: "î»’";
}

.bxs-train:before {
  content: "î»“";
}

.bxs-trash:before {
  content: "î»”";
}

.bxs-trash-alt:before {
  content: "î»•";
}

.bxs-tree:before {
  content: "î»–";
}

.bxs-trophy:before {
  content: "î»—";
}

.bxs-truck:before {
  content: "î»˜";
}

.bxs-t-shirt:before {
  content: "î»™";
}

.bxs-tv:before {
  content: "î»š";
}

.bxs-up-arrow:before {
  content: "î»›";
}

.bxs-up-arrow-alt:before {
  content: "î»œ";
}

.bxs-up-arrow-circle:before {
  content: "î»";
}

.bxs-up-arrow-square:before {
  content: "î»ž";
}

.bxs-upside-down:before {
  content: "î»Ÿ";
}

.bxs-upvote:before {
  content: "î» ";
}

.bxs-user:before {
  content: "î»¡";
}

.bxs-user-account:before {
  content: "î»¢";
}

.bxs-user-badge:before {
  content: "î»£";
}

.bxs-user-check:before {
  content: "î»¤";
}

.bxs-user-circle:before {
  content: "î»¥";
}

.bxs-user-detail:before {
  content: "î»¦";
}

.bxs-user-minus:before {
  content: "î»§";
}

.bxs-user-pin:before {
  content: "î»¨";
}

.bxs-user-plus:before {
  content: "î»©";
}

.bxs-user-rectangle:before {
  content: "î»ª";
}

.bxs-user-voice:before {
  content: "î»«";
}

.bxs-user-x:before {
  content: "î»¬";
}

.bxs-vector:before {
  content: "î»­";
}

.bxs-vial:before {
  content: "î»®";
}

.bxs-video:before {
  content: "î»¯";
}

.bxs-video-off:before {
  content: "î»°";
}

.bxs-video-plus:before {
  content: "î»±";
}

.bxs-video-recording:before {
  content: "î»²";
}

.bxs-videos:before {
  content: "î»³";
}

.bxs-virus:before {
  content: "î»´";
}

.bxs-virus-block:before {
  content: "î»µ";
}

.bxs-volume:before {
  content: "î»¶";
}

.bxs-volume-full:before {
  content: "î»·";
}

.bxs-volume-low:before {
  content: "î»¸";
}

.bxs-volume-mute:before {
  content: "î»¹";
}

.bxs-wallet:before {
  content: "î»º";
}

.bxs-wallet-alt:before {
  content: "î»»";
}

.bxs-washer:before {
  content: "î»¼";
}

.bxs-watch:before {
  content: "î»½";
}

.bxs-watch-alt:before {
  content: "î»¾";
}

.bxs-webcam:before {
  content: "î»¿";
}

.bxs-widget:before {
  content: "î¼€";
}

.bxs-window-alt:before {
  content: "î¼";
}

.bxs-wine:before {
  content: "î¼‚";
}

.bxs-wink-smile:before {
  content: "î¼ƒ";
}

.bxs-wink-tongue:before {
  content: "î¼„";
}

.bxs-wrench:before {
  content: "î¼…";
}

.bxs-x-circle:before {
  content: "î¼†";
}

.bxs-x-square:before {
  content: "î¼‡";
}

.bxs-yin-yang:before {
  content: "î¼ˆ";
}

.bxs-zap:before {
  content: "î¼‰";
}

.bxs-zoom-in:before {
  content: "î¼Š";
}

.bxs-zoom-out:before {
  content: "î¼‹";
}

.bi:before,
[class^="bi-"]:before,
[class*=" bi-"]:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123:before {
  content: "ï™¿";
}

.bi-alarm-fill:before {
  content: "ï„";
}

.bi-alarm:before {
  content: "ï„‚";
}

.bi-align-bottom:before {
  content: "ï„ƒ";
}

.bi-align-center:before {
  content: "ï„„";
}

.bi-align-end:before {
  content: "ï„…";
}

.bi-align-middle:before {
  content: "ï„†";
}

.bi-align-start:before {
  content: "ï„‡";
}

.bi-align-top:before {
  content: "ï„ˆ";
}

.bi-alt:before {
  content: "ï„‰";
}

.bi-app-indicator:before {
  content: "ï„Š";
}

.bi-app:before {
  content: "ï„‹";
}

.bi-archive-fill:before {
  content: "ï„Œ";
}

.bi-archive:before {
  content: "ï„";
}

.bi-arrow-90deg-down:before {
  content: "ï„Ž";
}

.bi-arrow-90deg-left:before {
  content: "ï„";
}

.bi-arrow-90deg-right:before {
  content: "ï„";
}

.bi-arrow-90deg-up:before {
  content: "ï„‘";
}

.bi-arrow-bar-down:before {
  content: "ï„’";
}

.bi-arrow-bar-left:before {
  content: "ï„“";
}

.bi-arrow-bar-right:before {
  content: "ï„”";
}

.bi-arrow-bar-up:before {
  content: "ï„•";
}

.bi-arrow-clockwise:before {
  content: "ï„–";
}

.bi-arrow-counterclockwise:before {
  content: "ï„—";
}

.bi-arrow-down-circle-fill:before {
  content: "ï„˜";
}

.bi-arrow-down-circle:before {
  content: "ï„™";
}

.bi-arrow-down-left-circle-fill:before {
  content: "ï„š";
}

.bi-arrow-down-left-circle:before {
  content: "ï„›";
}

.bi-arrow-down-left-square-fill:before {
  content: "ï„œ";
}

.bi-arrow-down-left-square:before {
  content: "ï„";
}

.bi-arrow-down-left:before {
  content: "ï„ž";
}

.bi-arrow-down-right-circle-fill:before {
  content: "ï„Ÿ";
}

.bi-arrow-down-right-circle:before {
  content: "ï„ ";
}

.bi-arrow-down-right-square-fill:before {
  content: "ï„¡";
}

.bi-arrow-down-right-square:before {
  content: "ï„¢";
}

.bi-arrow-down-right:before {
  content: "ï„£";
}

.bi-arrow-down-short:before {
  content: "ï„¤";
}

.bi-arrow-down-square-fill:before {
  content: "ï„¥";
}

.bi-arrow-down-square:before {
  content: "ï„¦";
}

.bi-arrow-down-up:before {
  content: "ï„§";
}

.bi-arrow-down:before {
  content: "ï„¨";
}

.bi-arrow-left-circle-fill:before {
  content: "ï„©";
}

.bi-arrow-left-circle:before {
  content: "ï„ª";
}

.bi-arrow-left-right:before {
  content: "ï„«";
}

.bi-arrow-left-short:before {
  content: "ï„¬";
}

.bi-arrow-left-square-fill:before {
  content: "ï„­";
}

.bi-arrow-left-square:before {
  content: "ï„®";
}

.bi-arrow-left:before {
  content: "ï„¯";
}

.bi-arrow-repeat:before {
  content: "ï„°";
}

.bi-arrow-return-left:before {
  content: "ï„±";
}

.bi-arrow-return-right:before {
  content: "ï„²";
}

.bi-arrow-right-circle-fill:before {
  content: "ï„³";
}

.bi-arrow-right-circle:before {
  content: "ï„´";
}

.bi-arrow-right-short:before {
  content: "ï„µ";
}

.bi-arrow-right-square-fill:before {
  content: "ï„¶";
}

.bi-arrow-right-square:before {
  content: "ï„·";
}

.bi-arrow-right:before {
  content: "ï„¸";
}

.bi-arrow-up-circle-fill:before {
  content: "ï„¹";
}

.bi-arrow-up-circle:before {
  content: "ï„º";
}

.bi-arrow-up-left-circle-fill:before {
  content: "ï„»";
}

.bi-arrow-up-left-circle:before {
  content: "ï„¼";
}

.bi-arrow-up-left-square-fill:before {
  content: "ï„½";
}

.bi-arrow-up-left-square:before {
  content: "ï„¾";
}

.bi-arrow-up-left:before {
  content: "ï„¿";
}

.bi-arrow-up-right-circle-fill:before {
  content: "ï…€";
}

.bi-arrow-up-right-circle:before {
  content: "ï…";
}

.bi-arrow-up-right-square-fill:before {
  content: "ï…‚";
}

.bi-arrow-up-right-square:before {
  content: "ï…ƒ";
}

.bi-arrow-up-right:before {
  content: "ï…„";
}

.bi-arrow-up-short:before {
  content: "ï……";
}

.bi-arrow-up-square-fill:before {
  content: "ï…†";
}

.bi-arrow-up-square:before {
  content: "ï…‡";
}

.bi-arrow-up:before {
  content: "ï…ˆ";
}

.bi-arrows-angle-contract:before {
  content: "ï…‰";
}

.bi-arrows-angle-expand:before {
  content: "ï…Š";
}

.bi-arrows-collapse:before {
  content: "ï…‹";
}

.bi-arrows-expand:before {
  content: "ï…Œ";
}

.bi-arrows-fullscreen:before {
  content: "ï…";
}

.bi-arrows-move:before {
  content: "ï…Ž";
}

.bi-aspect-ratio-fill:before {
  content: "ï…";
}

.bi-aspect-ratio:before {
  content: "ï…";
}

.bi-asterisk:before {
  content: "ï…‘";
}

.bi-at:before {
  content: "ï…’";
}

.bi-award-fill:before {
  content: "ï…“";
}

.bi-award:before {
  content: "ï…”";
}

.bi-back:before {
  content: "ï…•";
}

.bi-backspace-fill:before {
  content: "ï…–";
}

.bi-backspace-reverse-fill:before {
  content: "ï…—";
}

.bi-backspace-reverse:before {
  content: "ï…˜";
}

.bi-backspace:before {
  content: "ï…™";
}

.bi-badge-3d-fill:before {
  content: "ï…š";
}

.bi-badge-3d:before {
  content: "ï…›";
}

.bi-badge-4k-fill:before {
  content: "ï…œ";
}

.bi-badge-4k:before {
  content: "ï…";
}

.bi-badge-8k-fill:before {
  content: "ï…ž";
}

.bi-badge-8k:before {
  content: "ï…Ÿ";
}

.bi-badge-ad-fill:before {
  content: "ï… ";
}

.bi-badge-ad:before {
  content: "ï…¡";
}

.bi-badge-ar-fill:before {
  content: "ï…¢";
}

.bi-badge-ar:before {
  content: "ï…£";
}

.bi-badge-cc-fill:before {
  content: "ï…¤";
}

.bi-badge-cc:before {
  content: "ï…¥";
}

.bi-badge-hd-fill:before {
  content: "ï…¦";
}

.bi-badge-hd:before {
  content: "ï…§";
}

.bi-badge-tm-fill:before {
  content: "ï…¨";
}

.bi-badge-tm:before {
  content: "ï…©";
}

.bi-badge-vo-fill:before {
  content: "ï…ª";
}

.bi-badge-vo:before {
  content: "ï…«";
}

.bi-badge-vr-fill:before {
  content: "ï…¬";
}

.bi-badge-vr:before {
  content: "ï…­";
}

.bi-badge-wc-fill:before {
  content: "ï…®";
}

.bi-badge-wc:before {
  content: "ï…¯";
}

.bi-bag-check-fill:before {
  content: "ï…°";
}

.bi-bag-check:before {
  content: "ï…±";
}

.bi-bag-dash-fill:before {
  content: "ï…²";
}

.bi-bag-dash:before {
  content: "ï…³";
}

.bi-bag-fill:before {
  content: "ï…´";
}

.bi-bag-plus-fill:before {
  content: "ï…µ";
}

.bi-bag-plus:before {
  content: "ï…¶";
}

.bi-bag-x-fill:before {
  content: "ï…·";
}

.bi-bag-x:before {
  content: "ï…¸";
}

.bi-bag:before {
  content: "ï…¹";
}

.bi-bar-chart-fill:before {
  content: "ï…º";
}

.bi-bar-chart-line-fill:before {
  content: "ï…»";
}

.bi-bar-chart-line:before {
  content: "ï…¼";
}

.bi-bar-chart-steps:before {
  content: "ï…½";
}

.bi-bar-chart:before {
  content: "ï…¾";
}

.bi-basket-fill:before {
  content: "ï…¿";
}

.bi-basket:before {
  content: "ï†€";
}

.bi-basket2-fill:before {
  content: "ï†";
}

.bi-basket2:before {
  content: "ï†‚";
}

.bi-basket3-fill:before {
  content: "ï†ƒ";
}

.bi-basket3:before {
  content: "ï†„";
}

.bi-battery-charging:before {
  content: "ï†…";
}

.bi-battery-full:before {
  content: "ï††";
}

.bi-battery-half:before {
  content: "ï†‡";
}

.bi-battery:before {
  content: "ï†ˆ";
}

.bi-bell-fill:before {
  content: "ï†‰";
}

.bi-bell:before {
  content: "ï†Š";
}

.bi-bezier:before {
  content: "ï†‹";
}

.bi-bezier2:before {
  content: "ï†Œ";
}

.bi-bicycle:before {
  content: "ï†";
}

.bi-binoculars-fill:before {
  content: "ï†Ž";
}

.bi-binoculars:before {
  content: "ï†";
}

.bi-blockquote-left:before {
  content: "ï†";
}

.bi-blockquote-right:before {
  content: "ï†‘";
}

.bi-book-fill:before {
  content: "ï†’";
}

.bi-book-half:before {
  content: "ï†“";
}

.bi-book:before {
  content: "ï†”";
}

.bi-bookmark-check-fill:before {
  content: "ï†•";
}

.bi-bookmark-check:before {
  content: "ï†–";
}

.bi-bookmark-dash-fill:before {
  content: "ï†—";
}

.bi-bookmark-dash:before {
  content: "ï†˜";
}

.bi-bookmark-fill:before {
  content: "ï†™";
}

.bi-bookmark-heart-fill:before {
  content: "ï†š";
}

.bi-bookmark-heart:before {
  content: "ï†›";
}

.bi-bookmark-plus-fill:before {
  content: "ï†œ";
}

.bi-bookmark-plus:before {
  content: "ï†";
}

.bi-bookmark-star-fill:before {
  content: "ï†ž";
}

.bi-bookmark-star:before {
  content: "ï†Ÿ";
}

.bi-bookmark-x-fill:before {
  content: "ï† ";
}

.bi-bookmark-x:before {
  content: "ï†¡";
}

.bi-bookmark:before {
  content: "ï†¢";
}

.bi-bookmarks-fill:before {
  content: "ï†£";
}

.bi-bookmarks:before {
  content: "ï†¤";
}

.bi-bookshelf:before {
  content: "ï†¥";
}

.bi-bootstrap-fill:before {
  content: "ï†¦";
}

.bi-bootstrap-reboot:before {
  content: "ï†§";
}

.bi-bootstrap:before {
  content: "ï†¨";
}

.bi-border-all:before {
  content: "ï†©";
}

.bi-border-bottom:before {
  content: "ï†ª";
}

.bi-border-center:before {
  content: "ï†«";
}

.bi-border-inner:before {
  content: "ï†¬";
}

.bi-border-left:before {
  content: "ï†­";
}

.bi-border-middle:before {
  content: "ï†®";
}

.bi-border-outer:before {
  content: "ï†¯";
}

.bi-border-right:before {
  content: "ï†°";
}

.bi-border-style:before {
  content: "ï†±";
}

.bi-border-top:before {
  content: "ï†²";
}

.bi-border-width:before {
  content: "ï†³";
}

.bi-border:before {
  content: "ï†´";
}

.bi-bounding-box-circles:before {
  content: "ï†µ";
}

.bi-bounding-box:before {
  content: "ï†¶";
}

.bi-box-arrow-down-left:before {
  content: "ï†·";
}

.bi-box-arrow-down-right:before {
  content: "ï†¸";
}

.bi-box-arrow-down:before {
  content: "ï†¹";
}

.bi-box-arrow-in-down-left:before {
  content: "ï†º";
}

.bi-box-arrow-in-down-right:before {
  content: "ï†»";
}

.bi-box-arrow-in-down:before {
  content: "ï†¼";
}

.bi-box-arrow-in-left:before {
  content: "ï†½";
}

.bi-box-arrow-in-right:before {
  content: "ï†¾";
}

.bi-box-arrow-in-up-left:before {
  content: "ï†¿";
}

.bi-box-arrow-in-up-right:before {
  content: "ï‡€";
}

.bi-box-arrow-in-up:before {
  content: "ï‡";
}

.bi-box-arrow-left:before {
  content: "ï‡‚";
}

.bi-box-arrow-right:before {
  content: "ï‡ƒ";
}

.bi-box-arrow-up-left:before {
  content: "ï‡„";
}

.bi-box-arrow-up-right:before {
  content: "ï‡…";
}

.bi-box-arrow-up:before {
  content: "ï‡†";
}

.bi-box-seam:before {
  content: "ï‡‡";
}

.bi-box:before {
  content: "ï‡ˆ";
}

.bi-braces:before {
  content: "ï‡‰";
}

.bi-bricks:before {
  content: "ï‡Š";
}

.bi-briefcase-fill:before {
  content: "ï‡‹";
}

.bi-briefcase:before {
  content: "ï‡Œ";
}

.bi-brightness-alt-high-fill:before {
  content: "ï‡";
}

.bi-brightness-alt-high:before {
  content: "ï‡Ž";
}

.bi-brightness-alt-low-fill:before {
  content: "ï‡";
}

.bi-brightness-alt-low:before {
  content: "ï‡";
}

.bi-brightness-high-fill:before {
  content: "ï‡‘";
}

.bi-brightness-high:before {
  content: "ï‡’";
}

.bi-brightness-low-fill:before {
  content: "ï‡“";
}

.bi-brightness-low:before {
  content: "ï‡”";
}

.bi-broadcast-pin:before {
  content: "ï‡•";
}

.bi-broadcast:before {
  content: "ï‡–";
}

.bi-brush-fill:before {
  content: "ï‡—";
}

.bi-brush:before {
  content: "ï‡˜";
}

.bi-bucket-fill:before {
  content: "ï‡™";
}

.bi-bucket:before {
  content: "ï‡š";
}

.bi-bug-fill:before {
  content: "ï‡›";
}

.bi-bug:before {
  content: "ï‡œ";
}

.bi-building:before {
  content: "ï‡";
}

.bi-bullseye:before {
  content: "ï‡ž";
}

.bi-calculator-fill:before {
  content: "ï‡Ÿ";
}

.bi-calculator:before {
  content: "ï‡ ";
}

.bi-calendar-check-fill:before {
  content: "ï‡¡";
}

.bi-calendar-check:before {
  content: "ï‡¢";
}

.bi-calendar-date-fill:before {
  content: "ï‡£";
}

.bi-calendar-date:before {
  content: "ï‡¤";
}

.bi-calendar-day-fill:before {
  content: "ï‡¥";
}

.bi-calendar-day:before {
  content: "ï‡¦";
}

.bi-calendar-event-fill:before {
  content: "ï‡§";
}

.bi-calendar-event:before {
  content: "ï‡¨";
}

.bi-calendar-fill:before {
  content: "ï‡©";
}

.bi-calendar-minus-fill:before {
  content: "ï‡ª";
}

.bi-calendar-minus:before {
  content: "ï‡«";
}

.bi-calendar-month-fill:before {
  content: "ï‡¬";
}

.bi-calendar-month:before {
  content: "ï‡­";
}

.bi-calendar-plus-fill:before {
  content: "ï‡®";
}

.bi-calendar-plus:before {
  content: "ï‡¯";
}

.bi-calendar-range-fill:before {
  content: "ï‡°";
}

.bi-calendar-range:before {
  content: "ï‡±";
}

.bi-calendar-week-fill:before {
  content: "ï‡²";
}

.bi-calendar-week:before {
  content: "ï‡³";
}

.bi-calendar-x-fill:before {
  content: "ï‡´";
}

.bi-calendar-x:before {
  content: "ï‡µ";
}

.bi-calendar:before {
  content: "ï‡¶";
}

.bi-calendar2-check-fill:before {
  content: "ï‡·";
}

.bi-calendar2-check:before {
  content: "ï‡¸";
}

.bi-calendar2-date-fill:before {
  content: "ï‡¹";
}

.bi-calendar2-date:before {
  content: "ï‡º";
}

.bi-calendar2-day-fill:before {
  content: "ï‡»";
}

.bi-calendar2-day:before {
  content: "ï‡¼";
}

.bi-calendar2-event-fill:before {
  content: "ï‡½";
}

.bi-calendar2-event:before {
  content: "ï‡¾";
}

.bi-calendar2-fill:before {
  content: "ï‡¿";
}

.bi-calendar2-minus-fill:before {
  content: "ïˆ€";
}

.bi-calendar2-minus:before {
  content: "ïˆ";
}

.bi-calendar2-month-fill:before {
  content: "ïˆ‚";
}

.bi-calendar2-month:before {
  content: "ïˆƒ";
}

.bi-calendar2-plus-fill:before {
  content: "ïˆ„";
}

.bi-calendar2-plus:before {
  content: "ïˆ…";
}

.bi-calendar2-range-fill:before {
  content: "ïˆ†";
}

.bi-calendar2-range:before {
  content: "ïˆ‡";
}

.bi-calendar2-week-fill:before {
  content: "ïˆˆ";
}

.bi-calendar2-week:before {
  content: "ïˆ‰";
}

.bi-calendar2-x-fill:before {
  content: "ïˆŠ";
}

.bi-calendar2-x:before {
  content: "ïˆ‹";
}

.bi-calendar2:before {
  content: "ïˆŒ";
}

.bi-calendar3-event-fill:before {
  content: "ïˆ";
}

.bi-calendar3-event:before {
  content: "ïˆŽ";
}

.bi-calendar3-fill:before {
  content: "ïˆ";
}

.bi-calendar3-range-fill:before {
  content: "ïˆ";
}

.bi-calendar3-range:before {
  content: "ïˆ‘";
}

.bi-calendar3-week-fill:before {
  content: "ïˆ’";
}

.bi-calendar3-week:before {
  content: "ïˆ“";
}

.bi-calendar3:before {
  content: "ïˆ”";
}

.bi-calendar4-event:before {
  content: "ïˆ•";
}

.bi-calendar4-range:before {
  content: "ïˆ–";
}

.bi-calendar4-week:before {
  content: "ïˆ—";
}

.bi-calendar4:before {
  content: "ïˆ˜";
}

.bi-camera-fill:before {
  content: "ïˆ™";
}

.bi-camera-reels-fill:before {
  content: "ïˆš";
}

.bi-camera-reels:before {
  content: "ïˆ›";
}

.bi-camera-video-fill:before {
  content: "ïˆœ";
}

.bi-camera-video-off-fill:before {
  content: "ïˆ";
}

.bi-camera-video-off:before {
  content: "ïˆž";
}

.bi-camera-video:before {
  content: "ïˆŸ";
}

.bi-camera:before {
  content: "ïˆ ";
}

.bi-camera2:before {
  content: "ïˆ¡";
}

.bi-capslock-fill:before {
  content: "ïˆ¢";
}

.bi-capslock:before {
  content: "ïˆ£";
}

.bi-card-checklist:before {
  content: "ïˆ¤";
}

.bi-card-heading:before {
  content: "ïˆ¥";
}

.bi-card-image:before {
  content: "ïˆ¦";
}

.bi-card-list:before {
  content: "ïˆ§";
}

.bi-card-text:before {
  content: "ïˆ¨";
}

.bi-caret-down-fill:before {
  content: "ïˆ©";
}

.bi-caret-down-square-fill:before {
  content: "ïˆª";
}

.bi-caret-down-square:before {
  content: "ïˆ«";
}

.bi-caret-down:before {
  content: "ïˆ¬";
}

.bi-caret-left-fill:before {
  content: "ïˆ­";
}

.bi-caret-left-square-fill:before {
  content: "ïˆ®";
}

.bi-caret-left-square:before {
  content: "ïˆ¯";
}

.bi-caret-left:before {
  content: "ïˆ°";
}

.bi-caret-right-fill:before {
  content: "ïˆ±";
}

.bi-caret-right-square-fill:before {
  content: "ïˆ²";
}

.bi-caret-right-square:before {
  content: "ïˆ³";
}

.bi-caret-right:before {
  content: "ïˆ´";
}

.bi-caret-up-fill:before {
  content: "ïˆµ";
}

.bi-caret-up-square-fill:before {
  content: "ïˆ¶";
}

.bi-caret-up-square:before {
  content: "ïˆ·";
}

.bi-caret-up:before {
  content: "ïˆ¸";
}

.bi-cart-check-fill:before {
  content: "ïˆ¹";
}

.bi-cart-check:before {
  content: "ïˆº";
}

.bi-cart-dash-fill:before {
  content: "ïˆ»";
}

.bi-cart-dash:before {
  content: "ïˆ¼";
}

.bi-cart-fill:before {
  content: "ïˆ½";
}

.bi-cart-plus-fill:before {
  content: "ïˆ¾";
}

.bi-cart-plus:before {
  content: "ïˆ¿";
}

.bi-cart-x-fill:before {
  content: "ï‰€";
}

.bi-cart-x:before {
  content: "ï‰";
}

.bi-cart:before {
  content: "ï‰‚";
}

.bi-cart2:before {
  content: "ï‰ƒ";
}

.bi-cart3:before {
  content: "ï‰„";
}

.bi-cart4:before {
  content: "ï‰…";
}

.bi-cash-stack:before {
  content: "ï‰†";
}

.bi-cash:before {
  content: "ï‰‡";
}

.bi-cast:before {
  content: "ï‰ˆ";
}

.bi-chat-dots-fill:before {
  content: "ï‰‰";
}

.bi-chat-dots:before {
  content: "ï‰Š";
}

.bi-chat-fill:before {
  content: "ï‰‹";
}

.bi-chat-left-dots-fill:before {
  content: "ï‰Œ";
}

.bi-chat-left-dots:before {
  content: "ï‰";
}

.bi-chat-left-fill:before {
  content: "ï‰Ž";
}

.bi-chat-left-quote-fill:before {
  content: "ï‰";
}

.bi-chat-left-quote:before {
  content: "ï‰";
}

.bi-chat-left-text-fill:before {
  content: "ï‰‘";
}

.bi-chat-left-text:before {
  content: "ï‰’";
}

.bi-chat-left:before {
  content: "ï‰“";
}

.bi-chat-quote-fill:before {
  content: "ï‰”";
}

.bi-chat-quote:before {
  content: "ï‰•";
}

.bi-chat-right-dots-fill:before {
  content: "ï‰–";
}

.bi-chat-right-dots:before {
  content: "ï‰—";
}

.bi-chat-right-fill:before {
  content: "ï‰˜";
}

.bi-chat-right-quote-fill:before {
  content: "ï‰™";
}

.bi-chat-right-quote:before {
  content: "ï‰š";
}

.bi-chat-right-text-fill:before {
  content: "ï‰›";
}

.bi-chat-right-text:before {
  content: "ï‰œ";
}

.bi-chat-right:before {
  content: "ï‰";
}

.bi-chat-square-dots-fill:before {
  content: "ï‰ž";
}

.bi-chat-square-dots:before {
  content: "ï‰Ÿ";
}

.bi-chat-square-fill:before {
  content: "ï‰ ";
}

.bi-chat-square-quote-fill:before {
  content: "ï‰¡";
}

.bi-chat-square-quote:before {
  content: "ï‰¢";
}

.bi-chat-square-text-fill:before {
  content: "ï‰£";
}

.bi-chat-square-text:before {
  content: "ï‰¤";
}

.bi-chat-square:before {
  content: "ï‰¥";
}

.bi-chat-text-fill:before {
  content: "ï‰¦";
}

.bi-chat-text:before {
  content: "ï‰§";
}

.bi-chat:before {
  content: "ï‰¨";
}

.bi-check-all:before {
  content: "ï‰©";
}

.bi-check-circle-fill:before {
  content: "ï‰ª";
}

.bi-check-circle:before {
  content: "ï‰«";
}

.bi-check-square-fill:before {
  content: "ï‰¬";
}

.bi-check-square:before {
  content: "ï‰­";
}

.bi-check:before {
  content: "ï‰®";
}

.bi-check2-all:before {
  content: "ï‰¯";
}

.bi-check2-circle:before {
  content: "ï‰°";
}

.bi-check2-square:before {
  content: "ï‰±";
}

.bi-check2:before {
  content: "ï‰²";
}

.bi-chevron-bar-contract:before {
  content: "ï‰³";
}

.bi-chevron-bar-down:before {
  content: "ï‰´";
}

.bi-chevron-bar-expand:before {
  content: "ï‰µ";
}

.bi-chevron-bar-left:before {
  content: "ï‰¶";
}

.bi-chevron-bar-right:before {
  content: "ï‰·";
}

.bi-chevron-bar-up:before {
  content: "ï‰¸";
}

.bi-chevron-compact-down:before {
  content: "ï‰¹";
}

.bi-chevron-compact-left:before {
  content: "ï‰º";
}

.bi-chevron-compact-right:before {
  content: "ï‰»";
}

.bi-chevron-compact-up:before {
  content: "ï‰¼";
}

.bi-chevron-contract:before {
  content: "ï‰½";
}

.bi-chevron-double-down:before {
  content: "ï‰¾";
}

.bi-chevron-double-left:before {
  content: "ï‰¿";
}

.bi-chevron-double-right:before {
  content: "ïŠ€";
}

.bi-chevron-double-up:before {
  content: "ïŠ";
}

.bi-chevron-down:before {
  content: "ïŠ‚";
}

.bi-chevron-expand:before {
  content: "ïŠƒ";
}

.bi-chevron-left:before {
  content: "ïŠ„";
}

.bi-chevron-right:before {
  content: "ïŠ…";
}

.bi-chevron-up:before {
  content: "ïŠ†";
}

.bi-circle-fill:before {
  content: "ïŠ‡";
}

.bi-circle-half:before {
  content: "ïŠˆ";
}

.bi-circle-square:before {
  content: "ïŠ‰";
}

.bi-circle:before {
  content: "ïŠŠ";
}

.bi-clipboard-check:before {
  content: "ïŠ‹";
}

.bi-clipboard-data:before {
  content: "ïŠŒ";
}

.bi-clipboard-minus:before {
  content: "ïŠ";
}

.bi-clipboard-plus:before {
  content: "ïŠŽ";
}

.bi-clipboard-x:before {
  content: "ïŠ";
}

.bi-clipboard:before {
  content: "ïŠ";
}

.bi-clock-fill:before {
  content: "ïŠ‘";
}

.bi-clock-history:before {
  content: "ïŠ’";
}

.bi-clock:before {
  content: "ïŠ“";
}

.bi-cloud-arrow-down-fill:before {
  content: "ïŠ”";
}

.bi-cloud-arrow-down:before {
  content: "ïŠ•";
}

.bi-cloud-arrow-up-fill:before {
  content: "ïŠ–";
}

.bi-cloud-arrow-up:before {
  content: "ïŠ—";
}

.bi-cloud-check-fill:before {
  content: "ïŠ˜";
}

.bi-cloud-check:before {
  content: "ïŠ™";
}

.bi-cloud-download-fill:before {
  content: "ïŠš";
}

.bi-cloud-download:before {
  content: "ïŠ›";
}

.bi-cloud-drizzle-fill:before {
  content: "ïŠœ";
}

.bi-cloud-drizzle:before {
  content: "ïŠ";
}

.bi-cloud-fill:before {
  content: "ïŠž";
}

.bi-cloud-fog-fill:before {
  content: "ïŠŸ";
}

.bi-cloud-fog:before {
  content: "ïŠ ";
}

.bi-cloud-fog2-fill:before {
  content: "ïŠ¡";
}

.bi-cloud-fog2:before {
  content: "ïŠ¢";
}

.bi-cloud-hail-fill:before {
  content: "ïŠ£";
}

.bi-cloud-hail:before {
  content: "ïŠ¤";
}

.bi-cloud-haze-fill:before {
  content: "ïŠ¦";
}

.bi-cloud-haze:before {
  content: "ïŠ§";
}

.bi-cloud-haze2-fill:before {
  content: "ïŠ¨";
}

.bi-cloud-lightning-fill:before {
  content: "ïŠ©";
}

.bi-cloud-lightning-rain-fill:before {
  content: "ïŠª";
}

.bi-cloud-lightning-rain:before {
  content: "ïŠ«";
}

.bi-cloud-lightning:before {
  content: "ïŠ¬";
}

.bi-cloud-minus-fill:before {
  content: "ïŠ­";
}

.bi-cloud-minus:before {
  content: "ïŠ®";
}

.bi-cloud-moon-fill:before {
  content: "ïŠ¯";
}

.bi-cloud-moon:before {
  content: "ïŠ°";
}

.bi-cloud-plus-fill:before {
  content: "ïŠ±";
}

.bi-cloud-plus:before {
  content: "ïŠ²";
}

.bi-cloud-rain-fill:before {
  content: "ïŠ³";
}

.bi-cloud-rain-heavy-fill:before {
  content: "ïŠ´";
}

.bi-cloud-rain-heavy:before {
  content: "ïŠµ";
}

.bi-cloud-rain:before {
  content: "ïŠ¶";
}

.bi-cloud-slash-fill:before {
  content: "ïŠ·";
}

.bi-cloud-slash:before {
  content: "ïŠ¸";
}

.bi-cloud-sleet-fill:before {
  content: "ïŠ¹";
}

.bi-cloud-sleet:before {
  content: "ïŠº";
}

.bi-cloud-snow-fill:before {
  content: "ïŠ»";
}

.bi-cloud-snow:before {
  content: "ïŠ¼";
}

.bi-cloud-sun-fill:before {
  content: "ïŠ½";
}

.bi-cloud-sun:before {
  content: "ïŠ¾";
}

.bi-cloud-upload-fill:before {
  content: "ïŠ¿";
}

.bi-cloud-upload:before {
  content: "ï‹€";
}

.bi-cloud:before {
  content: "ï‹";
}

.bi-clouds-fill:before {
  content: "ï‹‚";
}

.bi-clouds:before {
  content: "ï‹ƒ";
}

.bi-cloudy-fill:before {
  content: "ï‹„";
}

.bi-cloudy:before {
  content: "ï‹…";
}

.bi-code-slash:before {
  content: "ï‹†";
}

.bi-code-square:before {
  content: "ï‹‡";
}

.bi-code:before {
  content: "ï‹ˆ";
}

.bi-collection-fill:before {
  content: "ï‹‰";
}

.bi-collection-play-fill:before {
  content: "ï‹Š";
}

.bi-collection-play:before {
  content: "ï‹‹";
}

.bi-collection:before {
  content: "ï‹Œ";
}

.bi-columns-gap:before {
  content: "ï‹";
}

.bi-columns:before {
  content: "ï‹Ž";
}

.bi-command:before {
  content: "ï‹";
}

.bi-compass-fill:before {
  content: "ï‹";
}

.bi-compass:before {
  content: "ï‹‘";
}

.bi-cone-striped:before {
  content: "ï‹’";
}

.bi-cone:before {
  content: "ï‹“";
}

.bi-controller:before {
  content: "ï‹”";
}

.bi-cpu-fill:before {
  content: "ï‹•";
}

.bi-cpu:before {
  content: "ï‹–";
}

.bi-credit-card-2-back-fill:before {
  content: "ï‹—";
}

.bi-credit-card-2-back:before {
  content: "ï‹˜";
}

.bi-credit-card-2-front-fill:before {
  content: "ï‹™";
}

.bi-credit-card-2-front:before {
  content: "ï‹š";
}

.bi-credit-card-fill:before {
  content: "ï‹›";
}

.bi-credit-card:before {
  content: "ï‹œ";
}

.bi-crop:before {
  content: "ï‹";
}

.bi-cup-fill:before {
  content: "ï‹ž";
}

.bi-cup-straw:before {
  content: "ï‹Ÿ";
}

.bi-cup:before {
  content: "ï‹ ";
}

.bi-cursor-fill:before {
  content: "ï‹¡";
}

.bi-cursor-text:before {
  content: "ï‹¢";
}

.bi-cursor:before {
  content: "ï‹£";
}

.bi-dash-circle-dotted:before {
  content: "ï‹¤";
}

.bi-dash-circle-fill:before {
  content: "ï‹¥";
}

.bi-dash-circle:before {
  content: "ï‹¦";
}

.bi-dash-square-dotted:before {
  content: "ï‹§";
}

.bi-dash-square-fill:before {
  content: "ï‹¨";
}

.bi-dash-square:before {
  content: "ï‹©";
}

.bi-dash:before {
  content: "ï‹ª";
}

.bi-diagram-2-fill:before {
  content: "ï‹«";
}

.bi-diagram-2:before {
  content: "ï‹¬";
}

.bi-diagram-3-fill:before {
  content: "ï‹­";
}

.bi-diagram-3:before {
  content: "ï‹®";
}

.bi-diamond-fill:before {
  content: "ï‹¯";
}

.bi-diamond-half:before {
  content: "ï‹°";
}

.bi-diamond:before {
  content: "ï‹±";
}

.bi-dice-1-fill:before {
  content: "ï‹²";
}

.bi-dice-1:before {
  content: "ï‹³";
}

.bi-dice-2-fill:before {
  content: "ï‹´";
}

.bi-dice-2:before {
  content: "ï‹µ";
}

.bi-dice-3-fill:before {
  content: "ï‹¶";
}

.bi-dice-3:before {
  content: "ï‹·";
}

.bi-dice-4-fill:before {
  content: "ï‹¸";
}

.bi-dice-4:before {
  content: "ï‹¹";
}

.bi-dice-5-fill:before {
  content: "ï‹º";
}

.bi-dice-5:before {
  content: "ï‹»";
}

.bi-dice-6-fill:before {
  content: "ï‹¼";
}

.bi-dice-6:before {
  content: "ï‹½";
}

.bi-disc-fill:before {
  content: "ï‹¾";
}

.bi-disc:before {
  content: "ï‹¿";
}

.bi-discord:before {
  content: "ïŒ€";
}

.bi-display-fill:before {
  content: "ïŒ";
}

.bi-display:before {
  content: "ïŒ‚";
}

.bi-distribute-horizontal:before {
  content: "ïŒƒ";
}

.bi-distribute-vertical:before {
  content: "ïŒ„";
}

.bi-door-closed-fill:before {
  content: "ïŒ…";
}

.bi-door-closed:before {
  content: "ïŒ†";
}

.bi-door-open-fill:before {
  content: "ïŒ‡";
}

.bi-door-open:before {
  content: "ïŒˆ";
}

.bi-dot:before {
  content: "ïŒ‰";
}

.bi-download:before {
  content: "ïŒŠ";
}

.bi-droplet-fill:before {
  content: "ïŒ‹";
}

.bi-droplet-half:before {
  content: "ïŒŒ";
}

.bi-droplet:before {
  content: "ïŒ";
}

.bi-earbuds:before {
  content: "ïŒŽ";
}

.bi-easel-fill:before {
  content: "ïŒ";
}

.bi-easel:before {
  content: "ïŒ";
}

.bi-egg-fill:before {
  content: "ïŒ‘";
}

.bi-egg-fried:before {
  content: "ïŒ’";
}

.bi-egg:before {
  content: "ïŒ“";
}

.bi-eject-fill:before {
  content: "ïŒ”";
}

.bi-eject:before {
  content: "ïŒ•";
}

.bi-emoji-angry-fill:before {
  content: "ïŒ–";
}

.bi-emoji-angry:before {
  content: "ïŒ—";
}

.bi-emoji-dizzy-fill:before {
  content: "ïŒ˜";
}

.bi-emoji-dizzy:before {
  content: "ïŒ™";
}

.bi-emoji-expressionless-fill:before {
  content: "ïŒš";
}

.bi-emoji-expressionless:before {
  content: "ïŒ›";
}

.bi-emoji-frown-fill:before {
  content: "ïŒœ";
}

.bi-emoji-frown:before {
  content: "ïŒ";
}

.bi-emoji-heart-eyes-fill:before {
  content: "ïŒž";
}

.bi-emoji-heart-eyes:before {
  content: "ïŒŸ";
}

.bi-emoji-laughing-fill:before {
  content: "ïŒ ";
}

.bi-emoji-laughing:before {
  content: "ïŒ¡";
}

.bi-emoji-neutral-fill:before {
  content: "ïŒ¢";
}

.bi-emoji-neutral:before {
  content: "ïŒ£";
}

.bi-emoji-smile-fill:before {
  content: "ïŒ¤";
}

.bi-emoji-smile-upside-down-fill:before {
  content: "ïŒ¥";
}

.bi-emoji-smile-upside-down:before {
  content: "ïŒ¦";
}

.bi-emoji-smile:before {
  content: "ïŒ§";
}

.bi-emoji-sunglasses-fill:before {
  content: "ïŒ¨";
}

.bi-emoji-sunglasses:before {
  content: "ïŒ©";
}

.bi-emoji-wink-fill:before {
  content: "ïŒª";
}

.bi-emoji-wink:before {
  content: "ïŒ«";
}

.bi-envelope-fill:before {
  content: "ïŒ¬";
}

.bi-envelope-open-fill:before {
  content: "ïŒ­";
}

.bi-envelope-open:before {
  content: "ïŒ®";
}

.bi-envelope:before {
  content: "ïŒ¯";
}

.bi-eraser-fill:before {
  content: "ïŒ°";
}

.bi-eraser:before {
  content: "ïŒ±";
}

.bi-exclamation-circle-fill:before {
  content: "ïŒ²";
}

.bi-exclamation-circle:before {
  content: "ïŒ³";
}

.bi-exclamation-diamond-fill:before {
  content: "ïŒ´";
}

.bi-exclamation-diamond:before {
  content: "ïŒµ";
}

.bi-exclamation-octagon-fill:before {
  content: "ïŒ¶";
}

.bi-exclamation-octagon:before {
  content: "ïŒ·";
}

.bi-exclamation-square-fill:before {
  content: "ïŒ¸";
}

.bi-exclamation-square:before {
  content: "ïŒ¹";
}

.bi-exclamation-triangle-fill:before {
  content: "ïŒº";
}

.bi-exclamation-triangle:before {
  content: "ïŒ»";
}

.bi-exclamation:before {
  content: "ïŒ¼";
}

.bi-exclude:before {
  content: "ïŒ½";
}

.bi-eye-fill:before {
  content: "ïŒ¾";
}

.bi-eye-slash-fill:before {
  content: "ïŒ¿";
}

.bi-eye-slash:before {
  content: "ï€";
}

.bi-eye:before {
  content: "ï";
}

.bi-eyedropper:before {
  content: "ï‚";
}

.bi-eyeglasses:before {
  content: "ïƒ";
}

.bi-facebook:before {
  content: "ï„";
}

.bi-file-arrow-down-fill:before {
  content: "ï…";
}

.bi-file-arrow-down:before {
  content: "ï†";
}

.bi-file-arrow-up-fill:before {
  content: "ï‡";
}

.bi-file-arrow-up:before {
  content: "ïˆ";
}

.bi-file-bar-graph-fill:before {
  content: "ï‰";
}

.bi-file-bar-graph:before {
  content: "ïŠ";
}

.bi-file-binary-fill:before {
  content: "ï‹";
}

.bi-file-binary:before {
  content: "ïŒ";
}

.bi-file-break-fill:before {
  content: "ï";
}

.bi-file-break:before {
  content: "ïŽ";
}

.bi-file-check-fill:before {
  content: "ï";
}

.bi-file-check:before {
  content: "ï";
}

.bi-file-code-fill:before {
  content: "ï‘";
}

.bi-file-code:before {
  content: "ï’";
}

.bi-file-diff-fill:before {
  content: "ï“";
}

.bi-file-diff:before {
  content: "ï”";
}

.bi-file-earmark-arrow-down-fill:before {
  content: "ï•";
}

.bi-file-earmark-arrow-down:before {
  content: "ï–";
}

.bi-file-earmark-arrow-up-fill:before {
  content: "ï—";
}

.bi-file-earmark-arrow-up:before {
  content: "ï˜";
}

.bi-file-earmark-bar-graph-fill:before {
  content: "ï™";
}

.bi-file-earmark-bar-graph:before {
  content: "ïš";
}

.bi-file-earmark-binary-fill:before {
  content: "ï›";
}

.bi-file-earmark-binary:before {
  content: "ïœ";
}

.bi-file-earmark-break-fill:before {
  content: "ï";
}

.bi-file-earmark-break:before {
  content: "ïž";
}

.bi-file-earmark-check-fill:before {
  content: "ïŸ";
}

.bi-file-earmark-check:before {
  content: "ï ";
}

.bi-file-earmark-code-fill:before {
  content: "ï¡";
}

.bi-file-earmark-code:before {
  content: "ï¢";
}

.bi-file-earmark-diff-fill:before {
  content: "ï£";
}

.bi-file-earmark-diff:before {
  content: "ï¤";
}

.bi-file-earmark-easel-fill:before {
  content: "ï¥";
}

.bi-file-earmark-easel:before {
  content: "ï¦";
}

.bi-file-earmark-excel-fill:before {
  content: "ï§";
}

.bi-file-earmark-excel:before {
  content: "ï¨";
}

.bi-file-earmark-fill:before {
  content: "ï©";
}

.bi-file-earmark-font-fill:before {
  content: "ïª";
}

.bi-file-earmark-font:before {
  content: "ï«";
}

.bi-file-earmark-image-fill:before {
  content: "ï¬";
}

.bi-file-earmark-image:before {
  content: "ï­";
}

.bi-file-earmark-lock-fill:before {
  content: "ï®";
}

.bi-file-earmark-lock:before {
  content: "ï¯";
}

.bi-file-earmark-lock2-fill:before {
  content: "ï°";
}

.bi-file-earmark-lock2:before {
  content: "ï±";
}

.bi-file-earmark-medical-fill:before {
  content: "ï²";
}

.bi-file-earmark-medical:before {
  content: "ï³";
}

.bi-file-earmark-minus-fill:before {
  content: "ï´";
}

.bi-file-earmark-minus:before {
  content: "ïµ";
}

.bi-file-earmark-music-fill:before {
  content: "ï¶";
}

.bi-file-earmark-music:before {
  content: "ï·";
}

.bi-file-earmark-person-fill:before {
  content: "ï¸";
}

.bi-file-earmark-person:before {
  content: "ï¹";
}

.bi-file-earmark-play-fill:before {
  content: "ïº";
}

.bi-file-earmark-play:before {
  content: "ï»";
}

.bi-file-earmark-plus-fill:before {
  content: "ï¼";
}

.bi-file-earmark-plus:before {
  content: "ï½";
}

.bi-file-earmark-post-fill:before {
  content: "ï¾";
}

.bi-file-earmark-post:before {
  content: "ï¿";
}

.bi-file-earmark-ppt-fill:before {
  content: "ïŽ€";
}

.bi-file-earmark-ppt:before {
  content: "ïŽ";
}

.bi-file-earmark-richtext-fill:before {
  content: "ïŽ‚";
}

.bi-file-earmark-richtext:before {
  content: "ïŽƒ";
}

.bi-file-earmark-ruled-fill:before {
  content: "ïŽ„";
}

.bi-file-earmark-ruled:before {
  content: "ïŽ…";
}

.bi-file-earmark-slides-fill:before {
  content: "ïŽ†";
}

.bi-file-earmark-slides:before {
  content: "ïŽ‡";
}

.bi-file-earmark-spreadsheet-fill:before {
  content: "ïŽˆ";
}

.bi-file-earmark-spreadsheet:before {
  content: "ïŽ‰";
}

.bi-file-earmark-text-fill:before {
  content: "ïŽŠ";
}

.bi-file-earmark-text:before {
  content: "ïŽ‹";
}

.bi-file-earmark-word-fill:before {
  content: "ïŽŒ";
}

.bi-file-earmark-word:before {
  content: "ïŽ";
}

.bi-file-earmark-x-fill:before {
  content: "ïŽŽ";
}

.bi-file-earmark-x:before {
  content: "ïŽ";
}

.bi-file-earmark-zip-fill:before {
  content: "ïŽ";
}

.bi-file-earmark-zip:before {
  content: "ïŽ‘";
}

.bi-file-earmark:before {
  content: "ïŽ’";
}

.bi-file-easel-fill:before {
  content: "ïŽ“";
}

.bi-file-easel:before {
  content: "ïŽ”";
}

.bi-file-excel-fill:before {
  content: "ïŽ•";
}

.bi-file-excel:before {
  content: "ïŽ–";
}

.bi-file-fill:before {
  content: "ïŽ—";
}

.bi-file-font-fill:before {
  content: "ïŽ˜";
}

.bi-file-font:before {
  content: "ïŽ™";
}

.bi-file-image-fill:before {
  content: "ïŽš";
}

.bi-file-image:before {
  content: "ïŽ›";
}

.bi-file-lock-fill:before {
  content: "ïŽœ";
}

.bi-file-lock:before {
  content: "ïŽ";
}

.bi-file-lock2-fill:before {
  content: "ïŽž";
}

.bi-file-lock2:before {
  content: "ïŽŸ";
}

.bi-file-medical-fill:before {
  content: "ïŽ ";
}

.bi-file-medical:before {
  content: "ïŽ¡";
}

.bi-file-minus-fill:before {
  content: "ïŽ¢";
}

.bi-file-minus:before {
  content: "ïŽ£";
}

.bi-file-music-fill:before {
  content: "ïŽ¤";
}

.bi-file-music:before {
  content: "ïŽ¥";
}

.bi-file-person-fill:before {
  content: "ïŽ¦";
}

.bi-file-person:before {
  content: "ïŽ§";
}

.bi-file-play-fill:before {
  content: "ïŽ¨";
}

.bi-file-play:before {
  content: "ïŽ©";
}

.bi-file-plus-fill:before {
  content: "ïŽª";
}

.bi-file-plus:before {
  content: "ïŽ«";
}

.bi-file-post-fill:before {
  content: "ïŽ¬";
}

.bi-file-post:before {
  content: "ïŽ­";
}

.bi-file-ppt-fill:before {
  content: "ïŽ®";
}

.bi-file-ppt:before {
  content: "ïŽ¯";
}

.bi-file-richtext-fill:before {
  content: "ïŽ°";
}

.bi-file-richtext:before {
  content: "ïŽ±";
}

.bi-file-ruled-fill:before {
  content: "ïŽ²";
}

.bi-file-ruled:before {
  content: "ïŽ³";
}

.bi-file-slides-fill:before {
  content: "ïŽ´";
}

.bi-file-slides:before {
  content: "ïŽµ";
}

.bi-file-spreadsheet-fill:before {
  content: "ïŽ¶";
}

.bi-file-spreadsheet:before {
  content: "ïŽ·";
}

.bi-file-text-fill:before {
  content: "ïŽ¸";
}

.bi-file-text:before {
  content: "ïŽ¹";
}

.bi-file-word-fill:before {
  content: "ïŽº";
}

.bi-file-word:before {
  content: "ïŽ»";
}

.bi-file-x-fill:before {
  content: "ïŽ¼";
}

.bi-file-x:before {
  content: "ïŽ½";
}

.bi-file-zip-fill:before {
  content: "ïŽ¾";
}

.bi-file-zip:before {
  content: "ïŽ¿";
}

.bi-file:before {
  content: "ï€";
}

.bi-files-alt:before {
  content: "ï";
}

.bi-files:before {
  content: "ï‚";
}

.bi-film:before {
  content: "ïƒ";
}

.bi-filter-circle-fill:before {
  content: "ï„";
}

.bi-filter-circle:before {
  content: "ï…";
}

.bi-filter-left:before {
  content: "ï†";
}

.bi-filter-right:before {
  content: "ï‡";
}

.bi-filter-square-fill:before {
  content: "ïˆ";
}

.bi-filter-square:before {
  content: "ï‰";
}

.bi-filter:before {
  content: "ïŠ";
}

.bi-flag-fill:before {
  content: "ï‹";
}

.bi-flag:before {
  content: "ïŒ";
}

.bi-flower1:before {
  content: "ï";
}

.bi-flower2:before {
  content: "ïŽ";
}

.bi-flower3:before {
  content: "ï";
}

.bi-folder-check:before {
  content: "ï";
}

.bi-folder-fill:before {
  content: "ï‘";
}

.bi-folder-minus:before {
  content: "ï’";
}

.bi-folder-plus:before {
  content: "ï“";
}

.bi-folder-symlink-fill:before {
  content: "ï”";
}

.bi-folder-symlink:before {
  content: "ï•";
}

.bi-folder-x:before {
  content: "ï–";
}

.bi-folder:before {
  content: "ï—";
}

.bi-folder2-open:before {
  content: "ï˜";
}

.bi-folder2:before {
  content: "ï™";
}

.bi-fonts:before {
  content: "ïš";
}

.bi-forward-fill:before {
  content: "ï›";
}

.bi-forward:before {
  content: "ïœ";
}

.bi-front:before {
  content: "ï";
}

.bi-fullscreen-exit:before {
  content: "ïž";
}

.bi-fullscreen:before {
  content: "ïŸ";
}

.bi-funnel-fill:before {
  content: "ï ";
}

.bi-funnel:before {
  content: "ï¡";
}

.bi-gear-fill:before {
  content: "ï¢";
}

.bi-gear-wide-connected:before {
  content: "ï£";
}

.bi-gear-wide:before {
  content: "ï¤";
}

.bi-gear:before {
  content: "ï¥";
}

.bi-gem:before {
  content: "ï¦";
}

.bi-geo-alt-fill:before {
  content: "ï§";
}

.bi-geo-alt:before {
  content: "ï¨";
}

.bi-geo-fill:before {
  content: "ï©";
}

.bi-geo:before {
  content: "ïª";
}

.bi-gift-fill:before {
  content: "ï«";
}

.bi-gift:before {
  content: "ï¬";
}

.bi-github:before {
  content: "ï­";
}

.bi-globe:before {
  content: "ï®";
}

.bi-globe2:before {
  content: "ï¯";
}

.bi-google:before {
  content: "ï°";
}

.bi-graph-down:before {
  content: "ï±";
}

.bi-graph-up:before {
  content: "ï²";
}

.bi-grid-1x2-fill:before {
  content: "ï³";
}

.bi-grid-1x2:before {
  content: "ï´";
}

.bi-grid-3x2-gap-fill:before {
  content: "ïµ";
}

.bi-grid-3x2-gap:before {
  content: "ï¶";
}

.bi-grid-3x2:before {
  content: "ï·";
}

.bi-grid-3x3-gap-fill:before {
  content: "ï¸";
}

.bi-grid-3x3-gap:before {
  content: "ï¹";
}

.bi-grid-3x3:before {
  content: "ïº";
}

.bi-grid-fill:before {
  content: "ï»";
}

.bi-grid:before {
  content: "ï¼";
}

.bi-grip-horizontal:before {
  content: "ï½";
}

.bi-grip-vertical:before {
  content: "ï¾";
}

.bi-hammer:before {
  content: "ï¿";
}

.bi-hand-index-fill:before {
  content: "ï€";
}

.bi-hand-index-thumb-fill:before {
  content: "ï";
}

.bi-hand-index-thumb:before {
  content: "ï‚";
}

.bi-hand-index:before {
  content: "ïƒ";
}

.bi-hand-thumbs-down-fill:before {
  content: "ï„";
}

.bi-hand-thumbs-down:before {
  content: "ï…";
}

.bi-hand-thumbs-up-fill:before {
  content: "ï†";
}

.bi-hand-thumbs-up:before {
  content: "ï‡";
}

.bi-handbag-fill:before {
  content: "ïˆ";
}

.bi-handbag:before {
  content: "ï‰";
}

.bi-hash:before {
  content: "ïŠ";
}

.bi-hdd-fill:before {
  content: "ï‹";
}

.bi-hdd-network-fill:before {
  content: "ïŒ";
}

.bi-hdd-network:before {
  content: "ï";
}

.bi-hdd-rack-fill:before {
  content: "ïŽ";
}

.bi-hdd-rack:before {
  content: "ï";
}

.bi-hdd-stack-fill:before {
  content: "ï";
}

.bi-hdd-stack:before {
  content: "ï‘";
}

.bi-hdd:before {
  content: "ï’";
}

.bi-headphones:before {
  content: "ï“";
}

.bi-headset:before {
  content: "ï”";
}

.bi-heart-fill:before {
  content: "ï•";
}

.bi-heart-half:before {
  content: "ï–";
}

.bi-heart:before {
  content: "ï—";
}

.bi-heptagon-fill:before {
  content: "ï˜";
}

.bi-heptagon-half:before {
  content: "ï™";
}

.bi-heptagon:before {
  content: "ïš";
}

.bi-hexagon-fill:before {
  content: "ï›";
}

.bi-hexagon-half:before {
  content: "ïœ";
}

.bi-hexagon:before {
  content: "ï";
}

.bi-hourglass-bottom:before {
  content: "ïž";
}

.bi-hourglass-split:before {
  content: "ïŸ";
}

.bi-hourglass-top:before {
  content: "ï ";
}

.bi-hourglass:before {
  content: "ï¡";
}

.bi-house-door-fill:before {
  content: "ï¢";
}

.bi-house-door:before {
  content: "ï£";
}

.bi-house-fill:before {
  content: "ï¤";
}

.bi-house:before {
  content: "ï¥";
}

.bi-hr:before {
  content: "ï¦";
}

.bi-hurricane:before {
  content: "ï§";
}

.bi-image-alt:before {
  content: "ï¨";
}

.bi-image-fill:before {
  content: "ï©";
}

.bi-image:before {
  content: "ïª";
}

.bi-images:before {
  content: "ï«";
}

.bi-inbox-fill:before {
  content: "ï¬";
}

.bi-inbox:before {
  content: "ï­";
}

.bi-inboxes-fill:before {
  content: "ï®";
}

.bi-inboxes:before {
  content: "ï¯";
}

.bi-info-circle-fill:before {
  content: "ï°";
}

.bi-info-circle:before {
  content: "ï±";
}

.bi-info-square-fill:before {
  content: "ï²";
}

.bi-info-square:before {
  content: "ï³";
}

.bi-info:before {
  content: "ï´";
}

.bi-input-cursor-text:before {
  content: "ïµ";
}

.bi-input-cursor:before {
  content: "ï¶";
}

.bi-instagram:before {
  content: "ï·";
}

.bi-intersect:before {
  content: "ï¸";
}

.bi-journal-album:before {
  content: "ï¹";
}

.bi-journal-arrow-down:before {
  content: "ïº";
}

.bi-journal-arrow-up:before {
  content: "ï»";
}

.bi-journal-bookmark-fill:before {
  content: "ï¼";
}

.bi-journal-bookmark:before {
  content: "ï½";
}

.bi-journal-check:before {
  content: "ï¾";
}

.bi-journal-code:before {
  content: "ï¿";
}

.bi-journal-medical:before {
  content: "ï‘€";
}

.bi-journal-minus:before {
  content: "ï‘";
}

.bi-journal-plus:before {
  content: "ï‘‚";
}

.bi-journal-richtext:before {
  content: "ï‘ƒ";
}

.bi-journal-text:before {
  content: "ï‘„";
}

.bi-journal-x:before {
  content: "ï‘…";
}

.bi-journal:before {
  content: "ï‘†";
}

.bi-journals:before {
  content: "ï‘‡";
}

.bi-joystick:before {
  content: "ï‘ˆ";
}

.bi-justify-left:before {
  content: "ï‘‰";
}

.bi-justify-right:before {
  content: "ï‘Š";
}

.bi-justify:before {
  content: "ï‘‹";
}

.bi-kanban-fill:before {
  content: "ï‘Œ";
}

.bi-kanban:before {
  content: "ï‘";
}

.bi-key-fill:before {
  content: "ï‘Ž";
}

.bi-key:before {
  content: "ï‘";
}

.bi-keyboard-fill:before {
  content: "ï‘";
}

.bi-keyboard:before {
  content: "ï‘‘";
}

.bi-ladder:before {
  content: "ï‘’";
}

.bi-lamp-fill:before {
  content: "ï‘“";
}

.bi-lamp:before {
  content: "ï‘”";
}

.bi-laptop-fill:before {
  content: "ï‘•";
}

.bi-laptop:before {
  content: "ï‘–";
}

.bi-layer-backward:before {
  content: "ï‘—";
}

.bi-layer-forward:before {
  content: "ï‘˜";
}

.bi-layers-fill:before {
  content: "ï‘™";
}

.bi-layers-half:before {
  content: "ï‘š";
}

.bi-layers:before {
  content: "ï‘›";
}

.bi-layout-sidebar-inset-reverse:before {
  content: "ï‘œ";
}

.bi-layout-sidebar-inset:before {
  content: "ï‘";
}

.bi-layout-sidebar-reverse:before {
  content: "ï‘ž";
}

.bi-layout-sidebar:before {
  content: "ï‘Ÿ";
}

.bi-layout-split:before {
  content: "ï‘ ";
}

.bi-layout-text-sidebar-reverse:before {
  content: "ï‘¡";
}

.bi-layout-text-sidebar:before {
  content: "ï‘¢";
}

.bi-layout-text-window-reverse:before {
  content: "ï‘£";
}

.bi-layout-text-window:before {
  content: "ï‘¤";
}

.bi-layout-three-columns:before {
  content: "ï‘¥";
}

.bi-layout-wtf:before {
  content: "ï‘¦";
}

.bi-life-preserver:before {
  content: "ï‘§";
}

.bi-lightbulb-fill:before {
  content: "ï‘¨";
}

.bi-lightbulb-off-fill:before {
  content: "ï‘©";
}

.bi-lightbulb-off:before {
  content: "ï‘ª";
}

.bi-lightbulb:before {
  content: "ï‘«";
}

.bi-lightning-charge-fill:before {
  content: "ï‘¬";
}

.bi-lightning-charge:before {
  content: "ï‘­";
}

.bi-lightning-fill:before {
  content: "ï‘®";
}

.bi-lightning:before {
  content: "ï‘¯";
}

.bi-link-45deg:before {
  content: "ï‘°";
}

.bi-link:before {
  content: "ï‘±";
}

.bi-linkedin:before {
  content: "ï‘²";
}

.bi-list-check:before {
  content: "ï‘³";
}

.bi-list-nested:before {
  content: "ï‘´";
}

.bi-list-ol:before {
  content: "ï‘µ";
}

.bi-list-stars:before {
  content: "ï‘¶";
}

.bi-list-task:before {
  content: "ï‘·";
}

.bi-list-ul:before {
  content: "ï‘¸";
}

.bi-list:before {
  content: "ï‘¹";
}

.bi-lock-fill:before {
  content: "ï‘º";
}

.bi-lock:before {
  content: "ï‘»";
}

.bi-mailbox:before {
  content: "ï‘¼";
}

.bi-mailbox2:before {
  content: "ï‘½";
}

.bi-map-fill:before {
  content: "ï‘¾";
}

.bi-map:before {
  content: "ï‘¿";
}

.bi-markdown-fill:before {
  content: "ï’€";
}

.bi-markdown:before {
  content: "ï’";
}

.bi-mask:before {
  content: "ï’‚";
}

.bi-megaphone-fill:before {
  content: "ï’ƒ";
}

.bi-megaphone:before {
  content: "ï’„";
}

.bi-menu-app-fill:before {
  content: "ï’…";
}

.bi-menu-app:before {
  content: "ï’†";
}

.bi-menu-button-fill:before {
  content: "ï’‡";
}

.bi-menu-button-wide-fill:before {
  content: "ï’ˆ";
}

.bi-menu-button-wide:before {
  content: "ï’‰";
}

.bi-menu-button:before {
  content: "ï’Š";
}

.bi-menu-down:before {
  content: "ï’‹";
}

.bi-menu-up:before {
  content: "ï’Œ";
}

.bi-mic-fill:before {
  content: "ï’";
}

.bi-mic-mute-fill:before {
  content: "ï’Ž";
}

.bi-mic-mute:before {
  content: "ï’";
}

.bi-mic:before {
  content: "ï’";
}

.bi-minecart-loaded:before {
  content: "ï’‘";
}

.bi-minecart:before {
  content: "ï’’";
}

.bi-moisture:before {
  content: "ï’“";
}

.bi-moon-fill:before {
  content: "ï’”";
}

.bi-moon-stars-fill:before {
  content: "ï’•";
}

.bi-moon-stars:before {
  content: "ï’–";
}

.bi-moon:before {
  content: "ï’—";
}

.bi-mouse-fill:before {
  content: "ï’˜";
}

.bi-mouse:before {
  content: "ï’™";
}

.bi-mouse2-fill:before {
  content: "ï’š";
}

.bi-mouse2:before {
  content: "ï’›";
}

.bi-mouse3-fill:before {
  content: "ï’œ";
}

.bi-mouse3:before {
  content: "ï’";
}

.bi-music-note-beamed:before {
  content: "ï’ž";
}

.bi-music-note-list:before {
  content: "ï’Ÿ";
}

.bi-music-note:before {
  content: "ï’ ";
}

.bi-music-player-fill:before {
  content: "ï’¡";
}

.bi-music-player:before {
  content: "ï’¢";
}

.bi-newspaper:before {
  content: "ï’£";
}

.bi-node-minus-fill:before {
  content: "ï’¤";
}

.bi-node-minus:before {
  content: "ï’¥";
}

.bi-node-plus-fill:before {
  content: "ï’¦";
}

.bi-node-plus:before {
  content: "ï’§";
}

.bi-nut-fill:before {
  content: "ï’¨";
}

.bi-nut:before {
  content: "ï’©";
}

.bi-octagon-fill:before {
  content: "ï’ª";
}

.bi-octagon-half:before {
  content: "ï’«";
}

.bi-octagon:before {
  content: "ï’¬";
}

.bi-option:before {
  content: "ï’­";
}

.bi-outlet:before {
  content: "ï’®";
}

.bi-paint-bucket:before {
  content: "ï’¯";
}

.bi-palette-fill:before {
  content: "ï’°";
}

.bi-palette:before {
  content: "ï’±";
}

.bi-palette2:before {
  content: "ï’²";
}

.bi-paperclip:before {
  content: "ï’³";
}

.bi-paragraph:before {
  content: "ï’´";
}

.bi-patch-check-fill:before {
  content: "ï’µ";
}

.bi-patch-check:before {
  content: "ï’¶";
}

.bi-patch-exclamation-fill:before {
  content: "ï’·";
}

.bi-patch-exclamation:before {
  content: "ï’¸";
}

.bi-patch-minus-fill:before {
  content: "ï’¹";
}

.bi-patch-minus:before {
  content: "ï’º";
}

.bi-patch-plus-fill:before {
  content: "ï’»";
}

.bi-patch-plus:before {
  content: "ï’¼";
}

.bi-patch-question-fill:before {
  content: "ï’½";
}

.bi-patch-question:before {
  content: "ï’¾";
}

.bi-pause-btn-fill:before {
  content: "ï’¿";
}

.bi-pause-btn:before {
  content: "ï“€";
}

.bi-pause-circle-fill:before {
  content: "ï“";
}

.bi-pause-circle:before {
  content: "ï“‚";
}

.bi-pause-fill:before {
  content: "ï“ƒ";
}

.bi-pause:before {
  content: "ï“„";
}

.bi-peace-fill:before {
  content: "ï“…";
}

.bi-peace:before {
  content: "ï“†";
}

.bi-pen-fill:before {
  content: "ï“‡";
}

.bi-pen:before {
  content: "ï“ˆ";
}

.bi-pencil-fill:before {
  content: "ï“‰";
}

.bi-pencil-square:before {
  content: "ï“Š";
}

.bi-pencil:before {
  content: "ï“‹";
}

.bi-pentagon-fill:before {
  content: "ï“Œ";
}

.bi-pentagon-half:before {
  content: "ï“";
}

.bi-pentagon:before {
  content: "ï“Ž";
}

.bi-people-fill:before {
  content: "ï“";
}

.bi-people:before {
  content: "ï“";
}

.bi-percent:before {
  content: "ï“‘";
}

.bi-person-badge-fill:before {
  content: "ï“’";
}

.bi-person-badge:before {
  content: "ï““";
}

.bi-person-bounding-box:before {
  content: "ï“”";
}

.bi-person-check-fill:before {
  content: "ï“•";
}

.bi-person-check:before {
  content: "ï“–";
}

.bi-person-circle:before {
  content: "ï“—";
}

.bi-person-dash-fill:before {
  content: "ï“˜";
}

.bi-person-dash:before {
  content: "ï“™";
}

.bi-person-fill:before {
  content: "ï“š";
}

.bi-person-lines-fill:before {
  content: "ï“›";
}

.bi-person-plus-fill:before {
  content: "ï“œ";
}

.bi-person-plus:before {
  content: "ï“";
}

.bi-person-square:before {
  content: "ï“ž";
}

.bi-person-x-fill:before {
  content: "ï“Ÿ";
}

.bi-person-x:before {
  content: "ï“ ";
}

.bi-person:before {
  content: "ï“¡";
}

.bi-phone-fill:before {
  content: "ï“¢";
}

.bi-phone-landscape-fill:before {
  content: "ï“£";
}

.bi-phone-landscape:before {
  content: "ï“¤";
}

.bi-phone-vibrate-fill:before {
  content: "ï“¥";
}

.bi-phone-vibrate:before {
  content: "ï“¦";
}

.bi-phone:before {
  content: "ï“§";
}

.bi-pie-chart-fill:before {
  content: "ï“¨";
}

.bi-pie-chart:before {
  content: "ï“©";
}

.bi-pin-angle-fill:before {
  content: "ï“ª";
}

.bi-pin-angle:before {
  content: "ï“«";
}

.bi-pin-fill:before {
  content: "ï“¬";
}

.bi-pin:before {
  content: "ï“­";
}

.bi-pip-fill:before {
  content: "ï“®";
}

.bi-pip:before {
  content: "ï“¯";
}

.bi-play-btn-fill:before {
  content: "ï“°";
}

.bi-play-btn:before {
  content: "ï“±";
}

.bi-play-circle-fill:before {
  content: "ï“²";
}

.bi-play-circle:before {
  content: "ï“³";
}

.bi-play-fill:before {
  content: "ï“´";
}

.bi-play:before {
  content: "ï“µ";
}

.bi-plug-fill:before {
  content: "ï“¶";
}

.bi-plug:before {
  content: "ï“·";
}

.bi-plus-circle-dotted:before {
  content: "ï“¸";
}

.bi-plus-circle-fill:before {
  content: "ï“¹";
}

.bi-plus-circle:before {
  content: "ï“º";
}

.bi-plus-square-dotted:before {
  content: "ï“»";
}

.bi-plus-square-fill:before {
  content: "ï“¼";
}

.bi-plus-square:before {
  content: "ï“½";
}

.bi-plus:before {
  content: "ï“¾";
}

.bi-power:before {
  content: "ï“¿";
}

.bi-printer-fill:before {
  content: "ï”€";
}

.bi-printer:before {
  content: "ï”";
}

.bi-puzzle-fill:before {
  content: "ï”‚";
}

.bi-puzzle:before {
  content: "ï”ƒ";
}

.bi-question-circle-fill:before {
  content: "ï”„";
}

.bi-question-circle:before {
  content: "ï”…";
}

.bi-question-diamond-fill:before {
  content: "ï”†";
}

.bi-question-diamond:before {
  content: "ï”‡";
}

.bi-question-octagon-fill:before {
  content: "ï”ˆ";
}

.bi-question-octagon:before {
  content: "ï”‰";
}

.bi-question-square-fill:before {
  content: "ï”Š";
}

.bi-question-square:before {
  content: "ï”‹";
}

.bi-question:before {
  content: "ï”Œ";
}

.bi-rainbow:before {
  content: "ï”";
}

.bi-receipt-cutoff:before {
  content: "ï”Ž";
}

.bi-receipt:before {
  content: "ï”";
}

.bi-reception-0:before {
  content: "ï”";
}

.bi-reception-1:before {
  content: "ï”‘";
}

.bi-reception-2:before {
  content: "ï”’";
}

.bi-reception-3:before {
  content: "ï”“";
}

.bi-reception-4:before {
  content: "ï””";
}

.bi-record-btn-fill:before {
  content: "ï”•";
}

.bi-record-btn:before {
  content: "ï”–";
}

.bi-record-circle-fill:before {
  content: "ï”—";
}

.bi-record-circle:before {
  content: "ï”˜";
}

.bi-record-fill:before {
  content: "ï”™";
}

.bi-record:before {
  content: "ï”š";
}

.bi-record2-fill:before {
  content: "ï”›";
}

.bi-record2:before {
  content: "ï”œ";
}

.bi-reply-all-fill:before {
  content: "ï”";
}

.bi-reply-all:before {
  content: "ï”ž";
}

.bi-reply-fill:before {
  content: "ï”Ÿ";
}

.bi-reply:before {
  content: "ï” ";
}

.bi-rss-fill:before {
  content: "ï”¡";
}

.bi-rss:before {
  content: "ï”¢";
}

.bi-rulers:before {
  content: "ï”£";
}

.bi-save-fill:before {
  content: "ï”¤";
}

.bi-save:before {
  content: "ï”¥";
}

.bi-save2-fill:before {
  content: "ï”¦";
}

.bi-save2:before {
  content: "ï”§";
}

.bi-scissors:before {
  content: "ï”¨";
}

.bi-screwdriver:before {
  content: "ï”©";
}

.bi-search:before {
  content: "ï”ª";
}

.bi-segmented-nav:before {
  content: "ï”«";
}

.bi-server:before {
  content: "ï”¬";
}

.bi-share-fill:before {
  content: "ï”­";
}

.bi-share:before {
  content: "ï”®";
}

.bi-shield-check:before {
  content: "ï”¯";
}

.bi-shield-exclamation:before {
  content: "ï”°";
}

.bi-shield-fill-check:before {
  content: "ï”±";
}

.bi-shield-fill-exclamation:before {
  content: "ï”²";
}

.bi-shield-fill-minus:before {
  content: "ï”³";
}

.bi-shield-fill-plus:before {
  content: "ï”´";
}

.bi-shield-fill-x:before {
  content: "ï”µ";
}

.bi-shield-fill:before {
  content: "ï”¶";
}

.bi-shield-lock-fill:before {
  content: "ï”·";
}

.bi-shield-lock:before {
  content: "ï”¸";
}

.bi-shield-minus:before {
  content: "ï”¹";
}

.bi-shield-plus:before {
  content: "ï”º";
}

.bi-shield-shaded:before {
  content: "ï”»";
}

.bi-shield-slash-fill:before {
  content: "ï”¼";
}

.bi-shield-slash:before {
  content: "ï”½";
}

.bi-shield-x:before {
  content: "ï”¾";
}

.bi-shield:before {
  content: "ï”¿";
}

.bi-shift-fill:before {
  content: "ï•€";
}

.bi-shift:before {
  content: "ï•";
}

.bi-shop-window:before {
  content: "ï•‚";
}

.bi-shop:before {
  content: "ï•ƒ";
}

.bi-shuffle:before {
  content: "ï•„";
}

.bi-signpost-2-fill:before {
  content: "ï•…";
}

.bi-signpost-2:before {
  content: "ï•†";
}

.bi-signpost-fill:before {
  content: "ï•‡";
}

.bi-signpost-split-fill:before {
  content: "ï•ˆ";
}

.bi-signpost-split:before {
  content: "ï•‰";
}

.bi-signpost:before {
  content: "ï•Š";
}

.bi-sim-fill:before {
  content: "ï•‹";
}

.bi-sim:before {
  content: "ï•Œ";
}

.bi-skip-backward-btn-fill:before {
  content: "ï•";
}

.bi-skip-backward-btn:before {
  content: "ï•Ž";
}

.bi-skip-backward-circle-fill:before {
  content: "ï•";
}

.bi-skip-backward-circle:before {
  content: "ï•";
}

.bi-skip-backward-fill:before {
  content: "ï•‘";
}

.bi-skip-backward:before {
  content: "ï•’";
}

.bi-skip-end-btn-fill:before {
  content: "ï•“";
}

.bi-skip-end-btn:before {
  content: "ï•”";
}

.bi-skip-end-circle-fill:before {
  content: "ï••";
}

.bi-skip-end-circle:before {
  content: "ï•–";
}

.bi-skip-end-fill:before {
  content: "ï•—";
}

.bi-skip-end:before {
  content: "ï•˜";
}

.bi-skip-forward-btn-fill:before {
  content: "ï•™";
}

.bi-skip-forward-btn:before {
  content: "ï•š";
}

.bi-skip-forward-circle-fill:before {
  content: "ï•›";
}

.bi-skip-forward-circle:before {
  content: "ï•œ";
}

.bi-skip-forward-fill:before {
  content: "ï•";
}

.bi-skip-forward:before {
  content: "ï•ž";
}

.bi-skip-start-btn-fill:before {
  content: "ï•Ÿ";
}

.bi-skip-start-btn:before {
  content: "ï• ";
}

.bi-skip-start-circle-fill:before {
  content: "ï•¡";
}

.bi-skip-start-circle:before {
  content: "ï•¢";
}

.bi-skip-start-fill:before {
  content: "ï•£";
}

.bi-skip-start:before {
  content: "ï•¤";
}

.bi-slack:before {
  content: "ï•¥";
}

.bi-slash-circle-fill:before {
  content: "ï•¦";
}

.bi-slash-circle:before {
  content: "ï•§";
}

.bi-slash-square-fill:before {
  content: "ï•¨";
}

.bi-slash-square:before {
  content: "ï•©";
}

.bi-slash:before {
  content: "ï•ª";
}

.bi-sliders:before {
  content: "ï•«";
}

.bi-smartwatch:before {
  content: "ï•¬";
}

.bi-snow:before {
  content: "ï•­";
}

.bi-snow2:before {
  content: "ï•®";
}

.bi-snow3:before {
  content: "ï•¯";
}

.bi-sort-alpha-down-alt:before {
  content: "ï•°";
}

.bi-sort-alpha-down:before {
  content: "ï•±";
}

.bi-sort-alpha-up-alt:before {
  content: "ï•²";
}

.bi-sort-alpha-up:before {
  content: "ï•³";
}

.bi-sort-down-alt:before {
  content: "ï•´";
}

.bi-sort-down:before {
  content: "ï•µ";
}

.bi-sort-numeric-down-alt:before {
  content: "ï•¶";
}

.bi-sort-numeric-down:before {
  content: "ï•·";
}

.bi-sort-numeric-up-alt:before {
  content: "ï•¸";
}

.bi-sort-numeric-up:before {
  content: "ï•¹";
}

.bi-sort-up-alt:before {
  content: "ï•º";
}

.bi-sort-up:before {
  content: "ï•»";
}

.bi-soundwave:before {
  content: "ï•¼";
}

.bi-speaker-fill:before {
  content: "ï•½";
}

.bi-speaker:before {
  content: "ï•¾";
}

.bi-speedometer:before {
  content: "ï•¿";
}

.bi-speedometer2:before {
  content: "ï–€";
}

.bi-spellcheck:before {
  content: "ï–";
}

.bi-square-fill:before {
  content: "ï–‚";
}

.bi-square-half:before {
  content: "ï–ƒ";
}

.bi-square:before {
  content: "ï–„";
}

.bi-stack:before {
  content: "ï–…";
}

.bi-star-fill:before {
  content: "ï–†";
}

.bi-star-half:before {
  content: "ï–‡";
}

.bi-star:before {
  content: "ï–ˆ";
}

.bi-stars:before {
  content: "ï–‰";
}

.bi-stickies-fill:before {
  content: "ï–Š";
}

.bi-stickies:before {
  content: "ï–‹";
}

.bi-sticky-fill:before {
  content: "ï–Œ";
}

.bi-sticky:before {
  content: "ï–";
}

.bi-stop-btn-fill:before {
  content: "ï–Ž";
}

.bi-stop-btn:before {
  content: "ï–";
}

.bi-stop-circle-fill:before {
  content: "ï–";
}

.bi-stop-circle:before {
  content: "ï–‘";
}

.bi-stop-fill:before {
  content: "ï–’";
}

.bi-stop:before {
  content: "ï–“";
}

.bi-stoplights-fill:before {
  content: "ï–”";
}

.bi-stoplights:before {
  content: "ï–•";
}

.bi-stopwatch-fill:before {
  content: "ï––";
}

.bi-stopwatch:before {
  content: "ï–—";
}

.bi-subtract:before {
  content: "ï–˜";
}

.bi-suit-club-fill:before {
  content: "ï–™";
}

.bi-suit-club:before {
  content: "ï–š";
}

.bi-suit-diamond-fill:before {
  content: "ï–›";
}

.bi-suit-diamond:before {
  content: "ï–œ";
}

.bi-suit-heart-fill:before {
  content: "ï–";
}

.bi-suit-heart:before {
  content: "ï–ž";
}

.bi-suit-spade-fill:before {
  content: "ï–Ÿ";
}

.bi-suit-spade:before {
  content: "ï– ";
}

.bi-sun-fill:before {
  content: "ï–¡";
}

.bi-sun:before {
  content: "ï–¢";
}

.bi-sunglasses:before {
  content: "ï–£";
}

.bi-sunrise-fill:before {
  content: "ï–¤";
}

.bi-sunrise:before {
  content: "ï–¥";
}

.bi-sunset-fill:before {
  content: "ï–¦";
}

.bi-sunset:before {
  content: "ï–§";
}

.bi-symmetry-horizontal:before {
  content: "ï–¨";
}

.bi-symmetry-vertical:before {
  content: "ï–©";
}

.bi-table:before {
  content: "ï–ª";
}

.bi-tablet-fill:before {
  content: "ï–«";
}

.bi-tablet-landscape-fill:before {
  content: "ï–¬";
}

.bi-tablet-landscape:before {
  content: "ï–­";
}

.bi-tablet:before {
  content: "ï–®";
}

.bi-tag-fill:before {
  content: "ï–¯";
}

.bi-tag:before {
  content: "ï–°";
}

.bi-tags-fill:before {
  content: "ï–±";
}

.bi-tags:before {
  content: "ï–²";
}

.bi-telegram:before {
  content: "ï–³";
}

.bi-telephone-fill:before {
  content: "ï–´";
}

.bi-telephone-forward-fill:before {
  content: "ï–µ";
}

.bi-telephone-forward:before {
  content: "ï–¶";
}

.bi-telephone-inbound-fill:before {
  content: "ï–·";
}

.bi-telephone-inbound:before {
  content: "ï–¸";
}

.bi-telephone-minus-fill:before {
  content: "ï–¹";
}

.bi-telephone-minus:before {
  content: "ï–º";
}

.bi-telephone-outbound-fill:before {
  content: "ï–»";
}

.bi-telephone-outbound:before {
  content: "ï–¼";
}

.bi-telephone-plus-fill:before {
  content: "ï–½";
}

.bi-telephone-plus:before {
  content: "ï–¾";
}

.bi-telephone-x-fill:before {
  content: "ï–¿";
}

.bi-telephone-x:before {
  content: "ï—€";
}

.bi-telephone:before {
  content: "ï—";
}

.bi-terminal-fill:before {
  content: "ï—‚";
}

.bi-terminal:before {
  content: "ï—ƒ";
}

.bi-text-center:before {
  content: "ï—„";
}

.bi-text-indent-left:before {
  content: "ï—…";
}

.bi-text-indent-right:before {
  content: "ï—†";
}

.bi-text-left:before {
  content: "ï—‡";
}

.bi-text-paragraph:before {
  content: "ï—ˆ";
}

.bi-text-right:before {
  content: "ï—‰";
}

.bi-textarea-resize:before {
  content: "ï—Š";
}

.bi-textarea-t:before {
  content: "ï—‹";
}

.bi-textarea:before {
  content: "ï—Œ";
}

.bi-thermometer-half:before {
  content: "ï—";
}

.bi-thermometer-high:before {
  content: "ï—Ž";
}

.bi-thermometer-low:before {
  content: "ï—";
}

.bi-thermometer-snow:before {
  content: "ï—";
}

.bi-thermometer-sun:before {
  content: "ï—‘";
}

.bi-thermometer:before {
  content: "ï—’";
}

.bi-three-dots-vertical:before {
  content: "ï—“";
}

.bi-three-dots:before {
  content: "ï—”";
}

.bi-toggle-off:before {
  content: "ï—•";
}

.bi-toggle-on:before {
  content: "ï—–";
}

.bi-toggle2-off:before {
  content: "ï——";
}

.bi-toggle2-on:before {
  content: "ï—˜";
}

.bi-toggles:before {
  content: "ï—™";
}

.bi-toggles2:before {
  content: "ï—š";
}

.bi-tools:before {
  content: "ï—›";
}

.bi-tornado:before {
  content: "ï—œ";
}

.bi-trash-fill:before {
  content: "ï—";
}

.bi-trash:before {
  content: "ï—ž";
}

.bi-trash2-fill:before {
  content: "ï—Ÿ";
}

.bi-trash2:before {
  content: "ï— ";
}

.bi-tree-fill:before {
  content: "ï—¡";
}

.bi-tree:before {
  content: "ï—¢";
}

.bi-triangle-fill:before {
  content: "ï—£";
}

.bi-triangle-half:before {
  content: "ï—¤";
}

.bi-triangle:before {
  content: "ï—¥";
}

.bi-trophy-fill:before {
  content: "ï—¦";
}

.bi-trophy:before {
  content: "ï—§";
}

.bi-tropical-storm:before {
  content: "ï—¨";
}

.bi-truck-flatbed:before {
  content: "ï—©";
}

.bi-truck:before {
  content: "ï—ª";
}

.bi-tsunami:before {
  content: "ï—«";
}

.bi-tv-fill:before {
  content: "ï—¬";
}

.bi-tv:before {
  content: "ï—­";
}

.bi-twitch:before {
  content: "ï—®";
}

.bi-twitter:before {
  content: "ï—¯";
}

.bi-type-bold:before {
  content: "ï—°";
}

.bi-type-h1:before {
  content: "ï—±";
}

.bi-type-h2:before {
  content: "ï—²";
}

.bi-type-h3:before {
  content: "ï—³";
}

.bi-type-italic:before {
  content: "ï—´";
}

.bi-type-strikethrough:before {
  content: "ï—µ";
}

.bi-type-underline:before {
  content: "ï—¶";
}

.bi-type:before {
  content: "ï—·";
}

.bi-ui-checks-grid:before {
  content: "ï—¸";
}

.bi-ui-checks:before {
  content: "ï—¹";
}

.bi-ui-radios-grid:before {
  content: "ï—º";
}

.bi-ui-radios:before {
  content: "ï—»";
}

.bi-umbrella-fill:before {
  content: "ï—¼";
}

.bi-umbrella:before {
  content: "ï—½";
}

.bi-union:before {
  content: "ï—¾";
}

.bi-unlock-fill:before {
  content: "ï—¿";
}

.bi-unlock:before {
  content: "ï˜€";
}

.bi-upc-scan:before {
  content: "ï˜";
}

.bi-upc:before {
  content: "ï˜‚";
}

.bi-upload:before {
  content: "ï˜ƒ";
}

.bi-vector-pen:before {
  content: "ï˜„";
}

.bi-view-list:before {
  content: "ï˜…";
}

.bi-view-stacked:before {
  content: "ï˜†";
}

.bi-vinyl-fill:before {
  content: "ï˜‡";
}

.bi-vinyl:before {
  content: "ï˜ˆ";
}

.bi-voicemail:before {
  content: "ï˜‰";
}

.bi-volume-down-fill:before {
  content: "ï˜Š";
}

.bi-volume-down:before {
  content: "ï˜‹";
}

.bi-volume-mute-fill:before {
  content: "ï˜Œ";
}

.bi-volume-mute:before {
  content: "ï˜";
}

.bi-volume-off-fill:before {
  content: "ï˜Ž";
}

.bi-volume-off:before {
  content: "ï˜";
}

.bi-volume-up-fill:before {
  content: "ï˜";
}

.bi-volume-up:before {
  content: "ï˜‘";
}

.bi-vr:before {
  content: "ï˜’";
}

.bi-wallet-fill:before {
  content: "ï˜“";
}

.bi-wallet:before {
  content: "ï˜”";
}

.bi-wallet2:before {
  content: "ï˜•";
}

.bi-watch:before {
  content: "ï˜–";
}

.bi-water:before {
  content: "ï˜—";
}

.bi-whatsapp:before {
  content: "ï˜˜";
}

.bi-wifi-1:before {
  content: "ï˜™";
}

.bi-wifi-2:before {
  content: "ï˜š";
}

.bi-wifi-off:before {
  content: "ï˜›";
}

.bi-wifi:before {
  content: "ï˜œ";
}

.bi-wind:before {
  content: "ï˜";
}

.bi-window-dock:before {
  content: "ï˜ž";
}

.bi-window-sidebar:before {
  content: "ï˜Ÿ";
}

.bi-window:before {
  content: "ï˜ ";
}

.bi-wrench:before {
  content: "ï˜¡";
}

.bi-x-circle-fill:before {
  content: "ï˜¢";
}

.bi-x-circle:before {
  content: "ï˜£";
}

.bi-x-diamond-fill:before {
  content: "ï˜¤";
}

.bi-x-diamond:before {
  content: "ï˜¥";
}

.bi-x-octagon-fill:before {
  content: "ï˜¦";
}

.bi-x-octagon:before {
  content: "ï˜§";
}

.bi-x-square-fill:before {
  content: "ï˜¨";
}

.bi-x-square:before {
  content: "ï˜©";
}

.bi-x:before {
  content: "ï˜ª";
}

.bi-youtube:before {
  content: "ï˜«";
}

.bi-zoom-in:before {
  content: "ï˜¬";
}

.bi-zoom-out:before {
  content: "ï˜­";
}

.bi-bank:before {
  content: "ï˜®";
}

.bi-bank2:before {
  content: "ï˜¯";
}

.bi-bell-slash-fill:before {
  content: "ï˜°";
}

.bi-bell-slash:before {
  content: "ï˜±";
}

.bi-cash-coin:before {
  content: "ï˜²";
}

.bi-check-lg:before {
  content: "ï˜³";
}

.bi-coin:before {
  content: "ï˜´";
}

.bi-currency-bitcoin:before {
  content: "ï˜µ";
}

.bi-currency-dollar:before {
  content: "ï˜¶";
}

.bi-currency-euro:before {
  content: "ï˜·";
}

.bi-currency-exchange:before {
  content: "ï˜¸";
}

.bi-currency-pound:before {
  content: "ï˜¹";
}

.bi-currency-yen:before {
  content: "ï˜º";
}

.bi-dash-lg:before {
  content: "ï˜»";
}

.bi-exclamation-lg:before {
  content: "ï˜¼";
}

.bi-file-earmark-pdf-fill:before {
  content: "ï˜½";
}

.bi-file-earmark-pdf:before {
  content: "ï˜¾";
}

.bi-file-pdf-fill:before {
  content: "ï˜¿";
}

.bi-file-pdf:before {
  content: "ï™€";
}

.bi-gender-ambiguous:before {
  content: "ï™";
}

.bi-gender-female:before {
  content: "ï™‚";
}

.bi-gender-male:before {
  content: "ï™ƒ";
}

.bi-gender-trans:before {
  content: "ï™„";
}

.bi-headset-vr:before {
  content: "ï™…";
}

.bi-info-lg:before {
  content: "ï™†";
}

.bi-mastodon:before {
  content: "ï™‡";
}

.bi-messenger:before {
  content: "ï™ˆ";
}

.bi-piggy-bank-fill:before {
  content: "ï™‰";
}

.bi-piggy-bank:before {
  content: "ï™Š";
}

.bi-pin-map-fill:before {
  content: "ï™‹";
}

.bi-pin-map:before {
  content: "ï™Œ";
}

.bi-plus-lg:before {
  content: "ï™";
}

.bi-question-lg:before {
  content: "ï™Ž";
}

.bi-recycle:before {
  content: "ï™";
}

.bi-reddit:before {
  content: "ï™";
}

.bi-safe-fill:before {
  content: "ï™‘";
}

.bi-safe2-fill:before {
  content: "ï™’";
}

.bi-safe2:before {
  content: "ï™“";
}

.bi-sd-card-fill:before {
  content: "ï™”";
}

.bi-sd-card:before {
  content: "ï™•";
}

.bi-skype:before {
  content: "ï™–";
}

.bi-slash-lg:before {
  content: "ï™—";
}

.bi-translate:before {
  content: "ï™˜";
}

.bi-x-lg:before {
  content: "ï™™";
}

.bi-safe:before {
  content: "ï™š";
}

.bi-apple:before {
  content: "ï™›";
}

.bi-microsoft:before {
  content: "ï™";
}

.bi-windows:before {
  content: "ï™ž";
}

.bi-behance:before {
  content: "ï™œ";
}

.bi-dribbble:before {
  content: "ï™Ÿ";
}

.bi-line:before {
  content: "ï™ ";
}

.bi-medium:before {
  content: "ï™¡";
}

.bi-paypal:before {
  content: "ï™¢";
}

.bi-pinterest:before {
  content: "ï™£";
}

.bi-signal:before {
  content: "ï™¤";
}

.bi-snapchat:before {
  content: "ï™¥";
}

.bi-spotify:before {
  content: "ï™¦";
}

.bi-stack-overflow:before {
  content: "ï™§";
}

.bi-strava:before {
  content: "ï™¨";
}

.bi-wordpress:before {
  content: "ï™©";
}

.bi-vimeo:before {
  content: "ï™ª";
}

.bi-activity:before {
  content: "ï™«";
}

.bi-easel2-fill:before {
  content: "ï™¬";
}

.bi-easel2:before {
  content: "ï™­";
}

.bi-easel3-fill:before {
  content: "ï™®";
}

.bi-easel3:before {
  content: "ï™¯";
}

.bi-fan:before {
  content: "ï™°";
}

.bi-fingerprint:before {
  content: "ï™±";
}

.bi-graph-down-arrow:before {
  content: "ï™²";
}

.bi-graph-up-arrow:before {
  content: "ï™³";
}

.bi-hypnotize:before {
  content: "ï™´";
}

.bi-magic:before {
  content: "ï™µ";
}

.bi-person-rolodex:before {
  content: "ï™¶";
}

.bi-person-video:before {
  content: "ï™·";
}

.bi-person-video2:before {
  content: "ï™¸";
}

.bi-person-video3:before {
  content: "ï™¹";
}

.bi-person-workspace:before {
  content: "ï™º";
}

.bi-radioactive:before {
  content: "ï™»";
}

.bi-webcam-fill:before {
  content: "ï™¼";
}

.bi-webcam:before {
  content: "ï™½";
}

.bi-yin-yang:before {
  content: "ï™¾";
}

.bi-bandaid-fill:before {
  content: "ïš€";
}

.bi-bandaid:before {
  content: "ïš";
}

.bi-bluetooth:before {
  content: "ïš‚";
}

.bi-body-text:before {
  content: "ïšƒ";
}

.bi-boombox:before {
  content: "ïš„";
}

.bi-boxes:before {
  content: "ïš…";
}

.bi-dpad-fill:before {
  content: "ïš†";
}

.bi-dpad:before {
  content: "ïš‡";
}

.bi-ear-fill:before {
  content: "ïšˆ";
}

.bi-ear:before {
  content: "ïš‰";
}

.bi-envelope-check-fill:before {
  content: "ïš‹";
}

.bi-envelope-check:before {
  content: "ïšŒ";
}

.bi-envelope-dash-fill:before {
  content: "ïšŽ";
}

.bi-envelope-dash:before {
  content: "ïš";
}

.bi-envelope-exclamation-fill:before {
  content: "ïš‘";
}

.bi-envelope-exclamation:before {
  content: "ïš’";
}

.bi-envelope-plus-fill:before {
  content: "ïš“";
}

.bi-envelope-plus:before {
  content: "ïš”";
}

.bi-envelope-slash-fill:before {
  content: "ïš–";
}

.bi-envelope-slash:before {
  content: "ïš—";
}

.bi-envelope-x-fill:before {
  content: "ïš™";
}

.bi-envelope-x:before {
  content: "ïšš";
}

.bi-explicit-fill:before {
  content: "ïš›";
}

.bi-explicit:before {
  content: "ïšœ";
}

.bi-git:before {
  content: "ïš";
}

.bi-infinity:before {
  content: "ïšž";
}

.bi-list-columns-reverse:before {
  content: "ïšŸ";
}

.bi-list-columns:before {
  content: "ïš ";
}

.bi-meta:before {
  content: "ïš¡";
}

.bi-nintendo-switch:before {
  content: "ïš¤";
}

.bi-pc-display-horizontal:before {
  content: "ïš¥";
}

.bi-pc-display:before {
  content: "ïš¦";
}

.bi-pc-horizontal:before {
  content: "ïš§";
}

.bi-pc:before {
  content: "ïš¨";
}

.bi-playstation:before {
  content: "ïš©";
}

.bi-plus-slash-minus:before {
  content: "ïšª";
}

.bi-projector-fill:before {
  content: "ïš«";
}

.bi-projector:before {
  content: "ïš¬";
}

.bi-qr-code-scan:before {
  content: "ïš­";
}

.bi-qr-code:before {
  content: "ïš®";
}

.bi-quora:before {
  content: "ïš¯";
}

.bi-quote:before {
  content: "ïš°";
}

.bi-robot:before {
  content: "ïš±";
}

.bi-send-check-fill:before {
  content: "ïš²";
}

.bi-send-check:before {
  content: "ïš³";
}

.bi-send-dash-fill:before {
  content: "ïš´";
}

.bi-send-dash:before {
  content: "ïšµ";
}

.bi-send-exclamation-fill:before {
  content: "ïš·";
}

.bi-send-exclamation:before {
  content: "ïš¸";
}

.bi-send-fill:before {
  content: "ïš¹";
}

.bi-send-plus-fill:before {
  content: "ïšº";
}

.bi-send-plus:before {
  content: "ïš»";
}

.bi-send-slash-fill:before {
  content: "ïš¼";
}

.bi-send-slash:before {
  content: "ïš½";
}

.bi-send-x-fill:before {
  content: "ïš¾";
}

.bi-send-x:before {
  content: "ïš¿";
}

.bi-send:before {
  content: "ï›€";
}

.bi-steam:before {
  content: "ï›";
}

.bi-terminal-dash:before {
  content: "ï›ƒ";
}

.bi-terminal-plus:before {
  content: "ï›„";
}

.bi-terminal-split:before {
  content: "ï›…";
}

.bi-ticket-detailed-fill:before {
  content: "ï›†";
}

.bi-ticket-detailed:before {
  content: "ï›‡";
}

.bi-ticket-fill:before {
  content: "ï›ˆ";
}

.bi-ticket-perforated-fill:before {
  content: "ï›‰";
}

.bi-ticket-perforated:before {
  content: "ï›Š";
}

.bi-ticket:before {
  content: "ï›‹";
}

.bi-tiktok:before {
  content: "ï›Œ";
}

.bi-window-dash:before {
  content: "ï›";
}

.bi-window-desktop:before {
  content: "ï›Ž";
}

.bi-window-fullscreen:before {
  content: "ï›";
}

.bi-window-plus:before {
  content: "ï›";
}

.bi-window-split:before {
  content: "ï›‘";
}

.bi-window-stack:before {
  content: "ï›’";
}

.bi-window-x:before {
  content: "ï›“";
}

.bi-xbox:before {
  content: "ï›”";
}

.bi-ethernet:before {
  content: "ï›•";
}

.bi-hdmi-fill:before {
  content: "ï›–";
}

.bi-hdmi:before {
  content: "ï›—";
}

.bi-usb-c-fill:before {
  content: "ï›˜";
}

.bi-usb-c:before {
  content: "ï›™";
}

.bi-usb-fill:before {
  content: "ï›š";
}

.bi-usb-plug-fill:before {
  content: "ï››";
}

.bi-usb-plug:before {
  content: "ï›œ";
}

.bi-usb-symbol:before {
  content: "ï›";
}

.bi-usb:before {
  content: "ï›ž";
}

.bi-boombox-fill:before {
  content: "ï›Ÿ";
}

.bi-displayport:before {
  content: "ï›¡";
}

.bi-gpu-card:before {
  content: "ï›¢";
}

.bi-memory:before {
  content: "ï›£";
}

.bi-modem-fill:before {
  content: "ï›¤";
}

.bi-modem:before {
  content: "ï›¥";
}

.bi-motherboard-fill:before {
  content: "ï›¦";
}

.bi-motherboard:before {
  content: "ï›§";
}

.bi-optical-audio-fill:before {
  content: "ï›¨";
}

.bi-optical-audio:before {
  content: "ï›©";
}

.bi-pci-card:before {
  content: "ï›ª";
}

.bi-router-fill:before {
  content: "ï›«";
}

.bi-router:before {
  content: "ï›¬";
}

.bi-thunderbolt-fill:before {
  content: "ï›¯";
}

.bi-thunderbolt:before {
  content: "ï›°";
}

.bi-usb-drive-fill:before {
  content: "ï›±";
}

.bi-usb-drive:before {
  content: "ï›²";
}

.bi-usb-micro-fill:before {
  content: "ï›³";
}

.bi-usb-micro:before {
  content: "ï›´";
}

.bi-usb-mini-fill:before {
  content: "ï›µ";
}

.bi-usb-mini:before {
  content: "ï›¶";
}

.bi-cloud-haze2:before {
  content: "ï›·";
}

.bi-device-hdd-fill:before {
  content: "ï›¸";
}

.bi-device-hdd:before {
  content: "ï›¹";
}

.bi-device-ssd-fill:before {
  content: "ï›º";
}

.bi-device-ssd:before {
  content: "ï›»";
}

.bi-displayport-fill:before {
  content: "ï›¼";
}

.bi-mortarboard-fill:before {
  content: "ï›½";
}

.bi-mortarboard:before {
  content: "ï›¾";
}

.bi-terminal-x:before {
  content: "ï›¿";
}

.bi-arrow-through-heart-fill:before {
  content: "ïœ€";
}

.bi-arrow-through-heart:before {
  content: "ïœ";
}

.bi-badge-sd-fill:before {
  content: "ïœ‚";
}

.bi-badge-sd:before {
  content: "ïœƒ";
}

.bi-bag-heart-fill:before {
  content: "ïœ„";
}

.bi-bag-heart:before {
  content: "ïœ…";
}

.bi-balloon-fill:before {
  content: "ïœ†";
}

.bi-balloon-heart-fill:before {
  content: "ïœ‡";
}

.bi-balloon-heart:before {
  content: "ïœˆ";
}

.bi-balloon:before {
  content: "ïœ‰";
}

.bi-box2-fill:before {
  content: "ïœŠ";
}

.bi-box2-heart-fill:before {
  content: "ïœ‹";
}

.bi-box2-heart:before {
  content: "ïœŒ";
}

.bi-box2:before {
  content: "ïœ";
}

.bi-braces-asterisk:before {
  content: "ïœŽ";
}

.bi-calendar-heart-fill:before {
  content: "ïœ";
}

.bi-calendar-heart:before {
  content: "ïœ";
}

.bi-calendar2-heart-fill:before {
  content: "ïœ‘";
}

.bi-calendar2-heart:before {
  content: "ïœ’";
}

.bi-chat-heart-fill:before {
  content: "ïœ“";
}

.bi-chat-heart:before {
  content: "ïœ”";
}

.bi-chat-left-heart-fill:before {
  content: "ïœ•";
}

.bi-chat-left-heart:before {
  content: "ïœ–";
}

.bi-chat-right-heart-fill:before {
  content: "ïœ—";
}

.bi-chat-right-heart:before {
  content: "ïœ˜";
}

.bi-chat-square-heart-fill:before {
  content: "ïœ™";
}

.bi-chat-square-heart:before {
  content: "ïœš";
}

.bi-clipboard-check-fill:before {
  content: "ïœ›";
}

.bi-clipboard-data-fill:before {
  content: "ïœœ";
}

.bi-clipboard-fill:before {
  content: "ïœ";
}

.bi-clipboard-heart-fill:before {
  content: "ïœž";
}

.bi-clipboard-heart:before {
  content: "ïœŸ";
}

.bi-clipboard-minus-fill:before {
  content: "ïœ ";
}

.bi-clipboard-plus-fill:before {
  content: "ïœ¡";
}

.bi-clipboard-pulse:before {
  content: "ïœ¢";
}

.bi-clipboard-x-fill:before {
  content: "ïœ£";
}

.bi-clipboard2-check-fill:before {
  content: "ïœ¤";
}

.bi-clipboard2-check:before {
  content: "ïœ¥";
}

.bi-clipboard2-data-fill:before {
  content: "ïœ¦";
}

.bi-clipboard2-data:before {
  content: "ïœ§";
}

.bi-clipboard2-fill:before {
  content: "ïœ¨";
}

.bi-clipboard2-heart-fill:before {
  content: "ïœ©";
}

.bi-clipboard2-heart:before {
  content: "ïœª";
}

.bi-clipboard2-minus-fill:before {
  content: "ïœ«";
}

.bi-clipboard2-minus:before {
  content: "ïœ¬";
}

.bi-clipboard2-plus-fill:before {
  content: "ïœ­";
}

.bi-clipboard2-plus:before {
  content: "ïœ®";
}

.bi-clipboard2-pulse-fill:before {
  content: "ïœ¯";
}

.bi-clipboard2-pulse:before {
  content: "ïœ°";
}

.bi-clipboard2-x-fill:before {
  content: "ïœ±";
}

.bi-clipboard2-x:before {
  content: "ïœ²";
}

.bi-clipboard2:before {
  content: "ïœ³";
}

.bi-emoji-kiss-fill:before {
  content: "ïœ´";
}

.bi-emoji-kiss:before {
  content: "ïœµ";
}

.bi-envelope-heart-fill:before {
  content: "ïœ¶";
}

.bi-envelope-heart:before {
  content: "ïœ·";
}

.bi-envelope-open-heart-fill:before {
  content: "ïœ¸";
}

.bi-envelope-open-heart:before {
  content: "ïœ¹";
}

.bi-envelope-paper-fill:before {
  content: "ïœº";
}

.bi-envelope-paper-heart-fill:before {
  content: "ïœ»";
}

.bi-envelope-paper-heart:before {
  content: "ïœ¼";
}

.bi-envelope-paper:before {
  content: "ïœ½";
}

.bi-filetype-aac:before {
  content: "ïœ¾";
}

.bi-filetype-ai:before {
  content: "ïœ¿";
}

.bi-filetype-bmp:before {
  content: "ï€";
}

.bi-filetype-cs:before {
  content: "ï";
}

.bi-filetype-css:before {
  content: "ï‚";
}

.bi-filetype-csv:before {
  content: "ïƒ";
}

.bi-filetype-doc:before {
  content: "ï„";
}

.bi-filetype-docx:before {
  content: "ï…";
}

.bi-filetype-exe:before {
  content: "ï†";
}

.bi-filetype-gif:before {
  content: "ï‡";
}

.bi-filetype-heic:before {
  content: "ïˆ";
}

.bi-filetype-html:before {
  content: "ï‰";
}

.bi-filetype-java:before {
  content: "ïŠ";
}

.bi-filetype-jpg:before {
  content: "ï‹";
}

.bi-filetype-js:before {
  content: "ïŒ";
}

.bi-filetype-jsx:before {
  content: "ï";
}

.bi-filetype-key:before {
  content: "ïŽ";
}

.bi-filetype-m4p:before {
  content: "ï";
}

.bi-filetype-md:before {
  content: "ï";
}

.bi-filetype-mdx:before {
  content: "ï‘";
}

.bi-filetype-mov:before {
  content: "ï’";
}

.bi-filetype-mp3:before {
  content: "ï“";
}

.bi-filetype-mp4:before {
  content: "ï”";
}

.bi-filetype-otf:before {
  content: "ï•";
}

.bi-filetype-pdf:before {
  content: "ï–";
}

.bi-filetype-php:before {
  content: "ï—";
}

.bi-filetype-png:before {
  content: "ï˜";
}

.bi-filetype-ppt:before {
  content: "ïš";
}

.bi-filetype-psd:before {
  content: "ï›";
}

.bi-filetype-py:before {
  content: "ïœ";
}

.bi-filetype-raw:before {
  content: "ï";
}

.bi-filetype-rb:before {
  content: "ïž";
}

.bi-filetype-sass:before {
  content: "ïŸ";
}

.bi-filetype-scss:before {
  content: "ï ";
}

.bi-filetype-sh:before {
  content: "ï¡";
}

.bi-filetype-svg:before {
  content: "ï¢";
}

.bi-filetype-tiff:before {
  content: "ï£";
}

.bi-filetype-tsx:before {
  content: "ï¤";
}

.bi-filetype-ttf:before {
  content: "ï¥";
}

.bi-filetype-txt:before {
  content: "ï¦";
}

.bi-filetype-wav:before {
  content: "ï§";
}

.bi-filetype-woff:before {
  content: "ï¨";
}

.bi-filetype-xls:before {
  content: "ïª";
}

.bi-filetype-xml:before {
  content: "ï«";
}

.bi-filetype-yml:before {
  content: "ï¬";
}

.bi-heart-arrow:before {
  content: "ï­";
}

.bi-heart-pulse-fill:before {
  content: "ï®";
}

.bi-heart-pulse:before {
  content: "ï¯";
}

.bi-heartbreak-fill:before {
  content: "ï°";
}

.bi-heartbreak:before {
  content: "ï±";
}

.bi-hearts:before {
  content: "ï²";
}

.bi-hospital-fill:before {
  content: "ï³";
}

.bi-hospital:before {
  content: "ï´";
}

.bi-house-heart-fill:before {
  content: "ïµ";
}

.bi-house-heart:before {
  content: "ï¶";
}

.bi-incognito:before {
  content: "ï·";
}

.bi-magnet-fill:before {
  content: "ï¸";
}

.bi-magnet:before {
  content: "ï¹";
}

.bi-person-heart:before {
  content: "ïº";
}

.bi-person-hearts:before {
  content: "ï»";
}

.bi-phone-flip:before {
  content: "ï¼";
}

.bi-plugin:before {
  content: "ï½";
}

.bi-postage-fill:before {
  content: "ï¾";
}

.bi-postage-heart-fill:before {
  content: "ï¿";
}

.bi-postage-heart:before {
  content: "ïž€";
}

.bi-postage:before {
  content: "ïž";
}

.bi-postcard-fill:before {
  content: "ïž‚";
}

.bi-postcard-heart-fill:before {
  content: "ïžƒ";
}

.bi-postcard-heart:before {
  content: "ïž„";
}

.bi-postcard:before {
  content: "ïž…";
}

.bi-search-heart-fill:before {
  content: "ïž†";
}

.bi-search-heart:before {
  content: "ïž‡";
}

.bi-sliders2-vertical:before {
  content: "ïžˆ";
}

.bi-sliders2:before {
  content: "ïž‰";
}

.bi-trash3-fill:before {
  content: "ïžŠ";
}

.bi-trash3:before {
  content: "ïž‹";
}

.bi-valentine:before {
  content: "ïžŒ";
}

.bi-valentine2:before {
  content: "ïž";
}

.bi-wrench-adjustable-circle-fill:before {
  content: "ïžŽ";
}

.bi-wrench-adjustable-circle:before {
  content: "ïž";
}

.bi-wrench-adjustable:before {
  content: "ïž";
}

.bi-filetype-json:before {
  content: "ïž‘";
}

.bi-filetype-pptx:before {
  content: "ïž’";
}

.bi-filetype-xlsx:before {
  content: "ïž“";
}

.bi-1-circle-fill:before {
  content: "ïž–";
}

.bi-1-circle:before {
  content: "ïž—";
}

.bi-1-square-fill:before {
  content: "ïž˜";
}

.bi-1-square:before {
  content: "ïž™";
}

.bi-2-circle-fill:before {
  content: "ïžœ";
}

.bi-2-circle:before {
  content: "ïž";
}

.bi-2-square-fill:before {
  content: "ïžž";
}

.bi-2-square:before {
  content: "ïžŸ";
}

.bi-3-circle-fill:before {
  content: "ïž¢";
}

.bi-3-circle:before {
  content: "ïž£";
}

.bi-3-square-fill:before {
  content: "ïž¤";
}

.bi-3-square:before {
  content: "ïž¥";
}

.bi-4-circle-fill:before {
  content: "ïž¨";
}

.bi-4-circle:before {
  content: "ïž©";
}

.bi-4-square-fill:before {
  content: "ïžª";
}

.bi-4-square:before {
  content: "ïž«";
}

.bi-5-circle-fill:before {
  content: "ïž®";
}

.bi-5-circle:before {
  content: "ïž¯";
}

.bi-5-square-fill:before {
  content: "ïž°";
}

.bi-5-square:before {
  content: "ïž±";
}

.bi-6-circle-fill:before {
  content: "ïž´";
}

.bi-6-circle:before {
  content: "ïžµ";
}

.bi-6-square-fill:before {
  content: "ïž¶";
}

.bi-6-square:before {
  content: "ïž·";
}

.bi-7-circle-fill:before {
  content: "ïžº";
}

.bi-7-circle:before {
  content: "ïž»";
}

.bi-7-square-fill:before {
  content: "ïž¼";
}

.bi-7-square:before {
  content: "ïž½";
}

.bi-8-circle-fill:before {
  content: "ïŸ€";
}

.bi-8-circle:before {
  content: "ïŸ";
}

.bi-8-square-fill:before {
  content: "ïŸ‚";
}

.bi-8-square:before {
  content: "ïŸƒ";
}

.bi-9-circle-fill:before {
  content: "ïŸ†";
}

.bi-9-circle:before {
  content: "ïŸ‡";
}

.bi-9-square-fill:before {
  content: "ïŸˆ";
}

.bi-9-square:before {
  content: "ïŸ‰";
}

.bi-airplane-engines-fill:before {
  content: "ïŸŠ";
}

.bi-airplane-engines:before {
  content: "ïŸ‹";
}

.bi-airplane-fill:before {
  content: "ïŸŒ";
}

.bi-airplane:before {
  content: "ïŸ";
}

.bi-alexa:before {
  content: "ïŸŽ";
}

.bi-alipay:before {
  content: "ïŸ";
}

.bi-android:before {
  content: "ïŸ";
}

.bi-android2:before {
  content: "ïŸ‘";
}

.bi-box-fill:before {
  content: "ïŸ’";
}

.bi-box-seam-fill:before {
  content: "ïŸ“";
}

.bi-browser-chrome:before {
  content: "ïŸ”";
}

.bi-browser-edge:before {
  content: "ïŸ•";
}

.bi-browser-firefox:before {
  content: "ïŸ–";
}

.bi-browser-safari:before {
  content: "ïŸ—";
}

.bi-c-circle-fill:before {
  content: "ïŸš";
}

.bi-c-circle:before {
  content: "ïŸ›";
}

.bi-c-square-fill:before {
  content: "ïŸœ";
}

.bi-c-square:before {
  content: "ïŸ";
}

.bi-capsule-pill:before {
  content: "ïŸž";
}

.bi-capsule:before {
  content: "ïŸŸ";
}

.bi-car-front-fill:before {
  content: "ïŸ ";
}

.bi-car-front:before {
  content: "ïŸ¡";
}

.bi-cassette-fill:before {
  content: "ïŸ¢";
}

.bi-cassette:before {
  content: "ïŸ£";
}

.bi-cc-circle-fill:before {
  content: "ïŸ¦";
}

.bi-cc-circle:before {
  content: "ïŸ§";
}

.bi-cc-square-fill:before {
  content: "ïŸ¨";
}

.bi-cc-square:before {
  content: "ïŸ©";
}

.bi-cup-hot-fill:before {
  content: "ïŸª";
}

.bi-cup-hot:before {
  content: "ïŸ«";
}

.bi-currency-rupee:before {
  content: "ïŸ¬";
}

.bi-dropbox:before {
  content: "ïŸ­";
}

.bi-escape:before {
  content: "ïŸ®";
}

.bi-fast-forward-btn-fill:before {
  content: "ïŸ¯";
}

.bi-fast-forward-btn:before {
  content: "ïŸ°";
}

.bi-fast-forward-circle-fill:before {
  content: "ïŸ±";
}

.bi-fast-forward-circle:before {
  content: "ïŸ²";
}

.bi-fast-forward-fill:before {
  content: "ïŸ³";
}

.bi-fast-forward:before {
  content: "ïŸ´";
}

.bi-filetype-sql:before {
  content: "ïŸµ";
}

.bi-fire:before {
  content: "ïŸ¶";
}

.bi-google-play:before {
  content: "ïŸ·";
}

.bi-h-circle-fill:before {
  content: "ïŸº";
}

.bi-h-circle:before {
  content: "ïŸ»";
}

.bi-h-square-fill:before {
  content: "ïŸ¼";
}

.bi-h-square:before {
  content: "ïŸ½";
}

.bi-indent:before {
  content: "ïŸ¾";
}

.bi-lungs-fill:before {
  content: "ïŸ¿";
}

.bi-lungs:before {
  content: "ï €";
}

.bi-microsoft-teams:before {
  content: "ï ";
}

.bi-p-circle-fill:before {
  content: "ï „";
}

.bi-p-circle:before {
  content: "ï …";
}

.bi-p-square-fill:before {
  content: "ï †";
}

.bi-p-square:before {
  content: "ï ‡";
}

.bi-pass-fill:before {
  content: "ï ˆ";
}

.bi-pass:before {
  content: "ï ‰";
}

.bi-prescription:before {
  content: "ï Š";
}

.bi-prescription2:before {
  content: "ï ‹";
}

.bi-r-circle-fill:before {
  content: "ï Ž";
}

.bi-r-circle:before {
  content: "ï ";
}

.bi-r-square-fill:before {
  content: "ï ";
}

.bi-r-square:before {
  content: "ï ‘";
}

.bi-repeat-1:before {
  content: "ï ’";
}

.bi-repeat:before {
  content: "ï “";
}

.bi-rewind-btn-fill:before {
  content: "ï ”";
}

.bi-rewind-btn:before {
  content: "ï •";
}

.bi-rewind-circle-fill:before {
  content: "ï –";
}

.bi-rewind-circle:before {
  content: "ï —";
}

.bi-rewind-fill:before {
  content: "ï ˜";
}

.bi-rewind:before {
  content: "ï ™";
}

.bi-train-freight-front-fill:before {
  content: "ï š";
}

.bi-train-freight-front:before {
  content: "ï ›";
}

.bi-train-front-fill:before {
  content: "ï œ";
}

.bi-train-front:before {
  content: "ï ";
}

.bi-train-lightrail-front-fill:before {
  content: "ï ž";
}

.bi-train-lightrail-front:before {
  content: "ï Ÿ";
}

.bi-truck-front-fill:before {
  content: "ï  ";
}

.bi-truck-front:before {
  content: "ï ¡";
}

.bi-ubuntu:before {
  content: "ï ¢";
}

.bi-unindent:before {
  content: "ï £";
}

.bi-unity:before {
  content: "ï ¤";
}

.bi-universal-access-circle:before {
  content: "ï ¥";
}

.bi-universal-access:before {
  content: "ï ¦";
}

.bi-virus:before {
  content: "ï §";
}

.bi-virus2:before {
  content: "ï ¨";
}

.bi-wechat:before {
  content: "ï ©";
}

.bi-yelp:before {
  content: "ï ª";
}

.bi-sign-stop-fill:before {
  content: "ï «";
}

.bi-sign-stop-lights-fill:before {
  content: "ï ¬";
}

.bi-sign-stop-lights:before {
  content: "ï ­";
}

.bi-sign-stop:before {
  content: "ï ®";
}

.bi-sign-turn-left-fill:before {
  content: "ï ¯";
}

.bi-sign-turn-left:before {
  content: "ï °";
}

.bi-sign-turn-right-fill:before {
  content: "ï ±";
}

.bi-sign-turn-right:before {
  content: "ï ²";
}

.bi-sign-turn-slight-left-fill:before {
  content: "ï ³";
}

.bi-sign-turn-slight-left:before {
  content: "ï ´";
}

.bi-sign-turn-slight-right-fill:before {
  content: "ï µ";
}

.bi-sign-turn-slight-right:before {
  content: "ï ¶";
}

.bi-sign-yield-fill:before {
  content: "ï ·";
}

.bi-sign-yield:before {
  content: "ï ¸";
}

.bi-ev-station-fill:before {
  content: "ï ¹";
}

.bi-ev-station:before {
  content: "ï º";
}

.bi-fuel-pump-diesel-fill:before {
  content: "ï »";
}

.bi-fuel-pump-diesel:before {
  content: "ï ¼";
}

.bi-fuel-pump-fill:before {
  content: "ï ½";
}

.bi-fuel-pump:before {
  content: "ï ¾";
}

.bi-0-circle-fill:before {
  content: "ï ¿";
}

.bi-0-circle:before {
  content: "ï¡€";
}

.bi-0-square-fill:before {
  content: "ï¡";
}

.bi-0-square:before {
  content: "ï¡‚";
}

.bi-rocket-fill:before {
  content: "ï¡ƒ";
}

.bi-rocket-takeoff-fill:before {
  content: "ï¡„";
}

.bi-rocket-takeoff:before {
  content: "ï¡…";
}

.bi-rocket:before {
  content: "ï¡†";
}

.bi-stripe:before {
  content: "ï¡‡";
}

.bi-subscript:before {
  content: "ï¡ˆ";
}

.bi-superscript:before {
  content: "ï¡‰";
}

.bi-trello:before {
  content: "ï¡Š";
}

.bi-envelope-at-fill:before {
  content: "ï¡‹";
}

.bi-envelope-at:before {
  content: "ï¡Œ";
}

.bi-regex:before {
  content: "ï¡";
}

.bi-text-wrap:before {
  content: "ï¡Ž";
}

.bi-sign-dead-end-fill:before {
  content: "ï¡";
}

.bi-sign-dead-end:before {
  content: "ï¡";
}

.bi-sign-do-not-enter-fill:before {
  content: "ï¡‘";
}

.bi-sign-do-not-enter:before {
  content: "ï¡’";
}

.bi-sign-intersection-fill:before {
  content: "ï¡“";
}

.bi-sign-intersection-side-fill:before {
  content: "ï¡”";
}

.bi-sign-intersection-side:before {
  content: "ï¡•";
}

.bi-sign-intersection-t-fill:before {
  content: "ï¡–";
}

.bi-sign-intersection-t:before {
  content: "ï¡—";
}

.bi-sign-intersection-y-fill:before {
  content: "ï¡˜";
}

.bi-sign-intersection-y:before {
  content: "ï¡™";
}

.bi-sign-intersection:before {
  content: "ï¡š";
}

.bi-sign-merge-left-fill:before {
  content: "ï¡›";
}

.bi-sign-merge-left:before {
  content: "ï¡œ";
}

.bi-sign-merge-right-fill:before {
  content: "ï¡";
}

.bi-sign-merge-right:before {
  content: "ï¡ž";
}

.bi-sign-no-left-turn-fill:before {
  content: "ï¡Ÿ";
}

.bi-sign-no-left-turn:before {
  content: "ï¡ ";
}

.bi-sign-no-parking-fill:before {
  content: "ï¡¡";
}

.bi-sign-no-parking:before {
  content: "ï¡¢";
}

.bi-sign-no-right-turn-fill:before {
  content: "ï¡£";
}

.bi-sign-no-right-turn:before {
  content: "ï¡¤";
}

.bi-sign-railroad-fill:before {
  content: "ï¡¥";
}

.bi-sign-railroad:before {
  content: "ï¡¦";
}

.bi-building-add:before {
  content: "ï¡§";
}

.bi-building-check:before {
  content: "ï¡¨";
}

.bi-building-dash:before {
  content: "ï¡©";
}

.bi-building-down:before {
  content: "ï¡ª";
}

.bi-building-exclamation:before {
  content: "ï¡«";
}

.bi-building-fill-add:before {
  content: "ï¡¬";
}

.bi-building-fill-check:before {
  content: "ï¡­";
}

.bi-building-fill-dash:before {
  content: "ï¡®";
}

.bi-building-fill-down:before {
  content: "ï¡¯";
}

.bi-building-fill-exclamation:before {
  content: "ï¡°";
}

.bi-building-fill-gear:before {
  content: "ï¡±";
}

.bi-building-fill-lock:before {
  content: "ï¡²";
}

.bi-building-fill-slash:before {
  content: "ï¡³";
}

.bi-building-fill-up:before {
  content: "ï¡´";
}

.bi-building-fill-x:before {
  content: "ï¡µ";
}

.bi-building-fill:before {
  content: "ï¡¶";
}

.bi-building-gear:before {
  content: "ï¡·";
}

.bi-building-lock:before {
  content: "ï¡¸";
}

.bi-building-slash:before {
  content: "ï¡¹";
}

.bi-building-up:before {
  content: "ï¡º";
}

.bi-building-x:before {
  content: "ï¡»";
}

.bi-buildings-fill:before {
  content: "ï¡¼";
}

.bi-buildings:before {
  content: "ï¡½";
}

.bi-bus-front-fill:before {
  content: "ï¡¾";
}

.bi-bus-front:before {
  content: "ï¡¿";
}

.bi-ev-front-fill:before {
  content: "ï¢€";
}

.bi-ev-front:before {
  content: "ï¢";
}

.bi-globe-americas:before {
  content: "ï¢‚";
}

.bi-globe-asia-australia:before {
  content: "ï¢ƒ";
}

.bi-globe-central-south-asia:before {
  content: "ï¢„";
}

.bi-globe-europe-africa:before {
  content: "ï¢…";
}

.bi-house-add-fill:before {
  content: "ï¢†";
}

.bi-house-add:before {
  content: "ï¢‡";
}

.bi-house-check-fill:before {
  content: "ï¢ˆ";
}

.bi-house-check:before {
  content: "ï¢‰";
}

.bi-house-dash-fill:before {
  content: "ï¢Š";
}

.bi-house-dash:before {
  content: "ï¢‹";
}

.bi-house-down-fill:before {
  content: "ï¢Œ";
}

.bi-house-down:before {
  content: "ï¢";
}

.bi-house-exclamation-fill:before {
  content: "ï¢Ž";
}

.bi-house-exclamation:before {
  content: "ï¢";
}

.bi-house-gear-fill:before {
  content: "ï¢";
}

.bi-house-gear:before {
  content: "ï¢‘";
}

.bi-house-lock-fill:before {
  content: "ï¢’";
}

.bi-house-lock:before {
  content: "ï¢“";
}

.bi-house-slash-fill:before {
  content: "ï¢”";
}

.bi-house-slash:before {
  content: "ï¢•";
}

.bi-house-up-fill:before {
  content: "ï¢–";
}

.bi-house-up:before {
  content: "ï¢—";
}

.bi-house-x-fill:before {
  content: "ï¢˜";
}

.bi-house-x:before {
  content: "ï¢™";
}

.bi-person-add:before {
  content: "ï¢š";
}

.bi-person-down:before {
  content: "ï¢›";
}

.bi-person-exclamation:before {
  content: "ï¢œ";
}

.bi-person-fill-add:before {
  content: "ï¢";
}

.bi-person-fill-check:before {
  content: "ï¢ž";
}

.bi-person-fill-dash:before {
  content: "ï¢Ÿ";
}

.bi-person-fill-down:before {
  content: "ï¢ ";
}

.bi-person-fill-exclamation:before {
  content: "ï¢¡";
}

.bi-person-fill-gear:before {
  content: "ï¢¢";
}

.bi-person-fill-lock:before {
  content: "ï¢£";
}

.bi-person-fill-slash:before {
  content: "ï¢¤";
}

.bi-person-fill-up:before {
  content: "ï¢¥";
}

.bi-person-fill-x:before {
  content: "ï¢¦";
}

.bi-person-gear:before {
  content: "ï¢§";
}

.bi-person-lock:before {
  content: "ï¢¨";
}

.bi-person-slash:before {
  content: "ï¢©";
}

.bi-person-up:before {
  content: "ï¢ª";
}

.bi-scooter:before {
  content: "ï¢«";
}

.bi-taxi-front-fill:before {
  content: "ï¢¬";
}

.bi-taxi-front:before {
  content: "ï¢­";
}

.bi-amd:before {
  content: "ï¢®";
}

.bi-database-add:before {
  content: "ï¢¯";
}

.bi-database-check:before {
  content: "ï¢°";
}

.bi-database-dash:before {
  content: "ï¢±";
}

.bi-database-down:before {
  content: "ï¢²";
}

.bi-database-exclamation:before {
  content: "ï¢³";
}

.bi-database-fill-add:before {
  content: "ï¢´";
}

.bi-database-fill-check:before {
  content: "ï¢µ";
}

.bi-database-fill-dash:before {
  content: "ï¢¶";
}

.bi-database-fill-down:before {
  content: "ï¢·";
}

.bi-database-fill-exclamation:before {
  content: "ï¢¸";
}

.bi-database-fill-gear:before {
  content: "ï¢¹";
}

.bi-database-fill-lock:before {
  content: "ï¢º";
}

.bi-database-fill-slash:before {
  content: "ï¢»";
}

.bi-database-fill-up:before {
  content: "ï¢¼";
}

.bi-database-fill-x:before {
  content: "ï¢½";
}

.bi-database-fill:before {
  content: "ï¢¾";
}

.bi-database-gear:before {
  content: "ï¢¿";
}

.bi-database-lock:before {
  content: "ï£€";
}

.bi-database-slash:before {
  content: "ï£";
}

.bi-database-up:before {
  content: "ï£‚";
}

.bi-database-x:before {
  content: "ï£ƒ";
}

.bi-database:before {
  content: "ï£„";
}

.bi-houses-fill:before {
  content: "ï£…";
}

.bi-houses:before {
  content: "ï£†";
}

.bi-nvidia:before {
  content: "ï£‡";
}

.bi-person-vcard-fill:before {
  content: "ï£ˆ";
}

.bi-person-vcard:before {
  content: "ï£‰";
}

.bi-sina-weibo:before {
  content: "ï£Š";
}

.bi-tencent-qq:before {
  content: "ï£‹";
}

.bi-wikipedia:before {
  content: "ï£Œ";
}

.bi-alphabet-uppercase:before {
  content: "ïŠ¥";
}

.bi-alphabet:before {
  content: "ïšŠ";
}

.bi-amazon:before {
  content: "ïš";
}

.bi-arrows-collapse-vertical:before {
  content: "ïš";
}

.bi-arrows-expand-vertical:before {
  content: "ïš•";
}

.bi-arrows-vertical:before {
  content: "ïš˜";
}

.bi-arrows:before {
  content: "ïš¢";
}

.bi-ban-fill:before {
  content: "ïš£";
}

.bi-ban:before {
  content: "ïš¶";
}

.bi-bing:before {
  content: "ï›‚";
}

.bi-cake:before {
  content: "ï› ";
}

.bi-cake2:before {
  content: "ï›­";
}

.bi-cookie:before {
  content: "ï›®";
}

.bi-copy:before {
  content: "ï™";
}

.bi-crosshair:before {
  content: "ï©";
}

.bi-crosshair2:before {
  content: "ïž”";
}

.bi-emoji-astonished-fill:before {
  content: "ïž•";
}

.bi-emoji-astonished:before {
  content: "ïžš";
}

.bi-emoji-grimace-fill:before {
  content: "ïž›";
}

.bi-emoji-grimace:before {
  content: "ïž ";
}

.bi-emoji-grin-fill:before {
  content: "ïž¡";
}

.bi-emoji-grin:before {
  content: "ïž¦";
}

.bi-emoji-surprise-fill:before {
  content: "ïž§";
}

.bi-emoji-surprise:before {
  content: "ïž¬";
}

.bi-emoji-tear-fill:before {
  content: "ïž­";
}

.bi-emoji-tear:before {
  content: "ïž²";
}

.bi-envelope-arrow-down-fill:before {
  content: "ïž³";
}

.bi-envelope-arrow-down:before {
  content: "ïž¸";
}

.bi-envelope-arrow-up-fill:before {
  content: "ïž¹";
}

.bi-envelope-arrow-up:before {
  content: "ïž¾";
}

.bi-feather:before {
  content: "ïž¿";
}

.bi-feather2:before {
  content: "ïŸ„";
}

.bi-floppy-fill:before {
  content: "ïŸ…";
}

.bi-floppy:before {
  content: "ïŸ˜";
}

.bi-floppy2-fill:before {
  content: "ïŸ™";
}

.bi-floppy2:before {
  content: "ïŸ¤";
}

.bi-gitlab:before {
  content: "ïŸ¥";
}

.bi-highlighter:before {
  content: "ïŸ¸";
}

.bi-marker-tip:before {
  content: "ï ‚";
}

.bi-nvme-fill:before {
  content: "ï ƒ";
}

.bi-nvme:before {
  content: "ï Œ";
}

.bi-opencollective:before {
  content: "ï ";
}

.bi-pci-card-network:before {
  content: "ï£";
}

.bi-pci-card-sound:before {
  content: "ï£Ž";
}

.bi-radar:before {
  content: "ï£";
}

.bi-send-arrow-down-fill:before {
  content: "ï£";
}

.bi-send-arrow-down:before {
  content: "ï£‘";
}

.bi-send-arrow-up-fill:before {
  content: "ï£’";
}

.bi-send-arrow-up:before {
  content: "ï£“";
}

.bi-sim-slash-fill:before {
  content: "ï£”";
}

.bi-sim-slash:before {
  content: "ï£•";
}

.bi-sourceforge:before {
  content: "ï£–";
}

.bi-substack:before {
  content: "ï£—";
}

.bi-threads-fill:before {
  content: "ï£˜";
}

.bi-threads:before {
  content: "ï£™";
}

.bi-transparency:before {
  content: "ï£š";
}

.bi-twitter-x:before {
  content: "ï£›";
}

.bi-type-h4:before {
  content: "ï£œ";
}

.bi-type-h5:before {
  content: "ï£";
}

.bi-type-h6:before {
  content: "ï£ž";
}

.bi-backpack-fill:before {
  content: "ï£Ÿ";
}

.bi-backpack:before {
  content: "ï£ ";
}

.bi-backpack2-fill:before {
  content: "ï£¡";
}

.bi-backpack2:before {
  content: "ï£¢";
}

.bi-backpack3-fill:before {
  content: "ï££";
}

.bi-backpack3:before {
  content: "ï£¤";
}

.bi-backpack4-fill:before {
  content: "ï£¥";
}

.bi-backpack4:before {
  content: "ï£¦";
}

.bi-brilliance:before {
  content: "ï£§";
}

.bi-cake-fill:before {
  content: "ï£¨";
}

.bi-cake2-fill:before {
  content: "ï£©";
}

.bi-duffle-fill:before {
  content: "ï£ª";
}

.bi-duffle:before {
  content: "ï£«";
}

.bi-exposure:before {
  content: "ï£¬";
}

.bi-gender-neuter:before {
  content: "ï£­";
}

.bi-highlights:before {
  content: "ï£®";
}

.bi-luggage-fill:before {
  content: "ï£¯";
}

.bi-luggage:before {
  content: "ï£°";
}

.bi-mailbox-flag:before {
  content: "ï£±";
}

.bi-mailbox2-flag:before {
  content: "ï£²";
}

.bi-noise-reduction:before {
  content: "ï£³";
}

.bi-passport-fill:before {
  content: "ï£´";
}

.bi-passport:before {
  content: "ï£µ";
}

.bi-person-arms-up:before {
  content: "ï£¶";
}

.bi-person-raised-hand:before {
  content: "ï£·";
}

.bi-person-standing-dress:before {
  content: "ï£¸";
}

.bi-person-standing:before {
  content: "ï£¹";
}

.bi-person-walking:before {
  content: "ï£º";
}

.bi-person-wheelchair:before {
  content: "ï£»";
}

.bi-shadows:before {
  content: "ï£¼";
}

.bi-suitcase-fill:before {
  content: "ï£½";
}

.bi-suitcase-lg-fill:before {
  content: "ï£¾";
}

.bi-suitcase-lg:before {
  content: "ï£¿";
}

.bi-suitcase:before {
  content: "ï¤€";
}

.bi-suitcase2-fill:before {
  content: "ï¤";
}

.bi-suitcase2:before {
  content: "ï¤‚";
}

.bi-vignette:before {
  content: "ï¤ƒ";
}

.bi-bluesky:before {
  content: "ïŸ¹";
}

.bi-tux:before {
  content: "ï¤„";
}

.bi-beaker-fill:before {
  content: "ï¤…";
}

.bi-beaker:before {
  content: "ï¤†";
}

.bi-flask-fill:before {
  content: "ï¤‡";
}

.bi-flask-florence-fill:before {
  content: "ï¤ˆ";
}

.bi-flask-florence:before {
  content: "ï¤‰";
}

.bi-flask:before {
  content: "ï¤Š";
}

.bi-leaf-fill:before {
  content: "ï¤‹";
}

.bi-leaf:before {
  content: "ï¤Œ";
}

.bi-measuring-cup-fill:before {
  content: "ï¤";
}

.bi-measuring-cup:before {
  content: "ï¤Ž";
}

.bi-unlock2-fill:before {
  content: "ï¤";
}

.bi-unlock2:before {
  content: "ï¤";
}

.bi-battery-low:before {
  content: "ï¤‘";
}

.bi-anthropic:before {
  content: "ï¤’";
}

.bi-apple-music:before {
  content: "ï¤“";
}

.bi-claude:before {
  content: "ï¤”";
}

.bi-openai:before {
  content: "ï¤•";
}

.bi-perplexity:before {
  content: "ï¤–";
}

.bi-css:before {
  content: "ï¤—";
}

.bi-javascript:before {
  content: "ï¤˜";
}

.bi-typescript:before {
  content: "ï¤™";
}

.bi-fork-knife:before {
  content: "ï¤š";
}

.bi-globe-americas-fill:before {
  content: "ï¤›";
}

.bi-globe-asia-australia-fill:before {
  content: "ï¤œ";
}

.bi-globe-central-south-asia-fill:before {
  content: "ï¤";
}

.bi-globe-europe-africa-fill:before {
  content: "ï¤ž";
}

[class^="mgc_"],
[class*=" mgc_"] {
  font-family: MingCute !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgc_ABS_fill:before {
  content: "î¤€";
  color: #09244b;
}

.mgc_ABS_line:before {
  content: "î¤";
  color: #09244b;
}

.mgc_ad_circle_fill:before {
  content: "î¤‚";
  color: #09244b;
}

.mgc_ad_circle_line:before {
  content: "î¤ƒ";
  color: #09244b;
}

.mgc_ad_circle_off_fill:before {
  content: "î¤„";
  color: #09244b;
}

.mgc_ad_circle_off_line:before {
  content: "î¤…";
  color: #09244b;
}

.mgc_ad_rectangle_fill:before {
  content: "î¤†";
  color: #09244b;
}

.mgc_ad_rectangle_line:before {
  content: "î¤‡";
  color: #09244b;
}

.mgc_ad_rectangle_off_fill:before {
  content: "î¤ˆ";
  color: #09244b;
}

.mgc_ad_rectangle_off_line:before {
  content: "î¤‰";
  color: #09244b;
}

.mgc_add_circle_dash_fill:before {
  content: "î¤Š";
  color: #09244b;
}

.mgc_add_circle_dash_line:before {
  content: "î¤‹";
  color: #09244b;
}

.mgc_add_circle_fill:before {
  content: "î¤Œ";
  color: #09244b;
}

.mgc_add_circle_line:before {
  content: "î¤";
  color: #09244b;
}

.mgc_add_fill:before {
  content: "î¤Ž";
  color: #09244b;
}

.mgc_add_line:before {
  content: "î¤";
  color: #09244b;
}

.mgc_add_square_fill:before {
  content: "î¤";
  color: #09244b;
}

.mgc_add_square_line:before {
  content: "î¤‘";
  color: #09244b;
}

.mgc_aerial_lift_fill:before {
  content: "î¤’";
  color: #09244b;
}

.mgc_aerial_lift_line:before {
  content: "î¤“";
  color: #09244b;
}

.mgc_ai_fill:before {
  content: "î¤”";
  color: #09244b;
}

.mgc_ai_line:before {
  content: "î¤•";
  color: #09244b;
}

.mgc_aiming_2_fill:before {
  content: "î¤–";
  color: #09244b;
}

.mgc_aiming_2_line:before {
  content: "î¤—";
  color: #09244b;
}

.mgc_aiming_fill:before {
  content: "î¤˜";
  color: #09244b;
}

.mgc_aiming_line:before {
  content: "î¤™";
  color: #09244b;
}

.mgc_air_balloon_fill:before {
  content: "î¤š";
  color: #09244b;
}

.mgc_air_balloon_line:before {
  content: "î¤›";
  color: #09244b;
}

.mgc_air_condition_fill:before {
  content: "î¤œ";
  color: #09244b;
}

.mgc_air_condition_line:before {
  content: "î¤";
  color: #09244b;
}

.mgc_air_condition_open_fill:before {
  content: "î¤ž";
  color: #09244b;
}

.mgc_air_condition_open_line:before {
  content: "î¤Ÿ";
  color: #09244b;
}

.mgc_airbnb_fill:before {
  content: "î¤ ";
  color: #09244b;
}

.mgc_airbnb_line:before {
  content: "î¤¡";
  color: #09244b;
}

.mgc_airdrop_fill:before {
  content: "î¤¢";
  color: #09244b;
}

.mgc_airdrop_line:before {
  content: "î¤£";
  color: #09244b;
}

.mgc_airplane_fill:before {
  content: "î¤¤";
  color: #09244b;
}

.mgc_airplane_line:before {
  content: "î¤¥";
  color: #09244b;
}

.mgc_airplay_fill:before {
  content: "î¤¦";
  color: #09244b;
}

.mgc_airplay_line:before {
  content: "î¤§";
  color: #09244b;
}

.mgc_airpods_2_fill:before {
  content: "î¤¨";
  color: #09244b;
}

.mgc_airpods_2_line:before {
  content: "î¤©";
  color: #09244b;
}

.mgc_airpods_fill:before {
  content: "î¤ª";
  color: #09244b;
}

.mgc_airpods_line:before {
  content: "î¤«";
  color: #09244b;
}

.mgc_alarm_1_fill:before {
  content: "î¤¬";
  color: #09244b;
}

.mgc_alarm_1_line:before {
  content: "î¤­";
  color: #09244b;
}

.mgc_alarm_2_fill:before {
  content: "î¤®";
  color: #09244b;
}

.mgc_alarm_2_line:before {
  content: "î¤¯";
  color: #09244b;
}

.mgc_album_2_fill:before {
  content: "î¤°";
  color: #09244b;
}

.mgc_album_2_line:before {
  content: "î¤±";
  color: #09244b;
}

.mgc_album_fill:before {
  content: "î¤²";
  color: #09244b;
}

.mgc_album_line:before {
  content: "î¤³";
  color: #09244b;
}

.mgc_alert_diamond_fill:before {
  content: "î¤´";
  color: #09244b;
}

.mgc_alert_diamond_line:before {
  content: "î¤µ";
  color: #09244b;
}

.mgc_alert_fill:before {
  content: "î¤¶";
  color: #09244b;
}

.mgc_alert_line:before {
  content: "î¤·";
  color: #09244b;
}

.mgc_alert_octagon_fill:before {
  content: "î¤¸";
  color: #09244b;
}

.mgc_alert_octagon_line:before {
  content: "î¤¹";
  color: #09244b;
}

.mgc_align_arrow_down_fill:before {
  content: "î¤º";
  color: #09244b;
}

.mgc_align_arrow_down_line:before {
  content: "î¤»";
  color: #09244b;
}

.mgc_align_arrow_left_fill:before {
  content: "î¤¼";
  color: #09244b;
}

.mgc_align_arrow_left_line:before {
  content: "î¤½";
  color: #09244b;
}

.mgc_align_arrow_right_fill:before {
  content: "î¤¾";
  color: #09244b;
}

.mgc_align_arrow_right_line:before {
  content: "î¤¿";
  color: #09244b;
}

.mgc_align_arrow_up_fill:before {
  content: "î¥€";
  color: #09244b;
}

.mgc_align_arrow_up_line:before {
  content: "î¥";
  color: #09244b;
}

.mgc_align_bottom_fill:before {
  content: "î¥‚";
  color: #09244b;
}

.mgc_align_bottom_line:before {
  content: "î¥ƒ";
  color: #09244b;
}

.mgc_align_center_fill:before {
  content: "î¥„";
  color: #09244b;
}

.mgc_align_center_line:before {
  content: "î¥…";
  color: #09244b;
}

.mgc_align_horizontal_center_fill:before {
  content: "î¥†";
  color: #09244b;
}

.mgc_align_horizontal_center_line:before {
  content: "î¥‡";
  color: #09244b;
}

.mgc_align_justify_fill:before {
  content: "î¥ˆ";
  color: #09244b;
}

.mgc_align_justify_line:before {
  content: "î¥‰";
  color: #09244b;
}

.mgc_align_left_2_fill:before {
  content: "î¥Š";
  color: #09244b;
}

.mgc_align_left_2_line:before {
  content: "î¥‹";
  color: #09244b;
}

.mgc_align_left_fill:before {
  content: "î¥Œ";
  color: #09244b;
}

.mgc_align_left_line:before {
  content: "î¥";
  color: #09244b;
}

.mgc_align_right_2_fill:before {
  content: "î¥Ž";
  color: #09244b;
}

.mgc_align_right_2_line:before {
  content: "î¥";
  color: #09244b;
}

.mgc_align_right_fill:before {
  content: "î¥";
  color: #09244b;
}

.mgc_align_right_line:before {
  content: "î¥‘";
  color: #09244b;
}

.mgc_align_top_fill:before {
  content: "î¥’";
  color: #09244b;
}

.mgc_align_top_line:before {
  content: "î¥“";
  color: #09244b;
}

.mgc_align_vertical_center_fill:before {
  content: "î¥”";
  color: #09244b;
}

.mgc_align_vertical_center_line:before {
  content: "î¥•";
  color: #09244b;
}

.mgc_alipay_fill:before {
  content: "î¥–";
  color: #09244b;
}

.mgc_alipay_line:before {
  content: "î¥—";
  color: #09244b;
}

.mgc_american_football_fill:before {
  content: "î¥˜";
  color: #09244b;
}

.mgc_american_football_line:before {
  content: "î¥™";
  color: #09244b;
}

.mgc_anchor_fill:before {
  content: "î¥š";
  color: #09244b;
}

.mgc_anchor_line:before {
  content: "î¥›";
  color: #09244b;
}

.mgc_and_fill:before {
  content: "î¥œ";
  color: #09244b;
}

.mgc_and_line:before {
  content: "î¥";
  color: #09244b;
}

.mgc_android_2_fill:before {
  content: "î¥ž";
  color: #09244b;
}

.mgc_android_2_line:before {
  content: "î¥Ÿ";
  color: #09244b;
}

.mgc_android_fill:before {
  content: "î¥ ";
  color: #09244b;
}

.mgc_android_line:before {
  content: "î¥¡";
  color: #09244b;
}

.mgc_angel_fill:before {
  content: "î¥¢";
  color: #09244b;
}

.mgc_angel_line:before {
  content: "î¥£";
  color: #09244b;
}

.mgc_angry_fill:before {
  content: "î¥¤";
  color: #09244b;
}

.mgc_angry_line:before {
  content: "î¥¥";
  color: #09244b;
}

.mgc_anniversary_fill:before {
  content: "î¥¦";
  color: #09244b;
}

.mgc_anniversary_line:before {
  content: "î¥§";
  color: #09244b;
}

.mgc_announcement_fill:before {
  content: "î¥¨";
  color: #09244b;
}

.mgc_announcement_line:before {
  content: "î¥©";
  color: #09244b;
}

.mgc_anticlockwise_alt_fill:before {
  content: "î¥ª";
  color: #09244b;
}

.mgc_anticlockwise_alt_line:before {
  content: "î¥«";
  color: #09244b;
}

.mgc_anticlockwise_fill:before {
  content: "î¥¬";
  color: #09244b;
}

.mgc_anticlockwise_line:before {
  content: "î¥­";
  color: #09244b;
}

.mgc_apple_fill:before {
  content: "î¥®";
  color: #09244b;
}

.mgc_apple_fruit_fill:before {
  content: "î¥¯";
  color: #09244b;
}

.mgc_apple_fruit_line:before {
  content: "î¥°";
  color: #09244b;
}

.mgc_apple_intelligence_fill:before {
  content: "î¥±";
  color: #09244b;
}

.mgc_apple_intelligence_frame_fill:before {
  content: "î¥²";
  color: #09244b;
}

.mgc_apple_intelligence_frame_line:before {
  content: "î¥³";
  color: #09244b;
}

.mgc_apple_intelligence_line:before {
  content: "î¥´";
  color: #09244b;
}

.mgc_apple_line:before {
  content: "î¥µ";
  color: #09244b;
}

.mgc_appstore_fill:before {
  content: "î¥¶";
  color: #09244b;
}

.mgc_appstore_line:before {
  content: "î¥·";
  color: #09244b;
}

.mgc_Aquarius_fill:before {
  content: "î¥¸";
  color: #09244b;
}

.mgc_Aquarius_line:before {
  content: "î¥¹";
  color: #09244b;
}

.mgc_arc_browser_fill:before {
  content: "î¥º";
  color: #09244b;
}

.mgc_arc_browser_line:before {
  content: "î¥»";
  color: #09244b;
}

.mgc_archive_fill:before {
  content: "î¥¼";
  color: #09244b;
}

.mgc_archive_line:before {
  content: "î¥½";
  color: #09244b;
}

.mgc_Aries_fill:before {
  content: "î¥¾";
  color: #09244b;
}

.mgc_Aries_line:before {
  content: "î¥¿";
  color: #09244b;
}

.mgc_arrow_down_circle_fill:before {
  content: "î¦€";
  color: #09244b;
}

.mgc_arrow_down_circle_line:before {
  content: "î¦";
  color: #09244b;
}

.mgc_arrow_down_fill:before {
  content: "î¦‚";
  color: #09244b;
}

.mgc_arrow_down_line:before {
  content: "î¦ƒ";
  color: #09244b;
}

.mgc_arrow_left_circle_fill:before {
  content: "î¦„";
  color: #09244b;
}

.mgc_arrow_left_circle_line:before {
  content: "î¦…";
  color: #09244b;
}

.mgc_arrow_left_down_circle_fill:before {
  content: "î¦†";
  color: #09244b;
}

.mgc_arrow_left_down_circle_line:before {
  content: "î¦‡";
  color: #09244b;
}

.mgc_arrow_left_down_fill:before {
  content: "î¦ˆ";
  color: #09244b;
}

.mgc_arrow_left_down_line:before {
  content: "î¦‰";
  color: #09244b;
}

.mgc_arrow_left_fill:before {
  content: "î¦Š";
  color: #09244b;
}

.mgc_arrow_left_line:before {
  content: "î¦‹";
  color: #09244b;
}

.mgc_arrow_left_up_circle_fill:before {
  content: "î¦Œ";
  color: #09244b;
}

.mgc_arrow_left_up_circle_line:before {
  content: "î¦";
  color: #09244b;
}

.mgc_arrow_left_up_fill:before {
  content: "î¦Ž";
  color: #09244b;
}

.mgc_arrow_left_up_line:before {
  content: "î¦";
  color: #09244b;
}

.mgc_arrow_right_circle_fill:before {
  content: "î¦";
  color: #09244b;
}

.mgc_arrow_right_circle_line:before {
  content: "î¦‘";
  color: #09244b;
}

.mgc_arrow_right_down_circle_fill:before {
  content: "î¦’";
  color: #09244b;
}

.mgc_arrow_right_down_circle_line:before {
  content: "î¦“";
  color: #09244b;
}

.mgc_arrow_right_down_fill:before {
  content: "î¦”";
  color: #09244b;
}

.mgc_arrow_right_down_line:before {
  content: "î¦•";
  color: #09244b;
}

.mgc_arrow_right_fill:before {
  content: "î¦–";
  color: #09244b;
}

.mgc_arrow_right_line:before {
  content: "î¦—";
  color: #09244b;
}

.mgc_arrow_right_up_circle_fill:before {
  content: "î¦˜";
  color: #09244b;
}

.mgc_arrow_right_up_circle_line:before {
  content: "î¦™";
  color: #09244b;
}

.mgc_arrow_right_up_fill:before {
  content: "î¦š";
  color: #09244b;
}

.mgc_arrow_right_up_line:before {
  content: "î¦›";
  color: #09244b;
}

.mgc_arrow_to_down_fill:before {
  content: "î¦œ";
  color: #09244b;
}

.mgc_arrow_to_down_line:before {
  content: "î¦";
  color: #09244b;
}

.mgc_arrow_to_left_fill:before {
  content: "î¦ž";
  color: #09244b;
}

.mgc_arrow_to_left_line:before {
  content: "î¦Ÿ";
  color: #09244b;
}

.mgc_arrow_to_right_fill:before {
  content: "î¦ ";
  color: #09244b;
}

.mgc_arrow_to_right_line:before {
  content: "î¦¡";
  color: #09244b;
}

.mgc_arrow_to_up_fill:before {
  content: "î¦¢";
  color: #09244b;
}

.mgc_arrow_to_up_line:before {
  content: "î¦£";
  color: #09244b;
}

.mgc_arrow_up_circle_fill:before {
  content: "î¦¤";
  color: #09244b;
}

.mgc_arrow_up_circle_line:before {
  content: "î¦¥";
  color: #09244b;
}

.mgc_arrow_up_fill:before {
  content: "î¦¦";
  color: #09244b;
}

.mgc_arrow_up_line:before {
  content: "î¦§";
  color: #09244b;
}

.mgc_arrows_down_fill:before {
  content: "î¦¨";
  color: #09244b;
}

.mgc_arrows_down_line:before {
  content: "î¦©";
  color: #09244b;
}

.mgc_arrows_left_fill:before {
  content: "î¦ª";
  color: #09244b;
}

.mgc_arrows_left_line:before {
  content: "î¦«";
  color: #09244b;
}

.mgc_arrows_right_fill:before {
  content: "î¦¬";
  color: #09244b;
}

.mgc_arrows_right_line:before {
  content: "î¦­";
  color: #09244b;
}

.mgc_arrows_up_fill:before {
  content: "î¦®";
  color: #09244b;
}

.mgc_arrows_up_line:before {
  content: "î¦¯";
  color: #09244b;
}

.mgc_artboard_fill:before {
  content: "î¦°";
  color: #09244b;
}

.mgc_artboard_line:before {
  content: "î¦±";
  color: #09244b;
}

.mgc_aspect_ratio_fill:before {
  content: "î¦²";
  color: #09244b;
}

.mgc_aspect_ratio_line:before {
  content: "î¦³";
  color: #09244b;
}

.mgc_asterisk_2_fill:before {
  content: "î¦´";
  color: #09244b;
}

.mgc_asterisk_2_line:before {
  content: "î¦µ";
  color: #09244b;
}

.mgc_asterisk_fill:before {
  content: "î¦¶";
  color: #09244b;
}

.mgc_asterisk_line:before {
  content: "î¦·";
  color: #09244b;
}

.mgc_at_fill:before {
  content: "î¦¸";
  color: #09244b;
}

.mgc_at_line:before {
  content: "î¦¹";
  color: #09244b;
}

.mgc_attachment_2_fill:before {
  content: "î¦º";
  color: #09244b;
}

.mgc_attachment_2_line:before {
  content: "î¦»";
  color: #09244b;
}

.mgc_attachment_3_fill:before {
  content: "î¦¼";
  color: #09244b;
}

.mgc_attachment_3_line:before {
  content: "î¦½";
  color: #09244b;
}

.mgc_attachment_fill:before {
  content: "î¦¾";
  color: #09244b;
}

.mgc_attachment_line:before {
  content: "î¦¿";
  color: #09244b;
}

.mgc_auction_fill:before {
  content: "î§€";
  color: #09244b;
}

.mgc_auction_line:before {
  content: "î§";
  color: #09244b;
}

.mgc_audio_tape_fill:before {
  content: "î§‚";
  color: #09244b;
}

.mgc_audio_tape_line:before {
  content: "î§ƒ";
  color: #09244b;
}

.mgc_auto_hold_fill:before {
  content: "î§„";
  color: #09244b;
}

.mgc_auto_hold_line:before {
  content: "î§…";
  color: #09244b;
}

.mgc_avalanche_AVAX_fill:before {
  content: "î§†";
  color: #09244b;
}

.mgc_avalanche_AVAX_line:before {
  content: "î§‡";
  color: #09244b;
}

.mgc_award_fill:before {
  content: "î§ˆ";
  color: #09244b;
}

.mgc_award_line:before {
  content: "î§‰";
  color: #09244b;
}

.mgc_axe_fill:before {
  content: "î§Š";
  color: #09244b;
}

.mgc_axe_line:before {
  content: "î§‹";
  color: #09244b;
}

.mgc_AZ_sort_ascending_letters_fill:before {
  content: "î§Œ";
  color: #09244b;
}

.mgc_AZ_sort_ascending_letters_line:before {
  content: "î§";
  color: #09244b;
}

.mgc_AZ_sort_descending_letters_fill:before {
  content: "î§Ž";
  color: #09244b;
}

.mgc_AZ_sort_descending_letters_line:before {
  content: "î§";
  color: #09244b;
}

.mgc_baby_carriage_fill:before {
  content: "î§";
  color: #09244b;
}

.mgc_baby_carriage_line:before {
  content: "î§‘";
  color: #09244b;
}

.mgc_baby_fill:before {
  content: "î§’";
  color: #09244b;
}

.mgc_baby_line:before {
  content: "î§“";
  color: #09244b;
}

.mgc_back_2_fill:before {
  content: "î§”";
  color: #09244b;
}

.mgc_back_2_line:before {
  content: "î§•";
  color: #09244b;
}

.mgc_back_fill:before {
  content: "î§–";
  color: #09244b;
}

.mgc_back_line:before {
  content: "î§—";
  color: #09244b;
}

.mgc_backboard_fill:before {
  content: "î§˜";
  color: #09244b;
}

.mgc_backboard_line:before {
  content: "î§™";
  color: #09244b;
}

.mgc_background_fill:before {
  content: "î§š";
  color: #09244b;
}

.mgc_background_line:before {
  content: "î§›";
  color: #09244b;
}

.mgc_backpack_fill:before {
  content: "î§œ";
  color: #09244b;
}

.mgc_backpack_line:before {
  content: "î§";
  color: #09244b;
}

.mgc_badge_fill:before {
  content: "î§ž";
  color: #09244b;
}

.mgc_badge_line:before {
  content: "î§Ÿ";
  color: #09244b;
}

.mgc_badminton_fill:before {
  content: "î§ ";
  color: #09244b;
}

.mgc_badminton_line:before {
  content: "î§¡";
  color: #09244b;
}

.mgc_balance_fill:before {
  content: "î§¢";
  color: #09244b;
}

.mgc_balance_line:before {
  content: "î§£";
  color: #09244b;
}

.mgc_balloon_2_fill:before {
  content: "î§¤";
  color: #09244b;
}

.mgc_balloon_2_line:before {
  content: "î§¥";
  color: #09244b;
}

.mgc_bank_card_fill:before {
  content: "î§¦";
  color: #09244b;
}

.mgc_bank_card_line:before {
  content: "î§§";
  color: #09244b;
}

.mgc_bank_fill:before {
  content: "î§¨";
  color: #09244b;
}

.mgc_bank_line:before {
  content: "î§©";
  color: #09244b;
}

.mgc_bank_of_china_tower_fill:before {
  content: "î§ª";
  color: #09244b;
}

.mgc_bank_of_china_tower_line:before {
  content: "î§«";
  color: #09244b;
}

.mgc_barbell_fill:before {
  content: "î§¬";
  color: #09244b;
}

.mgc_barbell_line:before {
  content: "î§­";
  color: #09244b;
}

.mgc_barcode_fill:before {
  content: "î§®";
  color: #09244b;
}

.mgc_barcode_line:before {
  content: "î§¯";
  color: #09244b;
}

.mgc_barcode_scan_fill:before {
  content: "î§°";
  color: #09244b;
}

.mgc_barcode_scan_line:before {
  content: "î§±";
  color: #09244b;
}

.mgc_base_station_2_fill:before {
  content: "î§²";
  color: #09244b;
}

.mgc_base_station_2_line:before {
  content: "î§³";
  color: #09244b;
}

.mgc_base_station_fill:before {
  content: "î§´";
  color: #09244b;
}

.mgc_base_station_line:before {
  content: "î§µ";
  color: #09244b;
}

.mgc_baseball_2_fill:before {
  content: "î§¶";
  color: #09244b;
}

.mgc_baseball_2_line:before {
  content: "î§·";
  color: #09244b;
}

.mgc_baseball_fill:before {
  content: "î§¸";
  color: #09244b;
}

.mgc_baseball_line:before {
  content: "î§¹";
  color: #09244b;
}

.mgc_basket_2_fill:before {
  content: "î§º";
  color: #09244b;
}

.mgc_basket_2_line:before {
  content: "î§»";
  color: #09244b;
}

.mgc_basket_fill:before {
  content: "î§¼";
  color: #09244b;
}

.mgc_basket_line:before {
  content: "î§½";
  color: #09244b;
}

.mgc_basketball_fill:before {
  content: "î§¾";
  color: #09244b;
}

.mgc_basketball_line:before {
  content: "î§¿";
  color: #09244b;
}

.mgc_bath_fill:before {
  content: "î¨€";
  color: #09244b;
}

.mgc_bath_line:before {
  content: "î¨";
  color: #09244b;
}

.mgc_battery_1_fill:before {
  content: "î¨‚";
  color: #09244b;
}

.mgc_battery_1_line:before {
  content: "î¨ƒ";
  color: #09244b;
}

.mgc_battery_2_fill:before {
  content: "î¨„";
  color: #09244b;
}

.mgc_battery_2_line:before {
  content: "î¨…";
  color: #09244b;
}

.mgc_battery_3_fill:before {
  content: "î¨†";
  color: #09244b;
}

.mgc_battery_3_line:before {
  content: "î¨‡";
  color: #09244b;
}

.mgc_battery_4_fill:before {
  content: "î¨ˆ";
  color: #09244b;
}

.mgc_battery_4_line:before {
  content: "î¨‰";
  color: #09244b;
}

.mgc_battery_automotive_fill:before {
  content: "î¨Š";
  color: #09244b;
}

.mgc_battery_automotive_line:before {
  content: "î¨‹";
  color: #09244b;
}

.mgc_battery_charging_fill:before {
  content: "î¨Œ";
  color: #09244b;
}

.mgc_battery_charging_line:before {
  content: "î¨";
  color: #09244b;
}

.mgc_battery_fill:before {
  content: "î¨Ž";
  color: #09244b;
}

.mgc_battery_line:before {
  content: "î¨";
  color: #09244b;
}

.mgc_beachball_fill:before {
  content: "î¨";
  color: #09244b;
}

.mgc_beachball_line:before {
  content: "î¨‘";
  color: #09244b;
}

.mgc_bear_fill:before {
  content: "î¨’";
  color: #09244b;
}

.mgc_bear_line:before {
  content: "î¨“";
  color: #09244b;
}

.mgc_beard_fill:before {
  content: "î¨”";
  color: #09244b;
}

.mgc_beard_line:before {
  content: "î¨•";
  color: #09244b;
}

.mgc_bed_2_fill:before {
  content: "î¨–";
  color: #09244b;
}

.mgc_bed_2_line:before {
  content: "î¨—";
  color: #09244b;
}

.mgc_bed_fill:before {
  content: "î¨˜";
  color: #09244b;
}

.mgc_bed_line:before {
  content: "î¨™";
  color: #09244b;
}

.mgc_bedside_table_2_fill:before {
  content: "î¨š";
  color: #09244b;
}

.mgc_bedside_table_2_line:before {
  content: "î¨›";
  color: #09244b;
}

.mgc_bedside_table_fill:before {
  content: "î¨œ";
  color: #09244b;
}

.mgc_bedside_table_line:before {
  content: "î¨";
  color: #09244b;
}

.mgc_behance_fill:before {
  content: "î¨ž";
  color: #09244b;
}

.mgc_behance_line:before {
  content: "î¨Ÿ";
  color: #09244b;
}

.mgc_bell_ringing_fill:before {
  content: "î¨ ";
  color: #09244b;
}

.mgc_bell_ringing_line:before {
  content: "î¨¡";
  color: #09244b;
}

.mgc_big_ben_fill:before {
  content: "î¨¢";
  color: #09244b;
}

.mgc_big_ben_line:before {
  content: "î¨£";
  color: #09244b;
}

.mgc_bike_fill:before {
  content: "î¨¤";
  color: #09244b;
}

.mgc_bike_line:before {
  content: "î¨¥";
  color: #09244b;
}

.mgc_bilibili_fill:before {
  content: "î¨¦";
  color: #09244b;
}

.mgc_bilibili_line:before {
  content: "î¨§";
  color: #09244b;
}

.mgc_bill_2_fill:before {
  content: "î¨¨";
  color: #09244b;
}

.mgc_bill_2_line:before {
  content: "î¨©";
  color: #09244b;
}

.mgc_bill_fill:before {
  content: "î¨ª";
  color: #09244b;
}

.mgc_bill_line:before {
  content: "î¨«";
  color: #09244b;
}

.mgc_binance_coin_BNB_fill:before {
  content: "î¨¬";
  color: #09244b;
}

.mgc_binance_coin_BNB_line:before {
  content: "î¨­";
  color: #09244b;
}

.mgc_binance_USD_BUSD_fill:before {
  content: "î¨®";
  color: #09244b;
}

.mgc_binance_USD_BUSD_line:before {
  content: "î¨¯";
  color: #09244b;
}

.mgc_bird_fill:before {
  content: "î¨°";
  color: #09244b;
}

.mgc_bird_line:before {
  content: "î¨±";
  color: #09244b;
}

.mgc_birthday_2_fill:before {
  content: "î¨²";
  color: #09244b;
}

.mgc_birthday_2_line:before {
  content: "î¨³";
  color: #09244b;
}

.mgc_black_board_2_fill:before {
  content: "î¨´";
  color: #09244b;
}

.mgc_black_board_2_line:before {
  content: "î¨µ";
  color: #09244b;
}

.mgc_black_board_fill:before {
  content: "î¨¶";
  color: #09244b;
}

.mgc_black_board_line:before {
  content: "î¨·";
  color: #09244b;
}

.mgc_blessing_fill:before {
  content: "î¨¸";
  color: #09244b;
}

.mgc_blessing_line:before {
  content: "î¨¹";
  color: #09244b;
}

.mgc_bling_fill:before {
  content: "î¨º";
  color: #09244b;
}

.mgc_bling_line:before {
  content: "î¨»";
  color: #09244b;
}

.mgc_blockquote_fill:before {
  content: "î¨¼";
  color: #09244b;
}

.mgc_blockquote_line:before {
  content: "î¨½";
  color: #09244b;
}

.mgc_bluesky_social_fill:before {
  content: "î¨¾";
  color: #09244b;
}

.mgc_bluesky_social_line:before {
  content: "î¨¿";
  color: #09244b;
}

.mgc_bluetooth_fill:before {
  content: "î©€";
  color: #09244b;
}

.mgc_bluetooth_line:before {
  content: "î©";
  color: #09244b;
}

.mgc_bluetooth_off_fill:before {
  content: "î©‚";
  color: #09244b;
}

.mgc_bluetooth_off_line:before {
  content: "î©ƒ";
  color: #09244b;
}

.mgc_BNB_fill:before {
  content: "î©„";
  color: #09244b;
}

.mgc_BNB_line:before {
  content: "î©…";
  color: #09244b;
}

.mgc_board_fill:before {
  content: "î©†";
  color: #09244b;
}

.mgc_board_line:before {
  content: "î©‡";
  color: #09244b;
}

.mgc_body_fill:before {
  content: "î©ˆ";
  color: #09244b;
}

.mgc_body_line:before {
  content: "î©‰";
  color: #09244b;
}

.mgc_bold_fill:before {
  content: "î©Š";
  color: #09244b;
}

.mgc_bold_line:before {
  content: "î©‹";
  color: #09244b;
}

.mgc_bomb_fill:before {
  content: "î©Œ";
  color: #09244b;
}

.mgc_bomb_line:before {
  content: "î©";
  color: #09244b;
}

.mgc_bone_fill:before {
  content: "î©Ž";
  color: #09244b;
}

.mgc_bone_line:before {
  content: "î©";
  color: #09244b;
}

.mgc_book_2_ai_fill:before {
  content: "î©";
  color: #09244b;
}

.mgc_book_2_ai_line:before {
  content: "î©‘";
  color: #09244b;
}

.mgc_book_2_fill:before {
  content: "î©’";
  color: #09244b;
}

.mgc_book_2_line:before {
  content: "î©“";
  color: #09244b;
}

.mgc_book_3_fill:before {
  content: "î©”";
  color: #09244b;
}

.mgc_book_3_line:before {
  content: "î©•";
  color: #09244b;
}

.mgc_book_4_fill:before {
  content: "î©–";
  color: #09244b;
}

.mgc_book_4_line:before {
  content: "î©—";
  color: #09244b;
}

.mgc_book_5_fill:before {
  content: "î©˜";
  color: #09244b;
}

.mgc_book_5_line:before {
  content: "î©™";
  color: #09244b;
}

.mgc_book_6_ai_fill:before {
  content: "î©š";
  color: #09244b;
}

.mgc_book_6_ai_line:before {
  content: "î©›";
  color: #09244b;
}

.mgc_book_6_fill:before {
  content: "î©œ";
  color: #09244b;
}

.mgc_book_6_line:before {
  content: "î©";
  color: #09244b;
}

.mgc_book_ai_fill:before {
  content: "î©ž";
  color: #09244b;
}

.mgc_book_ai_line:before {
  content: "î©Ÿ";
  color: #09244b;
}

.mgc_book_fill:before {
  content: "î© ";
  color: #09244b;
}

.mgc_book_line:before {
  content: "î©¡";
  color: #09244b;
}

.mgc_bookmark_add_fill:before {
  content: "î©¢";
  color: #09244b;
}

.mgc_bookmark_add_line:before {
  content: "î©£";
  color: #09244b;
}

.mgc_bookmark_edit_fill:before {
  content: "î©¤";
  color: #09244b;
}

.mgc_bookmark_edit_line:before {
  content: "î©¥";
  color: #09244b;
}

.mgc_bookmark_fill:before {
  content: "î©¦";
  color: #09244b;
}

.mgc_bookmark_line:before {
  content: "î©§";
  color: #09244b;
}

.mgc_bookmark_remove_fill:before {
  content: "î©¨";
  color: #09244b;
}

.mgc_bookmark_remove_line:before {
  content: "î©©";
  color: #09244b;
}

.mgc_bookmarks_fill:before {
  content: "î©ª";
  color: #09244b;
}

.mgc_bookmarks_line:before {
  content: "î©«";
  color: #09244b;
}

.mgc_boom_fill:before {
  content: "î©¬";
  color: #09244b;
}

.mgc_boom_line:before {
  content: "î©­";
  color: #09244b;
}

.mgc_border_blank_fill:before {
  content: "î©®";
  color: #09244b;
}

.mgc_border_blank_line:before {
  content: "î©¯";
  color: #09244b;
}

.mgc_border_bottom_fill:before {
  content: "î©°";
  color: #09244b;
}

.mgc_border_bottom_line:before {
  content: "î©±";
  color: #09244b;
}

.mgc_border_horizontal_fill:before {
  content: "î©²";
  color: #09244b;
}

.mgc_border_horizontal_line:before {
  content: "î©³";
  color: #09244b;
}

.mgc_border_inner_fill:before {
  content: "î©´";
  color: #09244b;
}

.mgc_border_inner_line:before {
  content: "î©µ";
  color: #09244b;
}

.mgc_border_left_fill:before {
  content: "î©¶";
  color: #09244b;
}

.mgc_border_left_line:before {
  content: "î©·";
  color: #09244b;
}

.mgc_border_outer_fill:before {
  content: "î©¸";
  color: #09244b;
}

.mgc_border_outer_line:before {
  content: "î©¹";
  color: #09244b;
}

.mgc_border_radius_fill:before {
  content: "î©º";
  color: #09244b;
}

.mgc_border_radius_line:before {
  content: "î©»";
  color: #09244b;
}

.mgc_border_right_fill:before {
  content: "î©¼";
  color: #09244b;
}

.mgc_border_right_line:before {
  content: "î©½";
  color: #09244b;
}

.mgc_border_top_fill:before {
  content: "î©¾";
  color: #09244b;
}

.mgc_border_top_line:before {
  content: "î©¿";
  color: #09244b;
}

.mgc_border_vertical_fill:before {
  content: "îª€";
  color: #09244b;
}

.mgc_border_vertical_line:before {
  content: "îª";
  color: #09244b;
}

.mgc_bottle_fill:before {
  content: "îª‚";
  color: #09244b;
}

.mgc_bottle_glass_fill:before {
  content: "îªƒ";
  color: #09244b;
}

.mgc_bottle_glass_line:before {
  content: "îª„";
  color: #09244b;
}

.mgc_bottle_line:before {
  content: "îª…";
  color: #09244b;
}

.mgc_bow_tie_fill:before {
  content: "îª†";
  color: #09244b;
}

.mgc_bow_tie_line:before {
  content: "îª‡";
  color: #09244b;
}

.mgc_bowknot_fill:before {
  content: "îªˆ";
  color: #09244b;
}

.mgc_bowknot_line:before {
  content: "îª‰";
  color: #09244b;
}

.mgc_bowl_2_fill:before {
  content: "îªŠ";
  color: #09244b;
}

.mgc_bowl_2_line:before {
  content: "îª‹";
  color: #09244b;
}

.mgc_bowl_fill:before {
  content: "îªŒ";
  color: #09244b;
}

.mgc_bowl_line:before {
  content: "îª";
  color: #09244b;
}

.mgc_box_2_fill:before {
  content: "îªŽ";
  color: #09244b;
}

.mgc_box_2_line:before {
  content: "îª";
  color: #09244b;
}

.mgc_box_3_fill:before {
  content: "îª";
  color: #09244b;
}

.mgc_box_3_line:before {
  content: "îª‘";
  color: #09244b;
}

.mgc_box_4_fill:before {
  content: "îª’";
  color: #09244b;
}

.mgc_box_4_line:before {
  content: "îª“";
  color: #09244b;
}

.mgc_box_fill:before {
  content: "îª”";
  color: #09244b;
}

.mgc_box_line:before {
  content: "îª•";
  color: #09244b;
}

.mgc_braces_fill:before {
  content: "îª–";
  color: #09244b;
}

.mgc_braces_line:before {
  content: "îª—";
  color: #09244b;
}

.mgc_brackets_angle_fill:before {
  content: "îª˜";
  color: #09244b;
}

.mgc_brackets_angle_line:before {
  content: "îª™";
  color: #09244b;
}

.mgc_brackets_fill:before {
  content: "îªš";
  color: #09244b;
}

.mgc_brackets_line:before {
  content: "îª›";
  color: #09244b;
}

.mgc_brain_fill:before {
  content: "îªœ";
  color: #09244b;
}

.mgc_brain_line:before {
  content: "îª";
  color: #09244b;
}

.mgc_brake_fill:before {
  content: "îªž";
  color: #09244b;
}

.mgc_brake_line:before {
  content: "îªŸ";
  color: #09244b;
}

.mgc_bread_fill:before {
  content: "îª ";
  color: #09244b;
}

.mgc_bread_line:before {
  content: "îª¡";
  color: #09244b;
}

.mgc_bridge_2_fill:before {
  content: "îª¢";
  color: #09244b;
}

.mgc_bridge_2_line:before {
  content: "îª£";
  color: #09244b;
}

.mgc_bridge_fill:before {
  content: "îª¤";
  color: #09244b;
}

.mgc_bridge_line:before {
  content: "îª¥";
  color: #09244b;
}

.mgc_brief_fill:before {
  content: "îª¦";
  color: #09244b;
}

.mgc_brief_line:before {
  content: "îª§";
  color: #09244b;
}

.mgc_briefcase_2_fill:before {
  content: "îª¨";
  color: #09244b;
}

.mgc_briefcase_2_line:before {
  content: "îª©";
  color: #09244b;
}

.mgc_briefcase_fill:before {
  content: "îªª";
  color: #09244b;
}

.mgc_briefcase_line:before {
  content: "îª«";
  color: #09244b;
}

.mgc_brightness_fill:before {
  content: "îª¬";
  color: #09244b;
}

.mgc_brightness_line:before {
  content: "îª­";
  color: #09244b;
}

.mgc_broom_fill:before {
  content: "îª®";
  color: #09244b;
}

.mgc_broom_line:before {
  content: "îª¯";
  color: #09244b;
}

.mgc_brush_2_ai_fill:before {
  content: "îª°";
  color: #09244b;
}

.mgc_brush_2_ai_line:before {
  content: "îª±";
  color: #09244b;
}

.mgc_brush_2_fill:before {
  content: "îª²";
  color: #09244b;
}

.mgc_brush_2_line:before {
  content: "îª³";
  color: #09244b;
}

.mgc_brush_3_ai_fill:before {
  content: "îª´";
  color: #09244b;
}

.mgc_brush_3_ai_line:before {
  content: "îªµ";
  color: #09244b;
}

.mgc_brush_3_fill:before {
  content: "îª¶";
  color: #09244b;
}

.mgc_brush_3_line:before {
  content: "îª·";
  color: #09244b;
}

.mgc_brush_fill:before {
  content: "îª¸";
  color: #09244b;
}

.mgc_brush_line:before {
  content: "îª¹";
  color: #09244b;
}

.mgc_bubble_fill:before {
  content: "îªº";
  color: #09244b;
}

.mgc_bubble_line:before {
  content: "îª»";
  color: #09244b;
}

.mgc_bug_fill:before {
  content: "îª¼";
  color: #09244b;
}

.mgc_bug_line:before {
  content: "îª½";
  color: #09244b;
}

.mgc_building_1_fill:before {
  content: "îª¾";
  color: #09244b;
}

.mgc_building_1_line:before {
  content: "îª¿";
  color: #09244b;
}

.mgc_building_2_fill:before {
  content: "î«€";
  color: #09244b;
}

.mgc_building_2_line:before {
  content: "î«";
  color: #09244b;
}

.mgc_building_3_fill:before {
  content: "î«‚";
  color: #09244b;
}

.mgc_building_3_line:before {
  content: "î«ƒ";
  color: #09244b;
}

.mgc_building_4_fill:before {
  content: "î«„";
  color: #09244b;
}

.mgc_building_4_line:before {
  content: "î«…";
  color: #09244b;
}

.mgc_building_5_fill:before {
  content: "î«†";
  color: #09244b;
}

.mgc_building_5_line:before {
  content: "î«‡";
  color: #09244b;
}

.mgc_building_6_fill:before {
  content: "î«ˆ";
  color: #09244b;
}

.mgc_building_6_line:before {
  content: "î«‰";
  color: #09244b;
}

.mgc_bulb_2_ai_fill:before {
  content: "î«Š";
  color: #09244b;
}

.mgc_bulb_2_ai_line:before {
  content: "î«‹";
  color: #09244b;
}

.mgc_bulb_2_fill:before {
  content: "î«Œ";
  color: #09244b;
}

.mgc_bulb_2_line:before {
  content: "î«";
  color: #09244b;
}

.mgc_bulb_ai_fill:before {
  content: "î«Ž";
  color: #09244b;
}

.mgc_bulb_ai_line:before {
  content: "î«";
  color: #09244b;
}

.mgc_bulb_fill:before {
  content: "î«";
  color: #09244b;
}

.mgc_bulb_line:before {
  content: "î«‘";
  color: #09244b;
}

.mgc_burj_al_arab_fill:before {
  content: "î«’";
  color: #09244b;
}

.mgc_burj_al_arab_line:before {
  content: "î«“";
  color: #09244b;
}

.mgc_burj_khalifa_tower_fill:before {
  content: "î«”";
  color: #09244b;
}

.mgc_burj_khalifa_tower_line:before {
  content: "î«•";
  color: #09244b;
}

.mgc_bus_2_fill:before {
  content: "î«–";
  color: #09244b;
}

.mgc_bus_2_line:before {
  content: "î«—";
  color: #09244b;
}

.mgc_bus_fill:before {
  content: "î«˜";
  color: #09244b;
}

.mgc_bus_line:before {
  content: "î«™";
  color: #09244b;
}

.mgc_butterfly_2_fill:before {
  content: "î«š";
  color: #09244b;
}

.mgc_butterfly_2_line:before {
  content: "î«›";
  color: #09244b;
}

.mgc_butterfly_fill:before {
  content: "î«œ";
  color: #09244b;
}

.mgc_butterfly_line:before {
  content: "î«";
  color: #09244b;
}

.mgc_button_fill:before {
  content: "î«ž";
  color: #09244b;
}

.mgc_button_line:before {
  content: "î«Ÿ";
  color: #09244b;
}

.mgc_cactus_2_fill:before {
  content: "î« ";
  color: #09244b;
}

.mgc_cactus_2_line:before {
  content: "î«¡";
  color: #09244b;
}

.mgc_cactus_fill:before {
  content: "î«¢";
  color: #09244b;
}

.mgc_cactus_line:before {
  content: "î«£";
  color: #09244b;
}

.mgc_cake_fill:before {
  content: "î«¤";
  color: #09244b;
}

.mgc_cake_line:before {
  content: "î«¥";
  color: #09244b;
}

.mgc_calendar_2_fill:before {
  content: "î«¦";
  color: #09244b;
}

.mgc_calendar_2_line:before {
  content: "î«§";
  color: #09244b;
}

.mgc_calendar_3_fill:before {
  content: "î«¨";
  color: #09244b;
}

.mgc_calendar_3_line:before {
  content: "î«©";
  color: #09244b;
}

.mgc_calendar_add_fill:before {
  content: "î«ª";
  color: #09244b;
}

.mgc_calendar_add_line:before {
  content: "î««";
  color: #09244b;
}

.mgc_calendar_day_fill:before {
  content: "î«¬";
  color: #09244b;
}

.mgc_calendar_day_line:before {
  content: "î«­";
  color: #09244b;
}

.mgc_calendar_fill:before {
  content: "î«®";
  color: #09244b;
}

.mgc_calendar_line:before {
  content: "î«¯";
  color: #09244b;
}

.mgc_calendar_month_fill:before {
  content: "î«°";
  color: #09244b;
}

.mgc_calendar_month_line:before {
  content: "î«±";
  color: #09244b;
}

.mgc_calendar_time_add_fill:before {
  content: "î«²";
  color: #09244b;
}

.mgc_calendar_time_add_line:before {
  content: "î«³";
  color: #09244b;
}

.mgc_calendar_week_fill:before {
  content: "î«´";
  color: #09244b;
}

.mgc_calendar_week_line:before {
  content: "î«µ";
  color: #09244b;
}

.mgc_calendar_x_fill:before {
  content: "î«¶";
  color: #09244b;
}

.mgc_calendar_x_line:before {
  content: "î«·";
  color: #09244b;
}

.mgc_camcorder_2_fill:before {
  content: "î«¸";
  color: #09244b;
}

.mgc_camcorder_2_line:before {
  content: "î«¹";
  color: #09244b;
}

.mgc_camcorder_3_fill:before {
  content: "î«º";
  color: #09244b;
}

.mgc_camcorder_3_line:before {
  content: "î«»";
  color: #09244b;
}

.mgc_camcorder_ai_fill:before {
  content: "î«¼";
  color: #09244b;
}

.mgc_camcorder_ai_line:before {
  content: "î«½";
  color: #09244b;
}

.mgc_camcorder_fill:before {
  content: "î«¾";
  color: #09244b;
}

.mgc_camcorder_line:before {
  content: "î«¿";
  color: #09244b;
}

.mgc_camcorder_off_fill:before {
  content: "î¬€";
  color: #09244b;
}

.mgc_camcorder_off_line:before {
  content: "î¬";
  color: #09244b;
}

.mgc_camera_2_ai_fill:before {
  content: "î¬‚";
  color: #09244b;
}

.mgc_camera_2_ai_line:before {
  content: "î¬ƒ";
  color: #09244b;
}

.mgc_camera_2_fill:before {
  content: "î¬„";
  color: #09244b;
}

.mgc_camera_2_line:before {
  content: "î¬…";
  color: #09244b;
}

.mgc_camera_2_off_fill:before {
  content: "î¬†";
  color: #09244b;
}

.mgc_camera_2_off_line:before {
  content: "î¬‡";
  color: #09244b;
}

.mgc_camera_fill:before {
  content: "î¬ˆ";
  color: #09244b;
}

.mgc_camera_line:before {
  content: "î¬‰";
  color: #09244b;
}

.mgc_camera_rotate_fill:before {
  content: "î¬Š";
  color: #09244b;
}

.mgc_camera_rotate_line:before {
  content: "î¬‹";
  color: #09244b;
}

.mgc_campfire_fill:before {
  content: "î¬Œ";
  color: #09244b;
}

.mgc_campfire_line:before {
  content: "î¬";
  color: #09244b;
}

.mgc_campground_fill:before {
  content: "î¬Ž";
  color: #09244b;
}

.mgc_campground_line:before {
  content: "î¬";
  color: #09244b;
}

.mgc_Cancer_fill:before {
  content: "î¬";
  color: #09244b;
}

.mgc_Cancer_line:before {
  content: "î¬‘";
  color: #09244b;
}

.mgc_candle_fill:before {
  content: "î¬’";
  color: #09244b;
}

.mgc_candle_line:before {
  content: "î¬“";
  color: #09244b;
}

.mgc_candles_fill:before {
  content: "î¬”";
  color: #09244b;
}

.mgc_candles_line:before {
  content: "î¬•";
  color: #09244b;
}

.mgc_candy_2_fill:before {
  content: "î¬–";
  color: #09244b;
}

.mgc_candy_2_line:before {
  content: "î¬—";
  color: #09244b;
}

.mgc_candy_fill:before {
  content: "î¬˜";
  color: #09244b;
}

.mgc_candy_line:before {
  content: "î¬™";
  color: #09244b;
}

.mgc_canton_tower_fill:before {
  content: "î¬š";
  color: #09244b;
}

.mgc_canton_tower_line:before {
  content: "î¬›";
  color: #09244b;
}

.mgc_Capricorn_fill:before {
  content: "î¬œ";
  color: #09244b;
}

.mgc_Capricorn_line:before {
  content: "î¬";
  color: #09244b;
}

.mgc_capsule_fill:before {
  content: "î¬ž";
  color: #09244b;
}

.mgc_capsule_line:before {
  content: "î¬Ÿ";
  color: #09244b;
}

.mgc_car_2_fill:before {
  content: "î¬ ";
  color: #09244b;
}

.mgc_car_2_line:before {
  content: "î¬¡";
  color: #09244b;
}

.mgc_car_3_fill:before {
  content: "î¬¢";
  color: #09244b;
}

.mgc_car_3_line:before {
  content: "î¬£";
  color: #09244b;
}

.mgc_car_door_fill:before {
  content: "î¬¤";
  color: #09244b;
}

.mgc_car_door_line:before {
  content: "î¬¥";
  color: #09244b;
}

.mgc_car_fill:before {
  content: "î¬¦";
  color: #09244b;
}

.mgc_car_line:before {
  content: "î¬§";
  color: #09244b;
}

.mgc_car_window_fill:before {
  content: "î¬¨";
  color: #09244b;
}

.mgc_car_window_line:before {
  content: "î¬©";
  color: #09244b;
}

.mgc_card_pay_fill:before {
  content: "î¬ª";
  color: #09244b;
}

.mgc_card_pay_line:before {
  content: "î¬«";
  color: #09244b;
}

.mgc_card_refund_fill:before {
  content: "î¬¬";
  color: #09244b;
}

.mgc_card_refund_line:before {
  content: "î¬­";
  color: #09244b;
}

.mgc_cardano_ADA_fill:before {
  content: "î¬®";
  color: #09244b;
}

.mgc_cardano_ADA_line:before {
  content: "î¬¯";
  color: #09244b;
}

.mgc_cardboard_vr_fill:before {
  content: "î¬°";
  color: #09244b;
}

.mgc_cardboard_vr_line:before {
  content: "î¬±";
  color: #09244b;
}

.mgc_carplay_fill:before {
  content: "î¬²";
  color: #09244b;
}

.mgc_carplay_line:before {
  content: "î¬³";
  color: #09244b;
}

.mgc_carrot_fill:before {
  content: "î¬´";
  color: #09244b;
}

.mgc_carrot_line:before {
  content: "î¬µ";
  color: #09244b;
}

.mgc_cash_2_fill:before {
  content: "î¬¶";
  color: #09244b;
}

.mgc_cash_2_line:before {
  content: "î¬·";
  color: #09244b;
}

.mgc_cash_fill:before {
  content: "î¬¸";
  color: #09244b;
}

.mgc_cash_line:before {
  content: "î¬¹";
  color: #09244b;
}

.mgc_cat_fill:before {
  content: "î¬º";
  color: #09244b;
}

.mgc_cat_line:before {
  content: "î¬»";
  color: #09244b;
}

.mgc_ceiling_lamp_fill:before {
  content: "î¬¼";
  color: #09244b;
}

.mgc_ceiling_lamp_line:before {
  content: "î¬½";
  color: #09244b;
}

.mgc_celebrate_fill:before {
  content: "î¬¾";
  color: #09244b;
}

.mgc_celebrate_line:before {
  content: "î¬¿";
  color: #09244b;
}

.mgc_cellphone_2_ai_fill:before {
  content: "î­€";
  color: #09244b;
}

.mgc_cellphone_2_ai_line:before {
  content: "î­";
  color: #09244b;
}

.mgc_cellphone_2_fill:before {
  content: "î­‚";
  color: #09244b;
}

.mgc_cellphone_2_horizontal_fill:before {
  content: "î­ƒ";
  color: #09244b;
}

.mgc_cellphone_2_horizontal_line:before {
  content: "î­„";
  color: #09244b;
}

.mgc_cellphone_2_line:before {
  content: "î­…";
  color: #09244b;
}

.mgc_cellphone_fill:before {
  content: "î­†";
  color: #09244b;
}

.mgc_cellphone_line:before {
  content: "î­‡";
  color: #09244b;
}

.mgc_cellphone_vibration_fill:before {
  content: "î­ˆ";
  color: #09244b;
}

.mgc_cellphone_vibration_line:before {
  content: "î­‰";
  color: #09244b;
}

.mgc_celsius_fill:before {
  content: "î­Š";
  color: #09244b;
}

.mgc_celsius_line:before {
  content: "î­‹";
  color: #09244b;
}

.mgc_certificate_2_fill:before {
  content: "î­Œ";
  color: #09244b;
}

.mgc_certificate_2_line:before {
  content: "î­";
  color: #09244b;
}

.mgc_certificate_fill:before {
  content: "î­Ž";
  color: #09244b;
}

.mgc_certificate_line:before {
  content: "î­";
  color: #09244b;
}

.mgc_champagne_fill:before {
  content: "î­";
  color: #09244b;
}

.mgc_champagne_line:before {
  content: "î­‘";
  color: #09244b;
}

.mgc_charging_pile_fill:before {
  content: "î­’";
  color: #09244b;
}

.mgc_charging_pile_line:before {
  content: "î­“";
  color: #09244b;
}

.mgc_chart_bar_2_fill:before {
  content: "î­”";
  color: #09244b;
}

.mgc_chart_bar_2_line:before {
  content: "î­•";
  color: #09244b;
}

.mgc_chart_bar_fill:before {
  content: "î­–";
  color: #09244b;
}

.mgc_chart_bar_line:before {
  content: "î­—";
  color: #09244b;
}

.mgc_chart_decrease_fill:before {
  content: "î­˜";
  color: #09244b;
}

.mgc_chart_decrease_line:before {
  content: "î­™";
  color: #09244b;
}

.mgc_chart_horizontal_2_fill:before {
  content: "î­š";
  color: #09244b;
}

.mgc_chart_horizontal_2_line:before {
  content: "î­›";
  color: #09244b;
}

.mgc_chart_horizontal_fill:before {
  content: "î­œ";
  color: #09244b;
}

.mgc_chart_horizontal_line:before {
  content: "î­";
  color: #09244b;
}

.mgc_chart_line_fill:before {
  content: "î­ž";
  color: #09244b;
}

.mgc_chart_line_line:before {
  content: "î­Ÿ";
  color: #09244b;
}

.mgc_chart_pie_2_fill:before {
  content: "î­ ";
  color: #09244b;
}

.mgc_chart_pie_2_line:before {
  content: "î­¡";
  color: #09244b;
}

.mgc_chart_pie_3_fill:before {
  content: "î­¢";
  color: #09244b;
}

.mgc_chart_pie_3_line:before {
  content: "î­£";
  color: #09244b;
}

.mgc_chart_pie_fill:before {
  content: "î­¤";
  color: #09244b;
}

.mgc_chart_pie_line:before {
  content: "î­¥";
  color: #09244b;
}

.mgc_chart_vertical_2_fill:before {
  content: "î­¦";
  color: #09244b;
}

.mgc_chart_vertical_2_line:before {
  content: "î­§";
  color: #09244b;
}

.mgc_chart_vertical_fill:before {
  content: "î­¨";
  color: #09244b;
}

.mgc_chart_vertical_line:before {
  content: "î­©";
  color: #09244b;
}

.mgc_chat_1_ai_fill:before {
  content: "î­ª";
  color: #09244b;
}

.mgc_chat_1_ai_line:before {
  content: "î­«";
  color: #09244b;
}

.mgc_chat_1_fill:before {
  content: "î­¬";
  color: #09244b;
}

.mgc_chat_1_line:before {
  content: "î­­";
  color: #09244b;
}

.mgc_chat_2_ai_fill:before {
  content: "î­®";
  color: #09244b;
}

.mgc_chat_2_ai_line:before {
  content: "î­¯";
  color: #09244b;
}

.mgc_chat_2_fill:before {
  content: "î­°";
  color: #09244b;
}

.mgc_chat_2_line:before {
  content: "î­±";
  color: #09244b;
}

.mgc_chat_3_ai_fill:before {
  content: "î­²";
  color: #09244b;
}

.mgc_chat_3_ai_line:before {
  content: "î­³";
  color: #09244b;
}

.mgc_chat_3_fill:before {
  content: "î­´";
  color: #09244b;
}

.mgc_chat_3_line:before {
  content: "î­µ";
  color: #09244b;
}

.mgc_chat_4_ai_fill:before {
  content: "î­¶";
  color: #09244b;
}

.mgc_chat_4_ai_line:before {
  content: "î­·";
  color: #09244b;
}

.mgc_chat_4_fill:before {
  content: "î­¸";
  color: #09244b;
}

.mgc_chat_4_line:before {
  content: "î­¹";
  color: #09244b;
}

.mgc_check_2_fill:before {
  content: "î­º";
  color: #09244b;
}

.mgc_check_2_line:before {
  content: "î­»";
  color: #09244b;
}

.mgc_check_circle_dash_fill:before {
  content: "î­¼";
  color: #09244b;
}

.mgc_check_circle_dash_line:before {
  content: "î­½";
  color: #09244b;
}

.mgc_check_circle_fill:before {
  content: "î­¾";
  color: #09244b;
}

.mgc_check_circle_line:before {
  content: "î­¿";
  color: #09244b;
}

.mgc_check_fill:before {
  content: "î®€";
  color: #09244b;
}

.mgc_check_line:before {
  content: "î®";
  color: #09244b;
}

.mgc_checkbox_fill:before {
  content: "î®‚";
  color: #09244b;
}

.mgc_checkbox_line:before {
  content: "î®ƒ";
  color: #09244b;
}

.mgc_checks_fill:before {
  content: "î®„";
  color: #09244b;
}

.mgc_checks_line:before {
  content: "î®…";
  color: #09244b;
}

.mgc_chef_hat_fill:before {
  content: "î®†";
  color: #09244b;
}

.mgc_chef_hat_line:before {
  content: "î®‡";
  color: #09244b;
}

.mgc_chess_fill:before {
  content: "î®ˆ";
  color: #09244b;
}

.mgc_chess_line:before {
  content: "î®‰";
  color: #09244b;
}

.mgc_chicken_fill:before {
  content: "î®Š";
  color: #09244b;
}

.mgc_chicken_line:before {
  content: "î®‹";
  color: #09244b;
}

.mgc_chines_knot_fill:before {
  content: "î®Œ";
  color: #09244b;
}

.mgc_chines_knot_line:before {
  content: "î®";
  color: #09244b;
}

.mgc_chip_fill:before {
  content: "î®Ž";
  color: #09244b;
}

.mgc_chip_line:before {
  content: "î®";
  color: #09244b;
}

.mgc_choice_fill:before {
  content: "î®";
  color: #09244b;
}

.mgc_choice_line:before {
  content: "î®‘";
  color: #09244b;
}

.mgc_chopsticks_fill:before {
  content: "î®’";
  color: #09244b;
}

.mgc_chopsticks_line:before {
  content: "î®“";
  color: #09244b;
}

.mgc_christ_the_redeemer_fill:before {
  content: "î®”";
  color: #09244b;
}

.mgc_christ_the_redeemer_line:before {
  content: "î®•";
  color: #09244b;
}

.mgc_christmas_ball_fill:before {
  content: "î®–";
  color: #09244b;
}

.mgc_christmas_ball_line:before {
  content: "î®—";
  color: #09244b;
}

.mgc_christmas_hat_fill:before {
  content: "î®˜";
  color: #09244b;
}

.mgc_christmas_hat_line:before {
  content: "î®™";
  color: #09244b;
}

.mgc_chrome_fill:before {
  content: "î®š";
  color: #09244b;
}

.mgc_chrome_line:before {
  content: "î®›";
  color: #09244b;
}

.mgc_church_fill:before {
  content: "î®œ";
  color: #09244b;
}

.mgc_church_line:before {
  content: "î®";
  color: #09244b;
}

.mgc_circle_dash_fill:before {
  content: "î®ž";
  color: #09244b;
}

.mgc_circle_dash_line:before {
  content: "î®Ÿ";
  color: #09244b;
}

.mgc_clapperboard_fill:before {
  content: "î® ";
  color: #09244b;
}

.mgc_clapperboard_line:before {
  content: "î®¡";
  color: #09244b;
}

.mgc_classify_2_ai_fill:before {
  content: "î®¢";
  color: #09244b;
}

.mgc_classify_2_ai_line:before {
  content: "î®£";
  color: #09244b;
}

.mgc_classify_2_fill:before {
  content: "î®¤";
  color: #09244b;
}

.mgc_classify_2_line:before {
  content: "î®¥";
  color: #09244b;
}

.mgc_classify_3_ai_fill:before {
  content: "î®¦";
  color: #09244b;
}

.mgc_classify_3_ai_line:before {
  content: "î®§";
  color: #09244b;
}

.mgc_classify_3_fill:before {
  content: "î®¨";
  color: #09244b;
}

.mgc_classify_3_line:before {
  content: "î®©";
  color: #09244b;
}

.mgc_classify_add_2_fill:before {
  content: "î®ª";
  color: #09244b;
}

.mgc_classify_add_2_line:before {
  content: "î®«";
  color: #09244b;
}

.mgc_classify_add_fill:before {
  content: "î®¬";
  color: #09244b;
}

.mgc_classify_add_line:before {
  content: "î®­";
  color: #09244b;
}

.mgc_classify_ai_fill:before {
  content: "î®®";
  color: #09244b;
}

.mgc_classify_ai_line:before {
  content: "î®¯";
  color: #09244b;
}

.mgc_classify_fill:before {
  content: "î®°";
  color: #09244b;
}

.mgc_classify_line:before {
  content: "î®±";
  color: #09244b;
}

.mgc_claude_fill:before {
  content: "î®²";
  color: #09244b;
}

.mgc_claude_line:before {
  content: "î®³";
  color: #09244b;
}

.mgc_clipboard_fill:before {
  content: "î®´";
  color: #09244b;
}

.mgc_clipboard_line:before {
  content: "î®µ";
  color: #09244b;
}

.mgc_clock_2_fill:before {
  content: "î®¶";
  color: #09244b;
}

.mgc_clock_2_line:before {
  content: "î®·";
  color: #09244b;
}

.mgc_clock_fill:before {
  content: "î®¸";
  color: #09244b;
}

.mgc_clock_line:before {
  content: "î®¹";
  color: #09244b;
}

.mgc_clockwise_alt_fill:before {
  content: "î®º";
  color: #09244b;
}

.mgc_clockwise_alt_line:before {
  content: "î®»";
  color: #09244b;
}

.mgc_clockwise_fill:before {
  content: "î®¼";
  color: #09244b;
}

.mgc_clockwise_line:before {
  content: "î®½";
  color: #09244b;
}

.mgc_close_circle_dash_fill:before {
  content: "î®¾";
  color: #09244b;
}

.mgc_close_circle_dash_line:before {
  content: "î®¿";
  color: #09244b;
}

.mgc_close_circle_fill:before {
  content: "î¯€";
  color: #09244b;
}

.mgc_close_circle_line:before {
  content: "î¯";
  color: #09244b;
}

.mgc_close_fill:before {
  content: "î¯‚";
  color: #09244b;
}

.mgc_close_line:before {
  content: "î¯ƒ";
  color: #09244b;
}

.mgc_close_medium_fill:before {
  content: "î¯„";
  color: #09244b;
}

.mgc_close_medium_line:before {
  content: "î¯…";
  color: #09244b;
}

.mgc_close_small_fill:before {
  content: "î¯†";
  color: #09244b;
}

.mgc_close_small_line:before {
  content: "î¯‡";
  color: #09244b;
}

.mgc_close_square_fill:before {
  content: "î¯ˆ";
  color: #09244b;
}

.mgc_close_square_line:before {
  content: "î¯‰";
  color: #09244b;
}

.mgc_cloud_2_fill:before {
  content: "î¯Š";
  color: #09244b;
}

.mgc_cloud_2_line:before {
  content: "î¯‹";
  color: #09244b;
}

.mgc_cloud_fill:before {
  content: "î¯Œ";
  color: #09244b;
}

.mgc_cloud_lightning_fill:before {
  content: "î¯";
  color: #09244b;
}

.mgc_cloud_lightning_line:before {
  content: "î¯Ž";
  color: #09244b;
}

.mgc_cloud_line:before {
  content: "î¯";
  color: #09244b;
}

.mgc_cloud_snow_fill:before {
  content: "î¯";
  color: #09244b;
}

.mgc_cloud_snow_line:before {
  content: "î¯‘";
  color: #09244b;
}

.mgc_cloud_windy_fill:before {
  content: "î¯’";
  color: #09244b;
}

.mgc_cloud_windy_line:before {
  content: "î¯“";
  color: #09244b;
}

.mgc_clouds_fill:before {
  content: "î¯”";
  color: #09244b;
}

.mgc_clouds_line:before {
  content: "î¯•";
  color: #09244b;
}

.mgc_clubs_fill:before {
  content: "î¯–";
  color: #09244b;
}

.mgc_clubs_line:before {
  content: "î¯—";
  color: #09244b;
}

.mgc_coat_fill:before {
  content: "î¯˜";
  color: #09244b;
}

.mgc_coat_line:before {
  content: "î¯™";
  color: #09244b;
}

.mgc_coathanger_fill:before {
  content: "î¯š";
  color: #09244b;
}

.mgc_coathanger_line:before {
  content: "î¯›";
  color: #09244b;
}

.mgc_code_fill:before {
  content: "î¯œ";
  color: #09244b;
}

.mgc_code_line:before {
  content: "î¯";
  color: #09244b;
}

.mgc_codepen_fill:before {
  content: "î¯ž";
  color: #09244b;
}

.mgc_codepen_line:before {
  content: "î¯Ÿ";
  color: #09244b;
}

.mgc_coin_2_fill:before {
  content: "î¯ ";
  color: #09244b;
}

.mgc_coin_2_line:before {
  content: "î¯¡";
  color: #09244b;
}

.mgc_coin_3_fill:before {
  content: "î¯¢";
  color: #09244b;
}

.mgc_coin_3_line:before {
  content: "î¯£";
  color: #09244b;
}

.mgc_coin_fill:before {
  content: "î¯¤";
  color: #09244b;
}

.mgc_coin_line:before {
  content: "î¯¥";
  color: #09244b;
}

.mgc_color_filter_fill:before {
  content: "î¯¦";
  color: #09244b;
}

.mgc_color_filter_line:before {
  content: "î¯§";
  color: #09244b;
}

.mgc_color_picker_fill:before {
  content: "î¯¨";
  color: #09244b;
}

.mgc_color_picker_line:before {
  content: "î¯©";
  color: #09244b;
}

.mgc_column_fill:before {
  content: "î¯ª";
  color: #09244b;
}

.mgc_column_line:before {
  content: "î¯«";
  color: #09244b;
}

.mgc_columns_2_fill:before {
  content: "î¯¬";
  color: #09244b;
}

.mgc_columns_2_line:before {
  content: "î¯­";
  color: #09244b;
}

.mgc_columns_3_fill:before {
  content: "î¯®";
  color: #09244b;
}

.mgc_columns_3_line:before {
  content: "î¯¯";
  color: #09244b;
}

.mgc_combine_fill:before {
  content: "î¯°";
  color: #09244b;
}

.mgc_combine_line:before {
  content: "î¯±";
  color: #09244b;
}

.mgc_command_fill:before {
  content: "î¯²";
  color: #09244b;
}

.mgc_command_line:before {
  content: "î¯³";
  color: #09244b;
}

.mgc_comment_2_fill:before {
  content: "î¯´";
  color: #09244b;
}

.mgc_comment_2_line:before {
  content: "î¯µ";
  color: #09244b;
}

.mgc_comment_fill:before {
  content: "î¯¶";
  color: #09244b;
}

.mgc_comment_line:before {
  content: "î¯·";
  color: #09244b;
}

.mgc_compass_2_fill:before {
  content: "î¯¸";
  color: #09244b;
}

.mgc_compass_2_line:before {
  content: "î¯¹";
  color: #09244b;
}

.mgc_compass_3_fill:before {
  content: "î¯º";
  color: #09244b;
}

.mgc_compass_3_line:before {
  content: "î¯»";
  color: #09244b;
}

.mgc_compass_fill:before {
  content: "î¯¼";
  color: #09244b;
}

.mgc_compass_line:before {
  content: "î¯½";
  color: #09244b;
}

.mgc_components_fill:before {
  content: "î¯¾";
  color: #09244b;
}

.mgc_components_line:before {
  content: "î¯¿";
  color: #09244b;
}

.mgc_computer_camera_fill:before {
  content: "î°€";
  color: #09244b;
}

.mgc_computer_camera_line:before {
  content: "î°";
  color: #09244b;
}

.mgc_computer_camera_off_fill:before {
  content: "î°‚";
  color: #09244b;
}

.mgc_computer_camera_off_line:before {
  content: "î°ƒ";
  color: #09244b;
}

.mgc_computer_fill:before {
  content: "î°„";
  color: #09244b;
}

.mgc_computer_line:before {
  content: "î°…";
  color: #09244b;
}

.mgc_confused_fill:before {
  content: "î°†";
  color: #09244b;
}

.mgc_confused_line:before {
  content: "î°‡";
  color: #09244b;
}

.mgc_contacts_2_fill:before {
  content: "î°ˆ";
  color: #09244b;
}

.mgc_contacts_2_line:before {
  content: "î°‰";
  color: #09244b;
}

.mgc_contacts_3_fill:before {
  content: "î°Š";
  color: #09244b;
}

.mgc_contacts_3_line:before {
  content: "î°‹";
  color: #09244b;
}

.mgc_contacts_4_fill:before {
  content: "î°Œ";
  color: #09244b;
}

.mgc_contacts_4_line:before {
  content: "î°";
  color: #09244b;
}

.mgc_contacts_fill:before {
  content: "î°Ž";
  color: #09244b;
}

.mgc_contacts_line:before {
  content: "î°";
  color: #09244b;
}

.mgc_content_ai_fill:before {
  content: "î°";
  color: #09244b;
}

.mgc_content_ai_line:before {
  content: "î°‘";
  color: #09244b;
}

.mgc_cookie_fill:before {
  content: "î°’";
  color: #09244b;
}

.mgc_cookie_line:before {
  content: "î°“";
  color: #09244b;
}

.mgc_cookie_man_fill:before {
  content: "î°”";
  color: #09244b;
}

.mgc_cookie_man_line:before {
  content: "î°•";
  color: #09244b;
}

.mgc_cooldown_fill:before {
  content: "î°–";
  color: #09244b;
}

.mgc_cooldown_line:before {
  content: "î°—";
  color: #09244b;
}

.mgc_copilot_fill:before {
  content: "î°˜";
  color: #09244b;
}

.mgc_copilot_line:before {
  content: "î°™";
  color: #09244b;
}

.mgc_copper_coin_fill:before {
  content: "î°š";
  color: #09244b;
}

.mgc_copper_coin_line:before {
  content: "î°›";
  color: #09244b;
}

.mgc_copy_2_fill:before {
  content: "î°œ";
  color: #09244b;
}

.mgc_copy_2_line:before {
  content: "î°";
  color: #09244b;
}

.mgc_copy_3_fill:before {
  content: "î°ž";
  color: #09244b;
}

.mgc_copy_3_line:before {
  content: "î°Ÿ";
  color: #09244b;
}

.mgc_copy_fill:before {
  content: "î° ";
  color: #09244b;
}

.mgc_copy_line:before {
  content: "î°¡";
  color: #09244b;
}

.mgc_copyright_fill:before {
  content: "î°¢";
  color: #09244b;
}

.mgc_copyright_line:before {
  content: "î°£";
  color: #09244b;
}

.mgc_corner_down_left_fill:before {
  content: "î°¤";
  color: #09244b;
}

.mgc_corner_down_left_line:before {
  content: "î°¥";
  color: #09244b;
}

.mgc_corner_down_right_fill:before {
  content: "î°¦";
  color: #09244b;
}

.mgc_corner_down_right_line:before {
  content: "î°§";
  color: #09244b;
}

.mgc_corner_up_left_fill:before {
  content: "î°¨";
  color: #09244b;
}

.mgc_corner_up_left_line:before {
  content: "î°©";
  color: #09244b;
}

.mgc_corner_up_right_fill:before {
  content: "î°ª";
  color: #09244b;
}

.mgc_corner_up_right_line:before {
  content: "î°«";
  color: #09244b;
}

.mgc_counter_2_fill:before {
  content: "î°¬";
  color: #09244b;
}

.mgc_counter_2_line:before {
  content: "î°­";
  color: #09244b;
}

.mgc_counter_fill:before {
  content: "î°®";
  color: #09244b;
}

.mgc_counter_line:before {
  content: "î°¯";
  color: #09244b;
}

.mgc_coupon_fill:before {
  content: "î°°";
  color: #09244b;
}

.mgc_coupon_line:before {
  content: "î°±";
  color: #09244b;
}

.mgc_cross_2_fill:before {
  content: "î°²";
  color: #09244b;
}

.mgc_cross_2_line:before {
  content: "î°³";
  color: #09244b;
}

.mgc_cross_fill:before {
  content: "î°´";
  color: #09244b;
}

.mgc_cross_line:before {
  content: "î°µ";
  color: #09244b;
}

.mgc_crutch_fill:before {
  content: "î°¶";
  color: #09244b;
}

.mgc_crutch_line:before {
  content: "î°·";
  color: #09244b;
}

.mgc_crystal_ball_fill:before {
  content: "î°¸";
  color: #09244b;
}

.mgc_crystal_ball_line:before {
  content: "î°¹";
  color: #09244b;
}

.mgc_cube_3d_fill:before {
  content: "î°º";
  color: #09244b;
}

.mgc_cube_3d_line:before {
  content: "î°»";
  color: #09244b;
}

.mgc_cube_fill:before {
  content: "î°¼";
  color: #09244b;
}

.mgc_cube_line:before {
  content: "î°½";
  color: #09244b;
}

.mgc_cupcake_fill:before {
  content: "î°¾";
  color: #09244b;
}

.mgc_cupcake_line:before {
  content: "î°¿";
  color: #09244b;
}

.mgc_currency_baht_2_fill:before {
  content: "î±€";
  color: #09244b;
}

.mgc_currency_baht_2_line:before {
  content: "î±";
  color: #09244b;
}

.mgc_currency_baht_fill:before {
  content: "î±‚";
  color: #09244b;
}

.mgc_currency_baht_line:before {
  content: "î±ƒ";
  color: #09244b;
}

.mgc_currency_bitcoin_2_fill:before {
  content: "î±„";
  color: #09244b;
}

.mgc_currency_bitcoin_2_line:before {
  content: "î±…";
  color: #09244b;
}

.mgc_currency_bitcoin_fill:before {
  content: "î±†";
  color: #09244b;
}

.mgc_currency_bitcoin_line:before {
  content: "î±‡";
  color: #09244b;
}

.mgc_currency_cny_2_fill:before {
  content: "î±ˆ";
  color: #09244b;
}

.mgc_currency_cny_2_line:before {
  content: "î±‰";
  color: #09244b;
}

.mgc_currency_cny_fill:before {
  content: "î±Š";
  color: #09244b;
}

.mgc_currency_cny_line:before {
  content: "î±‹";
  color: #09244b;
}

.mgc_currency_dollar_2_fill:before {
  content: "î±Œ";
  color: #09244b;
}

.mgc_currency_dollar_2_line:before {
  content: "î±";
  color: #09244b;
}

.mgc_currency_dollar_fill:before {
  content: "î±Ž";
  color: #09244b;
}

.mgc_currency_dollar_line:before {
  content: "î±";
  color: #09244b;
}

.mgc_currency_euro_2_fill:before {
  content: "î±";
  color: #09244b;
}

.mgc_currency_euro_2_line:before {
  content: "î±‘";
  color: #09244b;
}

.mgc_currency_euro_fill:before {
  content: "î±’";
  color: #09244b;
}

.mgc_currency_euro_line:before {
  content: "î±“";
  color: #09244b;
}

.mgc_currency_lira_2_fill:before {
  content: "î±”";
  color: #09244b;
}

.mgc_currency_lira_2_line:before {
  content: "î±•";
  color: #09244b;
}

.mgc_currency_lira_fill:before {
  content: "î±–";
  color: #09244b;
}

.mgc_currency_lira_line:before {
  content: "î±—";
  color: #09244b;
}

.mgc_currency_nigeria_2_fill:before {
  content: "î±˜";
  color: #09244b;
}

.mgc_currency_nigeria_2_line:before {
  content: "î±™";
  color: #09244b;
}

.mgc_currency_nigeria_fill:before {
  content: "î±š";
  color: #09244b;
}

.mgc_currency_nigeria_line:before {
  content: "î±›";
  color: #09244b;
}

.mgc_currency_pound_2_fill:before {
  content: "î±œ";
  color: #09244b;
}

.mgc_currency_pound_2_line:before {
  content: "î±";
  color: #09244b;
}

.mgc_currency_pound_fill:before {
  content: "î±ž";
  color: #09244b;
}

.mgc_currency_pound_line:before {
  content: "î±Ÿ";
  color: #09244b;
}

.mgc_currency_rubel_2_fill:before {
  content: "î± ";
  color: #09244b;
}

.mgc_currency_rubel_2_line:before {
  content: "î±¡";
  color: #09244b;
}

.mgc_currency_rubel_fill:before {
  content: "î±¢";
  color: #09244b;
}

.mgc_currency_rubel_line:before {
  content: "î±£";
  color: #09244b;
}

.mgc_currency_rupee_2_fill:before {
  content: "î±¤";
  color: #09244b;
}

.mgc_currency_rupee_2_line:before {
  content: "î±¥";
  color: #09244b;
}

.mgc_currency_rupee_fill:before {
  content: "î±¦";
  color: #09244b;
}

.mgc_currency_rupee_line:before {
  content: "î±§";
  color: #09244b;
}

.mgc_currency_shekel_2_fill:before {
  content: "î±¨";
  color: #09244b;
}

.mgc_currency_shekel_2_line:before {
  content: "î±©";
  color: #09244b;
}

.mgc_currency_shekel_fill:before {
  content: "î±ª";
  color: #09244b;
}

.mgc_currency_shekel_line:before {
  content: "î±«";
  color: #09244b;
}

.mgc_currency_won_2_fill:before {
  content: "î±¬";
  color: #09244b;
}

.mgc_currency_won_2_line:before {
  content: "î±­";
  color: #09244b;
}

.mgc_currency_won_fill:before {
  content: "î±®";
  color: #09244b;
}

.mgc_currency_won_line:before {
  content: "î±¯";
  color: #09244b;
}

.mgc_cursor_2_fill:before {
  content: "î±°";
  color: #09244b;
}

.mgc_cursor_2_line:before {
  content: "î±±";
  color: #09244b;
}

.mgc_cursor_3_fill:before {
  content: "î±²";
  color: #09244b;
}

.mgc_cursor_3_line:before {
  content: "î±³";
  color: #09244b;
}

.mgc_cursor_fill:before {
  content: "î±´";
  color: #09244b;
}

.mgc_cursor_line:before {
  content: "î±µ";
  color: #09244b;
}

.mgc_cursor_text_fill:before {
  content: "î±¶";
  color: #09244b;
}

.mgc_cursor_text_line:before {
  content: "î±·";
  color: #09244b;
}

.mgc_curtain_fill:before {
  content: "î±¸";
}

.mgc_curtain_line:before {
  content: "î±¹";
}

.mgc_cylinder_2_fill:before {
  content: "î±º";
  color: #09244b;
}

.mgc_cylinder_2_line:before {
  content: "î±»";
  color: #09244b;
}

.mgc_cylinder_fill:before {
  content: "î±¼";
  color: #09244b;
}

.mgc_cylinder_line:before {
  content: "î±½";
  color: #09244b;
}

.mgc_dandelion_fill:before {
  content: "î±¾";
  color: #09244b;
}

.mgc_dandelion_line:before {
  content: "î±¿";
  color: #09244b;
}

.mgc_danmaku_fill:before {
  content: "î²€";
  color: #09244b;
}

.mgc_danmaku_line:before {
  content: "î²";
  color: #09244b;
}

.mgc_danmaku_off_fill:before {
  content: "î²‚";
  color: #09244b;
}

.mgc_danmaku_off_line:before {
  content: "î²ƒ";
  color: #09244b;
}

.mgc_danmaku_on_fill:before {
  content: "î²„";
  color: #09244b;
}

.mgc_danmaku_on_line:before {
  content: "î²…";
  color: #09244b;
}

.mgc_dashboard_2_fill:before {
  content: "î²†";
  color: #09244b;
}

.mgc_dashboard_2_line:before {
  content: "î²‡";
  color: #09244b;
}

.mgc_dashboard_3_fill:before {
  content: "î²ˆ";
  color: #09244b;
}

.mgc_dashboard_3_line:before {
  content: "î²‰";
  color: #09244b;
}

.mgc_dashboard_4_fill:before {
  content: "î²Š";
  color: #09244b;
}

.mgc_dashboard_4_line:before {
  content: "î²‹";
  color: #09244b;
}

.mgc_dashboard_fill:before {
  content: "î²Œ";
  color: #09244b;
}

.mgc_dashboard_line:before {
  content: "î²";
  color: #09244b;
}

.mgc_deepseek_fill:before {
  content: "î²Ž";
  color: #09244b;
}

.mgc_deepseek_line:before {
  content: "î²";
  color: #09244b;
}

.mgc_deer_fill:before {
  content: "î²";
  color: #09244b;
}

.mgc_deer_line:before {
  content: "î²‘";
  color: #09244b;
}

.mgc_delete_2_fill:before {
  content: "î²’";
  color: #09244b;
}

.mgc_delete_2_line:before {
  content: "î²“";
  color: #09244b;
}

.mgc_delete_3_fill:before {
  content: "î²”";
  color: #09244b;
}

.mgc_delete_3_line:before {
  content: "î²•";
  color: #09244b;
}

.mgc_delete_back_fill:before {
  content: "î²–";
  color: #09244b;
}

.mgc_delete_back_line:before {
  content: "î²—";
  color: #09244b;
}

.mgc_delete_fill:before {
  content: "î²˜";
  color: #09244b;
}

.mgc_delete_line:before {
  content: "î²™";
  color: #09244b;
}

.mgc_dental_fill:before {
  content: "î²š";
  color: #09244b;
}

.mgc_dental_line:before {
  content: "î²›";
  color: #09244b;
}

.mgc_department_fill:before {
  content: "î²œ";
  color: #09244b;
}

.mgc_department_line:before {
  content: "î²";
  color: #09244b;
}

.mgc_desk_fill:before {
  content: "î²ž";
  color: #09244b;
}

.mgc_desk_lamp_2_fill:before {
  content: "î²Ÿ";
  color: #09244b;
}

.mgc_desk_lamp_2_line:before {
  content: "î² ";
  color: #09244b;
}

.mgc_desk_lamp_fill:before {
  content: "î²¡";
  color: #09244b;
}

.mgc_desk_lamp_line:before {
  content: "î²¢";
  color: #09244b;
}

.mgc_desk_line:before {
  content: "î²£";
  color: #09244b;
}

.mgc_device_fill:before {
  content: "î²¤";
  color: #09244b;
}

.mgc_device_line:before {
  content: "î²¥";
  color: #09244b;
}

.mgc_diamond_2_fill:before {
  content: "î²¦";
  color: #09244b;
}

.mgc_diamond_2_line:before {
  content: "î²§";
  color: #09244b;
}

.mgc_diamond_fill:before {
  content: "î²¨";
  color: #09244b;
}

.mgc_diamond_line:before {
  content: "î²©";
  color: #09244b;
}

.mgc_diamond_square_fill:before {
  content: "î²ª";
  color: #09244b;
}

.mgc_diamond_square_line:before {
  content: "î²«";
  color: #09244b;
}

.mgc_diary_fill:before {
  content: "î²¬";
  color: #09244b;
}

.mgc_diary_line:before {
  content: "î²­";
  color: #09244b;
}

.mgc_dingtalk_fill:before {
  content: "î²®";
  color: #09244b;
}

.mgc_dingtalk_line:before {
  content: "î²¯";
  color: #09244b;
}

.mgc_dinner_fill:before {
  content: "î²°";
  color: #09244b;
}

.mgc_dinner_line:before {
  content: "î²±";
  color: #09244b;
}

.mgc_direction_arrow_fill:before {
  content: "î²²";
  color: #09244b;
}

.mgc_direction_arrow_line:before {
  content: "î²³";
  color: #09244b;
}

.mgc_direction_dot_fill:before {
  content: "î²´";
  color: #09244b;
}

.mgc_direction_dot_line:before {
  content: "î²µ";
  color: #09244b;
}

.mgc_directions_2_fill:before {
  content: "î²¶";
  color: #09244b;
}

.mgc_directions_2_line:before {
  content: "î²·";
  color: #09244b;
}

.mgc_directions_fill:before {
  content: "î²¸";
  color: #09244b;
}

.mgc_directions_line:before {
  content: "î²¹";
  color: #09244b;
}

.mgc_directory_fill:before {
  content: "î²º";
  color: #09244b;
}

.mgc_directory_line:before {
  content: "î²»";
  color: #09244b;
}

.mgc_disabled_2_fill:before {
  content: "î²¼";
  color: #09244b;
}

.mgc_disabled_2_line:before {
  content: "î²½";
  color: #09244b;
}

.mgc_disabled_fill:before {
  content: "î²¾";
  color: #09244b;
}

.mgc_disabled_line:before {
  content: "î²¿";
  color: #09244b;
}

.mgc_disc_fill:before {
  content: "î³€";
  color: #09244b;
}

.mgc_disc_line:before {
  content: "î³";
  color: #09244b;
}

.mgc_discord_fill:before {
  content: "î³‚";
  color: #09244b;
}

.mgc_discord_line:before {
  content: "î³ƒ";
  color: #09244b;
}

.mgc_dish_cover_fill:before {
  content: "î³„";
  color: #09244b;
}

.mgc_dish_cover_line:before {
  content: "î³…";
  color: #09244b;
}

.mgc_display_fill:before {
  content: "î³†";
  color: #09244b;
}

.mgc_display_line:before {
  content: "î³‡";
  color: #09244b;
}

.mgc_distribute_spacing_horizontal_fill:before {
  content: "î³ˆ";
  color: #09244b;
}

.mgc_distribute_spacing_horizontal_line:before {
  content: "î³‰";
  color: #09244b;
}

.mgc_distribute_spacing_vertical_fill:before {
  content: "î³Š";
  color: #09244b;
}

.mgc_distribute_spacing_vertical_line:before {
  content: "î³‹";
  color: #09244b;
}

.mgc_dividing_line_fill:before {
  content: "î³Œ";
  color: #09244b;
}

.mgc_dividing_line_line:before {
  content: "î³";
  color: #09244b;
}

.mgc_doc_fill:before {
  content: "î³Ž";
  color: #09244b;
}

.mgc_doc_line:before {
  content: "î³";
  color: #09244b;
}

.mgc_document_2_fill:before {
  content: "î³";
  color: #09244b;
}

.mgc_document_2_line:before {
  content: "î³‘";
  color: #09244b;
}

.mgc_document_3_fill:before {
  content: "î³’";
  color: #09244b;
}

.mgc_document_3_line:before {
  content: "î³“";
  color: #09244b;
}

.mgc_document_fill:before {
  content: "î³”";
  color: #09244b;
}

.mgc_document_line:before {
  content: "î³•";
  color: #09244b;
}

.mgc_documents_fill:before {
  content: "î³–";
  color: #09244b;
}

.mgc_documents_line:before {
  content: "î³—";
  color: #09244b;
}

.mgc_dog_fill:before {
  content: "î³˜";
  color: #09244b;
}

.mgc_dog_line:before {
  content: "î³™";
  color: #09244b;
}

.mgc_dogecoin_DOGE_fill:before {
  content: "î³š";
  color: #09244b;
}

.mgc_dogecoin_DOGE_line:before {
  content: "î³›";
  color: #09244b;
}

.mgc_donut_fill:before {
  content: "î³œ";
  color: #09244b;
}

.mgc_donut_line:before {
  content: "î³";
  color: #09244b;
}

.mgc_door_fill:before {
  content: "î³ž";
  color: #09244b;
}

.mgc_door_line:before {
  content: "î³Ÿ";
  color: #09244b;
}

.mgc_dot_circle_fill:before {
  content: "î³ ";
  color: #09244b;
}

.mgc_dot_circle_line:before {
  content: "î³¡";
  color: #09244b;
}

.mgc_dot_grid_fill:before {
  content: "î³¢";
  color: #09244b;
}

.mgc_dot_grid_line:before {
  content: "î³£";
  color: #09244b;
}

.mgc_dots_fill:before {
  content: "î³¤";
  color: #09244b;
}

.mgc_dots_line:before {
  content: "î³¥";
  color: #09244b;
}

.mgc_dots_vertical_fill:before {
  content: "î³¦";
  color: #09244b;
}

.mgc_dots_vertical_line:before {
  content: "î³§";
  color: #09244b;
}

.mgc_down_fill:before {
  content: "î³¨";
  color: #09244b;
}

.mgc_down_line:before {
  content: "î³©";
  color: #09244b;
}

.mgc_down_small_fill:before {
  content: "î³ª";
  color: #09244b;
}

.mgc_down_small_line:before {
  content: "î³«";
  color: #09244b;
}

.mgc_download_2_fill:before {
  content: "î³¬";
  color: #09244b;
}

.mgc_download_2_line:before {
  content: "î³­";
  color: #09244b;
}

.mgc_download_3_fill:before {
  content: "î³®";
  color: #09244b;
}

.mgc_download_3_line:before {
  content: "î³¯";
  color: #09244b;
}

.mgc_download_fill:before {
  content: "î³°";
  color: #09244b;
}

.mgc_download_line:before {
  content: "î³±";
  color: #09244b;
}

.mgc_dragonfly_fill:before {
  content: "î³²";
  color: #09244b;
}

.mgc_dragonfly_line:before {
  content: "î³³";
  color: #09244b;
}

.mgc_drawer_2_fill:before {
  content: "î³´";
  color: #09244b;
}

.mgc_drawer_2_line:before {
  content: "î³µ";
  color: #09244b;
}

.mgc_drawer_fill:before {
  content: "î³¶";
  color: #09244b;
}

.mgc_drawer_line:before {
  content: "î³·";
  color: #09244b;
}

.mgc_drawing_board_fill:before {
  content: "î³¸";
  color: #09244b;
}

.mgc_drawing_board_line:before {
  content: "î³¹";
  color: #09244b;
}

.mgc_dress_fill:before {
  content: "î³º";
  color: #09244b;
}

.mgc_dress_line:before {
  content: "î³»";
  color: #09244b;
}

.mgc_dribbble_fill:before {
  content: "î³¼";
  color: #09244b;
}

.mgc_dribbble_line:before {
  content: "î³½";
  color: #09244b;
}

.mgc_drink_fill:before {
  content: "î³¾";
  color: #09244b;
}

.mgc_drink_line:before {
  content: "î³¿";
  color: #09244b;
}

.mgc_drive_fill:before {
  content: "î´€";
  color: #09244b;
}

.mgc_drive_line:before {
  content: "î´";
  color: #09244b;
}

.mgc_drizzle_fill:before {
  content: "î´‚";
  color: #09244b;
}

.mgc_drizzle_line:before {
  content: "î´ƒ";
  color: #09244b;
}

.mgc_drone_fill:before {
  content: "î´„";
  color: #09244b;
}

.mgc_drone_line:before {
  content: "î´…";
  color: #09244b;
}

.mgc_drop_fill:before {
  content: "î´†";
  color: #09244b;
}

.mgc_drop_line:before {
  content: "î´‡";
  color: #09244b;
}

.mgc_dropbox_fill:before {
  content: "î´ˆ";
  color: #09244b;
}

.mgc_dropbox_line:before {
  content: "î´‰";
  color: #09244b;
}

.mgc_dropdown_fill:before {
  content: "î´Š";
  color: #09244b;
}

.mgc_dropdown_line:before {
  content: "î´‹";
  color: #09244b;
}

.mgc_drum_fill:before {
  content: "î´Œ";
  color: #09244b;
}

.mgc_drum_line:before {
  content: "î´";
  color: #09244b;
}

.mgc_dry_fill:before {
  content: "î´Ž";
  color: #09244b;
}

.mgc_dry_line:before {
  content: "î´";
  color: #09244b;
}

.mgc_dutch_windmill_fill:before {
  content: "î´";
  color: #09244b;
}

.mgc_dutch_windmill_line:before {
  content: "î´‘";
  color: #09244b;
}

.mgc_ear_fill:before {
  content: "î´’";
  color: #09244b;
}

.mgc_ear_line:before {
  content: "î´“";
  color: #09244b;
}

.mgc_earth_2_fill:before {
  content: "î´”";
  color: #09244b;
}

.mgc_earth_2_line:before {
  content: "î´•";
  color: #09244b;
}

.mgc_earth_3_fill:before {
  content: "î´–";
  color: #09244b;
}

.mgc_earth_3_line:before {
  content: "î´—";
  color: #09244b;
}

.mgc_earth_4_fill:before {
  content: "î´˜";
  color: #09244b;
}

.mgc_earth_4_line:before {
  content: "î´™";
  color: #09244b;
}

.mgc_earth_fill:before {
  content: "î´š";
  color: #09244b;
}

.mgc_earth_latitude_fill:before {
  content: "î´›";
  color: #09244b;
}

.mgc_earth_latitude_line:before {
  content: "î´œ";
  color: #09244b;
}

.mgc_earth_line:before {
  content: "î´";
  color: #09244b;
}

.mgc_earth_longitude_fill:before {
  content: "î´ž";
  color: #09244b;
}

.mgc_earth_longitude_line:before {
  content: "î´Ÿ";
  color: #09244b;
}

.mgc_ease_in_control_point_fill:before {
  content: "î´ ";
  color: #09244b;
}

.mgc_ease_in_control_point_line:before {
  content: "î´¡";
  color: #09244b;
}

.mgc_ease_in_fill:before {
  content: "î´¢";
  color: #09244b;
}

.mgc_ease_in_line:before {
  content: "î´£";
  color: #09244b;
}

.mgc_ease_in_out_control_point_fill:before {
  content: "î´¤";
  color: #09244b;
}

.mgc_ease_in_out_control_point_line:before {
  content: "î´¥";
  color: #09244b;
}

.mgc_ease_out_control_point_fill:before {
  content: "î´¦";
  color: #09244b;
}

.mgc_ease_out_control_point_line:before {
  content: "î´§";
  color: #09244b;
}

.mgc_ease_out_fill:before {
  content: "î´¨";
  color: #09244b;
}

.mgc_ease_out_line:before {
  content: "î´©";
  color: #09244b;
}

.mgc_easy_in_out_fill:before {
  content: "î´ª";
  color: #09244b;
}

.mgc_easy_in_out_line:before {
  content: "î´«";
  color: #09244b;
}

.mgc_ebike_fill:before {
  content: "î´¬";
  color: #09244b;
}

.mgc_ebike_line:before {
  content: "î´­";
  color: #09244b;
}

.mgc_edge_fill:before {
  content: "î´®";
  color: #09244b;
}

.mgc_edge_line:before {
  content: "î´¯";
  color: #09244b;
}

.mgc_edit_2_ai_fill:before {
  content: "î´°";
  color: #09244b;
}

.mgc_edit_2_ai_line:before {
  content: "î´±";
  color: #09244b;
}

.mgc_edit_2_fill:before {
  content: "î´²";
  color: #09244b;
}

.mgc_edit_2_line:before {
  content: "î´³";
  color: #09244b;
}

.mgc_edit_3_ai_fill:before {
  content: "î´´";
  color: #09244b;
}

.mgc_edit_3_ai_line:before {
  content: "î´µ";
  color: #09244b;
}

.mgc_edit_3_fill:before {
  content: "î´¶";
  color: #09244b;
}

.mgc_edit_3_line:before {
  content: "î´·";
  color: #09244b;
}

.mgc_edit_4_fill:before {
  content: "î´¸";
  color: #09244b;
}

.mgc_edit_4_line:before {
  content: "î´¹";
  color: #09244b;
}

.mgc_edit_fill:before {
  content: "î´º";
  color: #09244b;
}

.mgc_edit_line:before {
  content: "î´»";
  color: #09244b;
}

.mgc_egg_crack_fill:before {
  content: "î´¼";
  color: #09244b;
}

.mgc_egg_crack_line:before {
  content: "î´½";
  color: #09244b;
}

.mgc_egg_fill:before {
  content: "î´¾";
  color: #09244b;
}

.mgc_egg_line:before {
  content: "î´¿";
  color: #09244b;
}

.mgc_egyptian_pyramids_fill:before {
  content: "îµ€";
  color: #09244b;
}

.mgc_egyptian_pyramids_line:before {
  content: "îµ";
  color: #09244b;
}

.mgc_eiffel_tower_fill:before {
  content: "îµ‚";
  color: #09244b;
}

.mgc_eiffel_tower_line:before {
  content: "îµƒ";
  color: #09244b;
}

.mgc_electric_cooker_fill:before {
  content: "îµ„";
  color: #09244b;
}

.mgc_electric_cooker_line:before {
  content: "îµ…";
  color: #09244b;
}

.mgc_emergency_flashers_fill:before {
  content: "îµ†";
  color: #09244b;
}

.mgc_emergency_flashers_line:before {
  content: "îµ‡";
  color: #09244b;
}

.mgc_emoji_2_fill:before {
  content: "îµˆ";
  color: #09244b;
}

.mgc_emoji_2_line:before {
  content: "îµ‰";
  color: #09244b;
}

.mgc_emoji_fill:before {
  content: "îµŠ";
  color: #09244b;
}

.mgc_emoji_line:before {
  content: "îµ‹";
  color: #09244b;
}

.mgc_empty_box_fill:before {
  content: "îµŒ";
  color: #09244b;
}

.mgc_empty_box_line:before {
  content: "îµ";
  color: #09244b;
}

.mgc_engine_fill:before {
  content: "îµŽ";
  color: #09244b;
}

.mgc_engine_line:before {
  content: "îµ";
  color: #09244b;
}

.mgc_enter_door_fill:before {
  content: "îµ";
  color: #09244b;
}

.mgc_enter_door_line:before {
  content: "îµ‘";
  color: #09244b;
}

.mgc_entrance_fill:before {
  content: "îµ’";
  color: #09244b;
}

.mgc_entrance_line:before {
  content: "îµ“";
  color: #09244b;
}

.mgc_eraser_ai_fill:before {
  content: "îµ”";
  color: #09244b;
}

.mgc_eraser_ai_line:before {
  content: "îµ•";
  color: #09244b;
}

.mgc_eraser_fill:before {
  content: "îµ–";
  color: #09244b;
}

.mgc_eraser_line:before {
  content: "îµ—";
  color: #09244b;
}

.mgc_escalator_down_fill:before {
  content: "îµ˜";
  color: #09244b;
}

.mgc_escalator_down_line:before {
  content: "îµ™";
  color: #09244b;
}

.mgc_escalator_up_fill:before {
  content: "îµš";
  color: #09244b;
}

.mgc_escalator_up_line:before {
  content: "îµ›";
  color: #09244b;
}

.mgc_ethereum_fill:before {
  content: "îµœ";
  color: #09244b;
}

.mgc_ethereum_line:before {
  content: "îµ";
  color: #09244b;
}

.mgc_exchange_baht_fill:before {
  content: "îµž";
  color: #09244b;
}

.mgc_exchange_baht_line:before {
  content: "îµŸ";
  color: #09244b;
}

.mgc_exchange_bitcoin_fill:before {
  content: "îµ ";
  color: #09244b;
}

.mgc_exchange_bitcoin_line:before {
  content: "îµ¡";
  color: #09244b;
}

.mgc_exchange_cny_fill:before {
  content: "îµ¢";
  color: #09244b;
}

.mgc_exchange_cny_line:before {
  content: "îµ£";
  color: #09244b;
}

.mgc_exchange_dollar_fill:before {
  content: "îµ¤";
  color: #09244b;
}

.mgc_exchange_dollar_line:before {
  content: "îµ¥";
  color: #09244b;
}

.mgc_exchange_euro_fill:before {
  content: "îµ¦";
  color: #09244b;
}

.mgc_exchange_euro_line:before {
  content: "îµ§";
  color: #09244b;
}

.mgc_exclude_fill:before {
  content: "îµ¨";
  color: #09244b;
}

.mgc_exclude_line:before {
  content: "îµ©";
  color: #09244b;
}

.mgc_exit_door_fill:before {
  content: "îµª";
  color: #09244b;
}

.mgc_exit_door_line:before {
  content: "îµ«";
  color: #09244b;
}

.mgc_exit_fill:before {
  content: "îµ¬";
  color: #09244b;
}

.mgc_exit_line:before {
  content: "îµ­";
  color: #09244b;
}

.mgc_expand_player_fill:before {
  content: "îµ®";
  color: #09244b;
}

.mgc_expand_player_line:before {
  content: "îµ¯";
  color: #09244b;
}

.mgc_exposure_fill:before {
  content: "îµ°";
  color: #09244b;
}

.mgc_exposure_line:before {
  content: "îµ±";
  color: #09244b;
}

.mgc_external_link_fill:before {
  content: "îµ²";
  color: #09244b;
}

.mgc_external_link_line:before {
  content: "îµ³";
  color: #09244b;
}

.mgc_eye_2_fill:before {
  content: "îµ´";
  color: #09244b;
}

.mgc_eye_2_line:before {
  content: "îµµ";
  color: #09244b;
}

.mgc_eye_close_fill:before {
  content: "îµ¶";
  color: #09244b;
}

.mgc_eye_close_line:before {
  content: "îµ·";
  color: #09244b;
}

.mgc_eye_fill:before {
  content: "îµ¸";
  color: #09244b;
}

.mgc_eye_line:before {
  content: "îµ¹";
  color: #09244b;
}

.mgc_eyebrow_fill:before {
  content: "îµº";
  color: #09244b;
}

.mgc_eyebrow_line:before {
  content: "îµ»";
  color: #09244b;
}

.mgc_eyeglass_fill:before {
  content: "îµ¼";
  color: #09244b;
}

.mgc_eyeglass_line:before {
  content: "îµ½";
  color: #09244b;
}

.mgc_face_fill:before {
  content: "îµ¾";
  color: #09244b;
}

.mgc_face_line:before {
  content: "îµ¿";
  color: #09244b;
}

.mgc_face_mask_fill:before {
  content: "î¶€";
  color: #09244b;
}

.mgc_face_mask_line:before {
  content: "î¶";
  color: #09244b;
}

.mgc_facebook_fill:before {
  content: "î¶‚";
  color: #09244b;
}

.mgc_facebook_line:before {
  content: "î¶ƒ";
  color: #09244b;
}

.mgc_faceid_fill:before {
  content: "î¶„";
  color: #09244b;
}

.mgc_faceid_line:before {
  content: "î¶…";
  color: #09244b;
}

.mgc_factory_2_fill:before {
  content: "î¶†";
  color: #09244b;
}

.mgc_factory_2_line:before {
  content: "î¶‡";
  color: #09244b;
}

.mgc_factory_fill:before {
  content: "î¶ˆ";
  color: #09244b;
}

.mgc_factory_line:before {
  content: "î¶‰";
  color: #09244b;
}

.mgc_fahrenheit_fill:before {
  content: "î¶Š";
  color: #09244b;
}

.mgc_fahrenheit_line:before {
  content: "î¶‹";
  color: #09244b;
}

.mgc_fan_2_fill:before {
  content: "î¶Œ";
  color: #09244b;
}

.mgc_fan_2_line:before {
  content: "î¶";
  color: #09244b;
}

.mgc_fan_direction_down_fill:before {
  content: "î¶Ž";
  color: #09244b;
}

.mgc_fan_direction_down_line:before {
  content: "î¶";
  color: #09244b;
}

.mgc_fan_direction_front_fill:before {
  content: "î¶";
  color: #09244b;
}

.mgc_fan_direction_front_line:before {
  content: "î¶‘";
  color: #09244b;
}

.mgc_fan_direction_up_fill:before {
  content: "î¶’";
  color: #09244b;
}

.mgc_fan_direction_up_line:before {
  content: "î¶“";
  color: #09244b;
}

.mgc_fan_fill:before {
  content: "î¶”";
  color: #09244b;
}

.mgc_fan_line:before {
  content: "î¶•";
  color: #09244b;
}

.mgc_fast_forward_fill:before {
  content: "î¶–";
  color: #09244b;
}

.mgc_fast_forward_line:before {
  content: "î¶—";
  color: #09244b;
}

.mgc_fast_rewind_fill:before {
  content: "î¶˜";
  color: #09244b;
}

.mgc_fast_rewind_line:before {
  content: "î¶™";
  color: #09244b;
}

.mgc_father_christmas_fill:before {
  content: "î¶š";
  color: #09244b;
}

.mgc_father_christmas_line:before {
  content: "î¶›";
  color: #09244b;
}

.mgc_fault_fill:before {
  content: "î¶œ";
  color: #09244b;
}

.mgc_fault_line:before {
  content: "î¶";
  color: #09244b;
}

.mgc_fax_fill:before {
  content: "î¶ž";
  color: #09244b;
}

.mgc_fax_line:before {
  content: "î¶Ÿ";
  color: #09244b;
}

.mgc_feeder_fill:before {
  content: "î¶ ";
  color: #09244b;
}

.mgc_feeder_line:before {
  content: "î¶¡";
  color: #09244b;
}

.mgc_female_fill:before {
  content: "î¶¢";
  color: #09244b;
}

.mgc_female_line:before {
  content: "î¶£";
  color: #09244b;
}

.mgc_ferris_wheel_fill:before {
  content: "î¶¤";
  color: #09244b;
}

.mgc_ferris_wheel_line:before {
  content: "î¶¥";
  color: #09244b;
}

.mgc_figma_fill:before {
  content: "î¶¦";
  color: #09244b;
}

.mgc_figma_line:before {
  content: "î¶§";
  color: #09244b;
}

.mgc_figure_fill:before {
  content: "î¶¨";
  color: #09244b;
}

.mgc_figure_line:before {
  content: "î¶©";
  color: #09244b;
}

.mgc_file_ai_fill:before {
  content: "î¶ª";
  color: #09244b;
}

.mgc_file_ai_line:before {
  content: "î¶«";
  color: #09244b;
}

.mgc_file_certificate_fill:before {
  content: "î¶¬";
  color: #09244b;
}

.mgc_file_certificate_line:before {
  content: "î¶­";
  color: #09244b;
}

.mgc_file_check_fill:before {
  content: "î¶®";
  color: #09244b;
}

.mgc_file_check_line:before {
  content: "î¶¯";
  color: #09244b;
}

.mgc_file_code_fill:before {
  content: "î¶°";
  color: #09244b;
}

.mgc_file_code_line:before {
  content: "î¶±";
  color: #09244b;
}

.mgc_file_download_fill:before {
  content: "î¶²";
  color: #09244b;
}

.mgc_file_download_line:before {
  content: "î¶³";
  color: #09244b;
}

.mgc_file_export_fill:before {
  content: "î¶´";
  color: #09244b;
}

.mgc_file_export_line:before {
  content: "î¶µ";
  color: #09244b;
}

.mgc_file_fill:before {
  content: "î¶¶";
  color: #09244b;
}

.mgc_file_forbid_fill:before {
  content: "î¶·";
  color: #09244b;
}

.mgc_file_forbid_line:before {
  content: "î¶¸";
  color: #09244b;
}

.mgc_file_import_fill:before {
  content: "î¶¹";
  color: #09244b;
}

.mgc_file_import_line:before {
  content: "î¶º";
  color: #09244b;
}

.mgc_file_info_fill:before {
  content: "î¶»";
  color: #09244b;
}

.mgc_file_info_line:before {
  content: "î¶¼";
  color: #09244b;
}

.mgc_file_line:before {
  content: "î¶½";
  color: #09244b;
}

.mgc_file_locked_fill:before {
  content: "î¶¾";
  color: #09244b;
}

.mgc_file_locked_line:before {
  content: "î¶¿";
  color: #09244b;
}

.mgc_file_more_fill:before {
  content: "î·€";
  color: #09244b;
}

.mgc_file_more_line:before {
  content: "î·";
  color: #09244b;
}

.mgc_file_music_fill:before {
  content: "î·‚";
  color: #09244b;
}

.mgc_file_music_line:before {
  content: "î·ƒ";
  color: #09244b;
}

.mgc_file_new_fill:before {
  content: "î·„";
  color: #09244b;
}

.mgc_file_new_line:before {
  content: "î·…";
  color: #09244b;
}

.mgc_file_search_fill:before {
  content: "î·†";
  color: #09244b;
}

.mgc_file_search_line:before {
  content: "î·‡";
  color: #09244b;
}

.mgc_file_security_fill:before {
  content: "î·ˆ";
  color: #09244b;
}

.mgc_file_security_line:before {
  content: "î·‰";
  color: #09244b;
}

.mgc_file_star_fill:before {
  content: "î·Š";
  color: #09244b;
}

.mgc_file_star_line:before {
  content: "î·‹";
  color: #09244b;
}

.mgc_file_unknown_fill:before {
  content: "î·Œ";
  color: #09244b;
}

.mgc_file_unknown_line:before {
  content: "î·";
  color: #09244b;
}

.mgc_file_upload_fill:before {
  content: "î·Ž";
  color: #09244b;
}

.mgc_file_upload_line:before {
  content: "î·";
  color: #09244b;
}

.mgc_file_warning_fill:before {
  content: "î·";
  color: #09244b;
}

.mgc_file_warning_line:before {
  content: "î·‘";
  color: #09244b;
}

.mgc_file_zip_fill:before {
  content: "î·’";
  color: #09244b;
}

.mgc_file_zip_line:before {
  content: "î·“";
  color: #09244b;
}

.mgc_film_fill:before {
  content: "î·”";
  color: #09244b;
}

.mgc_film_line:before {
  content: "î·•";
  color: #09244b;
}

.mgc_filter_2_fill:before {
  content: "î·–";
  color: #09244b;
}

.mgc_filter_2_line:before {
  content: "î·—";
  color: #09244b;
}

.mgc_filter_3_fill:before {
  content: "î·˜";
  color: #09244b;
}

.mgc_filter_3_line:before {
  content: "î·™";
  color: #09244b;
}

.mgc_filter_fill:before {
  content: "î·š";
  color: #09244b;
}

.mgc_filter_line:before {
  content: "î·›";
  color: #09244b;
}

.mgc_finger_love_fill:before {
  content: "î·œ";
  color: #09244b;
}

.mgc_finger_love_line:before {
  content: "î·";
  color: #09244b;
}

.mgc_finger_press_fill:before {
  content: "î·ž";
  color: #09244b;
}

.mgc_finger_press_line:before {
  content: "î·Ÿ";
  color: #09244b;
}

.mgc_finger_rock_fill:before {
  content: "î· ";
  color: #09244b;
}

.mgc_finger_rock_line:before {
  content: "î·¡";
  color: #09244b;
}

.mgc_finger_swipe_fill:before {
  content: "î·¢";
  color: #09244b;
}

.mgc_finger_swipe_line:before {
  content: "î·£";
  color: #09244b;
}

.mgc_finger_tap_fill:before {
  content: "î·¤";
  color: #09244b;
}

.mgc_finger_tap_line:before {
  content: "î·¥";
  color: #09244b;
}

.mgc_finger_victory_fill:before {
  content: "î·¦";
  color: #09244b;
}

.mgc_finger_victory_line:before {
  content: "î·§";
  color: #09244b;
}

.mgc_fingerprint_2_fill:before {
  content: "î·¨";
  color: #09244b;
}

.mgc_fingerprint_2_line:before {
  content: "î·©";
  color: #09244b;
}

.mgc_fingerprint_fill:before {
  content: "î·ª";
  color: #09244b;
}

.mgc_fingerprint_line:before {
  content: "î·«";
  color: #09244b;
}

.mgc_fire_fill:before {
  content: "î·¬";
  color: #09244b;
}

.mgc_fire_line:before {
  content: "î·­";
  color: #09244b;
}

.mgc_firecracker_fill:before {
  content: "î·®";
  color: #09244b;
}

.mgc_firecracker_line:before {
  content: "î·¯";
  color: #09244b;
}

.mgc_firefox_fill:before {
  content: "î·°";
  color: #09244b;
}

.mgc_firefox_line:before {
  content: "î·±";
  color: #09244b;
}

.mgc_firework_fill:before {
  content: "î·²";
  color: #09244b;
}

.mgc_firework_line:before {
  content: "î·³";
  color: #09244b;
}

.mgc_first_aid_kit_fill:before {
  content: "î·´";
  color: #09244b;
}

.mgc_first_aid_kit_line:before {
  content: "î·µ";
  color: #09244b;
}

.mgc_fish_fill:before {
  content: "î·¶";
  color: #09244b;
}

.mgc_fish_line:before {
  content: "î··";
  color: #09244b;
}

.mgc_fitness_fill:before {
  content: "î·¸";
  color: #09244b;
}

.mgc_fitness_line:before {
  content: "î·¹";
  color: #09244b;
}

.mgc_flag_1_fill:before {
  content: "î·º";
  color: #09244b;
}

.mgc_flag_1_line:before {
  content: "î·»";
  color: #09244b;
}

.mgc_flag_2_fill:before {
  content: "î·¼";
  color: #09244b;
}

.mgc_flag_2_line:before {
  content: "î·½";
  color: #09244b;
}

.mgc_flag_3_fill:before {
  content: "î·¾";
  color: #09244b;
}

.mgc_flag_3_line:before {
  content: "î·¿";
  color: #09244b;
}

.mgc_flag_4_fill:before {
  content: "î¸€";
  color: #09244b;
}

.mgc_flag_4_line:before {
  content: "î¸";
  color: #09244b;
}

.mgc_flame_fill:before {
  content: "î¸‚";
  color: #09244b;
}

.mgc_flame_line:before {
  content: "î¸ƒ";
  color: #09244b;
}

.mgc_flash_circle_fill:before {
  content: "î¸„";
  color: #09244b;
}

.mgc_flash_circle_line:before {
  content: "î¸…";
  color: #09244b;
}

.mgc_flash_fill:before {
  content: "î¸†";
  color: #09244b;
}

.mgc_flash_line:before {
  content: "î¸‡";
  color: #09244b;
}

.mgc_flashlight_fill:before {
  content: "î¸ˆ";
  color: #09244b;
}

.mgc_flashlight_line:before {
  content: "î¸‰";
  color: #09244b;
}

.mgc_flask_2_fill:before {
  content: "î¸Š";
  color: #09244b;
}

.mgc_flask_2_line:before {
  content: "î¸‹";
  color: #09244b;
}

.mgc_flask_3_fill:before {
  content: "î¸Œ";
  color: #09244b;
}

.mgc_flask_3_line:before {
  content: "î¸";
  color: #09244b;
}

.mgc_flask_fill:before {
  content: "î¸Ž";
  color: #09244b;
}

.mgc_flask_line:before {
  content: "î¸";
  color: #09244b;
}

.mgc_flexibility_fill:before {
  content: "î¸";
  color: #09244b;
}

.mgc_flexibility_line:before {
  content: "î¸‘";
  color: #09244b;
}

.mgc_flight_inflight_fill:before {
  content: "î¸’";
  color: #09244b;
}

.mgc_flight_inflight_line:before {
  content: "î¸“";
  color: #09244b;
}

.mgc_flight_land_fill:before {
  content: "î¸”";
  color: #09244b;
}

.mgc_flight_land_line:before {
  content: "î¸•";
  color: #09244b;
}

.mgc_flight_takeoff_fill:before {
  content: "î¸–";
  color: #09244b;
}

.mgc_flight_takeoff_line:before {
  content: "î¸—";
  color: #09244b;
}

.mgc_flip_horizontal_fill:before {
  content: "î¸˜";
  color: #09244b;
}

.mgc_flip_horizontal_line:before {
  content: "î¸™";
  color: #09244b;
}

.mgc_flip_vertical_fill:before {
  content: "î¸š";
  color: #09244b;
}

.mgc_flip_vertical_line:before {
  content: "î¸›";
  color: #09244b;
}

.mgc_floating_dust_fill:before {
  content: "î¸œ";
  color: #09244b;
}

.mgc_floating_dust_line:before {
  content: "î¸";
  color: #09244b;
}

.mgc_flower_2_fill:before {
  content: "î¸ž";
  color: #09244b;
}

.mgc_flower_2_line:before {
  content: "î¸Ÿ";
  color: #09244b;
}

.mgc_flower_3_fill:before {
  content: "î¸ ";
  color: #09244b;
}

.mgc_flower_3_line:before {
  content: "î¸¡";
  color: #09244b;
}

.mgc_flower_4_fill:before {
  content: "î¸¢";
  color: #09244b;
}

.mgc_flower_4_line:before {
  content: "î¸£";
  color: #09244b;
}

.mgc_flower_5_fill:before {
  content: "î¸¤";
  color: #09244b;
}

.mgc_flower_5_line:before {
  content: "î¸¥";
  color: #09244b;
}

.mgc_flower_fill:before {
  content: "î¸¦";
  color: #09244b;
}

.mgc_flower_line:before {
  content: "î¸§";
  color: #09244b;
}

.mgc_flowerpot_fill:before {
  content: "î¸¨";
  color: #09244b;
}

.mgc_flowerpot_line:before {
  content: "î¸©";
  color: #09244b;
}

.mgc_fog_fill:before {
  content: "î¸ª";
  color: #09244b;
}

.mgc_fog_line:before {
  content: "î¸«";
  color: #09244b;
}

.mgc_fold_horizontal_fill:before {
  content: "î¸¬";
  color: #09244b;
}

.mgc_fold_horizontal_line:before {
  content: "î¸­";
  color: #09244b;
}

.mgc_fold_vertical_fill:before {
  content: "î¸®";
  color: #09244b;
}

.mgc_fold_vertical_line:before {
  content: "î¸¯";
  color: #09244b;
}

.mgc_folder_2_fill:before {
  content: "î¸°";
  color: #09244b;
}

.mgc_folder_2_line:before {
  content: "î¸±";
  color: #09244b;
}

.mgc_folder_3_fill:before {
  content: "î¸²";
  color: #09244b;
}

.mgc_folder_3_line:before {
  content: "î¸³";
  color: #09244b;
}

.mgc_folder_check_fill:before {
  content: "î¸´";
  color: #09244b;
}

.mgc_folder_check_line:before {
  content: "î¸µ";
  color: #09244b;
}

.mgc_folder_delete_fill:before {
  content: "î¸¶";
  color: #09244b;
}

.mgc_folder_delete_line:before {
  content: "î¸·";
  color: #09244b;
}

.mgc_folder_download_fill:before {
  content: "î¸¸";
  color: #09244b;
}

.mgc_folder_download_line:before {
  content: "î¸¹";
  color: #09244b;
}

.mgc_folder_fill:before {
  content: "î¸º";
  color: #09244b;
}

.mgc_folder_forbid_fill:before {
  content: "î¸»";
  color: #09244b;
}

.mgc_folder_forbid_line:before {
  content: "î¸¼";
  color: #09244b;
}

.mgc_folder_info_fill:before {
  content: "î¸½";
  color: #09244b;
}

.mgc_folder_info_line:before {
  content: "î¸¾";
  color: #09244b;
}

.mgc_folder_line:before {
  content: "î¸¿";
  color: #09244b;
}

.mgc_folder_locked_2_fill:before {
  content: "î¹€";
  color: #09244b;
}

.mgc_folder_locked_2_line:before {
  content: "î¹";
  color: #09244b;
}

.mgc_folder_locked_fill:before {
  content: "î¹‚";
  color: #09244b;
}

.mgc_folder_locked_line:before {
  content: "î¹ƒ";
  color: #09244b;
}

.mgc_folder_minus_fill:before {
  content: "î¹„";
  color: #09244b;
}

.mgc_folder_minus_line:before {
  content: "î¹…";
  color: #09244b;
}

.mgc_folder_more_fill:before {
  content: "î¹†";
  color: #09244b;
}

.mgc_folder_more_line:before {
  content: "î¹‡";
  color: #09244b;
}

.mgc_folder_open_2_fill:before {
  content: "î¹ˆ";
  color: #09244b;
}

.mgc_folder_open_2_line:before {
  content: "î¹‰";
  color: #09244b;
}

.mgc_folder_open_fill:before {
  content: "î¹Š";
  color: #09244b;
}

.mgc_folder_open_line:before {
  content: "î¹‹";
  color: #09244b;
}

.mgc_folder_security_fill:before {
  content: "î¹Œ";
  color: #09244b;
}

.mgc_folder_security_line:before {
  content: "î¹";
  color: #09244b;
}

.mgc_folder_star_fill:before {
  content: "î¹Ž";
  color: #09244b;
}

.mgc_folder_star_line:before {
  content: "î¹";
  color: #09244b;
}

.mgc_folder_upload_fill:before {
  content: "î¹";
  color: #09244b;
}

.mgc_folder_upload_line:before {
  content: "î¹‘";
  color: #09244b;
}

.mgc_folder_warning_fill:before {
  content: "î¹’";
  color: #09244b;
}

.mgc_folder_warning_line:before {
  content: "î¹“";
  color: #09244b;
}

.mgc_folder_zip_fill:before {
  content: "î¹”";
  color: #09244b;
}

.mgc_folder_zip_line:before {
  content: "î¹•";
  color: #09244b;
}

.mgc_folders_fill:before {
  content: "î¹–";
  color: #09244b;
}

.mgc_folders_line:before {
  content: "î¹—";
  color: #09244b;
}

.mgc_folding_fan_fill:before {
  content: "î¹˜";
  color: #09244b;
}

.mgc_folding_fan_line:before {
  content: "î¹™";
  color: #09244b;
}

.mgc_follow_fill:before {
  content: "î¹š";
  color: #09244b;
}

.mgc_follow_line:before {
  content: "î¹›";
  color: #09244b;
}

.mgc_font_fill:before {
  content: "î¹œ";
  color: #09244b;
}

.mgc_font_line:before {
  content: "î¹";
  color: #09244b;
}

.mgc_font_size_fill:before {
  content: "î¹ž";
  color: #09244b;
}

.mgc_font_size_line:before {
  content: "î¹Ÿ";
  color: #09244b;
}

.mgc_foot_fill:before {
  content: "î¹ ";
  color: #09244b;
}

.mgc_foot_line:before {
  content: "î¹¡";
  color: #09244b;
}

.mgc_football_fill:before {
  content: "î¹¢";
  color: #09244b;
}

.mgc_football_line:before {
  content: "î¹£";
  color: #09244b;
}

.mgc_forbid_circle_fill:before {
  content: "î¹¤";
  color: #09244b;
}

.mgc_forbid_circle_line:before {
  content: "î¹¥";
  color: #09244b;
}

.mgc_fork_fill:before {
  content: "î¹¦";
  color: #09244b;
}

.mgc_fork_knife_fill:before {
  content: "î¹§";
  color: #09244b;
}

.mgc_fork_knife_line:before {
  content: "î¹¨";
  color: #09244b;
}

.mgc_fork_line:before {
  content: "î¹©";
  color: #09244b;
}

.mgc_fork_spoon_fill:before {
  content: "î¹ª";
  color: #09244b;
}

.mgc_fork_spoon_line:before {
  content: "î¹«";
  color: #09244b;
}

.mgc_formula_fill:before {
  content: "î¹¬";
  color: #09244b;
}

.mgc_formula_line:before {
  content: "î¹­";
  color: #09244b;
}

.mgc_forward_2_fill:before {
  content: "î¹®";
  color: #09244b;
}

.mgc_forward_2_line:before {
  content: "î¹¯";
  color: #09244b;
}

.mgc_forward_fill:before {
  content: "î¹°";
  color: #09244b;
}

.mgc_forward_line:before {
  content: "î¹±";
  color: #09244b;
}

.mgc_four_wheel_drive_fill:before {
  content: "î¹²";
  color: #09244b;
}

.mgc_four_wheel_drive_line:before {
  content: "î¹³";
  color: #09244b;
}

.mgc_frame_fill:before {
  content: "î¹´";
  color: #09244b;
}

.mgc_frame_line:before {
  content: "î¹µ";
  color: #09244b;
}

.mgc_fridge_fill:before {
  content: "î¹¶";
  color: #09244b;
}

.mgc_fridge_line:before {
  content: "î¹·";
  color: #09244b;
}

.mgc_fried_egg_fill:before {
  content: "î¹¸";
  color: #09244b;
}

.mgc_fried_egg_line:before {
  content: "î¹¹";
  color: #09244b;
}

.mgc_fries_fill:before {
  content: "î¹º";
  color: #09244b;
}

.mgc_fries_line:before {
  content: "î¹»";
  color: #09244b;
}

.mgc_front_fog_lights_fill:before {
  content: "î¹¼";
  color: #09244b;
}

.mgc_front_fog_lights_line:before {
  content: "î¹½";
  color: #09244b;
}

.mgc_front_windshield_defroster_fill:before {
  content: "î¹¾";
  color: #09244b;
}

.mgc_front_windshield_defroster_line:before {
  content: "î¹¿";
  color: #09244b;
}

.mgc_full_moon_fill:before {
  content: "îº€";
  color: #09244b;
}

.mgc_full_moon_line:before {
  content: "îº";
  color: #09244b;
}

.mgc_fullscreen_2_fill:before {
  content: "îº‚";
  color: #09244b;
}

.mgc_fullscreen_2_line:before {
  content: "îºƒ";
  color: #09244b;
}

.mgc_fullscreen_exit_2_fill:before {
  content: "îº„";
  color: #09244b;
}

.mgc_fullscreen_exit_2_line:before {
  content: "îº…";
  color: #09244b;
}

.mgc_fullscreen_exit_fill:before {
  content: "îº†";
  color: #09244b;
}

.mgc_fullscreen_exit_line:before {
  content: "îº‡";
  color: #09244b;
}

.mgc_fullscreen_fill:before {
  content: "îºˆ";
  color: #09244b;
}

.mgc_fullscreen_line:before {
  content: "îº‰";
  color: #09244b;
}

.mgc_game_1_fill:before {
  content: "îºŠ";
  color: #09244b;
}

.mgc_game_1_line:before {
  content: "îº‹";
  color: #09244b;
}

.mgc_game_2_fill:before {
  content: "îºŒ";
  color: #09244b;
}

.mgc_game_2_line:before {
  content: "îº";
  color: #09244b;
}

.mgc_gas_station_fill:before {
  content: "îºŽ";
  color: #09244b;
}

.mgc_gas_station_line:before {
  content: "îº";
  color: #09244b;
}

.mgc_Gemini_fill:before {
  content: "îº";
  color: #09244b;
}

.mgc_Gemini_line:before {
  content: "îº‘";
  color: #09244b;
}

.mgc_gesture_unlock_fill:before {
  content: "îº’";
  color: #09244b;
}

.mgc_gesture_unlock_line:before {
  content: "îº“";
  color: #09244b;
}

.mgc_ghost_fill:before {
  content: "îº”";
  color: #09244b;
}

.mgc_ghost_line:before {
  content: "îº•";
  color: #09244b;
}

.mgc_gift_2_fill:before {
  content: "îº–";
  color: #09244b;
}

.mgc_gift_2_line:before {
  content: "îº—";
  color: #09244b;
}

.mgc_gift_card_fill:before {
  content: "îº˜";
  color: #09244b;
}

.mgc_gift_card_line:before {
  content: "îº™";
  color: #09244b;
}

.mgc_gift_fill:before {
  content: "îºš";
  color: #09244b;
}

.mgc_gift_line:before {
  content: "îº›";
  color: #09244b;
}

.mgc_git_branch_2_fill:before {
  content: "îºœ";
  color: #09244b;
}

.mgc_git_branch_2_line:before {
  content: "îº";
  color: #09244b;
}

.mgc_git_branch_fill:before {
  content: "îºž";
  color: #09244b;
}

.mgc_git_branch_line:before {
  content: "îºŸ";
  color: #09244b;
}

.mgc_git_commit_fill:before {
  content: "îº ";
  color: #09244b;
}

.mgc_git_commit_line:before {
  content: "îº¡";
  color: #09244b;
}

.mgc_git_compare_fill:before {
  content: "îº¢";
  color: #09244b;
}

.mgc_git_compare_line:before {
  content: "îº£";
  color: #09244b;
}

.mgc_git_lab_fill:before {
  content: "îº¤";
  color: #09244b;
}

.mgc_git_lab_line:before {
  content: "îº¥";
  color: #09244b;
}

.mgc_git_merge_2_fill:before {
  content: "îº¦";
  color: #09244b;
}

.mgc_git_merge_2_line:before {
  content: "îº§";
  color: #09244b;
}

.mgc_git_merge_fill:before {
  content: "îº¨";
  color: #09244b;
}

.mgc_git_merge_line:before {
  content: "îº©";
  color: #09244b;
}

.mgc_git_pull_request_close_fill:before {
  content: "îºª";
  color: #09244b;
}

.mgc_git_pull_request_close_line:before {
  content: "îº«";
  color: #09244b;
}

.mgc_git_pull_request_fill:before {
  content: "îº¬";
  color: #09244b;
}

.mgc_git_pull_request_line:before {
  content: "îº­";
  color: #09244b;
}

.mgc_github_2_fill:before {
  content: "îº®";
  color: #09244b;
}

.mgc_github_2_line:before {
  content: "îº¯";
  color: #09244b;
}

.mgc_github_fill:before {
  content: "îº°";
  color: #09244b;
}

.mgc_github_line:before {
  content: "îº±";
  color: #09244b;
}

.mgc_glass_cup_fill:before {
  content: "îº²";
  color: #09244b;
}

.mgc_glass_cup_line:before {
  content: "îº³";
  color: #09244b;
}

.mgc_globe_2_fill:before {
  content: "îº´";
  color: #09244b;
}

.mgc_globe_2_line:before {
  content: "îºµ";
  color: #09244b;
}

.mgc_globe_fill:before {
  content: "îº¶";
  color: #09244b;
}

.mgc_globe_line:before {
  content: "îº·";
  color: #09244b;
}

.mgc_glove_fill:before {
  content: "îº¸";
  color: #09244b;
}

.mgc_glove_line:before {
  content: "îº¹";
  color: #09244b;
}

.mgc_google_fill:before {
  content: "îºº";
  color: #09244b;
}

.mgc_google_gemini_fill:before {
  content: "îº»";
  color: #09244b;
}

.mgc_google_gemini_line:before {
  content: "îº¼";
  color: #09244b;
}

.mgc_google_line:before {
  content: "îº½";
  color: #09244b;
}

.mgc_google_play_fill:before {
  content: "îº¾";
  color: #09244b;
}

.mgc_google_play_line:before {
  content: "îº¿";
  color: #09244b;
}

.mgc_government_fill:before {
  content: "î»€";
  color: #09244b;
}

.mgc_government_line:before {
  content: "î»";
  color: #09244b;
}

.mgc_gradienter_fill:before {
  content: "î»‚";
  color: #09244b;
}

.mgc_gradienter_line:before {
  content: "î»ƒ";
  color: #09244b;
}

.mgc_grass_fill:before {
  content: "î»„";
  color: #09244b;
}

.mgc_grass_line:before {
  content: "î»…";
  color: #09244b;
}

.mgc_greatwall_fill:before {
  content: "î»†";
  color: #09244b;
}

.mgc_greatwall_line:before {
  content: "î»‡";
  color: #09244b;
}

.mgc_grid_2_fill:before {
  content: "î»ˆ";
  color: #09244b;
}

.mgc_grid_2_line:before {
  content: "î»‰";
  color: #09244b;
}

.mgc_grid_fill:before {
  content: "î»Š";
  color: #09244b;
}

.mgc_grid_line:before {
  content: "î»‹";
  color: #09244b;
}

.mgc_grok_2_fill:before {
  content: "î»Œ";
  color: #09244b;
}

.mgc_grok_2_line:before {
  content: "î»";
  color: #09244b;
}

.mgc_grok_fill:before {
  content: "î»Ž";
  color: #09244b;
}

.mgc_grok_line:before {
  content: "î»";
  color: #09244b;
}

.mgc_group_2_fill:before {
  content: "î»";
  color: #09244b;
}

.mgc_group_2_line:before {
  content: "î»‘";
  color: #09244b;
}

.mgc_group_3_fill:before {
  content: "î»’";
  color: #09244b;
}

.mgc_group_3_line:before {
  content: "î»“";
  color: #09244b;
}

.mgc_group_fill:before {
  content: "î»”";
  color: #09244b;
}

.mgc_group_line:before {
  content: "î»•";
  color: #09244b;
}

.mgc_guitar_fill:before {
  content: "î»–";
  color: #09244b;
}

.mgc_guitar_line:before {
  content: "î»—";
  color: #09244b;
}

.mgc_gumroad_fill:before {
  content: "î»˜";
  color: #09244b;
}

.mgc_gumroad_line:before {
  content: "î»™";
  color: #09244b;
}

.mgc_hail_fill:before {
  content: "î»š";
  color: #09244b;
}

.mgc_hail_line:before {
  content: "î»›";
  color: #09244b;
}

.mgc_hair_2_fill:before {
  content: "î»œ";
  color: #09244b;
}

.mgc_hair_2_line:before {
  content: "î»";
  color: #09244b;
}

.mgc_hair_fill:before {
  content: "î»ž";
  color: #09244b;
}

.mgc_hair_line:before {
  content: "î»Ÿ";
  color: #09244b;
}

.mgc_hamburger_fill:before {
  content: "î» ";
  color: #09244b;
}

.mgc_hamburger_line:before {
  content: "î»¡";
  color: #09244b;
}

.mgc_hammer_fill:before {
  content: "î»¢";
  color: #09244b;
}

.mgc_hammer_line:before {
  content: "î»£";
  color: #09244b;
}

.mgc_hand_card_fill:before {
  content: "î»¤";
  color: #09244b;
}

.mgc_hand_card_line:before {
  content: "î»¥";
  color: #09244b;
}

.mgc_hand_fill:before {
  content: "î»¦";
  color: #09244b;
}

.mgc_hand_finger_2_fill:before {
  content: "î»§";
  color: #09244b;
}

.mgc_hand_finger_2_line:before {
  content: "î»¨";
  color: #09244b;
}

.mgc_hand_finger_fill:before {
  content: "î»©";
  color: #09244b;
}

.mgc_hand_finger_line:before {
  content: "î»ª";
  color: #09244b;
}

.mgc_hand_grab_fill:before {
  content: "î»«";
  color: #09244b;
}

.mgc_hand_grab_line:before {
  content: "î»¬";
  color: #09244b;
}

.mgc_hand_heart_fill:before {
  content: "î»­";
  color: #09244b;
}

.mgc_hand_heart_line:before {
  content: "î»®";
  color: #09244b;
}

.mgc_hand_line:before {
  content: "î»¯";
  color: #09244b;
}

.mgc_hand_two_fingers_fill:before {
  content: "î»°";
  color: #09244b;
}

.mgc_hand_two_fingers_line:before {
  content: "î»±";
  color: #09244b;
}

.mgc_hands_clapping_fill:before {
  content: "î»²";
  color: #09244b;
}

.mgc_hands_clapping_line:before {
  content: "î»³";
  color: #09244b;
}

.mgc_happy_fill:before {
  content: "î»´";
  color: #09244b;
}

.mgc_happy_line:before {
  content: "î»µ";
  color: #09244b;
}

.mgc_hashtag_fill:before {
  content: "î»¶";
  color: #09244b;
}

.mgc_hashtag_line:before {
  content: "î»·";
  color: #09244b;
}

.mgc_hat_2_fill:before {
  content: "î»¸";
  color: #09244b;
}

.mgc_hat_2_line:before {
  content: "î»¹";
  color: #09244b;
}

.mgc_hat_fill:before {
  content: "î»º";
  color: #09244b;
}

.mgc_hat_line:before {
  content: "î»»";
  color: #09244b;
}

.mgc_haze_fill:before {
  content: "î»¼";
  color: #09244b;
}

.mgc_haze_line:before {
  content: "î»½";
  color: #09244b;
}

.mgc_head_ai_fill:before {
  content: "î»¾";
  color: #09244b;
}

.mgc_head_ai_line:before {
  content: "î»¿";
  color: #09244b;
}

.mgc_head_fill:before {
  content: "î¼€";
  color: #09244b;
}

.mgc_head_line:before {
  content: "î¼";
  color: #09244b;
}

.mgc_Heading_1_fill:before {
  content: "î¼‚";
  color: #09244b;
}

.mgc_Heading_1_line:before {
  content: "î¼ƒ";
  color: #09244b;
}

.mgc_Heading_2_fill:before {
  content: "î¼„";
  color: #09244b;
}

.mgc_Heading_2_line:before {
  content: "î¼…";
  color: #09244b;
}

.mgc_Heading_3_fill:before {
  content: "î¼†";
  color: #09244b;
}

.mgc_Heading_3_line:before {
  content: "î¼‡";
  color: #09244b;
}

.mgc_headphone_2_fill:before {
  content: "î¼ˆ";
  color: #09244b;
}

.mgc_headphone_2_line:before {
  content: "î¼‰";
  color: #09244b;
}

.mgc_headphone_fill:before {
  content: "î¼Š";
  color: #09244b;
}

.mgc_headphone_line:before {
  content: "î¼‹";
  color: #09244b;
}

.mgc_heart_crack_fill:before {
  content: "î¼Œ";
  color: #09244b;
}

.mgc_heart_crack_line:before {
  content: "î¼";
  color: #09244b;
}

.mgc_heart_fill:before {
  content: "î¼Ž";
  color: #09244b;
}

.mgc_heart_half_fill:before {
  content: "î¼";
  color: #09244b;
}

.mgc_heart_half_line:before {
  content: "î¼";
  color: #09244b;
}

.mgc_heart_hand_fill:before {
  content: "î¼‘";
  color: #09244b;
}

.mgc_heart_hand_line:before {
  content: "î¼’";
  color: #09244b;
}

.mgc_heart_line:before {
  content: "î¼“";
  color: #09244b;
}

.mgc_heartbeat_2_fill:before {
  content: "î¼”";
  color: #09244b;
}

.mgc_heartbeat_2_line:before {
  content: "î¼•";
  color: #09244b;
}

.mgc_heartbeat_fill:before {
  content: "î¼–";
  color: #09244b;
}

.mgc_heartbeat_line:before {
  content: "î¼—";
  color: #09244b;
}

.mgc_heavy_rain_fill:before {
  content: "î¼˜";
  color: #09244b;
}

.mgc_heavy_rain_line:before {
  content: "î¼™";
  color: #09244b;
}

.mgc_heavy_rainstorm_fill:before {
  content: "î¼š";
  color: #09244b;
}

.mgc_heavy_rainstorm_line:before {
  content: "î¼›";
  color: #09244b;
}

.mgc_heavy_snow_fill:before {
  content: "î¼œ";
  color: #09244b;
}

.mgc_heavy_snow_line:before {
  content: "î¼";
  color: #09244b;
}

.mgc_heavy_snowstorm_fill:before {
  content: "î¼ž";
  color: #09244b;
}

.mgc_heavy_snowstorm_line:before {
  content: "î¼Ÿ";
  color: #09244b;
}

.mgc_hemisphere_2_fill:before {
  content: "î¼ ";
  color: #09244b;
}

.mgc_hemisphere_2_line:before {
  content: "î¼¡";
  color: #09244b;
}

.mgc_hemisphere_fill:before {
  content: "î¼¢";
  color: #09244b;
}

.mgc_hemisphere_line:before {
  content: "î¼£";
  color: #09244b;
}

.mgc_hexagon_fill:before {
  content: "î¼¤";
  color: #09244b;
}

.mgc_hexagon_line:before {
  content: "î¼¥";
  color: #09244b;
}

.mgc_hexagons_2_fill:before {
  content: "î¼¦";
  color: #09244b;
}

.mgc_hexagons_2_line:before {
  content: "î¼§";
  color: #09244b;
}

.mgc_hexagons_fill:before {
  content: "î¼¨";
  color: #09244b;
}

.mgc_hexagons_line:before {
  content: "î¼©";
  color: #09244b;
}

.mgc_high_knees_fill:before {
  content: "î¼ª";
  color: #09244b;
}

.mgc_high_knees_line:before {
  content: "î¼«";
  color: #09244b;
}

.mgc_high_temperature_fill:before {
  content: "î¼¬";
  color: #09244b;
}

.mgc_high_temperature_line:before {
  content: "î¼­";
  color: #09244b;
}

.mgc_high_voltage_power_fill:before {
  content: "î¼®";
  color: #09244b;
}

.mgc_high_voltage_power_line:before {
  content: "î¼¯";
  color: #09244b;
}

.mgc_hight_beam_headlights_fill:before {
  content: "î¼°";
  color: #09244b;
}

.mgc_hight_beam_headlights_line:before {
  content: "î¼±";
  color: #09244b;
}

.mgc_hiking_fill:before {
  content: "î¼²";
  color: #09244b;
}

.mgc_hiking_line:before {
  content: "î¼³";
  color: #09244b;
}

.mgc_history_2_fill:before {
  content: "î¼´";
  color: #09244b;
}

.mgc_history_2_line:before {
  content: "î¼µ";
  color: #09244b;
}

.mgc_history_anticlockwise_fill:before {
  content: "î¼¶";
  color: #09244b;
}

.mgc_history_anticlockwise_line:before {
  content: "î¼·";
  color: #09244b;
}

.mgc_history_fill:before {
  content: "î¼¸";
  color: #09244b;
}

.mgc_history_line:before {
  content: "î¼¹";
  color: #09244b;
}

.mgc_hoe_fill:before {
  content: "î¼º";
  color: #09244b;
}

.mgc_hoe_line:before {
  content: "î¼»";
  color: #09244b;
}

.mgc_home_1_fill:before {
  content: "î¼¼";
  color: #09244b;
}

.mgc_home_1_line:before {
  content: "î¼½";
  color: #09244b;
}

.mgc_home_2_fill:before {
  content: "î¼¾";
  color: #09244b;
}

.mgc_home_2_line:before {
  content: "î¼¿";
  color: #09244b;
}

.mgc_home_3_fill:before {
  content: "î½€";
  color: #09244b;
}

.mgc_home_3_line:before {
  content: "î½";
  color: #09244b;
}

.mgc_home_4_fill:before {
  content: "î½‚";
  color: #09244b;
}

.mgc_home_4_line:before {
  content: "î½ƒ";
  color: #09244b;
}

.mgc_home_5_fill:before {
  content: "î½„";
  color: #09244b;
}

.mgc_home_5_line:before {
  content: "î½…";
  color: #09244b;
}

.mgc_home_6_fill:before {
  content: "î½†";
  color: #09244b;
}

.mgc_home_6_line:before {
  content: "î½‡";
  color: #09244b;
}

.mgc_home_7_fill:before {
  content: "î½ˆ";
  color: #09244b;
}

.mgc_home_7_line:before {
  content: "î½‰";
  color: #09244b;
}

.mgc_home_wifi_fill:before {
  content: "î½Š";
  color: #09244b;
}

.mgc_home_wifi_line:before {
  content: "î½‹";
  color: #09244b;
}

.mgc_homepod_fill:before {
  content: "î½Œ";
  color: #09244b;
}

.mgc_homepod_line:before {
  content: "î½";
  color: #09244b;
}

.mgc_homepod_mini_fill:before {
  content: "î½Ž";
  color: #09244b;
}

.mgc_homepod_mini_line:before {
  content: "î½";
  color: #09244b;
}

.mgc_hood_fill:before {
  content: "î½";
  color: #09244b;
}

.mgc_hood_line:before {
  content: "î½‘";
  color: #09244b;
}

.mgc_hop_fill:before {
  content: "î½’";
  color: #09244b;
}

.mgc_hop_line:before {
  content: "î½“";
  color: #09244b;
}

.mgc_horn_2_fill:before {
  content: "î½”";
  color: #09244b;
}

.mgc_horn_2_line:before {
  content: "î½•";
  color: #09244b;
}

.mgc_horn_fill:before {
  content: "î½–";
  color: #09244b;
}

.mgc_horn_line:before {
  content: "î½—";
  color: #09244b;
}

.mgc_hospital_fill:before {
  content: "î½˜";
  color: #09244b;
}

.mgc_hospital_line:before {
  content: "î½™";
  color: #09244b;
}

.mgc_hotel_fill:before {
  content: "î½š";
  color: #09244b;
}

.mgc_hotel_line:before {
  content: "î½›";
  color: #09244b;
}

.mgc_hotkey_fill:before {
  content: "î½œ";
  color: #09244b;
}

.mgc_hotkey_line:before {
  content: "î½";
  color: #09244b;
}

.mgc_hours_fill:before {
  content: "î½ž";
  color: #09244b;
}

.mgc_hours_line:before {
  content: "î½Ÿ";
  color: #09244b;
}

.mgc_house_2_fill:before {
  content: "î½ ";
  color: #09244b;
}

.mgc_house_2_line:before {
  content: "î½¡";
  color: #09244b;
}

.mgc_house_fill:before {
  content: "î½¢";
  color: #09244b;
}

.mgc_house_line:before {
  content: "î½£";
  color: #09244b;
}

.mgc_ice_cream_2_fill:before {
  content: "î½¤";
  color: #09244b;
}

.mgc_ice_cream_2_line:before {
  content: "î½¥";
  color: #09244b;
}

.mgc_ice_cream_fill:before {
  content: "î½¦";
  color: #09244b;
}

.mgc_ice_cream_line:before {
  content: "î½§";
  color: #09244b;
}

.mgc_IDcard_fill:before {
  content: "î½¨";
  color: #09244b;
}

.mgc_IDcard_line:before {
  content: "î½©";
  color: #09244b;
}

.mgc_iMac_fill:before {
  content: "î½ª";
  color: #09244b;
}

.mgc_iMac_line:before {
  content: "î½«";
  color: #09244b;
}

.mgc_inbox_2_fill:before {
  content: "î½¬";
  color: #09244b;
}

.mgc_inbox_2_line:before {
  content: "î½­";
  color: #09244b;
}

.mgc_inbox_fill:before {
  content: "î½®";
  color: #09244b;
}

.mgc_inbox_line:before {
  content: "î½¯";
  color: #09244b;
}

.mgc_incognito_mode_fill:before {
  content: "î½°";
  color: #09244b;
}

.mgc_incognito_mode_line:before {
  content: "î½±";
  color: #09244b;
}

.mgc_indent_decrease_fill:before {
  content: "î½²";
  color: #09244b;
}

.mgc_indent_decrease_line:before {
  content: "î½³";
  color: #09244b;
}

.mgc_indent_increase_fill:before {
  content: "î½´";
  color: #09244b;
}

.mgc_indent_increase_line:before {
  content: "î½µ";
  color: #09244b;
}

.mgc_indoor_rowing_fill:before {
  content: "î½¶";
  color: #09244b;
}

.mgc_indoor_rowing_line:before {
  content: "î½·";
  color: #09244b;
}

.mgc_information_fill:before {
  content: "î½¸";
  color: #09244b;
}

.mgc_information_line:before {
  content: "î½¹";
  color: #09244b;
}

.mgc_injection_fill:before {
  content: "î½º";
  color: #09244b;
}

.mgc_injection_line:before {
  content: "î½»";
  color: #09244b;
}

.mgc_inspect_fill:before {
  content: "î½¼";
  color: #09244b;
}

.mgc_inspect_line:before {
  content: "î½½";
  color: #09244b;
}

.mgc_instagram_fill:before {
  content: "î½¾";
  color: #09244b;
}

.mgc_instagram_line:before {
  content: "î½¿";
  color: #09244b;
}

.mgc_instrument_fill:before {
  content: "î¾€";
  color: #09244b;
}

.mgc_instrument_line:before {
  content: "î¾";
  color: #09244b;
}

.mgc_intersect_fill:before {
  content: "î¾‚";
  color: #09244b;
}

.mgc_intersect_line:before {
  content: "î¾ƒ";
  color: #09244b;
}

.mgc_inventory_fill:before {
  content: "î¾„";
  color: #09244b;
}

.mgc_inventory_line:before {
  content: "î¾…";
  color: #09244b;
}

.mgc_invite_fill:before {
  content: "î¾†";
  color: #09244b;
}

.mgc_invite_line:before {
  content: "î¾‡";
  color: #09244b;
}

.mgc_iOS_fill:before {
  content: "î¾ˆ";
  color: #09244b;
}

.mgc_iOS_line:before {
  content: "î¾‰";
  color: #09244b;
}

.mgc_italic_fill:before {
  content: "î¾Š";
  color: #09244b;
}

.mgc_italic_line:before {
  content: "î¾‹";
  color: #09244b;
}

.mgc_jeep_fill:before {
  content: "î¾Œ";
  color: #09244b;
}

.mgc_jeep_line:before {
  content: "î¾";
  color: #09244b;
}

.mgc_jump_fill:before {
  content: "î¾Ž";
  color: #09244b;
}

.mgc_jump_line:before {
  content: "î¾";
  color: #09244b;
}

.mgc_kakao_talk_fill:before {
  content: "î¾";
  color: #09244b;
}

.mgc_kakao_talk_line:before {
  content: "î¾‘";
  color: #09244b;
}

.mgc_key_1_fill:before {
  content: "î¾’";
  color: #09244b;
}

.mgc_key_1_line:before {
  content: "î¾“";
  color: #09244b;
}

.mgc_key_2_fill:before {
  content: "î¾”";
  color: #09244b;
}

.mgc_key_2_line:before {
  content: "î¾•";
  color: #09244b;
}

.mgc_key_3_fill:before {
  content: "î¾–";
  color: #09244b;
}

.mgc_key_3_line:before {
  content: "î¾—";
  color: #09244b;
}

.mgc_key_4_fill:before {
  content: "î¾˜";
  color: #09244b;
}

.mgc_key_4_line:before {
  content: "î¾™";
  color: #09244b;
}

.mgc_keyboard_2_fill:before {
  content: "î¾š";
  color: #09244b;
}

.mgc_keyboard_2_line:before {
  content: "î¾›";
  color: #09244b;
}

.mgc_keyboard_fill:before {
  content: "î¾œ";
  color: #09244b;
}

.mgc_keyboard_line:before {
  content: "î¾";
  color: #09244b;
}

.mgc_keyhole_fill:before {
  content: "î¾ž";
  color: #09244b;
}

.mgc_keyhole_line:before {
  content: "î¾Ÿ";
  color: #09244b;
}

.mgc_kingkey_100_tower_fill:before {
  content: "î¾ ";
  color: #09244b;
}

.mgc_kingkey_100_tower_line:before {
  content: "î¾¡";
  color: #09244b;
}

.mgc_kite_fill:before {
  content: "î¾¢";
  color: #09244b;
}

.mgc_kite_line:before {
  content: "î¾£";
  color: #09244b;
}

.mgc_knife_fill:before {
  content: "î¾¤";
  color: #09244b;
}

.mgc_knife_line:before {
  content: "î¾¥";
  color: #09244b;
}

.mgc_ladder_fill:before {
  content: "î¾¦";
  color: #09244b;
}

.mgc_ladder_line:before {
  content: "î¾§";
  color: #09244b;
}

.mgc_lantern_2_fill:before {
  content: "î¾¨";
  color: #09244b;
}

.mgc_lantern_2_line:before {
  content: "î¾©";
  color: #09244b;
}

.mgc_lantern_fill:before {
  content: "î¾ª";
  color: #09244b;
}

.mgc_lantern_line:before {
  content: "î¾«";
  color: #09244b;
}

.mgc_laptop_2_fill:before {
  content: "î¾¬";
  color: #09244b;
}

.mgc_laptop_2_line:before {
  content: "î¾­";
  color: #09244b;
}

.mgc_laptop_fill:before {
  content: "î¾®";
  color: #09244b;
}

.mgc_laptop_line:before {
  content: "î¾¯";
  color: #09244b;
}

.mgc_large_arrow_down_fill:before {
  content: "î¾°";
  color: #09244b;
}

.mgc_large_arrow_down_line:before {
  content: "î¾±";
  color: #09244b;
}

.mgc_large_arrow_left_fill:before {
  content: "î¾²";
  color: #09244b;
}

.mgc_large_arrow_left_line:before {
  content: "î¾³";
  color: #09244b;
}

.mgc_large_arrow_right_fill:before {
  content: "î¾´";
  color: #09244b;
}

.mgc_large_arrow_right_line:before {
  content: "î¾µ";
  color: #09244b;
}

.mgc_large_arrow_up_fill:before {
  content: "î¾¶";
  color: #09244b;
}

.mgc_large_arrow_up_line:before {
  content: "î¾·";
  color: #09244b;
}

.mgc_laugh_fill:before {
  content: "î¾¸";
  color: #09244b;
}

.mgc_laugh_line:before {
  content: "î¾¹";
  color: #09244b;
}

.mgc_laurel_wreath_fill:before {
  content: "î¾º";
  color: #09244b;
}

.mgc_laurel_wreath_line:before {
  content: "î¾»";
  color: #09244b;
}

.mgc_layer_fill:before {
  content: "î¾¼";
  color: #09244b;
}

.mgc_layer_line:before {
  content: "î¾½";
  color: #09244b;
}

.mgc_layers_fill:before {
  content: "î¾¾";
  color: #09244b;
}

.mgc_layers_line:before {
  content: "î¾¿";
  color: #09244b;
}

.mgc_layout_2_fill:before {
  content: "î¿€";
  color: #09244b;
}

.mgc_layout_2_line:before {
  content: "î¿";
  color: #09244b;
}

.mgc_layout_3_fill:before {
  content: "î¿‚";
  color: #09244b;
}

.mgc_layout_3_line:before {
  content: "î¿ƒ";
  color: #09244b;
}

.mgc_layout_4_fill:before {
  content: "î¿„";
  color: #09244b;
}

.mgc_layout_4_line:before {
  content: "î¿…";
  color: #09244b;
}

.mgc_layout_5_fill:before {
  content: "î¿†";
  color: #09244b;
}

.mgc_layout_5_line:before {
  content: "î¿‡";
  color: #09244b;
}

.mgc_layout_6_fill:before {
  content: "î¿ˆ";
  color: #09244b;
}

.mgc_layout_6_line:before {
  content: "î¿‰";
  color: #09244b;
}

.mgc_layout_7_fill:before {
  content: "î¿Š";
  color: #09244b;
}

.mgc_layout_7_line:before {
  content: "î¿‹";
  color: #09244b;
}

.mgc_layout_8_fill:before {
  content: "î¿Œ";
  color: #09244b;
}

.mgc_layout_8_line:before {
  content: "î¿";
  color: #09244b;
}

.mgc_layout_9_fill:before {
  content: "î¿Ž";
  color: #09244b;
}

.mgc_layout_9_line:before {
  content: "î¿";
  color: #09244b;
}

.mgc_layout_10_fill:before {
  content: "î¿";
  color: #09244b;
}

.mgc_layout_10_line:before {
  content: "î¿‘";
  color: #09244b;
}

.mgc_layout_11_fill:before {
  content: "î¿’";
  color: #09244b;
}

.mgc_layout_11_line:before {
  content: "î¿“";
  color: #09244b;
}

.mgc_layout_bottom_close_fill:before {
  content: "î¿”";
  color: #09244b;
}

.mgc_layout_bottom_close_line:before {
  content: "î¿•";
  color: #09244b;
}

.mgc_layout_bottom_fill:before {
  content: "î¿–";
  color: #09244b;
}

.mgc_layout_bottom_line:before {
  content: "î¿—";
  color: #09244b;
}

.mgc_layout_bottom_open_fill:before {
  content: "î¿˜";
  color: #09244b;
}

.mgc_layout_bottom_open_line:before {
  content: "î¿™";
  color: #09244b;
}

.mgc_layout_fill:before {
  content: "î¿š";
  color: #09244b;
}

.mgc_layout_grid_fill:before {
  content: "î¿›";
  color: #09244b;
}

.mgc_layout_grid_line:before {
  content: "î¿œ";
  color: #09244b;
}

.mgc_layout_left_fill:before {
  content: "î¿";
  color: #09244b;
}

.mgc_layout_left_line:before {
  content: "î¿ž";
  color: #09244b;
}

.mgc_layout_leftbar_close_fill:before {
  content: "î¿Ÿ";
  color: #09244b;
}

.mgc_layout_leftbar_close_line:before {
  content: "î¿ ";
  color: #09244b;
}

.mgc_layout_leftbar_open_fill:before {
  content: "î¿¡";
  color: #09244b;
}

.mgc_layout_leftbar_open_line:before {
  content: "î¿¢";
  color: #09244b;
}

.mgc_layout_line:before {
  content: "î¿£";
  color: #09244b;
}

.mgc_layout_right_fill:before {
  content: "î¿¤";
  color: #09244b;
}

.mgc_layout_right_line:before {
  content: "î¿¥";
  color: #09244b;
}

.mgc_layout_rightbar_close_fill:before {
  content: "î¿¦";
  color: #09244b;
}

.mgc_layout_rightbar_close_line:before {
  content: "î¿§";
  color: #09244b;
}

.mgc_layout_rightbar_open_fill:before {
  content: "î¿¨";
  color: #09244b;
}

.mgc_layout_rightbar_open_line:before {
  content: "î¿©";
  color: #09244b;
}

.mgc_layout_top_close_fill:before {
  content: "î¿ª";
  color: #09244b;
}

.mgc_layout_top_close_line:before {
  content: "î¿«";
  color: #09244b;
}

.mgc_layout_top_fill:before {
  content: "î¿¬";
  color: #09244b;
}

.mgc_layout_top_line:before {
  content: "î¿­";
  color: #09244b;
}

.mgc_layout_top_open_fill:before {
  content: "î¿®";
  color: #09244b;
}

.mgc_layout_top_open_line:before {
  content: "î¿¯";
  color: #09244b;
}

.mgc_leaf_2_fill:before {
  content: "î¿°";
  color: #09244b;
}

.mgc_leaf_2_line:before {
  content: "î¿±";
  color: #09244b;
}

.mgc_leaf_3_fill:before {
  content: "î¿²";
  color: #09244b;
}

.mgc_leaf_3_line:before {
  content: "î¿³";
  color: #09244b;
}

.mgc_leaf_fill:before {
  content: "î¿´";
  color: #09244b;
}

.mgc_leaf_line:before {
  content: "î¿µ";
  color: #09244b;
}

.mgc_left_fill:before {
  content: "î¿¶";
  color: #09244b;
}

.mgc_left_line:before {
  content: "î¿·";
  color: #09244b;
}

.mgc_left_small_fill:before {
  content: "î¿¸";
  color: #09244b;
}

.mgc_left_small_line:before {
  content: "î¿¹";
  color: #09244b;
}

.mgc_lemon_squeezy_fill:before {
  content: "î¿º";
  color: #09244b;
}

.mgc_lemon_squeezy_line:before {
  content: "î¿»";
  color: #09244b;
}

.mgc_Leo_fill:before {
  content: "î¿¼";
  color: #09244b;
}

.mgc_Leo_line:before {
  content: "î¿½";
  color: #09244b;
}

.mgc_letter_spacing_fill:before {
  content: "î¿¾";
  color: #09244b;
}

.mgc_letter_spacing_line:before {
  content: "î¿¿";
  color: #09244b;
}

.mgc_Libra_fill:before {
  content: "ï€€";
  color: #09244b;
}

.mgc_Libra_line:before {
  content: "ï€";
  color: #09244b;
}

.mgc_lie_down_fill:before {
  content: "ï€‚";
  color: #09244b;
}

.mgc_lie_down_line:before {
  content: "ï€ƒ";
  color: #09244b;
}

.mgc_lifebuoy_fill:before {
  content: "ï€„";
  color: #09244b;
}

.mgc_lifebuoy_line:before {
  content: "ï€…";
  color: #09244b;
}

.mgc_light_fill:before {
  content: "ï€†";
  color: #09244b;
}

.mgc_light_line:before {
  content: "ï€‡";
  color: #09244b;
}

.mgc_light_snow_fill:before {
  content: "ï€ˆ";
  color: #09244b;
}

.mgc_light_snow_line:before {
  content: "ï€‰";
  color: #09244b;
}

.mgc_lighthouse_fill:before {
  content: "ï€Š";
  color: #09244b;
}

.mgc_lighthouse_line:before {
  content: "ï€‹";
  color: #09244b;
}

.mgc_lightning_fill:before {
  content: "ï€Œ";
  color: #09244b;
}

.mgc_lightning_line:before {
  content: "ï€";
  color: #09244b;
}

.mgc_line_app_fill:before {
  content: "ï€Ž";
  color: #09244b;
}

.mgc_line_app_line:before {
  content: "ï€";
  color: #09244b;
}

.mgc_line_fill:before {
  content: "ï€";
  color: #09244b;
}

.mgc_line_height_fill:before {
  content: "ï€‘";
  color: #09244b;
}

.mgc_line_height_line:before {
  content: "ï€’";
  color: #09244b;
}

.mgc_line_line:before {
  content: "ï€“";
  color: #09244b;
}

.mgc_linear_fill:before {
  content: "ï€”";
  color: #09244b;
}

.mgc_linear_line:before {
  content: "ï€•";
  color: #09244b;
}

.mgc_link_2_fill:before {
  content: "ï€–";
  color: #09244b;
}

.mgc_link_2_line:before {
  content: "ï€—";
  color: #09244b;
}

.mgc_link_3_fill:before {
  content: "ï€˜";
  color: #09244b;
}

.mgc_link_3_line:before {
  content: "ï€™";
  color: #09244b;
}

.mgc_link_fill:before {
  content: "ï€š";
  color: #09244b;
}

.mgc_link_line:before {
  content: "ï€›";
  color: #09244b;
}

.mgc_linkedin_fill:before {
  content: "ï€œ";
  color: #09244b;
}

.mgc_linkedin_line:before {
  content: "ï€";
  color: #09244b;
}

.mgc_linux_fill:before {
  content: "ï€ž";
  color: #09244b;
}

.mgc_linux_line:before {
  content: "ï€Ÿ";
  color: #09244b;
}

.mgc_lipstick_fill:before {
  content: "ï€ ";
  color: #09244b;
}

.mgc_lipstick_line:before {
  content: "ï€¡";
  color: #09244b;
}

.mgc_list_check_2_fill:before {
  content: "ï€¢";
  color: #09244b;
}

.mgc_list_check_2_line:before {
  content: "ï€£";
  color: #09244b;
}

.mgc_list_check_3_fill:before {
  content: "ï€¤";
  color: #09244b;
}

.mgc_list_check_3_line:before {
  content: "ï€¥";
  color: #09244b;
}

.mgc_list_check_fill:before {
  content: "ï€¦";
  color: #09244b;
}

.mgc_list_check_line:before {
  content: "ï€§";
  color: #09244b;
}

.mgc_list_collapse_fill:before {
  content: "ï€¨";
  color: #09244b;
}

.mgc_list_collapse_line:before {
  content: "ï€©";
  color: #09244b;
}

.mgc_list_expansion_fill:before {
  content: "ï€ª";
  color: #09244b;
}

.mgc_list_expansion_line:before {
  content: "ï€«";
  color: #09244b;
}

.mgc_list_ordered_fill:before {
  content: "ï€¬";
  color: #09244b;
}

.mgc_list_ordered_line:before {
  content: "ï€­";
  color: #09244b;
}

.mgc_list_search_fill:before {
  content: "ï€®";
  color: #09244b;
}

.mgc_list_search_line:before {
  content: "ï€¯";
  color: #09244b;
}

.mgc_live_fill:before {
  content: "ï€°";
  color: #09244b;
}

.mgc_live_line:before {
  content: "ï€±";
  color: #09244b;
}

.mgc_live_location_fill:before {
  content: "ï€²";
  color: #09244b;
}

.mgc_live_location_line:before {
  content: "ï€³";
  color: #09244b;
}

.mgc_live_photo_fill:before {
  content: "ï€´";
  color: #09244b;
}

.mgc_live_photo_line:before {
  content: "ï€µ";
  color: #09244b;
}

.mgc_loading_2_fill:before {
  content: "ï€¶";
}

.mgc_loading_2_line:before {
  content: "ï€·";
}

.mgc_loading_3_fill .path1:before {
  content: "ï€¸";
  color: #09244b;
  opacity: 0.1;
}

.mgc_loading_3_fill .path2:before {
  content: "ï€¹";
  margin-left: -1em;
  color: #09244b;
}

.mgc_loading_3_line .path1:before {
  content: "ï€º";
  color: #09244b;
  opacity: 0.1;
}

.mgc_loading_3_line .path2:before {
  content: "ï€»";
  margin-left: -1em;
  color: #09244b;
}

.mgc_loading_4_fill:before {
  content: "ï€¼";
}

.mgc_loading_4_line:before {
  content: "ï€½";
}

.mgc_loading_fill:before {
  content: "ï€¾";
}

.mgc_loading_line:before {
  content: "ï€¿";
}

.mgc_location_2_fill:before {
  content: "ï€";
  color: #09244b;
}

.mgc_location_2_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_location_3_fill:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_location_3_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_location_fill:before {
  content: "ï„";
  color: #09244b;
}

.mgc_location_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_lock_fill:before {
  content: "ï†";
  color: #09244b;
}

.mgc_lock_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_lollipop_fill:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_lollipop_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_look_down_fill:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_look_down_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_look_left_fill:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_look_left_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_look_right_fill:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_look_right_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_look_up_fill:before {
  content: "ï";
  color: #09244b;
}

.mgc_look_up_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_lotus_fill:before {
  content: "ï’";
  color: #09244b;
}

.mgc_lotus_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_love_fill:before {
  content: "ï”";
  color: #09244b;
}

.mgc_love_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_low_beam_headlights_fill:before {
  content: "ï–";
  color: #09244b;
}

.mgc_low_beam_headlights_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_low_temperature_fill:before {
  content: "ï˜";
  color: #09244b;
}

.mgc_low_temperature_line:before {
  content: "ï™";
  color: #09244b;
}

.mgc_luggage_fill:before {
  content: "ïš";
  color: #09244b;
}

.mgc_luggage_line:before {
  content: "ï›";
  color: #09244b;
}

.mgc_lungs_fill:before {
  content: "ïœ";
  color: #09244b;
}

.mgc_lungs_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_magic_1_fill:before {
  content: "ïž";
  color: #09244b;
}

.mgc_magic_1_line:before {
  content: "ïŸ";
  color: #09244b;
}

.mgc_magic_2_fill:before {
  content: "ï ";
  color: #09244b;
}

.mgc_magic_2_line:before {
  content: "ï¡";
  color: #09244b;
}

.mgc_magic_3_fill:before {
  content: "ï¢";
  color: #09244b;
}

.mgc_magic_3_line:before {
  content: "ï£";
  color: #09244b;
}

.mgc_magic_hat_2_fill:before {
  content: "ï¤";
  color: #09244b;
}

.mgc_magic_hat_2_line:before {
  content: "ï¥";
  color: #09244b;
}

.mgc_magic_hat_fill:before {
  content: "ï¦";
  color: #09244b;
}

.mgc_magic_hat_line:before {
  content: "ï§";
  color: #09244b;
}

.mgc_magnet_fill:before {
  content: "ï¨";
  color: #09244b;
}

.mgc_magnet_line:before {
  content: "ï©";
  color: #09244b;
}

.mgc_mail_ai_fill:before {
  content: "ïª";
  color: #09244b;
}

.mgc_mail_ai_line:before {
  content: "ï«";
  color: #09244b;
}

.mgc_mail_fill:before {
  content: "ï¬";
  color: #09244b;
}

.mgc_mail_line:before {
  content: "ï­";
  color: #09244b;
}

.mgc_mail_open_fill:before {
  content: "ï®";
  color: #09244b;
}

.mgc_mail_open_line:before {
  content: "ï¯";
  color: #09244b;
}

.mgc_mail_send_fill:before {
  content: "ï°";
  color: #09244b;
}

.mgc_mail_send_line:before {
  content: "ï±";
  color: #09244b;
}

.mgc_mailbox_fill:before {
  content: "ï²";
  color: #09244b;
}

.mgc_mailbox_line:before {
  content: "ï³";
  color: #09244b;
}

.mgc_male_fill:before {
  content: "ï´";
  color: #09244b;
}

.mgc_male_line:before {
  content: "ïµ";
  color: #09244b;
}

.mgc_map_2_fill:before {
  content: "ï¶";
  color: #09244b;
}

.mgc_map_2_line:before {
  content: "ï·";
  color: #09244b;
}

.mgc_map_fill:before {
  content: "ï¸";
  color: #09244b;
}

.mgc_map_line:before {
  content: "ï¹";
  color: #09244b;
}

.mgc_map_pin_fill:before {
  content: "ïº";
  color: #09244b;
}

.mgc_map_pin_line:before {
  content: "ï»";
  color: #09244b;
}

.mgc_maple_leaf_fill:before {
  content: "ï¼";
  color: #09244b;
}

.mgc_maple_leaf_line:before {
  content: "ï½";
  color: #09244b;
}

.mgc_marina_bay_sand_fill:before {
  content: "ï¾";
  color: #09244b;
}

.mgc_marina_bay_sand_line:before {
  content: "ï¿";
  color: #09244b;
}

.mgc_mark_pen_fill:before {
  content: "ï‚€";
  color: #09244b;
}

.mgc_mark_pen_line:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_markdown_fill:before {
  content: "ï‚‚";
  color: #09244b;
}

.mgc_markdown_line:before {
  content: "ï‚ƒ";
  color: #09244b;
}

.mgc_markup_fill:before {
  content: "ï‚„";
  color: #09244b;
}

.mgc_markup_line:before {
  content: "ï‚…";
  color: #09244b;
}

.mgc_mastercard_fill:before {
  content: "ï‚†";
  color: #09244b;
}

.mgc_mastercard_line:before {
  content: "ï‚‡";
  color: #09244b;
}

.mgc_mastodon_fill:before {
  content: "ï‚ˆ";
  color: #09244b;
}

.mgc_mastodon_line:before {
  content: "ï‚‰";
  color: #09244b;
}

.mgc_maya_pyramids_fill:before {
  content: "ï‚Š";
  color: #09244b;
}

.mgc_maya_pyramids_line:before {
  content: "ï‚‹";
  color: #09244b;
}

.mgc_mcp_fill:before {
  content: "ï‚Œ";
  color: #09244b;
}

.mgc_mcp_line:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_medal_fill:before {
  content: "ï‚Ž";
  color: #09244b;
}

.mgc_medal_line:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_medium_fill:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_medium_line:before {
  content: "ï‚‘";
  color: #09244b;
}

.mgc_meh_fill:before {
  content: "ï‚’";
  color: #09244b;
}

.mgc_meh_line:before {
  content: "ï‚“";
  color: #09244b;
}

.mgc_menu_fill:before {
  content: "ï‚”";
  color: #09244b;
}

.mgc_menu_line:before {
  content: "ï‚•";
  color: #09244b;
}

.mgc_message_1_ai_fill:before {
  content: "ï‚–";
  color: #09244b;
}

.mgc_message_1_ai_line:before {
  content: "ï‚—";
  color: #09244b;
}

.mgc_message_1_fill:before {
  content: "ï‚˜";
  color: #09244b;
}

.mgc_message_1_line:before {
  content: "ï‚™";
  color: #09244b;
}

.mgc_message_2_ai_fill:before {
  content: "ï‚š";
  color: #09244b;
}

.mgc_message_2_ai_line:before {
  content: "ï‚›";
  color: #09244b;
}

.mgc_message_2_fill:before {
  content: "ï‚œ";
  color: #09244b;
}

.mgc_message_2_line:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_message_3_ai_fill:before {
  content: "ï‚ž";
  color: #09244b;
}

.mgc_message_3_ai_line:before {
  content: "ï‚Ÿ";
  color: #09244b;
}

.mgc_message_3_fill:before {
  content: "ï‚ ";
  color: #09244b;
}

.mgc_message_3_line:before {
  content: "ï‚¡";
  color: #09244b;
}

.mgc_message_4_ai_fill:before {
  content: "ï‚¢";
  color: #09244b;
}

.mgc_message_4_ai_line:before {
  content: "ï‚£";
  color: #09244b;
}

.mgc_message_4_fill:before {
  content: "ï‚¤";
  color: #09244b;
}

.mgc_message_4_line:before {
  content: "ï‚¥";
  color: #09244b;
}

.mgc_messenger_fill:before {
  content: "ï‚¦";
  color: #09244b;
}

.mgc_messenger_line:before {
  content: "ï‚§";
  color: #09244b;
}

.mgc_meta_fill:before {
  content: "ï‚¨";
  color: #09244b;
}

.mgc_meta_line:before {
  content: "ï‚©";
  color: #09244b;
}

.mgc_mic_2_fill:before {
  content: "ï‚ª";
  color: #09244b;
}

.mgc_mic_2_line:before {
  content: "ï‚«";
  color: #09244b;
}

.mgc_mic_ai_fill:before {
  content: "ï‚¬";
  color: #09244b;
}

.mgc_mic_ai_line:before {
  content: "ï‚­";
  color: #09244b;
}

.mgc_mic_fill:before {
  content: "ï‚®";
  color: #09244b;
}

.mgc_mic_line:before {
  content: "ï‚¯";
  color: #09244b;
}

.mgc_mic_off_fill:before {
  content: "ï‚°";
  color: #09244b;
}

.mgc_mic_off_line:before {
  content: "ï‚±";
  color: #09244b;
}

.mgc_mickeymouse_fill:before {
  content: "ï‚²";
  color: #09244b;
}

.mgc_mickeymouse_line:before {
  content: "ï‚³";
  color: #09244b;
}

.mgc_microphone_fill:before {
  content: "ï‚´";
  color: #09244b;
}

.mgc_microphone_line:before {
  content: "ï‚µ";
  color: #09244b;
}

.mgc_microscope_fill:before {
  content: "ï‚¶";
  color: #09244b;
}

.mgc_microscope_line:before {
  content: "ï‚·";
  color: #09244b;
}

.mgc_middle_finger_fill:before {
  content: "ï‚¸";
  color: #09244b;
}

.mgc_middle_finger_line:before {
  content: "ï‚¹";
  color: #09244b;
}

.mgc_midi_fill:before {
  content: "ï‚º";
  color: #09244b;
}

.mgc_midi_line:before {
  content: "ï‚»";
  color: #09244b;
}

.mgc_mind_map_fill:before {
  content: "ï‚¼";
  color: #09244b;
}

.mgc_mind_map_line:before {
  content: "ï‚½";
  color: #09244b;
}

.mgc_mingcute_fill:before {
  content: "ï‚¾";
  color: #09244b;
}

.mgc_mingcute_line:before {
  content: "ï‚¿";
  color: #09244b;
}

.mgc_minimize_fill:before {
  content: "ïƒ€";
  color: #09244b;
}

.mgc_minimize_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_miniplayer_fill:before {
  content: "ïƒ‚";
  color: #09244b;
}

.mgc_miniplayer_line:before {
  content: "ïƒƒ";
  color: #09244b;
}

.mgc_minus_circle_dash_fill:before {
  content: "ïƒ„";
  color: #09244b;
}

.mgc_minus_circle_dash_line:before {
  content: "ïƒ…";
  color: #09244b;
}

.mgc_minus_circle_fill:before {
  content: "ïƒ†";
  color: #09244b;
}

.mgc_minus_circle_line:before {
  content: "ïƒ‡";
  color: #09244b;
}

.mgc_minus_square_fill:before {
  content: "ïƒˆ";
  color: #09244b;
}

.mgc_minus_square_line:before {
  content: "ïƒ‰";
  color: #09244b;
}

.mgc_mirror_fill:before {
  content: "ïƒŠ";
  color: #09244b;
}

.mgc_mirror_line:before {
  content: "ïƒ‹";
  color: #09244b;
}

.mgc_misskey_fill:before {
  content: "ïƒŒ";
  color: #09244b;
}

.mgc_misskey_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_miyajima_torii_fill:before {
  content: "ïƒŽ";
  color: #09244b;
}

.mgc_miyajima_torii_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_moai_fill:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_moai_line:before {
  content: "ïƒ‘";
  color: #09244b;
}

.mgc_moderate_snow_fill:before {
  content: "ïƒ’";
  color: #09244b;
}

.mgc_moderate_snow_line:before {
  content: "ïƒ“";
  color: #09244b;
}

.mgc_moment_fill:before {
  content: "ïƒ”";
  color: #09244b;
}

.mgc_moment_line:before {
  content: "ïƒ•";
  color: #09244b;
}

.mgc_monero_fill:before {
  content: "ïƒ–";
  color: #09244b;
}

.mgc_monero_line:before {
  content: "ïƒ—";
  color: #09244b;
}

.mgc_monitor_fill:before {
  content: "ïƒ˜";
  color: #09244b;
}

.mgc_monitor_line:before {
  content: "ïƒ™";
  color: #09244b;
}

.mgc_monument_fill:before {
  content: "ïƒš";
  color: #09244b;
}

.mgc_monument_line:before {
  content: "ïƒ›";
  color: #09244b;
}

.mgc_moon_cloudy_fill:before {
  content: "ïƒœ";
  color: #09244b;
}

.mgc_moon_cloudy_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_moon_fill:before {
  content: "ïƒž";
  color: #09244b;
}

.mgc_moon_fog_fill:before {
  content: "ïƒŸ";
  color: #09244b;
}

.mgc_moon_fog_line:before {
  content: "ïƒ ";
  color: #09244b;
}

.mgc_moon_line:before {
  content: "ïƒ¡";
  color: #09244b;
}

.mgc_moon_stars_fill:before {
  content: "ïƒ¢";
  color: #09244b;
}

.mgc_moon_stars_line:before {
  content: "ïƒ£";
  color: #09244b;
}

.mgc_moonlight_fill:before {
  content: "ïƒ¤";
  color: #09244b;
}

.mgc_moonlight_line:before {
  content: "ïƒ¥";
  color: #09244b;
}

.mgc_more_1_fill:before {
  content: "ïƒ¦";
  color: #09244b;
}

.mgc_more_1_line:before {
  content: "ïƒ§";
  color: #09244b;
}

.mgc_more_2_fill:before {
  content: "ïƒ¨";
  color: #09244b;
}

.mgc_more_2_line:before {
  content: "ïƒ©";
  color: #09244b;
}

.mgc_more_3_fill:before {
  content: "ïƒª";
  color: #09244b;
}

.mgc_more_3_line:before {
  content: "ïƒ«";
  color: #09244b;
}

.mgc_more_4_fill:before {
  content: "ïƒ¬";
  color: #09244b;
}

.mgc_more_4_line:before {
  content: "ïƒ­";
  color: #09244b;
}

.mgc_mortarboard_fill:before {
  content: "ïƒ®";
  color: #09244b;
}

.mgc_mortarboard_line:before {
  content: "ïƒ¯";
  color: #09244b;
}

.mgc_mosaic_fill:before {
  content: "ïƒ°";
  color: #09244b;
}

.mgc_mosaic_line:before {
  content: "ïƒ±";
  color: #09244b;
}

.mgc_mountain_2_fill:before {
  content: "ïƒ²";
  color: #09244b;
}

.mgc_mountain_2_line:before {
  content: "ïƒ³";
  color: #09244b;
}

.mgc_mountain_fill:before {
  content: "ïƒ´";
  color: #09244b;
}

.mgc_mountain_line:before {
  content: "ïƒµ";
  color: #09244b;
}

.mgc_mouse_fill:before {
  content: "ïƒ¶";
  color: #09244b;
}

.mgc_mouse_line:before {
  content: "ïƒ·";
  color: #09244b;
}

.mgc_mouth_fill:before {
  content: "ïƒ¸";
  color: #09244b;
}

.mgc_mouth_line:before {
  content: "ïƒ¹";
  color: #09244b;
}

.mgc_move_fill:before {
  content: "ïƒº";
  color: #09244b;
}

.mgc_move_line:before {
  content: "ïƒ»";
  color: #09244b;
}

.mgc_movie_fill:before {
  content: "ïƒ¼";
  color: #09244b;
}

.mgc_movie_line:before {
  content: "ïƒ½";
  color: #09244b;
}

.mgc_mqtt_fill:before {
  content: "ïƒ¾";
  color: #09244b;
}

.mgc_mqtt_line:before {
  content: "ïƒ¿";
  color: #09244b;
}

.mgc_multiselect_fill:before {
  content: "ï„€";
  color: #09244b;
}

.mgc_multiselect_line:before {
  content: "ï„";
  color: #09244b;
}

.mgc_mushroom_fill:before {
  content: "ï„‚";
  color: #09244b;
}

.mgc_mushroom_line:before {
  content: "ï„ƒ";
  color: #09244b;
}

.mgc_music_2_ai_fill:before {
  content: "ï„„";
  color: #09244b;
}

.mgc_music_2_ai_line:before {
  content: "ï„…";
  color: #09244b;
}

.mgc_music_2_fill:before {
  content: "ï„†";
  color: #09244b;
}

.mgc_music_2_line:before {
  content: "ï„‡";
  color: #09244b;
}

.mgc_music_3_fill:before {
  content: "ï„ˆ";
  color: #09244b;
}

.mgc_music_3_line:before {
  content: "ï„‰";
  color: #09244b;
}

.mgc_music_fill:before {
  content: "ï„Š";
  color: #09244b;
}

.mgc_music_line:before {
  content: "ï„‹";
  color: #09244b;
}

.mgc_na_fill:before {
  content: "ï„Œ";
  color: #09244b;
}

.mgc_na_line:before {
  content: "ï„";
  color: #09244b;
}

.mgc_navigation_fill:before {
  content: "ï„Ž";
  color: #09244b;
}

.mgc_navigation_line:before {
  content: "ï„";
  color: #09244b;
}

.mgc_necktie_fill:before {
  content: "ï„";
  color: #09244b;
}

.mgc_necktie_line:before {
  content: "ï„‘";
  color: #09244b;
}

.mgc_netease_music_fill:before {
  content: "ï„’";
  color: #09244b;
}

.mgc_netease_music_line:before {
  content: "ï„“";
  color: #09244b;
}

.mgc_new_folder_fill:before {
  content: "ï„”";
  color: #09244b;
}

.mgc_new_folder_line:before {
  content: "ï„•";
  color: #09244b;
}

.mgc_newdot_fill:before {
  content: "ï„–";
  color: #09244b;
}

.mgc_newdot_line:before {
  content: "ï„—";
  color: #09244b;
}

.mgc_news_2_fill:before {
  content: "ï„˜";
  color: #09244b;
}

.mgc_news_2_line:before {
  content: "ï„™";
  color: #09244b;
}

.mgc_news_fill:before {
  content: "ï„š";
  color: #09244b;
}

.mgc_news_line:before {
  content: "ï„›";
  color: #09244b;
}

.mgc_nfc_fill:before {
  content: "ï„œ";
  color: #09244b;
}

.mgc_nfc_line:before {
  content: "ï„";
  color: #09244b;
}

.mgc_nintendo_switch_fill:before {
  content: "ï„ž";
  color: #09244b;
}

.mgc_nintendo_switch_line:before {
  content: "ï„Ÿ";
  color: #09244b;
}

.mgc_nose_fill:before {
  content: "ï„ ";
  color: #09244b;
}

.mgc_nose_line:before {
  content: "ï„¡";
  color: #09244b;
}

.mgc_notebook_2_fill:before {
  content: "ï„¢";
  color: #09244b;
}

.mgc_notebook_2_line:before {
  content: "ï„£";
  color: #09244b;
}

.mgc_notebook_fill:before {
  content: "ï„¤";
  color: #09244b;
}

.mgc_notebook_line:before {
  content: "ï„¥";
  color: #09244b;
}

.mgc_notification_fill:before {
  content: "ï„¦";
  color: #09244b;
}

.mgc_notification_line:before {
  content: "ï„§";
  color: #09244b;
}

.mgc_notification_newdot_fill:before {
  content: "ï„¨";
  color: #09244b;
}

.mgc_notification_newdot_line:before {
  content: "ï„©";
  color: #09244b;
}

.mgc_notification_off_fill:before {
  content: "ï„ª";
  color: #09244b;
}

.mgc_notification_off_line:before {
  content: "ï„«";
  color: #09244b;
}

.mgc_notion_fill:before {
  content: "ï„¬";
  color: #09244b;
}

.mgc_notion_line:before {
  content: "ï„­";
  color: #09244b;
}

.mgc_numbers_09_sort_ascending_fill:before {
  content: "ï„®";
  color: #09244b;
}

.mgc_numbers_09_sort_ascending_line:before {
  content: "ï„¯";
  color: #09244b;
}

.mgc_numbers_09_sort_descending_fill:before {
  content: "ï„°";
  color: #09244b;
}

.mgc_numbers_09_sort_descending_line:before {
  content: "ï„±";
  color: #09244b;
}

.mgc_numbers_90_sort_ascending_fill:before {
  content: "ï„²";
  color: #09244b;
}

.mgc_numbers_90_sort_ascending_line:before {
  content: "ï„³";
  color: #09244b;
}

.mgc_numbers_90_sort_descending_fill:before {
  content: "ï„´";
  color: #09244b;
}

.mgc_numbers_90_sort_descending_line:before {
  content: "ï„µ";
  color: #09244b;
}

.mgc_nurse_fill:before {
  content: "ï„¶";
  color: #09244b;
}

.mgc_nurse_line:before {
  content: "ï„·";
  color: #09244b;
}

.mgc_octagon_fill:before {
  content: "ï„¸";
  color: #09244b;
}

.mgc_octagon_line:before {
  content: "ï„¹";
  color: #09244b;
}

.mgc_oil_fill:before {
  content: "ï„º";
  color: #09244b;
}

.mgc_oil_line:before {
  content: "ï„»";
  color: #09244b;
}

.mgc_omega_fill:before {
  content: "ï„¼";
  color: #09244b;
}

.mgc_omega_line:before {
  content: "ï„½";
  color: #09244b;
}

.mgc_omg_fill:before {
  content: "ï„¾";
  color: #09244b;
}

.mgc_omg_line:before {
  content: "ï„¿";
  color: #09244b;
}

.mgc_open_door_fill:before {
  content: "ï…€";
  color: #09244b;
}

.mgc_open_door_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_openai_fill:before {
  content: "ï…‚";
  color: #09244b;
}

.mgc_openai_line:before {
  content: "ï…ƒ";
  color: #09244b;
}

.mgc_package_2_fill:before {
  content: "ï…„";
  color: #09244b;
}

.mgc_package_2_line:before {
  content: "ï……";
  color: #09244b;
}

.mgc_package_fill:before {
  content: "ï…†";
  color: #09244b;
}

.mgc_package_line:before {
  content: "ï…‡";
  color: #09244b;
}

.mgc_pad_fill:before {
  content: "ï…ˆ";
  color: #09244b;
}

.mgc_pad_line:before {
  content: "ï…‰";
  color: #09244b;
}

.mgc_paint_2_fill:before {
  content: "ï…Š";
  color: #09244b;
}

.mgc_paint_2_line:before {
  content: "ï…‹";
  color: #09244b;
}

.mgc_paint_brush_ai_fill:before {
  content: "ï…Œ";
  color: #09244b;
}

.mgc_paint_brush_ai_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_paint_brush_fill:before {
  content: "ï…Ž";
  color: #09244b;
}

.mgc_paint_brush_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_paint_fill:before {
  content: "ï…";
  color: #09244b;
}

.mgc_paint_line:before {
  content: "ï…‘";
  color: #09244b;
}

.mgc_palace_fill:before {
  content: "ï…’";
  color: #09244b;
}

.mgc_palace_line:before {
  content: "ï…“";
  color: #09244b;
}

.mgc_palette_2_fill:before {
  content: "ï…”";
  color: #09244b;
}

.mgc_palette_2_line:before {
  content: "ï…•";
  color: #09244b;
}

.mgc_palette_3_fill:before {
  content: "ï…–";
  color: #09244b;
}

.mgc_palette_3_line:before {
  content: "ï…—";
  color: #09244b;
}

.mgc_palette_fill:before {
  content: "ï…˜";
  color: #09244b;
}

.mgc_palette_line:before {
  content: "ï…™";
  color: #09244b;
}

.mgc_panoramas_fill:before {
  content: "ï…š";
  color: #09244b;
}

.mgc_panoramas_line:before {
  content: "ï…›";
  color: #09244b;
}

.mgc_paper_2_fill:before {
  content: "ï…œ";
  color: #09244b;
}

.mgc_paper_2_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_paper_fill:before {
  content: "ï…ž";
  color: #09244b;
}

.mgc_paper_line:before {
  content: "ï…Ÿ";
  color: #09244b;
}

.mgc_parachute_fill:before {
  content: "ï… ";
  color: #09244b;
}

.mgc_parachute_line:before {
  content: "ï…¡";
  color: #09244b;
}

.mgc_paragraph_fill:before {
  content: "ï…¢";
  color: #09244b;
}

.mgc_paragraph_line:before {
  content: "ï…£";
  color: #09244b;
}

.mgc_parentheses_fill:before {
  content: "ï…¤";
  color: #09244b;
}

.mgc_parentheses_line:before {
  content: "ï…¥";
  color: #09244b;
}

.mgc_parfum_fill:before {
  content: "ï…¦";
  color: #09244b;
}

.mgc_parfum_line:before {
  content: "ï…§";
  color: #09244b;
}

.mgc_park_fill:before {
  content: "ï…¨";
  color: #09244b;
}

.mgc_park_line:before {
  content: "ï…©";
  color: #09244b;
}

.mgc_parking_fill:before {
  content: "ï…ª";
  color: #09244b;
}

.mgc_parking_lights_fill:before {
  content: "ï…«";
  color: #09244b;
}

.mgc_parking_lights_line:before {
  content: "ï…¬";
  color: #09244b;
}

.mgc_parking_line:before {
  content: "ï…­";
  color: #09244b;
}

.mgc_partly_cloud_daytime_fill:before {
  content: "ï…®";
  color: #09244b;
}

.mgc_partly_cloud_daytime_line:before {
  content: "ï…¯";
  color: #09244b;
}

.mgc_partly_cloud_night_fill:before {
  content: "ï…°";
  color: #09244b;
}

.mgc_partly_cloud_night_line:before {
  content: "ï…±";
  color: #09244b;
}

.mgc_passport_fill:before {
  content: "ï…²";
  color: #09244b;
}

.mgc_passport_line:before {
  content: "ï…³";
  color: #09244b;
}

.mgc_paste_fill:before {
  content: "ï…´";
  color: #09244b;
}

.mgc_paste_line:before {
  content: "ï…µ";
  color: #09244b;
}

.mgc_paster_fill:before {
  content: "ï…¶";
  color: #09244b;
}

.mgc_paster_line:before {
  content: "ï…·";
  color: #09244b;
}

.mgc_pause_circle_fill:before {
  content: "ï…¸";
  color: #09244b;
}

.mgc_pause_circle_line:before {
  content: "ï…¹";
  color: #09244b;
}

.mgc_pause_fill:before {
  content: "ï…º";
  color: #09244b;
}

.mgc_pause_line:before {
  content: "ï…»";
  color: #09244b;
}

.mgc_pavilion_fill:before {
  content: "ï…¼";
  color: #09244b;
}

.mgc_pavilion_line:before {
  content: "ï…½";
  color: #09244b;
}

.mgc_paw_fill:before {
  content: "ï…¾";
  color: #09244b;
}

.mgc_paw_line:before {
  content: "ï…¿";
  color: #09244b;
}

.mgc_paypal_fill:before {
  content: "ï†€";
  color: #09244b;
}

.mgc_paypal_line:before {
  content: "ï†";
  color: #09244b;
}

.mgc_pdf_fill:before {
  content: "ï†‚";
  color: #09244b;
}

.mgc_pdf_line:before {
  content: "ï†ƒ";
  color: #09244b;
}

.mgc_pen_2_ai_fill:before {
  content: "ï†„";
  color: #09244b;
}

.mgc_pen_2_ai_line:before {
  content: "ï†…";
  color: #09244b;
}

.mgc_pen_2_fill:before {
  content: "ï††";
  color: #09244b;
}

.mgc_pen_2_line:before {
  content: "ï†‡";
  color: #09244b;
}

.mgc_pen_ai_fill:before {
  content: "ï†ˆ";
  color: #09244b;
}

.mgc_pen_ai_line:before {
  content: "ï†‰";
  color: #09244b;
}

.mgc_pen_fill:before {
  content: "ï†Š";
  color: #09244b;
}

.mgc_pen_line:before {
  content: "ï†‹";
  color: #09244b;
}

.mgc_pencil_2_ai_fill:before {
  content: "ï†Œ";
  color: #09244b;
}

.mgc_pencil_2_ai_line:before {
  content: "ï†";
  color: #09244b;
}

.mgc_pencil_2_fill:before {
  content: "ï†Ž";
  color: #09244b;
}

.mgc_pencil_2_line:before {
  content: "ï†";
  color: #09244b;
}

.mgc_pencil_3_ai_fill:before {
  content: "ï†";
  color: #09244b;
}

.mgc_pencil_3_ai_line:before {
  content: "ï†‘";
  color: #09244b;
}

.mgc_pencil_3_fill:before {
  content: "ï†’";
  color: #09244b;
}

.mgc_pencil_3_line:before {
  content: "ï†“";
  color: #09244b;
}

.mgc_pencil_ai_fill:before {
  content: "ï†”";
  color: #09244b;
}

.mgc_pencil_ai_line:before {
  content: "ï†•";
  color: #09244b;
}

.mgc_pencil_fill:before {
  content: "ï†–";
  color: #09244b;
}

.mgc_pencil_line:before {
  content: "ï†—";
  color: #09244b;
}

.mgc_pencil_ruler_fill:before {
  content: "ï†˜";
  color: #09244b;
}

.mgc_pencil_ruler_line:before {
  content: "ï†™";
  color: #09244b;
}

.mgc_pentagon_fill:before {
  content: "ï†š";
  color: #09244b;
}

.mgc_pentagon_line:before {
  content: "ï†›";
  color: #09244b;
}

.mgc_percentage_fill:before {
  content: "ï†œ";
  color: #09244b;
}

.mgc_percentage_line:before {
  content: "ï†";
  color: #09244b;
}

.mgc_performance_fill:before {
  content: "ï†ž";
  color: #09244b;
}

.mgc_performance_line:before {
  content: "ï†Ÿ";
  color: #09244b;
}

.mgc_perplexity_fill:before {
  content: "ï† ";
  color: #09244b;
}

.mgc_perplexity_line:before {
  content: "ï†¡";
  color: #09244b;
}

.mgc_phone_add_fill:before {
  content: "ï†¢";
  color: #09244b;
}

.mgc_phone_add_line:before {
  content: "ï†£";
  color: #09244b;
}

.mgc_phone_block_fill:before {
  content: "ï†¤";
  color: #09244b;
}

.mgc_phone_block_line:before {
  content: "ï†¥";
  color: #09244b;
}

.mgc_phone_call_fill:before {
  content: "ï†¦";
  color: #09244b;
}

.mgc_phone_call_line:before {
  content: "ï†§";
  color: #09244b;
}

.mgc_phone_fill:before {
  content: "ï†¨";
  color: #09244b;
}

.mgc_phone_incoming_fill:before {
  content: "ï†©";
  color: #09244b;
}

.mgc_phone_incoming_line:before {
  content: "ï†ª";
  color: #09244b;
}

.mgc_phone_line:before {
  content: "ï†«";
  color: #09244b;
}

.mgc_phone_off_fill:before {
  content: "ï†¬";
  color: #09244b;
}

.mgc_phone_off_line:before {
  content: "ï†­";
  color: #09244b;
}

.mgc_phone_outgoing_fill:before {
  content: "ï†®";
  color: #09244b;
}

.mgc_phone_outgoing_line:before {
  content: "ï†¯";
  color: #09244b;
}

.mgc_phone_success_fill:before {
  content: "ï†°";
  color: #09244b;
}

.mgc_phone_success_line:before {
  content: "ï†±";
  color: #09244b;
}

.mgc_photo_album_2_fill:before {
  content: "ï†²";
  color: #09244b;
}

.mgc_photo_album_2_line:before {
  content: "ï†³";
  color: #09244b;
}

.mgc_photo_album_fill:before {
  content: "ï†´";
  color: #09244b;
}

.mgc_photo_album_line:before {
  content: "ï†µ";
  color: #09244b;
}

.mgc_pic_2_fill:before {
  content: "ï†¶";
  color: #09244b;
}

.mgc_pic_2_line:before {
  content: "ï†·";
  color: #09244b;
}

.mgc_pic_ai_fill:before {
  content: "ï†¸";
  color: #09244b;
}

.mgc_pic_ai_line:before {
  content: "ï†¹";
  color: #09244b;
}

.mgc_pic_fill:before {
  content: "ï†º";
  color: #09244b;
}

.mgc_pic_line:before {
  content: "ï†»";
  color: #09244b;
}

.mgc_pickax_fill:before {
  content: "ï†¼";
  color: #09244b;
}

.mgc_pickax_line:before {
  content: "ï†½";
  color: #09244b;
}

.mgc_pig_fill:before {
  content: "ï†¾";
  color: #09244b;
}

.mgc_pig_line:before {
  content: "ï†¿";
  color: #09244b;
}

.mgc_pig_money_fill:before {
  content: "ï‡€";
  color: #09244b;
}

.mgc_pig_money_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_pin_2_fill:before {
  content: "ï‡‚";
  color: #09244b;
}

.mgc_pin_2_line:before {
  content: "ï‡ƒ";
  color: #09244b;
}

.mgc_pin_fill:before {
  content: "ï‡„";
  color: #09244b;
}

.mgc_pin_line:before {
  content: "ï‡…";
  color: #09244b;
}

.mgc_pingpong_fill:before {
  content: "ï‡†";
  color: #09244b;
}

.mgc_pingpong_line:before {
  content: "ï‡‡";
  color: #09244b;
}

.mgc_pinterest_fill:before {
  content: "ï‡ˆ";
  color: #09244b;
}

.mgc_pinterest_line:before {
  content: "ï‡‰";
  color: #09244b;
}

.mgc_pinwheel_2_fill:before {
  content: "ï‡Š";
  color: #09244b;
}

.mgc_pinwheel_2_line:before {
  content: "ï‡‹";
  color: #09244b;
}

.mgc_pinwheel_fill:before {
  content: "ï‡Œ";
  color: #09244b;
}

.mgc_pinwheel_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_pisa_tower_fill:before {
  content: "ï‡Ž";
  color: #09244b;
}

.mgc_pisa_tower_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_Pisces_fill:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_Pisces_line:before {
  content: "ï‡‘";
  color: #09244b;
}

.mgc_pizza_fill:before {
  content: "ï‡’";
  color: #09244b;
}

.mgc_pizza_line:before {
  content: "ï‡“";
  color: #09244b;
}

.mgc_planet_fill:before {
  content: "ï‡”";
  color: #09244b;
}

.mgc_planet_line:before {
  content: "ï‡•";
  color: #09244b;
}

.mgc_play_circle_fill:before {
  content: "ï‡–";
  color: #09244b;
}

.mgc_play_circle_line:before {
  content: "ï‡—";
  color: #09244b;
}

.mgc_play_fill:before {
  content: "ï‡˜";
  color: #09244b;
}

.mgc_play_football_fill:before {
  content: "ï‡™";
  color: #09244b;
}

.mgc_play_football_line:before {
  content: "ï‡š";
  color: #09244b;
}

.mgc_play_line:before {
  content: "ï‡›";
  color: #09244b;
}

.mgc_playground_fill:before {
  content: "ï‡œ";
  color: #09244b;
}

.mgc_playground_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_playlist_2_fill:before {
  content: "ï‡ž";
  color: #09244b;
}

.mgc_playlist_2_line:before {
  content: "ï‡Ÿ";
  color: #09244b;
}

.mgc_playlist_fill:before {
  content: "ï‡ ";
  color: #09244b;
}

.mgc_playlist_line:before {
  content: "ï‡¡";
  color: #09244b;
}

.mgc_plugin_2_fill:before {
  content: "ï‡¢";
  color: #09244b;
}

.mgc_plugin_2_line:before {
  content: "ï‡£";
  color: #09244b;
}

.mgc_plugin_fill:before {
  content: "ï‡¤";
  color: #09244b;
}

.mgc_plugin_line:before {
  content: "ï‡¥";
  color: #09244b;
}

.mgc_plus_fill:before {
  content: "ï‡¦";
  color: #09244b;
}

.mgc_plus_line:before {
  content: "ï‡§";
  color: #09244b;
}

.mgc_polkadot_DOT_fill:before {
  content: "ï‡¨";
  color: #09244b;
}

.mgc_polkadot_DOT_line:before {
  content: "ï‡©";
  color: #09244b;
}

.mgc_polygon_fill:before {
  content: "ï‡ª";
  color: #09244b;
}

.mgc_polygon_line:before {
  content: "ï‡«";
  color: #09244b;
}

.mgc_pot_fill:before {
  content: "ï‡¬";
  color: #09244b;
}

.mgc_pot_line:before {
  content: "ï‡­";
  color: #09244b;
}

.mgc_power_fill:before {
  content: "ï‡®";
  color: #09244b;
}

.mgc_power_line:before {
  content: "ï‡¯";
  color: #09244b;
}

.mgc_ppt_fill:before {
  content: "ï‡°";
  color: #09244b;
}

.mgc_ppt_line:before {
  content: "ï‡±";
  color: #09244b;
}

.mgc_pray_fill:before {
  content: "ï‡²";
  color: #09244b;
}

.mgc_pray_line:before {
  content: "ï‡³";
  color: #09244b;
}

.mgc_prescription_fill:before {
  content: "ï‡´";
  color: #09244b;
}

.mgc_prescription_line:before {
  content: "ï‡µ";
  color: #09244b;
}

.mgc_presentation_1_fill:before {
  content: "ï‡¶";
  color: #09244b;
}

.mgc_presentation_1_line:before {
  content: "ï‡·";
  color: #09244b;
}

.mgc_presentation_2_fill:before {
  content: "ï‡¸";
  color: #09244b;
}

.mgc_presentation_2_line:before {
  content: "ï‡¹";
  color: #09244b;
}

.mgc_presentation_3_fill:before {
  content: "ï‡º";
  color: #09244b;
}

.mgc_presentation_3_line:before {
  content: "ï‡»";
  color: #09244b;
}

.mgc_print_fill:before {
  content: "ï‡¼";
  color: #09244b;
}

.mgc_print_line:before {
  content: "ï‡½";
  color: #09244b;
}

.mgc_process_fill:before {
  content: "ï‡¾";
  color: #09244b;
}

.mgc_process_line:before {
  content: "ï‡¿";
  color: #09244b;
}

.mgc_profile_fill:before {
  content: "ïˆ€";
  color: #09244b;
}

.mgc_profile_line:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_projector_fill:before {
  content: "ïˆ‚";
  color: #09244b;
}

.mgc_projector_line:before {
  content: "ïˆƒ";
  color: #09244b;
}

.mgc_projector_screen_fill:before {
  content: "ïˆ„";
  color: #09244b;
}

.mgc_projector_screen_line:before {
  content: "ïˆ…";
  color: #09244b;
}

.mgc_pumpkin_fill:before {
  content: "ïˆ†";
  color: #09244b;
}

.mgc_pumpkin_lantern_fill:before {
  content: "ïˆ‡";
  color: #09244b;
}

.mgc_pumpkin_lantern_line:before {
  content: "ïˆˆ";
  color: #09244b;
}

.mgc_pumpkin_line:before {
  content: "ïˆ‰";
  color: #09244b;
}

.mgc_puzzled_fill:before {
  content: "ïˆŠ";
  color: #09244b;
}

.mgc_puzzled_line:before {
  content: "ïˆ‹";
  color: #09244b;
}

.mgc_qq_fill:before {
  content: "ïˆŒ";
  color: #09244b;
}

.mgc_qq_line:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_qrcode_2_fill:before {
  content: "ïˆŽ";
  color: #09244b;
}

.mgc_qrcode_2_line:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_qrcode_fill:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_qrcode_line:before {
  content: "ïˆ‘";
  color: #09244b;
}

.mgc_quarter_circle_dash_fill:before {
  content: "ïˆ’";
  color: #09244b;
}

.mgc_quarter_circle_dash_line:before {
  content: "ïˆ“";
  color: #09244b;
}

.mgc_question_2_fill:before {
  content: "ïˆ”";
  color: #09244b;
}

.mgc_question_2_line:before {
  content: "ïˆ•";
  color: #09244b;
}

.mgc_question_fill:before {
  content: "ïˆ–";
  color: #09244b;
}

.mgc_question_line:before {
  content: "ïˆ—";
  color: #09244b;
}

.mgc_quill_pen_ai_fill:before {
  content: "ïˆ˜";
  color: #09244b;
}

.mgc_quill_pen_ai_line:before {
  content: "ïˆ™";
  color: #09244b;
}

.mgc_quill_pen_fill:before {
  content: "ïˆš";
  color: #09244b;
}

.mgc_quill_pen_line:before {
  content: "ïˆ›";
  color: #09244b;
}

.mgc_quote_left_fill:before {
  content: "ïˆœ";
  color: #09244b;
}

.mgc_quote_left_line:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_quote_right_fill:before {
  content: "ïˆž";
  color: #09244b;
}

.mgc_quote_right_line:before {
  content: "ïˆŸ";
  color: #09244b;
}

.mgc_rabbit_fill:before {
  content: "ïˆ ";
  color: #09244b;
}

.mgc_rabbit_line:before {
  content: "ïˆ¡";
  color: #09244b;
}

.mgc_radar_2_fill:before {
  content: "ïˆ¢";
  color: #09244b;
}

.mgc_radar_2_line:before {
  content: "ïˆ£";
  color: #09244b;
}

.mgc_radar_fill:before {
  content: "ïˆ¤";
  color: #09244b;
}

.mgc_radar_line:before {
  content: "ïˆ¥";
  color: #09244b;
}

.mgc_radio_fill:before {
  content: "ïˆ¦";
  color: #09244b;
}

.mgc_radio_line:before {
  content: "ïˆ§";
  color: #09244b;
}

.mgc_radiobox_fill:before {
  content: "ïˆ¨";
  color: #09244b;
}

.mgc_radiobox_line:before {
  content: "ïˆ©";
  color: #09244b;
}

.mgc_rain_fill:before {
  content: "ïˆª";
  color: #09244b;
}

.mgc_rain_line:before {
  content: "ïˆ«";
  color: #09244b;
}

.mgc_rainbow_fill:before {
  content: "ïˆ¬";
  color: #09244b;
}

.mgc_rainbow_line:before {
  content: "ïˆ­";
  color: #09244b;
}

.mgc_rainstorm_fill:before {
  content: "ïˆ®";
  color: #09244b;
}

.mgc_rainstorm_line:before {
  content: "ïˆ¯";
  color: #09244b;
}

.mgc_rake_fill:before {
  content: "ïˆ°";
  color: #09244b;
}

.mgc_rake_line:before {
  content: "ïˆ±";
  color: #09244b;
}

.mgc_random_fill:before {
  content: "ïˆ²";
  color: #09244b;
}

.mgc_random_line:before {
  content: "ïˆ³";
  color: #09244b;
}

.mgc_rare_fog_lights_fill:before {
  content: "ïˆ´";
  color: #09244b;
}

.mgc_rare_fog_lights_line:before {
  content: "ïˆµ";
  color: #09244b;
}

.mgc_react_fill:before {
  content: "ïˆ¶";
  color: #09244b;
}

.mgc_react_line:before {
  content: "ïˆ·";
  color: #09244b;
}

.mgc_rear_windshield_defroster_fill:before {
  content: "ïˆ¸";
  color: #09244b;
}

.mgc_rear_windshield_defroster_line:before {
  content: "ïˆ¹";
  color: #09244b;
}

.mgc_receive_money_fill:before {
  content: "ïˆº";
  color: #09244b;
}

.mgc_receive_money_line:before {
  content: "ïˆ»";
  color: #09244b;
}

.mgc_record_mail_fill:before {
  content: "ïˆ¼";
  color: #09244b;
}

.mgc_record_mail_line:before {
  content: "ïˆ½";
  color: #09244b;
}

.mgc_rectangle_fill:before {
  content: "ïˆ¾";
  color: #09244b;
}

.mgc_rectangle_line:before {
  content: "ïˆ¿";
  color: #09244b;
}

.mgc_rectangle_vertical_fill:before {
  content: "ï‰€";
  color: #09244b;
}

.mgc_rectangle_vertical_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_recycle_fill:before {
  content: "ï‰‚";
  color: #09244b;
}

.mgc_recycle_line:before {
  content: "ï‰ƒ";
  color: #09244b;
}

.mgc_red_packet_fill:before {
  content: "ï‰„";
  color: #09244b;
}

.mgc_red_packet_line:before {
  content: "ï‰…";
  color: #09244b;
}

.mgc_red_packet_open_fill:before {
  content: "ï‰†";
  color: #09244b;
}

.mgc_red_packet_open_line:before {
  content: "ï‰‡";
  color: #09244b;
}

.mgc_reddit_fill:before {
  content: "ï‰ˆ";
  color: #09244b;
}

.mgc_reddit_line:before {
  content: "ï‰‰";
  color: #09244b;
}

.mgc_refresh_1_fill:before {
  content: "ï‰Š";
  color: #09244b;
}

.mgc_refresh_1_line:before {
  content: "ï‰‹";
  color: #09244b;
}

.mgc_refresh_2_fill:before {
  content: "ï‰Œ";
  color: #09244b;
}

.mgc_refresh_2_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_refresh_3_fill:before {
  content: "ï‰Ž";
  color: #09244b;
}

.mgc_refresh_3_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_refresh_4_ai_fill:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_refresh_4_ai_line:before {
  content: "ï‰‘";
  color: #09244b;
}

.mgc_refresh_4_fill:before {
  content: "ï‰’";
  color: #09244b;
}

.mgc_refresh_4_line:before {
  content: "ï‰“";
  color: #09244b;
}

.mgc_refresh_anticlockwise_1_fill:before {
  content: "ï‰”";
  color: #09244b;
}

.mgc_refresh_anticlockwise_1_line:before {
  content: "ï‰•";
  color: #09244b;
}

.mgc_refund_cny_fill:before {
  content: "ï‰–";
  color: #09244b;
}

.mgc_refund_cny_line:before {
  content: "ï‰—";
  color: #09244b;
}

.mgc_refund_dollar_fill:before {
  content: "ï‰˜";
  color: #09244b;
}

.mgc_refund_dollar_line:before {
  content: "ï‰™";
  color: #09244b;
}

.mgc_registered_fill:before {
  content: "ï‰š";
  color: #09244b;
}

.mgc_registered_line:before {
  content: "ï‰›";
  color: #09244b;
}

.mgc_remote_control_fill:before {
  content: "ï‰œ";
  color: #09244b;
}

.mgc_remote_control_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_remote_fill:before {
  content: "ï‰ž";
  color: #09244b;
}

.mgc_remote_line:before {
  content: "ï‰Ÿ";
  color: #09244b;
}

.mgc_repeat_fill:before {
  content: "ï‰ ";
  color: #09244b;
}

.mgc_repeat_line:before {
  content: "ï‰¡";
  color: #09244b;
}

.mgc_repeat_one_fill:before {
  content: "ï‰¢";
  color: #09244b;
}

.mgc_repeat_one_line:before {
  content: "ï‰£";
  color: #09244b;
}

.mgc_report_fill:before {
  content: "ï‰¤";
  color: #09244b;
}

.mgc_report_forms_fill:before {
  content: "ï‰¥";
  color: #09244b;
}

.mgc_report_forms_line:before {
  content: "ï‰¦";
  color: #09244b;
}

.mgc_report_line:before {
  content: "ï‰§";
  color: #09244b;
}

.mgc_rest_area_fill:before {
  content: "ï‰¨";
  color: #09244b;
}

.mgc_rest_area_line:before {
  content: "ï‰©";
  color: #09244b;
}

.mgc_restore_fill:before {
  content: "ï‰ª";
  color: #09244b;
}

.mgc_restore_line:before {
  content: "ï‰«";
  color: #09244b;
}

.mgc_rewind_backward_5_fill:before {
  content: "ï‰¬";
  color: #09244b;
}

.mgc_rewind_backward_5_line:before {
  content: "ï‰­";
  color: #09244b;
}

.mgc_rewind_backward_10_fill:before {
  content: "ï‰®";
  color: #09244b;
}

.mgc_rewind_backward_10_line:before {
  content: "ï‰¯";
  color: #09244b;
}

.mgc_rewind_backward_15_fill:before {
  content: "ï‰°";
  color: #09244b;
}

.mgc_rewind_backward_15_line:before {
  content: "ï‰±";
  color: #09244b;
}

.mgc_rewind_backward_30_fill:before {
  content: "ï‰²";
  color: #09244b;
}

.mgc_rewind_backward_30_line:before {
  content: "ï‰³";
  color: #09244b;
}

.mgc_rewind_backward_square_5_fill:before {
  content: "ï‰´";
  color: #09244b;
}

.mgc_rewind_backward_square_5_line:before {
  content: "ï‰µ";
  color: #09244b;
}

.mgc_rewind_backward_square_10_fill:before {
  content: "ï‰¶";
  color: #09244b;
}

.mgc_rewind_backward_square_10_line:before {
  content: "ï‰·";
  color: #09244b;
}

.mgc_rewind_backward_square_15_fill:before {
  content: "ï‰¸";
  color: #09244b;
}

.mgc_rewind_backward_square_15_line:before {
  content: "ï‰¹";
  color: #09244b;
}

.mgc_rewind_backward_square_30_fill:before {
  content: "ï‰º";
  color: #09244b;
}

.mgc_rewind_backward_square_30_line:before {
  content: "ï‰»";
  color: #09244b;
}

.mgc_rewind_forward_5_fill:before {
  content: "ï‰¼";
  color: #09244b;
}

.mgc_rewind_forward_5_line:before {
  content: "ï‰½";
  color: #09244b;
}

.mgc_rewind_forward_10_fill:before {
  content: "ï‰¾";
  color: #09244b;
}

.mgc_rewind_forward_10_line:before {
  content: "ï‰¿";
  color: #09244b;
}

.mgc_rewind_forward_15_fill:before {
  content: "ïŠ€";
  color: #09244b;
}

.mgc_rewind_forward_15_line:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_rewind_forward_30_fill:before {
  content: "ïŠ‚";
  color: #09244b;
}

.mgc_rewind_forward_30_line:before {
  content: "ïŠƒ";
  color: #09244b;
}

.mgc_rewind_forward_square_5_fill:before {
  content: "ïŠ„";
  color: #09244b;
}

.mgc_rewind_forward_square_5_line:before {
  content: "ïŠ…";
  color: #09244b;
}

.mgc_rewind_forward_square_10_fill:before {
  content: "ïŠ†";
  color: #09244b;
}

.mgc_rewind_forward_square_10_line:before {
  content: "ïŠ‡";
  color: #09244b;
}

.mgc_rewind_forward_square_15_fill:before {
  content: "ïŠˆ";
  color: #09244b;
}

.mgc_rewind_forward_square_15_line:before {
  content: "ïŠ‰";
  color: #09244b;
}

.mgc_rewind_forward_square_30_fill:before {
  content: "ïŠŠ";
  color: #09244b;
}

.mgc_rewind_forward_square_30_line:before {
  content: "ïŠ‹";
  color: #09244b;
}

.mgc_riding_fill:before {
  content: "ïŠŒ";
  color: #09244b;
}

.mgc_riding_line:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_right_fill:before {
  content: "ïŠŽ";
  color: #09244b;
}

.mgc_right_line:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_right_small_fill:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_right_small_line:before {
  content: "ïŠ‘";
  color: #09244b;
}

.mgc_road_fill:before {
  content: "ïŠ’";
  color: #09244b;
}

.mgc_road_line:before {
  content: "ïŠ“";
  color: #09244b;
}

.mgc_roblox_fill:before {
  content: "ïŠ”";
  color: #09244b;
}

.mgc_roblox_line:before {
  content: "ïŠ•";
  color: #09244b;
}

.mgc_robot_fill:before {
  content: "ïŠ–";
  color: #09244b;
}

.mgc_robot_line:before {
  content: "ïŠ—";
  color: #09244b;
}

.mgc_rocket_2_fill:before {
  content: "ïŠ˜";
  color: #09244b;
}

.mgc_rocket_2_line:before {
  content: "ïŠ™";
  color: #09244b;
}

.mgc_rocket_fill:before {
  content: "ïŠš";
  color: #09244b;
}

.mgc_rocket_line:before {
  content: "ïŠ›";
  color: #09244b;
}

.mgc_rose_fill:before {
  content: "ïŠœ";
  color: #09244b;
}

.mgc_rose_line:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_rotate_to_horizontal_fill:before {
  content: "ïŠž";
  color: #09244b;
}

.mgc_rotate_to_horizontal_line:before {
  content: "ïŠŸ";
  color: #09244b;
}

.mgc_rotate_to_vertical_fill:before {
  content: "ïŠ ";
  color: #09244b;
}

.mgc_rotate_to_vertical_line:before {
  content: "ïŠ¡";
  color: #09244b;
}

.mgc_rotate_x_fill:before {
  content: "ïŠ¢";
  color: #09244b;
}

.mgc_rotate_x_line:before {
  content: "ïŠ£";
  color: #09244b;
}

.mgc_rotate_y_fill:before {
  content: "ïŠ¤";
  color: #09244b;
}

.mgc_rotate_y_line:before {
  content: "ïŠ¥";
  color: #09244b;
}

.mgc_round_fill:before {
  content: "ïŠ¦";
  color: #09244b;
}

.mgc_round_line:before {
  content: "ïŠ§";
  color: #09244b;
}

.mgc_route_fill:before {
  content: "ïŠ¨";
  color: #09244b;
}

.mgc_route_line:before {
  content: "ïŠ©";
  color: #09244b;
}

.mgc_router_modem_fill:before {
  content: "ïŠª";
  color: #09244b;
}

.mgc_router_modem_line:before {
  content: "ïŠ«";
  color: #09244b;
}

.mgc_rows_2_fill:before {
  content: "ïŠ¬";
  color: #09244b;
}

.mgc_rows_2_line:before {
  content: "ïŠ­";
  color: #09244b;
}

.mgc_rows_3_fill:before {
  content: "ïŠ®";
  color: #09244b;
}

.mgc_rows_3_line:before {
  content: "ïŠ¯";
  color: #09244b;
}

.mgc_rows_4_fill:before {
  content: "ïŠ°";
  color: #09244b;
}

.mgc_rows_4_line:before {
  content: "ïŠ±";
  color: #09244b;
}

.mgc_rss_2_fill:before {
  content: "ïŠ²";
  color: #09244b;
}

.mgc_rss_2_line:before {
  content: "ïŠ³";
  color: #09244b;
}

.mgc_rss_fill:before {
  content: "ïŠ´";
  color: #09244b;
}

.mgc_rss_line:before {
  content: "ïŠµ";
  color: #09244b;
}

.mgc_rudder_fill:before {
  content: "ïŠ¶";
  color: #09244b;
}

.mgc_rudder_line:before {
  content: "ïŠ·";
  color: #09244b;
}

.mgc_ruler_fill:before {
  content: "ïŠ¸";
  color: #09244b;
}

.mgc_ruler_line:before {
  content: "ïŠ¹";
  color: #09244b;
}

.mgc_run_fill:before {
  content: "ïŠº";
  color: #09244b;
}

.mgc_run_line:before {
  content: "ïŠ»";
  color: #09244b;
}

.mgc_run_treadmill_fill:before {
  content: "ïŠ¼";
  color: #09244b;
}

.mgc_run_treadmill_line:before {
  content: "ïŠ½";
  color: #09244b;
}

.mgc_sad_fill:before {
  content: "ïŠ¾";
  color: #09244b;
}

.mgc_sad_line:before {
  content: "ïŠ¿";
  color: #09244b;
}

.mgc_safari_fill:before {
  content: "ï‹€";
  color: #09244b;
}

.mgc_safari_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_safe_alert_fill:before {
  content: "ï‹‚";
  color: #09244b;
}

.mgc_safe_alert_line:before {
  content: "ï‹ƒ";
  color: #09244b;
}

.mgc_safe_box_fill:before {
  content: "ï‹„";
  color: #09244b;
}

.mgc_safe_box_line:before {
  content: "ï‹…";
  color: #09244b;
}

.mgc_safe_flash_fill:before {
  content: "ï‹†";
  color: #09244b;
}

.mgc_safe_flash_line:before {
  content: "ï‹‡";
  color: #09244b;
}

.mgc_safe_lock_fill:before {
  content: "ï‹ˆ";
  color: #09244b;
}

.mgc_safe_lock_line:before {
  content: "ï‹‰";
  color: #09244b;
}

.mgc_safe_shield_2_fill:before {
  content: "ï‹Š";
  color: #09244b;
}

.mgc_safe_shield_2_line:before {
  content: "ï‹‹";
  color: #09244b;
}

.mgc_safe_shield_fill:before {
  content: "ï‹Œ";
  color: #09244b;
}

.mgc_safe_shield_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_safety_certificate_fill:before {
  content: "ï‹Ž";
  color: #09244b;
}

.mgc_safety_certificate_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_Sagittarius_fill:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_Sagittarius_line:before {
  content: "ï‹‘";
  color: #09244b;
}

.mgc_sailboat_fill:before {
  content: "ï‹’";
  color: #09244b;
}

.mgc_sailboat_line:before {
  content: "ï‹“";
  color: #09244b;
}

.mgc_sale_fill:before {
  content: "ï‹”";
  color: #09244b;
}

.mgc_sale_line:before {
  content: "ï‹•";
  color: #09244b;
}

.mgc_sandglass_2_fill:before {
  content: "ï‹–";
  color: #09244b;
}

.mgc_sandglass_2_line:before {
  content: "ï‹—";
  color: #09244b;
}

.mgc_sandglass_fill:before {
  content: "ï‹˜";
  color: #09244b;
}

.mgc_sandglass_line:before {
  content: "ï‹™";
  color: #09244b;
}

.mgc_sandstorm_fill:before {
  content: "ï‹š";
  color: #09244b;
}

.mgc_sandstorm_line:before {
  content: "ï‹›";
  color: #09244b;
}

.mgc_save_2_fill:before {
  content: "ï‹œ";
  color: #09244b;
}

.mgc_save_2_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_save_fill:before {
  content: "ï‹ž";
  color: #09244b;
}

.mgc_save_line:before {
  content: "ï‹Ÿ";
  color: #09244b;
}

.mgc_scale_fill:before {
  content: "ï‹ ";
  color: #09244b;
}

.mgc_scale_line:before {
  content: "ï‹¡";
  color: #09244b;
}

.mgc_scan_2_fill:before {
  content: "ï‹¢";
  color: #09244b;
}

.mgc_scan_2_line:before {
  content: "ï‹£";
  color: #09244b;
}

.mgc_scan_fill:before {
  content: "ï‹¤";
  color: #09244b;
}

.mgc_scan_line:before {
  content: "ï‹¥";
  color: #09244b;
}

.mgc_scarf_fill:before {
  content: "ï‹¦";
  color: #09244b;
}

.mgc_scarf_line:before {
  content: "ï‹§";
  color: #09244b;
}

.mgc_schedule_fill:before {
  content: "ï‹¨";
  color: #09244b;
}

.mgc_schedule_line:before {
  content: "ï‹©";
  color: #09244b;
}

.mgc_school_fill:before {
  content: "ï‹ª";
  color: #09244b;
}

.mgc_school_line:before {
  content: "ï‹«";
  color: #09244b;
}

.mgc_science_fill:before {
  content: "ï‹¬";
  color: #09244b;
}

.mgc_science_line:before {
  content: "ï‹­";
  color: #09244b;
}

.mgc_scissors_2_fill:before {
  content: "ï‹®";
  color: #09244b;
}

.mgc_scissors_2_line:before {
  content: "ï‹¯";
  color: #09244b;
}

.mgc_scissors_3_fill:before {
  content: "ï‹°";
  color: #09244b;
}

.mgc_scissors_3_line:before {
  content: "ï‹±";
  color: #09244b;
}

.mgc_scissors_fill:before {
  content: "ï‹²";
  color: #09244b;
}

.mgc_scissors_line:before {
  content: "ï‹³";
  color: #09244b;
}

.mgc_scooter_fill:before {
  content: "ï‹´";
  color: #09244b;
}

.mgc_scooter_line:before {
  content: "ï‹µ";
  color: #09244b;
}

.mgc_Scorpio_fill:before {
  content: "ï‹¶";
  color: #09244b;
}

.mgc_Scorpio_line:before {
  content: "ï‹·";
  color: #09244b;
}

.mgc_screenshot_fill:before {
  content: "ï‹¸";
  color: #09244b;
}

.mgc_screenshot_line:before {
  content: "ï‹¹";
  color: #09244b;
}

.mgc_screwdriver_fill:before {
  content: "ï‹º";
  color: #09244b;
}

.mgc_screwdriver_line:before {
  content: "ï‹»";
  color: #09244b;
}

.mgc_scrollable_list_fill:before {
  content: "ï‹¼";
  color: #09244b;
}

.mgc_scrollable_list_line:before {
  content: "ï‹½";
  color: #09244b;
}

.mgc_seal_fill:before {
  content: "ï‹¾";
  color: #09244b;
}

.mgc_seal_line:before {
  content: "ï‹¿";
  color: #09244b;
}

.mgc_search_2_ai_fill:before {
  content: "ïŒ€";
  color: #09244b;
}

.mgc_search_2_ai_line:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_search_2_fill:before {
  content: "ïŒ‚";
  color: #09244b;
}

.mgc_search_2_line:before {
  content: "ïŒƒ";
  color: #09244b;
}

.mgc_search_2_none_fill:before {
  content: "ïŒ„";
  color: #09244b;
}

.mgc_search_2_none_line:before {
  content: "ïŒ…";
  color: #09244b;
}

.mgc_search_3_ai_fill:before {
  content: "ïŒ†";
  color: #09244b;
}

.mgc_search_3_ai_line:before {
  content: "ïŒ‡";
  color: #09244b;
}

.mgc_search_3_fill:before {
  content: "ïŒˆ";
  color: #09244b;
}

.mgc_search_3_line:before {
  content: "ïŒ‰";
  color: #09244b;
}

.mgc_search_ai_fill:before {
  content: "ïŒŠ";
  color: #09244b;
}

.mgc_search_ai_line:before {
  content: "ïŒ‹";
  color: #09244b;
}

.mgc_search_fill:before {
  content: "ïŒŒ";
  color: #09244b;
}

.mgc_search_line:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_search_none_fill:before {
  content: "ïŒŽ";
  color: #09244b;
}

.mgc_search_none_line:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_seat_fill:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_seat_heated_fill:before {
  content: "ïŒ‘";
  color: #09244b;
}

.mgc_seat_heated_line:before {
  content: "ïŒ’";
  color: #09244b;
}

.mgc_seat_line:before {
  content: "ïŒ“";
  color: #09244b;
}

.mgc_section_fill:before {
  content: "ïŒ”";
  color: #09244b;
}

.mgc_section_line:before {
  content: "ïŒ•";
  color: #09244b;
}

.mgc_sector_fill:before {
  content: "ïŒ–";
  color: #09244b;
}

.mgc_sector_line:before {
  content: "ïŒ—";
  color: #09244b;
}

.mgc_selector_horizontal_fill:before {
  content: "ïŒ˜";
  color: #09244b;
}

.mgc_selector_horizontal_line:before {
  content: "ïŒ™";
  color: #09244b;
}

.mgc_selector_vertical_fill:before {
  content: "ïŒš";
  color: #09244b;
}

.mgc_selector_vertical_line:before {
  content: "ïŒ›";
  color: #09244b;
}

.mgc_semicircle_dash_fill:before {
  content: "ïŒœ";
  color: #09244b;
}

.mgc_semicircle_dash_line:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_send_fill:before {
  content: "ïŒž";
  color: #09244b;
}

.mgc_send_line:before {
  content: "ïŒŸ";
  color: #09244b;
}

.mgc_send_plane_fill:before {
  content: "ïŒ ";
  color: #09244b;
}

.mgc_send_plane_line:before {
  content: "ïŒ¡";
  color: #09244b;
}

.mgc_server_2_fill:before {
  content: "ïŒ¢";
  color: #09244b;
}

.mgc_server_2_line:before {
  content: "ïŒ£";
  color: #09244b;
}

.mgc_server_fill:before {
  content: "ïŒ¤";
  color: #09244b;
}

.mgc_server_line:before {
  content: "ïŒ¥";
  color: #09244b;
}

.mgc_service_fill:before {
  content: "ïŒ¦";
  color: #09244b;
}

.mgc_service_line:before {
  content: "ïŒ§";
  color: #09244b;
}

.mgc_settings_1_fill:before {
  content: "ïŒ¨";
  color: #09244b;
}

.mgc_settings_1_line:before {
  content: "ïŒ©";
  color: #09244b;
}

.mgc_settings_2_fill:before {
  content: "ïŒª";
  color: #09244b;
}

.mgc_settings_2_line:before {
  content: "ïŒ«";
  color: #09244b;
}

.mgc_settings_3_fill:before {
  content: "ïŒ¬";
  color: #09244b;
}

.mgc_settings_3_line:before {
  content: "ïŒ­";
  color: #09244b;
}

.mgc_settings_4_fill:before {
  content: "ïŒ®";
  color: #09244b;
}

.mgc_settings_4_line:before {
  content: "ïŒ¯";
  color: #09244b;
}

.mgc_settings_5_fill:before {
  content: "ïŒ°";
  color: #09244b;
}

.mgc_settings_5_line:before {
  content: "ïŒ±";
  color: #09244b;
}

.mgc_settings_6_fill:before {
  content: "ïŒ²";
  color: #09244b;
}

.mgc_settings_6_line:before {
  content: "ïŒ³";
  color: #09244b;
}

.mgc_settings_7_fill:before {
  content: "ïŒ´";
  color: #09244b;
}

.mgc_settings_7_line:before {
  content: "ïŒµ";
  color: #09244b;
}

.mgc_shadow_fill:before {
  content: "ïŒ¶";
  color: #09244b;
}

.mgc_shadow_line:before {
  content: "ïŒ·";
  color: #09244b;
}

.mgc_share_2_fill:before {
  content: "ïŒ¸";
  color: #09244b;
}

.mgc_share_2_line:before {
  content: "ïŒ¹";
  color: #09244b;
}

.mgc_share_3_fill:before {
  content: "ïŒº";
  color: #09244b;
}

.mgc_share_3_line:before {
  content: "ïŒ»";
  color: #09244b;
}

.mgc_share_forward_fill:before {
  content: "ïŒ¼";
  color: #09244b;
}

.mgc_share_forward_line:before {
  content: "ïŒ½";
  color: #09244b;
}

.mgc_shield_fill:before {
  content: "ïŒ¾";
  color: #09244b;
}

.mgc_shield_line:before {
  content: "ïŒ¿";
  color: #09244b;
}

.mgc_shield_shape_fill:before {
  content: "ï€";
  color: #09244b;
}

.mgc_shield_shape_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_ship_fill:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_ship_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_shirt_fill:before {
  content: "ï„";
  color: #09244b;
}

.mgc_shirt_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_shoe_2_fill:before {
  content: "ï†";
  color: #09244b;
}

.mgc_shoe_2_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_shoe_fill:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_shoe_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_shop_fill:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_shop_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_shopping_bag_1_fill:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_shopping_bag_1_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_shopping_bag_2_fill:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_shopping_bag_2_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_shopping_bag_3_fill:before {
  content: "ï";
  color: #09244b;
}

.mgc_shopping_bag_3_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_shopping_cart_1_fill:before {
  content: "ï’";
  color: #09244b;
}

.mgc_shopping_cart_1_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_shopping_cart_2_fill:before {
  content: "ï”";
  color: #09244b;
}

.mgc_shopping_cart_2_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_shorts_fill:before {
  content: "ï–";
  color: #09244b;
}

.mgc_shorts_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_shovel_fill:before {
  content: "ï˜";
  color: #09244b;
}

.mgc_shovel_line:before {
  content: "ï™";
  color: #09244b;
}

.mgc_shower_fill:before {
  content: "ïš";
  color: #09244b;
}

.mgc_shower_gel_fill:before {
  content: "ï›";
  color: #09244b;
}

.mgc_shower_gel_line:before {
  content: "ïœ";
  color: #09244b;
}

.mgc_shower_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_showers_fill:before {
  content: "ïž";
  color: #09244b;
}

.mgc_showers_line:before {
  content: "ïŸ";
  color: #09244b;
}

.mgc_shuffle_2_fill:before {
  content: "ï ";
  color: #09244b;
}

.mgc_shuffle_2_line:before {
  content: "ï¡";
  color: #09244b;
}

.mgc_shuffle_fill:before {
  content: "ï¢";
  color: #09244b;
}

.mgc_shuffle_line:before {
  content: "ï£";
  color: #09244b;
}

.mgc_sick_fill:before {
  content: "ï¤";
  color: #09244b;
}

.mgc_sick_line:before {
  content: "ï¥";
  color: #09244b;
}

.mgc_signal_fill:before {
  content: "ï¦";
  color: #09244b;
}

.mgc_signal_line:before {
  content: "ï§";
  color: #09244b;
}

.mgc_signature_2_ai_fill:before {
  content: "ï¨";
  color: #09244b;
}

.mgc_signature_2_ai_line:before {
  content: "ï©";
  color: #09244b;
}

.mgc_signature_2_fill:before {
  content: "ïª";
  color: #09244b;
}

.mgc_signature_2_line:before {
  content: "ï«";
  color: #09244b;
}

.mgc_signature_fill:before {
  content: "ï¬";
  color: #09244b;
}

.mgc_signature_line:before {
  content: "ï­";
  color: #09244b;
}

.mgc_silent_fill:before {
  content: "ï®";
  color: #09244b;
}

.mgc_silent_line:before {
  content: "ï¯";
  color: #09244b;
}

.mgc_siri_fill:before {
  content: "ï°";
  color: #09244b;
}

.mgc_siri_frame_fill:before {
  content: "ï±";
  color: #09244b;
}

.mgc_siri_frame_line:before {
  content: "ï²";
  color: #09244b;
}

.mgc_siri_line:before {
  content: "ï³";
  color: #09244b;
}

.mgc_sitemap_fill:before {
  content: "ï´";
  color: #09244b;
}

.mgc_sitemap_line:before {
  content: "ïµ";
  color: #09244b;
}

.mgc_skateboard_fill:before {
  content: "ï¶";
  color: #09244b;
}

.mgc_skateboard_line:before {
  content: "ï·";
  color: #09244b;
}

.mgc_skateboarding_fill:before {
  content: "ï¸";
  color: #09244b;
}

.mgc_skateboarding_line:before {
  content: "ï¹";
  color: #09244b;
}

.mgc_skip_forward_fill:before {
  content: "ïº";
  color: #09244b;
}

.mgc_skip_forward_line:before {
  content: "ï»";
  color: #09244b;
}

.mgc_skip_previous_fill:before {
  content: "ï¼";
  color: #09244b;
}

.mgc_skip_previous_line:before {
  content: "ï½";
  color: #09244b;
}

.mgc_skirt_fill:before {
  content: "ï¾";
  color: #09244b;
}

.mgc_skirt_line:before {
  content: "ï¿";
  color: #09244b;
}

.mgc_skull_fill:before {
  content: "ïŽ€";
  color: #09244b;
}

.mgc_skull_line:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_sleep_fill:before {
  content: "ïŽ‚";
  color: #09244b;
}

.mgc_sleep_line:before {
  content: "ïŽƒ";
  color: #09244b;
}

.mgc_sleigh_fill:before {
  content: "ïŽ„";
  color: #09244b;
}

.mgc_sleigh_line:before {
  content: "ïŽ…";
  color: #09244b;
}

.mgc_snapchat_fill:before {
  content: "ïŽ†";
  color: #09244b;
}

.mgc_snapchat_line:before {
  content: "ïŽ‡";
  color: #09244b;
}

.mgc_snow_fill:before {
  content: "ïŽˆ";
  color: #09244b;
}

.mgc_snow_line:before {
  content: "ïŽ‰";
  color: #09244b;
}

.mgc_snowboarding_fill:before {
  content: "ïŽŠ";
  color: #09244b;
}

.mgc_snowboarding_line:before {
  content: "ïŽ‹";
  color: #09244b;
}

.mgc_snowflake_fill:before {
  content: "ïŽŒ";
  color: #09244b;
}

.mgc_snowflake_line:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_snowman_fill:before {
  content: "ïŽŽ";
  color: #09244b;
}

.mgc_snowman_line:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_snowstorm_2_fill:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_snowstorm_2_line:before {
  content: "ïŽ‘";
  color: #09244b;
}

.mgc_snowstorm_fill:before {
  content: "ïŽ’";
  color: #09244b;
}

.mgc_snowstorm_line:before {
  content: "ïŽ“";
  color: #09244b;
}

.mgc_sob_fill:before {
  content: "ïŽ”";
  color: #09244b;
}

.mgc_sob_line:before {
  content: "ïŽ•";
  color: #09244b;
}

.mgc_social_x_fill:before {
  content: "ïŽ–";
  color: #09244b;
}

.mgc_social_x_line:before {
  content: "ïŽ—";
  color: #09244b;
}

.mgc_sock_fill:before {
  content: "ïŽ˜";
  color: #09244b;
}

.mgc_sock_line:before {
  content: "ïŽ™";
  color: #09244b;
}

.mgc_sofa_fill:before {
  content: "ïŽš";
  color: #09244b;
}

.mgc_sofa_line:before {
  content: "ïŽ›";
  color: #09244b;
}

.mgc_solana_SOL_fill:before {
  content: "ïŽœ";
  color: #09244b;
}

.mgc_solana_SOL_line:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_solar_panel_fill:before {
  content: "ïŽž";
  color: #09244b;
}

.mgc_solar_panel_line:before {
  content: "ïŽŸ";
  color: #09244b;
}

.mgc_sort_ascending_fill:before {
  content: "ïŽ ";
  color: #09244b;
}

.mgc_sort_ascending_line:before {
  content: "ïŽ¡";
  color: #09244b;
}

.mgc_sort_descending_fill:before {
  content: "ïŽ¢";
  color: #09244b;
}

.mgc_sort_descending_line:before {
  content: "ïŽ£";
  color: #09244b;
}

.mgc_sound_line_fill:before {
  content: "ïŽ¤";
  color: #09244b;
}

.mgc_sound_line_line:before {
  content: "ïŽ¥";
  color: #09244b;
}

.mgc_soup_pot_2_fill:before {
  content: "ïŽ¦";
  color: #09244b;
}

.mgc_soup_pot_2_line:before {
  content: "ïŽ§";
  color: #09244b;
}

.mgc_soup_pot_fill:before {
  content: "ïŽ¨";
  color: #09244b;
}

.mgc_soup_pot_line:before {
  content: "ïŽ©";
  color: #09244b;
}

.mgc_space_fill:before {
  content: "ïŽª";
  color: #09244b;
}

.mgc_space_line:before {
  content: "ïŽ«";
  color: #09244b;
}

.mgc_spacing_horizontal_fill:before {
  content: "ïŽ¬";
  color: #09244b;
}

.mgc_spacing_horizontal_line:before {
  content: "ïŽ­";
  color: #09244b;
}

.mgc_spacing_vertical_fill:before {
  content: "ïŽ®";
  color: #09244b;
}

.mgc_spacing_vertical_line:before {
  content: "ïŽ¯";
  color: #09244b;
}

.mgc_spade_fill:before {
  content: "ïŽ°";
  color: #09244b;
}

.mgc_spade_line:before {
  content: "ïŽ±";
  color: #09244b;
}

.mgc_sparkles_2_fill:before {
  content: "ïŽ²";
  color: #09244b;
}

.mgc_sparkles_2_line:before {
  content: "ïŽ³";
  color: #09244b;
}

.mgc_sparkles_3_fill:before {
  content: "ïŽ´";
  color: #09244b;
}

.mgc_sparkles_3_line:before {
  content: "ïŽµ";
  color: #09244b;
}

.mgc_sparkles_fill:before {
  content: "ïŽ¶";
  color: #09244b;
}

.mgc_sparkles_line:before {
  content: "ïŽ·";
  color: #09244b;
}

.mgc_spatula_fill:before {
  content: "ïŽ¸";
  color: #09244b;
}

.mgc_spatula_line:before {
  content: "ïŽ¹";
  color: #09244b;
}

.mgc_speaker_fill:before {
  content: "ïŽº";
  color: #09244b;
}

.mgc_speaker_line:before {
  content: "ïŽ»";
  color: #09244b;
}

.mgc_speech_fill:before {
  content: "ïŽ¼";
  color: #09244b;
}

.mgc_speech_line:before {
  content: "ïŽ½";
  color: #09244b;
}

.mgc_spoon_fill:before {
  content: "ïŽ¾";
  color: #09244b;
}

.mgc_spoon_line:before {
  content: "ïŽ¿";
  color: #09244b;
}

.mgc_spotify_fill:before {
  content: "ï€";
  color: #09244b;
}

.mgc_spotify_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_square_arrow_down_fill:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_square_arrow_down_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_square_arrow_left_fill:before {
  content: "ï„";
  color: #09244b;
}

.mgc_square_arrow_left_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_square_arrow_right_fill:before {
  content: "ï†";
  color: #09244b;
}

.mgc_square_arrow_right_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_square_arrow_up_fill:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_square_arrow_up_line:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_square_fill:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_square_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_squats_fill:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_squats_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_stair_stepper_fill:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_stair_stepper_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_star_2_fill:before {
  content: "ï";
  color: #09244b;
}

.mgc_star_2_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_star_fill:before {
  content: "ï’";
  color: #09244b;
}

.mgc_star_half_fill:before {
  content: "ï“";
  color: #09244b;
}

.mgc_star_half_line:before {
  content: "ï”";
  color: #09244b;
}

.mgc_star_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_star_topper_fill:before {
  content: "ï–";
  color: #09244b;
}

.mgc_star_topper_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_statue_of_liberty_fill:before {
  content: "ï˜";
  color: #09244b;
}

.mgc_statue_of_liberty_line:before {
  content: "ï™";
  color: #09244b;
}

.mgc_steam_fill:before {
  content: "ïš";
  color: #09244b;
}

.mgc_steam_line:before {
  content: "ï›";
  color: #09244b;
}

.mgc_steering_wheel_fill:before {
  content: "ïœ";
  color: #09244b;
}

.mgc_steering_wheel_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_stethoscope_fill:before {
  content: "ïž";
  color: #09244b;
}

.mgc_stethoscope_line:before {
  content: "ïŸ";
  color: #09244b;
}

.mgc_sticker_fill:before {
  content: "ï ";
  color: #09244b;
}

.mgc_sticker_line:before {
  content: "ï¡";
  color: #09244b;
}

.mgc_stock_fill:before {
  content: "ï¢";
  color: #09244b;
}

.mgc_stock_line:before {
  content: "ï£";
  color: #09244b;
}

.mgc_stop_circle_fill:before {
  content: "ï¤";
  color: #09244b;
}

.mgc_stop_circle_line:before {
  content: "ï¥";
  color: #09244b;
}

.mgc_stop_fill:before {
  content: "ï¦";
  color: #09244b;
}

.mgc_stop_line:before {
  content: "ï§";
  color: #09244b;
}

.mgc_stopwatch_2_fill:before {
  content: "ï¨";
  color: #09244b;
}

.mgc_stopwatch_2_line:before {
  content: "ï©";
  color: #09244b;
}

.mgc_stopwatch_2_off_fill:before {
  content: "ïª";
  color: #09244b;
}

.mgc_stopwatch_2_off_line:before {
  content: "ï«";
  color: #09244b;
}

.mgc_stopwatch_fill:before {
  content: "ï¬";
  color: #09244b;
}

.mgc_stopwatch_line:before {
  content: "ï­";
  color: #09244b;
}

.mgc_storage_fill:before {
  content: "ï®";
  color: #09244b;
}

.mgc_storage_line:before {
  content: "ï¯";
  color: #09244b;
}

.mgc_store_2_fill:before {
  content: "ï°";
  color: #09244b;
}

.mgc_store_2_line:before {
  content: "ï±";
  color: #09244b;
}

.mgc_store_fill:before {
  content: "ï²";
  color: #09244b;
}

.mgc_store_line:before {
  content: "ï³";
  color: #09244b;
}

.mgc_strikethrough_fill:before {
  content: "ï´";
  color: #09244b;
}

.mgc_strikethrough_line:before {
  content: "ïµ";
  color: #09244b;
}

.mgc_stripe_fill:before {
  content: "ï¶";
  color: #09244b;
}

.mgc_stripe_line:before {
  content: "ï·";
  color: #09244b;
}

.mgc_substack_fill:before {
  content: "ï¸";
  color: #09244b;
}

.mgc_substack_line:before {
  content: "ï¹";
  color: #09244b;
}

.mgc_subtitle_fill:before {
  content: "ïº";
  color: #09244b;
}

.mgc_subtitle_line:before {
  content: "ï»";
  color: #09244b;
}

.mgc_subtract_fill:before {
  content: "ï¼";
  color: #09244b;
}

.mgc_subtract_line:before {
  content: "ï½";
  color: #09244b;
}

.mgc_sugar_coated_haws_fill:before {
  content: "ï¾";
  color: #09244b;
}

.mgc_sugar_coated_haws_line:before {
  content: "ï¿";
  color: #09244b;
}

.mgc_suitcase_2_fill:before {
  content: "ï€";
  color: #09244b;
}

.mgc_suitcase_2_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_suitcase_fill:before {
  content: "ï‚";
  color: #09244b;
}

.mgc_suitcase_line:before {
  content: "ïƒ";
  color: #09244b;
}

.mgc_sun_2_fill:before {
  content: "ï„";
  color: #09244b;
}

.mgc_sun_2_line:before {
  content: "ï…";
  color: #09244b;
}

.mgc_sun_cloudy_fill:before {
  content: "ï†";
  color: #09244b;
}

.mgc_sun_cloudy_line:before {
  content: "ï‡";
  color: #09244b;
}

.mgc_sun_fill:before {
  content: "ïˆ";
  color: #09244b;
}

.mgc_sun_fog_fill:before {
  content: "ï‰";
  color: #09244b;
}

.mgc_sun_fog_line:before {
  content: "ïŠ";
  color: #09244b;
}

.mgc_sun_line:before {
  content: "ï‹";
  color: #09244b;
}

.mgc_sunflower_fill:before {
  content: "ïŒ";
  color: #09244b;
}

.mgc_sunflower_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_sunrise_fill:before {
  content: "ïŽ";
  color: #09244b;
}

.mgc_sunrise_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_sunset_fill:before {
  content: "ï";
  color: #09244b;
}

.mgc_sunset_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_surfboard_fill:before {
  content: "ï’";
  color: #09244b;
}

.mgc_surfboard_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_surprise_fill:before {
  content: "ï”";
  color: #09244b;
}

.mgc_surprise_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_sweats_fill:before {
  content: "ï–";
  color: #09244b;
}

.mgc_sweats_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_swimming_fill:before {
  content: "ï˜";
  color: #09244b;
}

.mgc_swimming_line:before {
  content: "ï™";
  color: #09244b;
}

.mgc_swimming_pool_fill:before {
  content: "ïš";
  color: #09244b;
}

.mgc_swimming_pool_line:before {
  content: "ï›";
  color: #09244b;
}

.mgc_switch_fill:before {
  content: "ïœ";
  color: #09244b;
}

.mgc_switch_line:before {
  content: "ï";
  color: #09244b;
}

.mgc_sword_fill:before {
  content: "ïž";
  color: #09244b;
}

.mgc_sword_line:before {
  content: "ïŸ";
  color: #09244b;
}

.mgc_sydney_opera_house_fill:before {
  content: "ï ";
  color: #09244b;
}

.mgc_sydney_opera_house_line:before {
  content: "ï¡";
  color: #09244b;
}

.mgc_t_shirt_2_fill:before {
  content: "ï¢";
  color: #09244b;
}

.mgc_t_shirt_2_line:before {
  content: "ï£";
  color: #09244b;
}

.mgc_t_shirt_fill:before {
  content: "ï¤";
  color: #09244b;
}

.mgc_t_shirt_line:before {
  content: "ï¥";
  color: #09244b;
}

.mgc_table_2_fill:before {
  content: "ï¦";
  color: #09244b;
}

.mgc_table_2_line:before {
  content: "ï§";
  color: #09244b;
}

.mgc_table_3_fill:before {
  content: "ï¨";
  color: #09244b;
}

.mgc_table_3_line:before {
  content: "ï©";
  color: #09244b;
}

.mgc_table_fill:before {
  content: "ïª";
  color: #09244b;
}

.mgc_table_line:before {
  content: "ï«";
  color: #09244b;
}

.mgc_tag_2_fill:before {
  content: "ï¬";
  color: #09244b;
}

.mgc_tag_2_line:before {
  content: "ï­";
  color: #09244b;
}

.mgc_tag_chevron_fill:before {
  content: "ï®";
  color: #09244b;
}

.mgc_tag_chevron_line:before {
  content: "ï¯";
  color: #09244b;
}

.mgc_tag_fill:before {
  content: "ï°";
  color: #09244b;
}

.mgc_tag_line:before {
  content: "ï±";
  color: #09244b;
}

.mgc_taipei101_fill:before {
  content: "ï²";
  color: #09244b;
}

.mgc_taipei101_line:before {
  content: "ï³";
  color: #09244b;
}

.mgc_taj_mahal_fill:before {
  content: "ï´";
  color: #09244b;
}

.mgc_taj_mahal_line:before {
  content: "ïµ";
  color: #09244b;
}

.mgc_tank_fill:before {
  content: "ï¶";
  color: #09244b;
}

.mgc_tank_line:before {
  content: "ï·";
  color: #09244b;
}

.mgc_target_fill:before {
  content: "ï¸";
  color: #09244b;
}

.mgc_target_line:before {
  content: "ï¹";
  color: #09244b;
}

.mgc_task_2_fill:before {
  content: "ïº";
  color: #09244b;
}

.mgc_task_2_line:before {
  content: "ï»";
  color: #09244b;
}

.mgc_task_fill:before {
  content: "ï¼";
  color: #09244b;
}

.mgc_task_line:before {
  content: "ï½";
  color: #09244b;
}

.mgc_Taurus_fill:before {
  content: "ï¾";
  color: #09244b;
}

.mgc_Taurus_line:before {
  content: "ï¿";
  color: #09244b;
}

.mgc_teacup_fill:before {
  content: "ï‘€";
  color: #09244b;
}

.mgc_teacup_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_telegram_fill:before {
  content: "ï‘‚";
  color: #09244b;
}

.mgc_telegram_line:before {
  content: "ï‘ƒ";
  color: #09244b;
}

.mgc_telescope_2_fill:before {
  content: "ï‘„";
  color: #09244b;
}

.mgc_telescope_2_line:before {
  content: "ï‘…";
  color: #09244b;
}

.mgc_telescope_fill:before {
  content: "ï‘†";
  color: #09244b;
}

.mgc_telescope_line:before {
  content: "ï‘‡";
  color: #09244b;
}

.mgc_temple_of_heaven_fill:before {
  content: "ï‘ˆ";
  color: #09244b;
}

.mgc_temple_of_heaven_line:before {
  content: "ï‘‰";
  color: #09244b;
}

.mgc_tent_fill:before {
  content: "ï‘Š";
  color: #09244b;
}

.mgc_tent_line:before {
  content: "ï‘‹";
  color: #09244b;
}

.mgc_terminal_ai_fill:before {
  content: "ï‘Œ";
  color: #09244b;
}

.mgc_terminal_ai_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_terminal_box_ai_fill:before {
  content: "ï‘Ž";
  color: #09244b;
}

.mgc_terminal_box_ai_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_terminal_box_fill:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_terminal_box_line:before {
  content: "ï‘‘";
  color: #09244b;
}

.mgc_terminal_fill:before {
  content: "ï‘’";
  color: #09244b;
}

.mgc_terminal_line:before {
  content: "ï‘“";
  color: #09244b;
}

.mgc_terror_fill:before {
  content: "ï‘”";
  color: #09244b;
}

.mgc_terror_line:before {
  content: "ï‘•";
  color: #09244b;
}

.mgc_test_tube_fill:before {
  content: "ï‘–";
  color: #09244b;
}

.mgc_test_tube_line:before {
  content: "ï‘—";
  color: #09244b;
}

.mgc_tether_USDT_fill:before {
  content: "ï‘˜";
  color: #09244b;
}

.mgc_tether_USDT_line:before {
  content: "ï‘™";
  color: #09244b;
}

.mgc_text_2_fill:before {
  content: "ï‘š";
  color: #09244b;
}

.mgc_text_2_line:before {
  content: "ï‘›";
  color: #09244b;
}

.mgc_text_area_fill:before {
  content: "ï‘œ";
  color: #09244b;
}

.mgc_text_area_line:before {
  content: "ï‘";
  color: #09244b;
}

.mgc_text_color_fill:before {
  content: "ï‘ž";
  color: #09244b;
}

.mgc_text_color_line:before {
  content: "ï‘Ÿ";
  color: #09244b;
}

.mgc_text_direction_left_fill:before {
  content: "ï‘ ";
  color: #09244b;
}

.mgc_text_direction_left_line:before {
  content: "ï‘¡";
  color: #09244b;
}

.mgc_text_direction_right_fill:before {
  content: "ï‘¢";
  color: #09244b;
}

.mgc_text_direction_right_line:before {
  content: "ï‘£";
  color: #09244b;
}

.mgc_text_fill:before {
  content: "ï‘¤";
  color: #09244b;
}

.mgc_text_line:before {
  content: "ï‘¥";
  color: #09244b;
}

.mgc_textbox_ai_fill:before {
  content: "ï‘¦";
  color: #09244b;
}

.mgc_textbox_ai_line:before {
  content: "ï‘§";
  color: #09244b;
}

.mgc_textbox_fill:before {
  content: "ï‘¨";
  color: #09244b;
}

.mgc_textbox_line:before {
  content: "ï‘©";
  color: #09244b;
}

.mgc_thermometer_fill:before {
  content: "ï‘ª";
  color: #09244b;
}

.mgc_thermometer_line:before {
  content: "ï‘«";
  color: #09244b;
}

.mgc_thought_fill:before {
  content: "ï‘¬";
  color: #09244b;
}

.mgc_thought_line:before {
  content: "ï‘­";
  color: #09244b;
}

.mgc_threads_fill:before {
  content: "ï‘®";
  color: #09244b;
}

.mgc_threads_line:before {
  content: "ï‘¯";
  color: #09244b;
}

.mgc_three_circles_fill:before {
  content: "ï‘°";
  color: #09244b;
}

.mgc_three_circles_line:before {
  content: "ï‘±";
  color: #09244b;
}

.mgc_three_quarters_circle_dash_fill:before {
  content: "ï‘²";
  color: #09244b;
}

.mgc_three_quarters_circle_dash_line:before {
  content: "ï‘³";
  color: #09244b;
}

.mgc_thumb_down_2_fill:before {
  content: "ï‘´";
  color: #09244b;
}

.mgc_thumb_down_2_line:before {
  content: "ï‘µ";
  color: #09244b;
}

.mgc_thumb_down_fill:before {
  content: "ï‘¶";
  color: #09244b;
}

.mgc_thumb_down_line:before {
  content: "ï‘·";
  color: #09244b;
}

.mgc_thumb_up_2_fill:before {
  content: "ï‘¸";
  color: #09244b;
}

.mgc_thumb_up_2_line:before {
  content: "ï‘¹";
  color: #09244b;
}

.mgc_thumb_up_fill:before {
  content: "ï‘º";
  color: #09244b;
}

.mgc_thumb_up_line:before {
  content: "ï‘»";
  color: #09244b;
}

.mgc_thunderstorm_fill:before {
  content: "ï‘¼";
  color: #09244b;
}

.mgc_thunderstorm_line:before {
  content: "ï‘½";
  color: #09244b;
}

.mgc_ticket_fill:before {
  content: "ï‘¾";
  color: #09244b;
}

.mgc_ticket_line:before {
  content: "ï‘¿";
  color: #09244b;
}

.mgc_tiktok_fill:before {
  content: "ï’€";
  color: #09244b;
}

.mgc_tiktok_line:before {
  content: "ï’";
  color: #09244b;
}

.mgc_time_duration_fill:before {
  content: "ï’‚";
  color: #09244b;
}

.mgc_time_duration_line:before {
  content: "ï’ƒ";
  color: #09244b;
}

.mgc_time_fill:before {
  content: "ï’„";
  color: #09244b;
}

.mgc_time_line:before {
  content: "ï’…";
  color: #09244b;
}

.mgc_timeline_fill:before {
  content: "ï’†";
  color: #09244b;
}

.mgc_timeline_line:before {
  content: "ï’‡";
  color: #09244b;
}

.mgc_to_do_fill:before {
  content: "ï’ˆ";
  color: #09244b;
}

.mgc_to_do_line:before {
  content: "ï’‰";
  color: #09244b;
}

.mgc_toggle_left_2_fill:before {
  content: "ï’Š";
  color: #09244b;
}

.mgc_toggle_left_2_line:before {
  content: "ï’‹";
  color: #09244b;
}

.mgc_toggle_left_fill:before {
  content: "ï’Œ";
  color: #09244b;
}

.mgc_toggle_left_line:before {
  content: "ï’";
  color: #09244b;
}

.mgc_toggle_right_2_fill:before {
  content: "ï’Ž";
  color: #09244b;
}

.mgc_toggle_right_2_line:before {
  content: "ï’";
  color: #09244b;
}

.mgc_toggle_right_fill:before {
  content: "ï’";
  color: #09244b;
}

.mgc_toggle_right_line:before {
  content: "ï’‘";
  color: #09244b;
}

.mgc_toilet_paper_fill:before {
  content: "ï’’";
  color: #09244b;
}

.mgc_toilet_paper_line:before {
  content: "ï’“";
  color: #09244b;
}

.mgc_tongue_fill:before {
  content: "ï’”";
  color: #09244b;
}

.mgc_tongue_line:before {
  content: "ï’•";
  color: #09244b;
}

.mgc_tool_fill:before {
  content: "ï’–";
  color: #09244b;
}

.mgc_tool_line:before {
  content: "ï’—";
  color: #09244b;
}

.mgc_tornado_2_fill:before {
  content: "ï’˜";
  color: #09244b;
}

.mgc_tornado_2_line:before {
  content: "ï’™";
  color: #09244b;
}

.mgc_tornado_fill:before {
  content: "ï’š";
  color: #09244b;
}

.mgc_tornado_line:before {
  content: "ï’›";
  color: #09244b;
}

.mgc_tower_crane_fill:before {
  content: "ï’œ";
  color: #09244b;
}

.mgc_tower_crane_line:before {
  content: "ï’";
  color: #09244b;
}

.mgc_tower_fill:before {
  content: "ï’ž";
  color: #09244b;
}

.mgc_tower_line:before {
  content: "ï’Ÿ";
  color: #09244b;
}

.mgc_toxophily_fill:before {
  content: "ï’ ";
  color: #09244b;
}

.mgc_toxophily_line:before {
  content: "ï’¡";
  color: #09244b;
}

.mgc_toy_horse_fill:before {
  content: "ï’¢";
  color: #09244b;
}

.mgc_toy_horse_line:before {
  content: "ï’£";
  color: #09244b;
}

.mgc_traffic_cone_fill:before {
  content: "ï’¤";
  color: #09244b;
}

.mgc_traffic_cone_line:before {
  content: "ï’¥";
  color: #09244b;
}

.mgc_traffic_lights_fill:before {
  content: "ï’¦";
  color: #09244b;
}

.mgc_traffic_lights_line:before {
  content: "ï’§";
  color: #09244b;
}

.mgc_train_2_fill:before {
  content: "ï’¨";
  color: #09244b;
}

.mgc_train_2_line:before {
  content: "ï’©";
  color: #09244b;
}

.mgc_train_3_fill:before {
  content: "ï’ª";
  color: #09244b;
}

.mgc_train_3_line:before {
  content: "ï’«";
  color: #09244b;
}

.mgc_train_4_fill:before {
  content: "ï’¬";
  color: #09244b;
}

.mgc_train_4_line:before {
  content: "ï’­";
  color: #09244b;
}

.mgc_train_fill:before {
  content: "ï’®";
  color: #09244b;
}

.mgc_train_line:before {
  content: "ï’¯";
  color: #09244b;
}

.mgc_transfer_2_fill:before {
  content: "ï’°";
  color: #09244b;
}

.mgc_transfer_2_line:before {
  content: "ï’±";
  color: #09244b;
}

.mgc_transfer_3_fill:before {
  content: "ï’²";
  color: #09244b;
}

.mgc_transfer_3_line:before {
  content: "ï’³";
  color: #09244b;
}

.mgc_transfer_4_fill:before {
  content: "ï’´";
  color: #09244b;
}

.mgc_transfer_4_line:before {
  content: "ï’µ";
  color: #09244b;
}

.mgc_transfer_fill:before {
  content: "ï’¶";
  color: #09244b;
}

.mgc_transfer_horizontal_fill:before {
  content: "ï’·";
  color: #09244b;
}

.mgc_transfer_horizontal_line:before {
  content: "ï’¸";
  color: #09244b;
}

.mgc_transfer_line:before {
  content: "ï’¹";
  color: #09244b;
}

.mgc_transfer_vertical_fill:before {
  content: "ï’º";
  color: #09244b;
}

.mgc_transfer_vertical_line:before {
  content: "ï’»";
  color: #09244b;
}

.mgc_transformation_fill:before {
  content: "ï’¼";
  color: #09244b;
}

.mgc_transformation_line:before {
  content: "ï’½";
  color: #09244b;
}

.mgc_translate_2_ai_fill:before {
  content: "ï’¾";
  color: #09244b;
}

.mgc_translate_2_ai_line:before {
  content: "ï’¿";
  color: #09244b;
}

.mgc_translate_2_fill:before {
  content: "ï“€";
  color: #09244b;
}

.mgc_translate_2_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_translate_fill:before {
  content: "ï“‚";
  color: #09244b;
}

.mgc_translate_line:before {
  content: "ï“ƒ";
  color: #09244b;
}

.mgc_tree_2_fill:before {
  content: "ï“„";
  color: #09244b;
}

.mgc_tree_2_line:before {
  content: "ï“…";
  color: #09244b;
}

.mgc_tree_3_fill:before {
  content: "ï“†";
  color: #09244b;
}

.mgc_tree_3_line:before {
  content: "ï“‡";
  color: #09244b;
}

.mgc_tree_4_fill:before {
  content: "ï“ˆ";
  color: #09244b;
}

.mgc_tree_4_line:before {
  content: "ï“‰";
  color: #09244b;
}

.mgc_tree_fill:before {
  content: "ï“Š";
  color: #09244b;
}

.mgc_tree_line:before {
  content: "ï“‹";
  color: #09244b;
}

.mgc_trello_board_fill:before {
  content: "ï“Œ";
  color: #09244b;
}

.mgc_trello_board_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_trending_down_fill:before {
  content: "ï“Ž";
  color: #09244b;
}

.mgc_trending_down_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_trending_up_fill:before {
  content: "ï“";
  color: #09244b;
}

.mgc_trending_up_line:before {
  content: "ï“‘";
  color: #09244b;
}

.mgc_triangle_fill:before {
  content: "ï“’";
  color: #09244b;
}

.mgc_triangle_line:before {
  content: "ï““";
  color: #09244b;
}

.mgc_triumphal_arch_fill:before {
  content: "ï“”";
  color: #09244b;
}

.mgc_triumphal_arch_line:before {
  content: "ï“•";
  color: #09244b;
}

.mgc_trophy_fill:before {
  content: "ï“–";
  color: #09244b;
}

.mgc_trophy_line:before {
  content: "ï“—";
  color: #09244b;
}

.mgc_trouser_fill:before {
  content: "ï“˜";
  color: #09244b;
}

.mgc_trouser_line:before {
  content: "ï“™";
  color: #09244b;
}

.mgc_truck_fill:before {
  content: "ï“š";
  color: #09244b;
}

.mgc_truck_line:before {
  content: "ï“›";
  color: #09244b;
}

.mgc_trunk_fill:before {
  content: "ï“œ";
  color: #09244b;
}

.mgc_trunk_line:before {
  content: "ï“";
  color: #09244b;
}

.mgc_tunnel_fill:before {
  content: "ï“ž";
  color: #09244b;
}

.mgc_tunnel_line:before {
  content: "ï“Ÿ";
  color: #09244b;
}

.mgc_tv_1_fill:before {
  content: "ï“ ";
  color: #09244b;
}

.mgc_tv_1_line:before {
  content: "ï“¡";
  color: #09244b;
}

.mgc_tv_2_fill:before {
  content: "ï“¢";
  color: #09244b;
}

.mgc_tv_2_line:before {
  content: "ï“£";
  color: #09244b;
}

.mgc_TV_tower_fill:before {
  content: "ï“¤";
  color: #09244b;
}

.mgc_TV_tower_line:before {
  content: "ï“¥";
  color: #09244b;
}

.mgc_twitch_fill:before {
  content: "ï“¦";
  color: #09244b;
}

.mgc_twitch_line:before {
  content: "ï“§";
  color: #09244b;
}

.mgc_twitter_fill:before {
  content: "ï“¨";
  color: #09244b;
}

.mgc_twitter_line:before {
  content: "ï“©";
  color: #09244b;
}

.mgc_typhoon_fill:before {
  content: "ï“ª";
  color: #09244b;
}

.mgc_typhoon_line:before {
  content: "ï“«";
  color: #09244b;
}

.mgc_tyre_fill:before {
  content: "ï“¬";
  color: #09244b;
}

.mgc_tyre_line:before {
  content: "ï“­";
  color: #09244b;
}

.mgc_ubuntu_fill:before {
  content: "ï“®";
  color: #09244b;
}

.mgc_ubuntu_line:before {
  content: "ï“¯";
  color: #09244b;
}

.mgc_UFO_2_fill:before {
  content: "ï“°";
  color: #09244b;
}

.mgc_UFO_2_line:before {
  content: "ï“±";
  color: #09244b;
}

.mgc_UFO_fill:before {
  content: "ï“²";
  color: #09244b;
}

.mgc_UFO_line:before {
  content: "ï“³";
  color: #09244b;
}

.mgc_umbrella_2_fill:before {
  content: "ï“´";
  color: #09244b;
}

.mgc_umbrella_2_line:before {
  content: "ï“µ";
  color: #09244b;
}

.mgc_umbrella_fill:before {
  content: "ï“¶";
  color: #09244b;
}

.mgc_umbrella_line:before {
  content: "ï“·";
  color: #09244b;
}

.mgc_unarchive_fill:before {
  content: "ï“¸";
  color: #09244b;
}

.mgc_unarchive_line:before {
  content: "ï“¹";
  color: #09244b;
}

.mgc_underline_fill:before {
  content: "ï“º";
  color: #09244b;
}

.mgc_underline_line:before {
  content: "ï“»";
  color: #09244b;
}

.mgc_unfold_horizontal_fill:before {
  content: "ï“¼";
  color: #09244b;
}

.mgc_unfold_horizontal_line:before {
  content: "ï“½";
  color: #09244b;
}

.mgc_unfold_vertical_fill:before {
  content: "ï“¾";
  color: #09244b;
}

.mgc_unfold_vertical_line:before {
  content: "ï“¿";
  color: #09244b;
}

.mgc_unhappy_dizzy_fill:before {
  content: "ï”€";
  color: #09244b;
}

.mgc_unhappy_dizzy_line:before {
  content: "ï”";
  color: #09244b;
}

.mgc_unhappy_fill:before {
  content: "ï”‚";
  color: #09244b;
}

.mgc_unhappy_line:before {
  content: "ï”ƒ";
  color: #09244b;
}

.mgc_union_fill:before {
  content: "ï”„";
  color: #09244b;
}

.mgc_union_line:before {
  content: "ï”…";
  color: #09244b;
}

.mgc_unlink_2_fill:before {
  content: "ï”†";
  color: #09244b;
}

.mgc_unlink_2_line:before {
  content: "ï”‡";
  color: #09244b;
}

.mgc_unlink_fill:before {
  content: "ï”ˆ";
  color: #09244b;
}

.mgc_unlink_line:before {
  content: "ï”‰";
  color: #09244b;
}

.mgc_unlock_fill:before {
  content: "ï”Š";
  color: #09244b;
}

.mgc_unlock_line:before {
  content: "ï”‹";
  color: #09244b;
}

.mgc_up_fill:before {
  content: "ï”Œ";
  color: #09244b;
}

.mgc_up_line:before {
  content: "ï”";
  color: #09244b;
}

.mgc_up_small_fill:before {
  content: "ï”Ž";
  color: #09244b;
}

.mgc_up_small_line:before {
  content: "ï”";
  color: #09244b;
}

.mgc_upload_2_fill:before {
  content: "ï”";
  color: #09244b;
}

.mgc_upload_2_line:before {
  content: "ï”‘";
  color: #09244b;
}

.mgc_upload_3_fill:before {
  content: "ï”’";
  color: #09244b;
}

.mgc_upload_3_line:before {
  content: "ï”“";
  color: #09244b;
}

.mgc_upload_fill:before {
  content: "ï””";
  color: #09244b;
}

.mgc_upload_line:before {
  content: "ï”•";
  color: #09244b;
}

.mgc_usb_fill:before {
  content: "ï”–";
  color: #09244b;
}

.mgc_usb_flash_disk_fill:before {
  content: "ï”—";
  color: #09244b;
}

.mgc_usb_flash_disk_line:before {
  content: "ï”˜";
  color: #09244b;
}

.mgc_usb_line:before {
  content: "ï”™";
  color: #09244b;
}

.mgc_usd_coin_USDC_fill:before {
  content: "ï”š";
  color: #09244b;
}

.mgc_usd_coin_USDC_line:before {
  content: "ï”›";
  color: #09244b;
}

.mgc_user_1_fill:before {
  content: "ï”œ";
  color: #09244b;
}

.mgc_user_1_line:before {
  content: "ï”";
  color: #09244b;
}

.mgc_user_2_fill:before {
  content: "ï”ž";
  color: #09244b;
}

.mgc_user_2_line:before {
  content: "ï”Ÿ";
  color: #09244b;
}

.mgc_user_3_fill:before {
  content: "ï” ";
  color: #09244b;
}

.mgc_user_3_line:before {
  content: "ï”¡";
  color: #09244b;
}

.mgc_user_4_fill:before {
  content: "ï”¢";
  color: #09244b;
}

.mgc_user_4_line:before {
  content: "ï”£";
  color: #09244b;
}

.mgc_user_5_fill:before {
  content: "ï”¤";
  color: #09244b;
}

.mgc_user_5_line:before {
  content: "ï”¥";
  color: #09244b;
}

.mgc_user_add_2_fill:before {
  content: "ï”¦";
  color: #09244b;
}

.mgc_user_add_2_line:before {
  content: "ï”§";
  color: #09244b;
}

.mgc_user_add_fill:before {
  content: "ï”¨";
  color: #09244b;
}

.mgc_user_add_line:before {
  content: "ï”©";
  color: #09244b;
}

.mgc_user_edit_fill:before {
  content: "ï”ª";
  color: #09244b;
}

.mgc_user_edit_line:before {
  content: "ï”«";
  color: #09244b;
}

.mgc_user_follow_2_fill:before {
  content: "ï”¬";
  color: #09244b;
}

.mgc_user_follow_2_line:before {
  content: "ï”­";
  color: #09244b;
}

.mgc_user_follow_fill:before {
  content: "ï”®";
  color: #09244b;
}

.mgc_user_follow_line:before {
  content: "ï”¯";
  color: #09244b;
}

.mgc_user_forbid_fill:before {
  content: "ï”°";
  color: #09244b;
}

.mgc_user_forbid_line:before {
  content: "ï”±";
  color: #09244b;
}

.mgc_user_heart_fill:before {
  content: "ï”²";
  color: #09244b;
}

.mgc_user_heart_line:before {
  content: "ï”³";
  color: #09244b;
}

.mgc_user_hide_fill:before {
  content: "ï”´";
  color: #09244b;
}

.mgc_user_hide_line:before {
  content: "ï”µ";
  color: #09244b;
}

.mgc_user_info_fill:before {
  content: "ï”¶";
  color: #09244b;
}

.mgc_user_info_line:before {
  content: "ï”·";
  color: #09244b;
}

.mgc_user_lock_fill:before {
  content: "ï”¸";
  color: #09244b;
}

.mgc_user_lock_line:before {
  content: "ï”¹";
  color: #09244b;
}

.mgc_user_pin_fill:before {
  content: "ï”º";
  color: #09244b;
}

.mgc_user_pin_line:before {
  content: "ï”»";
  color: #09244b;
}

.mgc_user_question_fill:before {
  content: "ï”¼";
  color: #09244b;
}

.mgc_user_question_line:before {
  content: "ï”½";
  color: #09244b;
}

.mgc_user_remove_2_fill:before {
  content: "ï”¾";
  color: #09244b;
}

.mgc_user_remove_2_line:before {
  content: "ï”¿";
  color: #09244b;
}

.mgc_user_remove_fill:before {
  content: "ï•€";
  color: #09244b;
}

.mgc_user_remove_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_user_search_fill:before {
  content: "ï•‚";
  color: #09244b;
}

.mgc_user_search_line:before {
  content: "ï•ƒ";
  color: #09244b;
}

.mgc_user_security_fill:before {
  content: "ï•„";
  color: #09244b;
}

.mgc_user_security_line:before {
  content: "ï•…";
  color: #09244b;
}

.mgc_user_setting_fill:before {
  content: "ï•†";
  color: #09244b;
}

.mgc_user_setting_line:before {
  content: "ï•‡";
  color: #09244b;
}

.mgc_user_star_fill:before {
  content: "ï•ˆ";
  color: #09244b;
}

.mgc_user_star_line:before {
  content: "ï•‰";
  color: #09244b;
}

.mgc_user_visible_fill:before {
  content: "ï•Š";
  color: #09244b;
}

.mgc_user_visible_line:before {
  content: "ï•‹";
  color: #09244b;
}

.mgc_user_warning_fill:before {
  content: "ï•Œ";
  color: #09244b;
}

.mgc_user_warning_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_user_x_fill:before {
  content: "ï•Ž";
  color: #09244b;
}

.mgc_user_x_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_vector_bezier_2_fill:before {
  content: "ï•";
  color: #09244b;
}

.mgc_vector_bezier_2_line:before {
  content: "ï•‘";
  color: #09244b;
}

.mgc_vector_bezier_3_fill:before {
  content: "ï•’";
  color: #09244b;
}

.mgc_vector_bezier_3_line:before {
  content: "ï•“";
  color: #09244b;
}

.mgc_vector_bezier_fill:before {
  content: "ï•”";
  color: #09244b;
}

.mgc_vector_bezier_line:before {
  content: "ï••";
  color: #09244b;
}

.mgc_vector_group_fill:before {
  content: "ï•–";
  color: #09244b;
}

.mgc_vector_group_line:before {
  content: "ï•—";
  color: #09244b;
}

.mgc_version_fill:before {
  content: "ï•˜";
  color: #09244b;
}

.mgc_version_line:before {
  content: "ï•™";
  color: #09244b;
}

.mgc_vest_fill:before {
  content: "ï•š";
  color: #09244b;
}

.mgc_vest_line:before {
  content: "ï•›";
  color: #09244b;
}

.mgc_vibe_coding_fill:before {
  content: "ï•œ";
  color: #09244b;
}

.mgc_vibe_coding_line:before {
  content: "ï•";
  color: #09244b;
}

.mgc_viber_messenger_fill:before {
  content: "ï•ž";
  color: #09244b;
}

.mgc_viber_messenger_line:before {
  content: "ï•Ÿ";
  color: #09244b;
}

.mgc_video_ai_fill:before {
  content: "ï• ";
  color: #09244b;
}

.mgc_video_ai_line:before {
  content: "ï•¡";
  color: #09244b;
}

.mgc_video_camera_2_fill:before {
  content: "ï•¢";
  color: #09244b;
}

.mgc_video_camera_2_line:before {
  content: "ï•£";
  color: #09244b;
}

.mgc_video_camera_fill:before {
  content: "ï•¤";
  color: #09244b;
}

.mgc_video_camera_line:before {
  content: "ï•¥";
  color: #09244b;
}

.mgc_video_fill:before {
  content: "ï•¦";
  color: #09244b;
}

.mgc_video_line:before {
  content: "ï•§";
  color: #09244b;
}

.mgc_VIP_1_fill:before {
  content: "ï•¨";
  color: #09244b;
}

.mgc_VIP_1_line:before {
  content: "ï•©";
  color: #09244b;
}

.mgc_VIP_2_fill:before {
  content: "ï•ª";
  color: #09244b;
}

.mgc_VIP_2_line:before {
  content: "ï•«";
  color: #09244b;
}

.mgc_VIP_3_fill:before {
  content: "ï•¬";
  color: #09244b;
}

.mgc_VIP_3_line:before {
  content: "ï•­";
  color: #09244b;
}

.mgc_VIP_4_fill:before {
  content: "ï•®";
  color: #09244b;
}

.mgc_VIP_4_line:before {
  content: "ï•¯";
  color: #09244b;
}

.mgc_Virgo_fill:before {
  content: "ï•°";
  color: #09244b;
}

.mgc_Virgo_line:before {
  content: "ï•±";
  color: #09244b;
}

.mgc_virus_fill:before {
  content: "ï•²";
  color: #09244b;
}

.mgc_virus_line:before {
  content: "ï•³";
  color: #09244b;
}

.mgc_visa_fill:before {
  content: "ï•´";
  color: #09244b;
}

.mgc_visa_line:before {
  content: "ï•µ";
  color: #09244b;
}

.mgc_vison_pro_fill:before {
  content: "ï•¶";
  color: #09244b;
}

.mgc_vison_pro_line:before {
  content: "ï•·";
  color: #09244b;
}

.mgc_vkontakte_fill:before {
  content: "ï•¸";
  color: #09244b;
}

.mgc_vkontakte_line:before {
  content: "ï•¹";
  color: #09244b;
}

.mgc_voice_2_fill:before {
  content: "ï•º";
  color: #09244b;
}

.mgc_voice_2_line:before {
  content: "ï•»";
  color: #09244b;
}

.mgc_voice_fill:before {
  content: "ï•¼";
  color: #09244b;
}

.mgc_voice_line:before {
  content: "ï•½";
  color: #09244b;
}

.mgc_volleyball_fill:before {
  content: "ï•¾";
  color: #09244b;
}

.mgc_volleyball_line:before {
  content: "ï•¿";
  color: #09244b;
}

.mgc_volume_fill:before {
  content: "ï–€";
  color: #09244b;
}

.mgc_volume_line:before {
  content: "ï–";
  color: #09244b;
}

.mgc_volume_mute_fill:before {
  content: "ï–‚";
  color: #09244b;
}

.mgc_volume_mute_line:before {
  content: "ï–ƒ";
  color: #09244b;
}

.mgc_volume_off_fill:before {
  content: "ï–„";
  color: #09244b;
}

.mgc_volume_off_line:before {
  content: "ï–…";
  color: #09244b;
}

.mgc_vscode_fill:before {
  content: "ï–†";
  color: #09244b;
}

.mgc_vscode_line:before {
  content: "ï–‡";
  color: #09244b;
}

.mgc_vue_fill:before {
  content: "ï–ˆ";
  color: #09244b;
}

.mgc_vue_line:before {
  content: "ï–‰";
  color: #09244b;
}

.mgc_walk_fill:before {
  content: "ï–Š";
  color: #09244b;
}

.mgc_walk_line:before {
  content: "ï–‹";
  color: #09244b;
}

.mgc_wallet_2_fill:before {
  content: "ï–Œ";
  color: #09244b;
}

.mgc_wallet_2_line:before {
  content: "ï–";
  color: #09244b;
}

.mgc_wallet_3_fill:before {
  content: "ï–Ž";
  color: #09244b;
}

.mgc_wallet_3_line:before {
  content: "ï–";
  color: #09244b;
}

.mgc_wallet_4_fill:before {
  content: "ï–";
  color: #09244b;
}

.mgc_wallet_4_line:before {
  content: "ï–‘";
  color: #09244b;
}

.mgc_wallet_5_fill:before {
  content: "ï–’";
  color: #09244b;
}

.mgc_wallet_5_line:before {
  content: "ï–“";
  color: #09244b;
}

.mgc_wallet_fill:before {
  content: "ï–”";
  color: #09244b;
}

.mgc_wallet_line:before {
  content: "ï–•";
  color: #09244b;
}

.mgc_wardrobe_2_fill:before {
  content: "ï––";
  color: #09244b;
}

.mgc_wardrobe_2_line:before {
  content: "ï–—";
  color: #09244b;
}

.mgc_wardrobe_fill:before {
  content: "ï–˜";
  color: #09244b;
}

.mgc_wardrobe_line:before {
  content: "ï–™";
  color: #09244b;
}

.mgc_warm_up_2_fill:before {
  content: "ï–š";
  color: #09244b;
}

.mgc_warm_up_2_line:before {
  content: "ï–›";
  color: #09244b;
}

.mgc_warm_up_3_fill:before {
  content: "ï–œ";
  color: #09244b;
}

.mgc_warm_up_3_line:before {
  content: "ï–";
  color: #09244b;
}

.mgc_warm_up_fill:before {
  content: "ï–ž";
  color: #09244b;
}

.mgc_warm_up_line:before {
  content: "ï–Ÿ";
  color: #09244b;
}

.mgc_warning_fill:before {
  content: "ï– ";
  color: #09244b;
}

.mgc_warning_line:before {
  content: "ï–¡";
  color: #09244b;
}

.mgc_wash_machine_fill:before {
  content: "ï–¢";
  color: #09244b;
}

.mgc_wash_machine_line:before {
  content: "ï–£";
  color: #09244b;
}

.mgc_wastebasket_fill:before {
  content: "ï–¤";
  color: #09244b;
}

.mgc_wastebasket_line:before {
  content: "ï–¥";
  color: #09244b;
}

.mgc_watch_2_fill:before {
  content: "ï–¦";
  color: #09244b;
}

.mgc_watch_2_line:before {
  content: "ï–§";
  color: #09244b;
}

.mgc_watch_fill:before {
  content: "ï–¨";
  color: #09244b;
}

.mgc_watch_line:before {
  content: "ï–©";
  color: #09244b;
}

.mgc_watering_can_fill:before {
  content: "ï–ª";
  color: #09244b;
}

.mgc_watering_can_line:before {
  content: "ï–«";
  color: #09244b;
}

.mgc_wave_fill:before {
  content: "ï–¬";
  color: #09244b;
}

.mgc_wave_hand_fill:before {
  content: "ï–­";
  color: #09244b;
}

.mgc_wave_hand_line:before {
  content: "ï–®";
  color: #09244b;
}

.mgc_wave_line:before {
  content: "ï–¯";
  color: #09244b;
}

.mgc_web_fill:before {
  content: "ï–°";
  color: #09244b;
}

.mgc_web_line:before {
  content: "ï–±";
  color: #09244b;
}

.mgc_webhook_fill:before {
  content: "ï–²";
  color: #09244b;
}

.mgc_webhook_line:before {
  content: "ï–³";
  color: #09244b;
}

.mgc_wechat_fill:before {
  content: "ï–´";
  color: #09244b;
}

.mgc_wechat_line:before {
  content: "ï–µ";
  color: #09244b;
}

.mgc_wechat_miniprogram_fill:before {
  content: "ï–¶";
  color: #09244b;
}

.mgc_wechat_miniprogram_line:before {
  content: "ï–·";
  color: #09244b;
}

.mgc_wechat_pay_fill:before {
  content: "ï–¸";
  color: #09244b;
}

.mgc_wechat_pay_line:before {
  content: "ï–¹";
  color: #09244b;
}

.mgc_weibo_fill:before {
  content: "ï–º";
  color: #09244b;
}

.mgc_weibo_line:before {
  content: "ï–»";
  color: #09244b;
}

.mgc_weightlifting_fill:before {
  content: "ï–¼";
  color: #09244b;
}

.mgc_weightlifting_line:before {
  content: "ï–½";
  color: #09244b;
}

.mgc_wet_fill:before {
  content: "ï–¾";
  color: #09244b;
}

.mgc_wet_line:before {
  content: "ï–¿";
  color: #09244b;
}

.mgc_whatsapp_fill:before {
  content: "ï—€";
  color: #09244b;
}

.mgc_whatsapp_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_wheel_fill:before {
  content: "ï—‚";
  color: #09244b;
}

.mgc_wheel_line:before {
  content: "ï—ƒ";
  color: #09244b;
}

.mgc_wheelchair_fill:before {
  content: "ï—„";
  color: #09244b;
}

.mgc_wheelchair_line:before {
  content: "ï—…";
  color: #09244b;
}

.mgc_whistle_fill:before {
  content: "ï—†";
  color: #09244b;
}

.mgc_whistle_line:before {
  content: "ï—‡";
  color: #09244b;
}

.mgc_whiteboard_fill:before {
  content: "ï—ˆ";
  color: #09244b;
}

.mgc_whiteboard_line:before {
  content: "ï—‰";
  color: #09244b;
}

.mgc_wifi_fill:before {
  content: "ï—Š";
  color: #09244b;
}

.mgc_wifi_line:before {
  content: "ï—‹";
  color: #09244b;
}

.mgc_wifi_off_fill:before {
  content: "ï—Œ";
  color: #09244b;
}

.mgc_wifi_off_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_wind_fill:before {
  content: "ï—Ž";
  color: #09244b;
}

.mgc_wind_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_windows_fill:before {
  content: "ï—";
  color: #09244b;
}

.mgc_windows_line:before {
  content: "ï—‘";
  color: #09244b;
}

.mgc_wine_fill:before {
  content: "ï—’";
  color: #09244b;
}

.mgc_wine_line:before {
  content: "ï—“";
  color: #09244b;
}

.mgc_wineglass_2_fill:before {
  content: "ï—”";
  color: #09244b;
}

.mgc_wineglass_2_line:before {
  content: "ï—•";
  color: #09244b;
}

.mgc_wineglass_fill:before {
  content: "ï—–";
  color: #09244b;
}

.mgc_wineglass_line:before {
  content: "ï——";
  color: #09244b;
}

.mgc_wiper_fill:before {
  content: "ï—˜";
  color: #09244b;
}

.mgc_wiper_line:before {
  content: "ï—™";
  color: #09244b;
}

.mgc_world_2_fill:before {
  content: "ï—š";
  color: #09244b;
}

.mgc_world_2_line:before {
  content: "ï—›";
  color: #09244b;
}

.mgc_world_fill:before {
  content: "ï—œ";
  color: #09244b;
}

.mgc_world_line:before {
  content: "ï—";
  color: #09244b;
}

.mgc_wreath_fill:before {
  content: "ï—ž";
  color: #09244b;
}

.mgc_wreath_line:before {
  content: "ï—Ÿ";
  color: #09244b;
}

.mgc_x_skew_fill:before {
  content: "ï— ";
  color: #09244b;
}

.mgc_x_skew_line:before {
  content: "ï—¡";
  color: #09244b;
}

.mgc_xbox_fill:before {
  content: "ï—¢";
  color: #09244b;
}

.mgc_xbox_line:before {
  content: "ï—£";
  color: #09244b;
}

.mgc_xls_fill:before {
  content: "ï—¤";
  color: #09244b;
}

.mgc_xls_line:before {
  content: "ï—¥";
  color: #09244b;
}

.mgc_XRP_fill:before {
  content: "ï—¦";
  color: #09244b;
}

.mgc_XRP_line:before {
  content: "ï—§";
  color: #09244b;
}

.mgc_y_skew_fill:before {
  content: "ï—¨";
  color: #09244b;
}

.mgc_y_skew_line:before {
  content: "ï—©";
  color: #09244b;
}

.mgc_yahoo_fill:before {
  content: "ï—ª";
  color: #09244b;
}

.mgc_yahoo_line:before {
  content: "ï—«";
  color: #09244b;
}

.mgc_yinyang_fill:before {
  content: "ï—¬";
  color: #09244b;
}

.mgc_yinyang_line:before {
  content: "ï—­";
  color: #09244b;
}

.mgc_yoga_fill:before {
  content: "ï—®";
  color: #09244b;
}

.mgc_yoga_line:before {
  content: "ï—¯";
  color: #09244b;
}

.mgc_youtube_fill:before {
  content: "ï—°";
  color: #09244b;
}

.mgc_youtube_line:before {
  content: "ï—±";
  color: #09244b;
}

.mgc_yuanbao_fill:before {
  content: "ï—²";
  color: #09244b;
}

.mgc_yuanbao_line:before {
  content: "ï—³";
  color: #09244b;
}

.mgc_ZA_sort_ascending_letters_fill:before {
  content: "ï—´";
  color: #09244b;
}

.mgc_ZA_sort_ascending_letters_line:before {
  content: "ï—µ";
  color: #09244b;
}

.mgc_ZA_sort_descending_letters_fill:before {
  content: "ï—¶";
  color: #09244b;
}

.mgc_ZA_sort_descending_letters_line:before {
  content: "ï—·";
  color: #09244b;
}

.mgc_zazen_fill:before {
  content: "ï—¸";
  color: #09244b;
}

.mgc_zazen_line:before {
  content: "ï—¹";
  color: #09244b;
}

.mgc_zoom_in_fill:before {
  content: "ï—º";
  color: #09244b;
}

.mgc_zoom_in_line:before {
  content: "ï—»";
  color: #09244b;
}

.mgc_zoom_out_fill:before {
  content: "ï—¼";
  color: #09244b;
}

.mgc_zoom_out_line:before {
  content: "ï—½";
  color: #09244b;
}

[class^="mgc_"]:before,
[class*=" mgc_"]:before {
  color: inherit !important;
}

@charset "UTF-8";

:root,
[data-bs-theme="light"] {
  --dx-blue: #2563eb;
  --dx-purple: #5c3e94;
  --dx-red: #ef4444;
  --dx-yellow: #f5cc14;
  --dx-green: #16a34a;
  --dx-teal: #14b8a6;
  --dx-cyan: #06b6d4;
  --dx-black: #000;
  --dx-white: #fff;
  --dx-gray: #525252;
  --dx-gray-dark: #262626;
  --dx-gray-50: #fafafa;
  --dx-gray-100: #f5f5f5;
  --dx-gray-200: #e5e5e5;
  --dx-gray-300: #d4d4d4;
  --dx-gray-400: #a3a3a3;
  --dx-gray-500: #737373;
  --dx-gray-600: #525252;
  --dx-gray-700: #404040;
  --dx-gray-800: #262626;
  --dx-gray-900: #171717;
  --dx-primary: #5c3e94;
  --dx-secondary: #f25912;
  --dx-success: #16a34a;
  --dx-info: #06b6d4;
  --dx-warning: #f5cc14;
  --dx-danger: #ef4444;
  --dx-light: #f5f5f5;
  --dx-dark: #000;
  --dx-pink: #db2777;
  --dx-orange: #f25912;
  --dx-indigo: #6366f1;
  --dx-primary-rgb: 92, 62, 148;
  --dx-secondary-rgb: 242, 89, 18;
  --dx-success-rgb: 22, 163, 74;
  --dx-info-rgb: 6, 182, 212;
  --dx-warning-rgb: 245, 204, 20;
  --dx-danger-rgb: 239, 68, 68;
  --dx-light-rgb: 245, 245, 245;
  --dx-dark-rgb: 0, 0, 0;
  --dx-pink-rgb: 219, 39, 119;
  --dx-orange-rgb: 242, 89, 18;
  --dx-indigo-rgb: 99, 102, 241;
  --dx-primary-text-emphasis: rgb(87.4, 58.9, 140.6);
  --dx-secondary-text-emphasis: rgb(229.9, 84.55, 17.1);
  --dx-success-text-emphasis: rgb(20.9, 154.85, 70.3);
  --dx-info-text-emphasis: rgb(5.7, 172.9, 201.4);
  --dx-warning-text-emphasis: rgb(232.75, 193.8, 19);
  --dx-danger-text-emphasis: rgb(227.05, 64.6, 64.6);
  --dx-light-text-emphasis: var(--dx-gray-600);
  --dx-dark-text-emphasis: var(--dx-gray-600);
  --dx-primary-bg-subtle: rgba(var(--dx-primary-rgb), 0.15);
  --dx-secondary-bg-subtle: rgba(var(--dx-secondary-rgb), 0.15);
  --dx-success-bg-subtle: rgba(var(--dx-success-rgb), 0.15);
  --dx-info-bg-subtle: rgba(var(--dx-info-rgb), 0.15);
  --dx-warning-bg-subtle: rgba(var(--dx-warning-rgb), 0.15);
  --dx-danger-bg-subtle: rgba(var(--dx-danger-rgb), 0.15);
  --dx-light-bg-subtle: var(--dx-gray-100);
  --dx-dark-bg-subtle: var(--dx-gray-200);
  --dx-primary-border-subtle: rgba(var(--dx-primary-rgb), 0.3);
  --dx-secondary-border-subtle: rgba(var(--dx-secondary-rgb), 0.3);
  --dx-success-border-subtle: rgba(var(--dx-success-rgb), 0.3);
  --dx-info-border-subtle: rgba(var(--dx-info-rgb), 0.3);
  --dx-warning-border-subtle: rgba(var(--dx-warning-rgb), 0.3);
  --dx-danger-border-subtle: rgba(var(--dx-danger-rgb), 0.3);
  --dx-light-border-subtle: var(--dx-gray-50);
  --dx-dark-border-subtle: var(--dx-gray-300);
  --dx-white-rgb: 255, 255, 255;
  --dx-black-rgb: 0, 0, 0;
  --dx-font-sans-serif: var(--dx-font-family-base);
  --dx-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --dx-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --dx-body-font-family: var(--dx-font-sans-serif);
  --dx-body-font-size: 1.125rem;
  --dx-body-font-weight: 400;
  --dx-body-line-height: 1.4;
  --dx-body-color: #171717;
  --dx-body-color-rgb: 23, 23, 23;
  --dx-body-bg: #fff;
  --dx-body-bg-rgb: 255, 255, 255;
  --dx-emphasis-color: #171717;
  --dx-emphasis-color-rgb: 23, 23, 23;
  --dx-secondary-color: #6c7883;
  --dx-secondary-color-rgb: 108, 120, 131;
  --dx-secondary-bg: #f7f6fd;
  --dx-secondary-bg-rgb: 247, 246, 253;
  --dx-tertiary-color: #a3a3a3;
  --dx-tertiary-color-rgb: 163, 163, 163;
  --dx-tertiary-bg: #f5f5f5;
  --dx-tertiary-bg-rgb: 245, 245, 245;
  --dx-heading-color: inherit;
  --dx-link-color: #5c3e94;
  --dx-link-color-rgb: 92, 62, 148;
  --dx-link-decoration: none;
  --dx-link-hover-color: rgb(82.8, 55.8, 133.2);
  --dx-link-hover-color-rgb: 83, 56, 133;
  --dx-code-color: #db2777;
  --dx-highlight-color: #171717;
  --dx-highlight-bg: rgb(255, 242.6, 205.4);
  --dx-border-width: 1px;
  --dx-border-style: solid;
  --dx-border-color: #d8d8d8;
  --dx-border-color-translucent: #e0e6f1;
  --dx-border-radius: 0.625rem;
  --dx-border-radius-sm: 0.375rem;
  --dx-border-radius-lg: 0.5rem;
  --dx-border-radius-xl: 1rem;
  --dx-border-radius-xxl: 2rem;
  --dx-border-radius-2xl: var(--dx-border-radius-xxl);
  --dx-border-radius-pill: 50rem;
  --dx-box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  --dx-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --dx-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --dx-box-shadow-inset: none;
  --dx-focus-ring-width: 0.25rem;
  --dx-focus-ring-opacity: 0.25;
  --dx-focus-ring-color: rgba(92, 62, 148, 0.25);
  --dx-form-valid-color: #16a34a;
  --dx-form-valid-border-color: #16a34a;
  --dx-form-invalid-color: #ef4444;
  --dx-form-invalid-border-color: #ef4444;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --dx-body-color: #f1f5f9;
  --dx-body-color-rgb: 241, 245, 249;
  --dx-body-bg: #020617;
  --dx-body-bg-rgb: 2, 6, 23;
  --dx-emphasis-color: #fff;
  --dx-emphasis-color-rgb: 255, 255, 255;
  --dx-secondary-color: #94a3b8;
  --dx-secondary-color-rgb: 148, 163, 184;
  --dx-secondary-bg: #0f172a;
  --dx-secondary-bg-rgb: 15, 23, 42;
  --dx-tertiary-color: #64748b;
  --dx-tertiary-color-rgb: 100, 116, 139;
  --dx-tertiary-bg: #161c30;
  --dx-tertiary-bg-rgb: 22, 28, 48;
  --dx-primary-text-emphasis: rgb(87.4, 58.9, 140.6);
  --dx-secondary-text-emphasis: rgb(229.9, 84.55, 17.1);
  --dx-success-text-emphasis: rgb(20.9, 154.85, 70.3);
  --dx-info-text-emphasis: rgb(5.7, 172.9, 201.4);
  --dx-warning-text-emphasis: rgb(232.75, 193.8, 19);
  --dx-danger-text-emphasis: rgb(227.05, 64.6, 64.6);
  --dx-light-text-emphasis: #fafafa;
  --dx-dark-text-emphasis: #f5f5f5;
  --dx-primary-bg-subtle: rgba(var(--dx-primary-rgb), 0.15);
  --dx-secondary-bg-subtle: rgba(var(--dx-secondary-rgb), 0.15);
  --dx-success-bg-subtle: rgba(var(--dx-success-rgb), 0.15);
  --dx-info-bg-subtle: rgba(var(--dx-info-rgb), 0.15);
  --dx-warning-bg-subtle: rgba(var(--dx-warning-rgb), 0.15);
  --dx-danger-bg-subtle: rgba(var(--dx-danger-rgb), 0.15);
  --dx-light-bg-subtle: #262626;
  --dx-dark-bg-subtle: #131313;
  --dx-primary-border-subtle: rgba(var(--dx-primary-rgb), 0.3);
  --dx-secondary-border-subtle: rgba(var(--dx-secondary-rgb), 0.3);
  --dx-success-border-subtle: rgba(var(--dx-success-rgb), 0.3);
  --dx-info-border-subtle: rgba(var(--dx-info-rgb), 0.3);
  --dx-warning-border-subtle: rgba(var(--dx-warning-rgb), 0.3);
  --dx-danger-border-subtle: rgba(var(--dx-danger-rgb), 0.3);
  --dx-light-border-subtle: #171717;
  --dx-dark-border-subtle: #262626;
  --dx-heading-color: #fff;
  --dx-link-color: rgb(157.2, 139.2, 190.8);
  --dx-link-hover-color: rgb(166.98, 150.78, 197.22);
  --dx-link-color-rgb: 157, 139, 191;
  --dx-link-hover-color-rgb: 167, 151, 197;
  --dx-code-color: rgb(233.4, 125.4, 173.4);
  --dx-highlight-color: #f1f5f9;
  --dx-highlight-bg: rgb(102, 77.2, 2.8);
  --dx-border-color: #1e293b;
  --dx-border-color-translucent: #1e293b;
  --dx-form-valid-color: rgb(117, 183, 152.4);
  --dx-form-valid-border-color: rgb(117, 183, 152.4);
  --dx-form-invalid-color: rgb(234, 133.8, 143.4);
  --dx-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--dx-body-font-family);
  font-size: var(--dx-body-font-size);
  font-weight: var(--dx-body-font-weight);
  line-height: var(--dx-body-line-height);
  color: var(--dx-body-color);
  text-align: var(--dx-body-text-align);
  background-color: var(--dx-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: var(--dx-spacer) 0;
  color: inherit;
  border: 0;
  border-top: var(--dx-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: calc(var(--dx-spacer) * 0.5);
  font-family: var(--dx-font-family-heading);
  font-weight: var(--dx-font-weight-semibold);
  line-height: 1.2;
  color: var(--dx-heading-color);
}

h1,
.h1 {
  font-size: calc(var(--dx-body-font-size) * 2.5);
}

h2,
.h2 {
  font-size: calc(var(--dx-body-font-size) * 2);
}

h3,
.h3 {
  font-size: calc(var(--dx-body-font-size) * 1.75);
}

h4,
.h4 {
  font-size: calc(var(--dx-body-font-size) * 1.5);
}

h5,
.h5 {
  font-size: calc(var(--dx-body-font-size) * 1.25);
}

h6,
.h6 {
  font-size: var(--dx-body-font-size);
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  color: var(--dx-highlight-color);
  background-color: var(--dx-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--dx-link-color-rgb), var(--dx-link-opacity, 1));
  text-decoration: none;
}

a:hover {
  --dx-link-color-rgb: var(--dx-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--dx-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--dx-code-color);
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--dx-body-bg);
  background-color: var(--dx-body-color);
  border-radius: 0.375rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: var(--dx-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(var(--dx-body-font-size) * 1.25);
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: var(--dx-spacer);
  font-size: calc(var(--dx-body-font-size) * 1.25);
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -var(--dx-spacer);
  margin-bottom: var(--dx-spacer);
  font-size: 0.875em;
  color: var(--dx-secondary-color);
}

.blockquote-footer:before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--dx-body-bg);
  border: var(--dx-border-width) solid var(--dx-border-color);
  border-radius: var(--dx-border-radius);
  box-shadow: var(--dx-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--dx-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --dx-gutter-x: 1.25rem;
  --dx-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dx-gutter-x) * 0.5);
  padding-left: calc(var(--dx-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1480px;
  }
}

:root {
  --dx-breakpoint-xs: 0;
  --dx-breakpoint-sm: 576px;
  --dx-breakpoint-md: 768px;
  --dx-breakpoint-lg: 992px;
  --dx-breakpoint-xl: 1200px;
  --dx-breakpoint-xxl: 1536px;
}

.row {
  --dx-gutter-x: 1.25rem;
  --dx-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--dx-gutter-y));
  margin-right: calc(-0.5 * var(--dx-gutter-x));
  margin-left: calc(-0.5 * var(--dx-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dx-gutter-x) * 0.5);
  padding-left: calc(var(--dx-gutter-x) * 0.5);
  margin-top: var(--dx-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --dx-gutter-x: 0;
}

.g-0,
.gy-0 {
  --dx-gutter-y: 0;
}

.g-1,
.gx-1 {
  --dx-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --dx-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --dx-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --dx-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --dx-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --dx-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --dx-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --dx-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --dx-gutter-x: var(--dx-spacer);
}

.g-5,
.gy-5 {
  --dx-gutter-y: var(--dx-spacer);
}

.g-6,
.gx-6 {
  --dx-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
  --dx-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
  --dx-gutter-x: 1.75rem;
}

.g-7,
.gy-7 {
  --dx-gutter-y: 1.75rem;
}

.g-8,
.gx-8 {
  --dx-gutter-x: 2rem;
}

.g-8,
.gy-8 {
  --dx-gutter-y: 2rem;
}

.g-9,
.gx-9 {
  --dx-gutter-x: 2.25rem;
}

.g-9,
.gy-9 {
  --dx-gutter-y: 2.25rem;
}

.g-10,
.gx-10 {
  --dx-gutter-x: 2.5rem;
}

.g-10,
.gy-10 {
  --dx-gutter-y: 2.5rem;
}

.g-12,
.gx-12 {
  --dx-gutter-x: 3rem;
}

.g-12,
.gy-12 {
  --dx-gutter-y: 3rem;
}

.g-14,
.gx-14 {
  --dx-gutter-x: 3.5rem;
}

.g-14,
.gy-14 {
  --dx-gutter-y: 3.5rem;
}

.g-16,
.gx-16 {
  --dx-gutter-x: 4rem;
}

.g-16,
.gy-16 {
  --dx-gutter-y: 4rem;
}

.g-20,
.gx-20 {
  --dx-gutter-x: 5rem;
}

.g-20,
.gy-20 {
  --dx-gutter-y: 5rem;
}

.g-24,
.gx-24 {
  --dx-gutter-x: 6rem;
}

.g-24,
.gy-24 {
  --dx-gutter-y: 6rem;
}

.g-28,
.gx-28 {
  --dx-gutter-x: 7rem;
}

.g-28,
.gy-28 {
  --dx-gutter-y: 7rem;
}

.g-36,
.gx-36 {
  --dx-gutter-x: 9rem;
}

.g-36,
.gy-36 {
  --dx-gutter-y: 9rem;
}

.g-40,
.gx-40 {
  --dx-gutter-x: 10rem;
}

.g-40,
.gy-40 {
  --dx-gutter-y: 10rem;
}

.g-44,
.gx-44 {
  --dx-gutter-x: 11rem;
}

.g-44,
.gy-44 {
  --dx-gutter-y: 11rem;
}

.g-48,
.gx-48 {
  --dx-gutter-x: 12rem;
}

.g-48,
.gy-48 {
  --dx-gutter-y: 12rem;
}

.g-80,
.gx-80 {
  --dx-gutter-x: 20rem;
}

.g-80,
.gy-80 {
  --dx-gutter-y: 20rem;
}

.g-6px,
.gx-6px {
  --dx-gutter-x: 6px;
}

.g-6px,
.gy-6px {
  --dx-gutter-y: 6px;
}

.g-10px,
.gx-10px {
  --dx-gutter-x: 10px;
}

.g-10px,
.gy-10px {
  --dx-gutter-y: 10px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --dx-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --dx-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --dx-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --dx-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --dx-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --dx-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --dx-gutter-x: 0.75rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --dx-gutter-y: 0.75rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --dx-gutter-x: 1rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --dx-gutter-y: 1rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --dx-gutter-x: var(--dx-spacer);
  }

  .g-sm-5,
  .gy-sm-5 {
    --dx-gutter-y: var(--dx-spacer);
  }

  .g-sm-6,
  .gx-sm-6 {
    --dx-gutter-x: 1.5rem;
  }

  .g-sm-6,
  .gy-sm-6 {
    --dx-gutter-y: 1.5rem;
  }

  .g-sm-7,
  .gx-sm-7 {
    --dx-gutter-x: 1.75rem;
  }

  .g-sm-7,
  .gy-sm-7 {
    --dx-gutter-y: 1.75rem;
  }

  .g-sm-8,
  .gx-sm-8 {
    --dx-gutter-x: 2rem;
  }

  .g-sm-8,
  .gy-sm-8 {
    --dx-gutter-y: 2rem;
  }

  .g-sm-9,
  .gx-sm-9 {
    --dx-gutter-x: 2.25rem;
  }

  .g-sm-9,
  .gy-sm-9 {
    --dx-gutter-y: 2.25rem;
  }

  .g-sm-10,
  .gx-sm-10 {
    --dx-gutter-x: 2.5rem;
  }

  .g-sm-10,
  .gy-sm-10 {
    --dx-gutter-y: 2.5rem;
  }

  .g-sm-12,
  .gx-sm-12 {
    --dx-gutter-x: 3rem;
  }

  .g-sm-12,
  .gy-sm-12 {
    --dx-gutter-y: 3rem;
  }

  .g-sm-14,
  .gx-sm-14 {
    --dx-gutter-x: 3.5rem;
  }

  .g-sm-14,
  .gy-sm-14 {
    --dx-gutter-y: 3.5rem;
  }

  .g-sm-16,
  .gx-sm-16 {
    --dx-gutter-x: 4rem;
  }

  .g-sm-16,
  .gy-sm-16 {
    --dx-gutter-y: 4rem;
  }

  .g-sm-20,
  .gx-sm-20 {
    --dx-gutter-x: 5rem;
  }

  .g-sm-20,
  .gy-sm-20 {
    --dx-gutter-y: 5rem;
  }

  .g-sm-24,
  .gx-sm-24 {
    --dx-gutter-x: 6rem;
  }

  .g-sm-24,
  .gy-sm-24 {
    --dx-gutter-y: 6rem;
  }

  .g-sm-28,
  .gx-sm-28 {
    --dx-gutter-x: 7rem;
  }

  .g-sm-28,
  .gy-sm-28 {
    --dx-gutter-y: 7rem;
  }

  .g-sm-36,
  .gx-sm-36 {
    --dx-gutter-x: 9rem;
  }

  .g-sm-36,
  .gy-sm-36 {
    --dx-gutter-y: 9rem;
  }

  .g-sm-40,
  .gx-sm-40 {
    --dx-gutter-x: 10rem;
  }

  .g-sm-40,
  .gy-sm-40 {
    --dx-gutter-y: 10rem;
  }

  .g-sm-44,
  .gx-sm-44 {
    --dx-gutter-x: 11rem;
  }

  .g-sm-44,
  .gy-sm-44 {
    --dx-gutter-y: 11rem;
  }

  .g-sm-48,
  .gx-sm-48 {
    --dx-gutter-x: 12rem;
  }

  .g-sm-48,
  .gy-sm-48 {
    --dx-gutter-y: 12rem;
  }

  .g-sm-80,
  .gx-sm-80 {
    --dx-gutter-x: 20rem;
  }

  .g-sm-80,
  .gy-sm-80 {
    --dx-gutter-y: 20rem;
  }

  .g-sm-6px,
  .gx-sm-6px {
    --dx-gutter-x: 6px;
  }

  .g-sm-6px,
  .gy-sm-6px {
    --dx-gutter-y: 6px;
  }

  .g-sm-10px,
  .gx-sm-10px {
    --dx-gutter-x: 10px;
  }

  .g-sm-10px,
  .gy-sm-10px {
    --dx-gutter-y: 10px;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --dx-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --dx-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --dx-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --dx-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --dx-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --dx-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --dx-gutter-x: 0.75rem;
  }

  .g-md-3,
  .gy-md-3 {
    --dx-gutter-y: 0.75rem;
  }

  .g-md-4,
  .gx-md-4 {
    --dx-gutter-x: 1rem;
  }

  .g-md-4,
  .gy-md-4 {
    --dx-gutter-y: 1rem;
  }

  .g-md-5,
  .gx-md-5 {
    --dx-gutter-x: var(--dx-spacer);
  }

  .g-md-5,
  .gy-md-5 {
    --dx-gutter-y: var(--dx-spacer);
  }

  .g-md-6,
  .gx-md-6 {
    --dx-gutter-x: 1.5rem;
  }

  .g-md-6,
  .gy-md-6 {
    --dx-gutter-y: 1.5rem;
  }

  .g-md-7,
  .gx-md-7 {
    --dx-gutter-x: 1.75rem;
  }

  .g-md-7,
  .gy-md-7 {
    --dx-gutter-y: 1.75rem;
  }

  .g-md-8,
  .gx-md-8 {
    --dx-gutter-x: 2rem;
  }

  .g-md-8,
  .gy-md-8 {
    --dx-gutter-y: 2rem;
  }

  .g-md-9,
  .gx-md-9 {
    --dx-gutter-x: 2.25rem;
  }

  .g-md-9,
  .gy-md-9 {
    --dx-gutter-y: 2.25rem;
  }

  .g-md-10,
  .gx-md-10 {
    --dx-gutter-x: 2.5rem;
  }

  .g-md-10,
  .gy-md-10 {
    --dx-gutter-y: 2.5rem;
  }

  .g-md-12,
  .gx-md-12 {
    --dx-gutter-x: 3rem;
  }

  .g-md-12,
  .gy-md-12 {
    --dx-gutter-y: 3rem;
  }

  .g-md-14,
  .gx-md-14 {
    --dx-gutter-x: 3.5rem;
  }

  .g-md-14,
  .gy-md-14 {
    --dx-gutter-y: 3.5rem;
  }

  .g-md-16,
  .gx-md-16 {
    --dx-gutter-x: 4rem;
  }

  .g-md-16,
  .gy-md-16 {
    --dx-gutter-y: 4rem;
  }

  .g-md-20,
  .gx-md-20 {
    --dx-gutter-x: 5rem;
  }

  .g-md-20,
  .gy-md-20 {
    --dx-gutter-y: 5rem;
  }

  .g-md-24,
  .gx-md-24 {
    --dx-gutter-x: 6rem;
  }

  .g-md-24,
  .gy-md-24 {
    --dx-gutter-y: 6rem;
  }

  .g-md-28,
  .gx-md-28 {
    --dx-gutter-x: 7rem;
  }

  .g-md-28,
  .gy-md-28 {
    --dx-gutter-y: 7rem;
  }

  .g-md-36,
  .gx-md-36 {
    --dx-gutter-x: 9rem;
  }

  .g-md-36,
  .gy-md-36 {
    --dx-gutter-y: 9rem;
  }

  .g-md-40,
  .gx-md-40 {
    --dx-gutter-x: 10rem;
  }

  .g-md-40,
  .gy-md-40 {
    --dx-gutter-y: 10rem;
  }

  .g-md-44,
  .gx-md-44 {
    --dx-gutter-x: 11rem;
  }

  .g-md-44,
  .gy-md-44 {
    --dx-gutter-y: 11rem;
  }

  .g-md-48,
  .gx-md-48 {
    --dx-gutter-x: 12rem;
  }

  .g-md-48,
  .gy-md-48 {
    --dx-gutter-y: 12rem;
  }

  .g-md-80,
  .gx-md-80 {
    --dx-gutter-x: 20rem;
  }

  .g-md-80,
  .gy-md-80 {
    --dx-gutter-y: 20rem;
  }

  .g-md-6px,
  .gx-md-6px {
    --dx-gutter-x: 6px;
  }

  .g-md-6px,
  .gy-md-6px {
    --dx-gutter-y: 6px;
  }

  .g-md-10px,
  .gx-md-10px {
    --dx-gutter-x: 10px;
  }

  .g-md-10px,
  .gy-md-10px {
    --dx-gutter-y: 10px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --dx-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --dx-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --dx-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --dx-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --dx-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --dx-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --dx-gutter-x: 0.75rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --dx-gutter-y: 0.75rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --dx-gutter-x: 1rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --dx-gutter-y: 1rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --dx-gutter-x: var(--dx-spacer);
  }

  .g-lg-5,
  .gy-lg-5 {
    --dx-gutter-y: var(--dx-spacer);
  }

  .g-lg-6,
  .gx-lg-6 {
    --dx-gutter-x: 1.5rem;
  }

  .g-lg-6,
  .gy-lg-6 {
    --dx-gutter-y: 1.5rem;
  }

  .g-lg-7,
  .gx-lg-7 {
    --dx-gutter-x: 1.75rem;
  }

  .g-lg-7,
  .gy-lg-7 {
    --dx-gutter-y: 1.75rem;
  }

  .g-lg-8,
  .gx-lg-8 {
    --dx-gutter-x: 2rem;
  }

  .g-lg-8,
  .gy-lg-8 {
    --dx-gutter-y: 2rem;
  }

  .g-lg-9,
  .gx-lg-9 {
    --dx-gutter-x: 2.25rem;
  }

  .g-lg-9,
  .gy-lg-9 {
    --dx-gutter-y: 2.25rem;
  }

  .g-lg-10,
  .gx-lg-10 {
    --dx-gutter-x: 2.5rem;
  }

  .g-lg-10,
  .gy-lg-10 {
    --dx-gutter-y: 2.5rem;
  }

  .g-lg-12,
  .gx-lg-12 {
    --dx-gutter-x: 3rem;
  }

  .g-lg-12,
  .gy-lg-12 {
    --dx-gutter-y: 3rem;
  }

  .g-lg-14,
  .gx-lg-14 {
    --dx-gutter-x: 3.5rem;
  }

  .g-lg-14,
  .gy-lg-14 {
    --dx-gutter-y: 3.5rem;
  }

  .g-lg-16,
  .gx-lg-16 {
    --dx-gutter-x: 4rem;
  }

  .g-lg-16,
  .gy-lg-16 {
    --dx-gutter-y: 4rem;
  }

  .g-lg-20,
  .gx-lg-20 {
    --dx-gutter-x: 5rem;
  }

  .g-lg-20,
  .gy-lg-20 {
    --dx-gutter-y: 5rem;
  }

  .g-lg-24,
  .gx-lg-24 {
    --dx-gutter-x: 6rem;
  }

  .g-lg-24,
  .gy-lg-24 {
    --dx-gutter-y: 6rem;
  }

  .g-lg-28,
  .gx-lg-28 {
    --dx-gutter-x: 7rem;
  }

  .g-lg-28,
  .gy-lg-28 {
    --dx-gutter-y: 7rem;
  }

  .g-lg-36,
  .gx-lg-36 {
    --dx-gutter-x: 9rem;
  }

  .g-lg-36,
  .gy-lg-36 {
    --dx-gutter-y: 9rem;
  }

  .g-lg-40,
  .gx-lg-40 {
    --dx-gutter-x: 10rem;
  }

  .g-lg-40,
  .gy-lg-40 {
    --dx-gutter-y: 10rem;
  }

  .g-lg-44,
  .gx-lg-44 {
    --dx-gutter-x: 11rem;
  }

  .g-lg-44,
  .gy-lg-44 {
    --dx-gutter-y: 11rem;
  }

  .g-lg-48,
  .gx-lg-48 {
    --dx-gutter-x: 12rem;
  }

  .g-lg-48,
  .gy-lg-48 {
    --dx-gutter-y: 12rem;
  }

  .g-lg-80,
  .gx-lg-80 {
    --dx-gutter-x: 20rem;
  }

  .g-lg-80,
  .gy-lg-80 {
    --dx-gutter-y: 20rem;
  }

  .g-lg-6px,
  .gx-lg-6px {
    --dx-gutter-x: 6px;
  }

  .g-lg-6px,
  .gy-lg-6px {
    --dx-gutter-y: 6px;
  }

  .g-lg-10px,
  .gx-lg-10px {
    --dx-gutter-x: 10px;
  }

  .g-lg-10px,
  .gy-lg-10px {
    --dx-gutter-y: 10px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --dx-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --dx-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --dx-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --dx-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --dx-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --dx-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --dx-gutter-x: 0.75rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --dx-gutter-y: 0.75rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --dx-gutter-x: 1rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --dx-gutter-y: 1rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --dx-gutter-x: var(--dx-spacer);
  }

  .g-xl-5,
  .gy-xl-5 {
    --dx-gutter-y: var(--dx-spacer);
  }

  .g-xl-6,
  .gx-xl-6 {
    --dx-gutter-x: 1.5rem;
  }

  .g-xl-6,
  .gy-xl-6 {
    --dx-gutter-y: 1.5rem;
  }

  .g-xl-7,
  .gx-xl-7 {
    --dx-gutter-x: 1.75rem;
  }

  .g-xl-7,
  .gy-xl-7 {
    --dx-gutter-y: 1.75rem;
  }

  .g-xl-8,
  .gx-xl-8 {
    --dx-gutter-x: 2rem;
  }

  .g-xl-8,
  .gy-xl-8 {
    --dx-gutter-y: 2rem;
  }

  .g-xl-9,
  .gx-xl-9 {
    --dx-gutter-x: 2.25rem;
  }

  .g-xl-9,
  .gy-xl-9 {
    --dx-gutter-y: 2.25rem;
  }

  .g-xl-10,
  .gx-xl-10 {
    --dx-gutter-x: 2.5rem;
  }

  .g-xl-10,
  .gy-xl-10 {
    --dx-gutter-y: 2.5rem;
  }

  .g-xl-12,
  .gx-xl-12 {
    --dx-gutter-x: 3rem;
  }

  .g-xl-12,
  .gy-xl-12 {
    --dx-gutter-y: 3rem;
  }

  .g-xl-14,
  .gx-xl-14 {
    --dx-gutter-x: 3.5rem;
  }

  .g-xl-14,
  .gy-xl-14 {
    --dx-gutter-y: 3.5rem;
  }

  .g-xl-16,
  .gx-xl-16 {
    --dx-gutter-x: 4rem;
  }

  .g-xl-16,
  .gy-xl-16 {
    --dx-gutter-y: 4rem;
  }

  .g-xl-20,
  .gx-xl-20 {
    --dx-gutter-x: 5rem;
  }

  .g-xl-20,
  .gy-xl-20 {
    --dx-gutter-y: 5rem;
  }

  .g-xl-24,
  .gx-xl-24 {
    --dx-gutter-x: 6rem;
  }

  .g-xl-24,
  .gy-xl-24 {
    --dx-gutter-y: 6rem;
  }

  .g-xl-28,
  .gx-xl-28 {
    --dx-gutter-x: 7rem;
  }

  .g-xl-28,
  .gy-xl-28 {
    --dx-gutter-y: 7rem;
  }

  .g-xl-36,
  .gx-xl-36 {
    --dx-gutter-x: 9rem;
  }

  .g-xl-36,
  .gy-xl-36 {
    --dx-gutter-y: 9rem;
  }

  .g-xl-40,
  .gx-xl-40 {
    --dx-gutter-x: 10rem;
  }

  .g-xl-40,
  .gy-xl-40 {
    --dx-gutter-y: 10rem;
  }

  .g-xl-44,
  .gx-xl-44 {
    --dx-gutter-x: 11rem;
  }

  .g-xl-44,
  .gy-xl-44 {
    --dx-gutter-y: 11rem;
  }

  .g-xl-48,
  .gx-xl-48 {
    --dx-gutter-x: 12rem;
  }

  .g-xl-48,
  .gy-xl-48 {
    --dx-gutter-y: 12rem;
  }

  .g-xl-80,
  .gx-xl-80 {
    --dx-gutter-x: 20rem;
  }

  .g-xl-80,
  .gy-xl-80 {
    --dx-gutter-y: 20rem;
  }

  .g-xl-6px,
  .gx-xl-6px {
    --dx-gutter-x: 6px;
  }

  .g-xl-6px,
  .gy-xl-6px {
    --dx-gutter-y: 6px;
  }

  .g-xl-10px,
  .gx-xl-10px {
    --dx-gutter-x: 10px;
  }

  .g-xl-10px,
  .gy-xl-10px {
    --dx-gutter-y: 10px;
  }
}

@media (min-width: 1536px) {
  .col-xxl {
    flex: 1 0 0;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --dx-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --dx-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --dx-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --dx-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --dx-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --dx-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --dx-gutter-x: 0.75rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --dx-gutter-y: 0.75rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --dx-gutter-x: 1rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --dx-gutter-y: 1rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --dx-gutter-x: var(--dx-spacer);
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --dx-gutter-y: var(--dx-spacer);
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --dx-gutter-x: 1.5rem;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --dx-gutter-y: 1.5rem;
  }

  .g-xxl-7,
  .gx-xxl-7 {
    --dx-gutter-x: 1.75rem;
  }

  .g-xxl-7,
  .gy-xxl-7 {
    --dx-gutter-y: 1.75rem;
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --dx-gutter-x: 2rem;
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --dx-gutter-y: 2rem;
  }

  .g-xxl-9,
  .gx-xxl-9 {
    --dx-gutter-x: 2.25rem;
  }

  .g-xxl-9,
  .gy-xxl-9 {
    --dx-gutter-y: 2.25rem;
  }

  .g-xxl-10,
  .gx-xxl-10 {
    --dx-gutter-x: 2.5rem;
  }

  .g-xxl-10,
  .gy-xxl-10 {
    --dx-gutter-y: 2.5rem;
  }

  .g-xxl-12,
  .gx-xxl-12 {
    --dx-gutter-x: 3rem;
  }

  .g-xxl-12,
  .gy-xxl-12 {
    --dx-gutter-y: 3rem;
  }

  .g-xxl-14,
  .gx-xxl-14 {
    --dx-gutter-x: 3.5rem;
  }

  .g-xxl-14,
  .gy-xxl-14 {
    --dx-gutter-y: 3.5rem;
  }

  .g-xxl-16,
  .gx-xxl-16 {
    --dx-gutter-x: 4rem;
  }

  .g-xxl-16,
  .gy-xxl-16 {
    --dx-gutter-y: 4rem;
  }

  .g-xxl-20,
  .gx-xxl-20 {
    --dx-gutter-x: 5rem;
  }

  .g-xxl-20,
  .gy-xxl-20 {
    --dx-gutter-y: 5rem;
  }

  .g-xxl-24,
  .gx-xxl-24 {
    --dx-gutter-x: 6rem;
  }

  .g-xxl-24,
  .gy-xxl-24 {
    --dx-gutter-y: 6rem;
  }

  .g-xxl-28,
  .gx-xxl-28 {
    --dx-gutter-x: 7rem;
  }

  .g-xxl-28,
  .gy-xxl-28 {
    --dx-gutter-y: 7rem;
  }

  .g-xxl-36,
  .gx-xxl-36 {
    --dx-gutter-x: 9rem;
  }

  .g-xxl-36,
  .gy-xxl-36 {
    --dx-gutter-y: 9rem;
  }

  .g-xxl-40,
  .gx-xxl-40 {
    --dx-gutter-x: 10rem;
  }

  .g-xxl-40,
  .gy-xxl-40 {
    --dx-gutter-y: 10rem;
  }

  .g-xxl-44,
  .gx-xxl-44 {
    --dx-gutter-x: 11rem;
  }

  .g-xxl-44,
  .gy-xxl-44 {
    --dx-gutter-y: 11rem;
  }

  .g-xxl-48,
  .gx-xxl-48 {
    --dx-gutter-x: 12rem;
  }

  .g-xxl-48,
  .gy-xxl-48 {
    --dx-gutter-y: 12rem;
  }

  .g-xxl-80,
  .gx-xxl-80 {
    --dx-gutter-x: 20rem;
  }

  .g-xxl-80,
  .gy-xxl-80 {
    --dx-gutter-y: 20rem;
  }

  .g-xxl-6px,
  .gx-xxl-6px {
    --dx-gutter-x: 6px;
  }

  .g-xxl-6px,
  .gy-xxl-6px {
    --dx-gutter-y: 6px;
  }

  .g-xxl-10px,
  .gx-xxl-10px {
    --dx-gutter-x: 10px;
  }

  .g-xxl-10px,
  .gy-xxl-10px {
    --dx-gutter-y: 10px;
  }
}

.table {
  --dx-table-color-type: initial;
  --dx-table-bg-type: initial;
  --dx-table-color-state: initial;
  --dx-table-bg-state: initial;
  --dx-table-color: var(--dx-body-color);
  --dx-table-bg: transparent;
  --dx-table-border-color: var(--dx-border-color);
  --dx-table-accent-bg: transparent;
  --dx-table-striped-color: var(--dx-body-color);
  --dx-table-striped-bg: var(--dx-tertiary-bg);
  --dx-table-active-color: var(--dx-body-color);
  --dx-table-active-bg: rgba(var(--dx-emphasis-color-rgb), 0.05);
  --dx-table-hover-color: var(--dx-body-color);
  --dx-table-hover-bg: var(--dx-tertiary-bg);
  width: 100%;
  margin-bottom: 1.25rem;
  vertical-align: top;
  border-color: var(--dx-table-border-color);
}

.table> :not(caption)>*>* {
  padding: 0.875rem 0.75rem;
  color: var(--dx-table-color-state,
      var(--dx-table-color-type, var(--dx-table-color)));
  background-color: var(--dx-table-bg);
  border-bottom-width: var(--dx-border-width);
  box-shadow: inset 0 0 0 9999px var(--dx-table-bg-state, var(--dx-table-bg-type, var(--dx-table-accent-bg)));
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--dx-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.375rem 0.5rem;
}

.table-bordered> :not(caption)>* {
  border-width: var(--dx-border-width) 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 var(--dx-border-width);
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
  border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --dx-table-color-type: var(--dx-table-striped-color);
  --dx-table-bg-type: var(--dx-table-striped-bg);
}

.table-striped-columns> :not(caption)>tr> :nth-child(2n) {
  --dx-table-color-type: var(--dx-table-striped-color);
  --dx-table-bg-type: var(--dx-table-striped-bg);
}

.table-active {
  --dx-table-color-state: var(--dx-table-active-color);
  --dx-table-bg-state: var(--dx-table-active-bg);
}

.table-hover>tbody>tr:hover>* {
  --dx-table-color-state: var(--dx-table-hover-color);
  --dx-table-bg-state: var(--dx-table-hover-bg);
}

.table-primary {
  --dx-table-color: #000;
  --dx-table-bg: rgb(222.4, 216.4, 233.6);
  --dx-table-border-color: rgb(177.92, 173.12, 186.88);
  --dx-table-striped-bg: rgb(211.28, 205.58, 221.92);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(211.28, 205.58, 221.92);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(200.16, 194.76, 210.24);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-secondary {
  --dx-table-color: #000;
  --dx-table-bg: rgb(252.4, 221.8, 207.6);
  --dx-table-border-color: rgb(201.92, 177.44, 166.08);
  --dx-table-striped-bg: rgb(239.78, 210.71, 197.22);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(239.78, 210.71, 197.22);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(227.16, 199.62, 186.84);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-success {
  --dx-table-color: #000;
  --dx-table-bg: rgb(208.4, 236.6, 218.8);
  --dx-table-border-color: rgb(166.72, 189.28, 175.04);
  --dx-table-striped-bg: rgb(197.98, 224.77, 207.86);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(197.98, 224.77, 207.86);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(187.56, 212.94, 196.92);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-info {
  --dx-table-color: #000;
  --dx-table-bg: rgb(205.2, 240.4, 246.4);
  --dx-table-border-color: rgb(164.16, 192.32, 197.12);
  --dx-table-striped-bg: rgb(194.94, 228.38, 234.08);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(194.94, 228.38, 234.08);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(184.68, 216.36, 221.76);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-warning {
  --dx-table-color: #000;
  --dx-table-bg: rgb(253, 244.8, 208);
  --dx-table-border-color: rgb(202.4, 195.84, 166.4);
  --dx-table-striped-bg: rgb(240.35, 232.56, 197.6);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(240.35, 232.56, 197.6);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(227.7, 220.32, 187.2);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-danger {
  --dx-table-color: #000;
  --dx-table-bg: rgb(251.8, 217.6, 217.6);
  --dx-table-border-color: rgb(201.44, 174.08, 174.08);
  --dx-table-striped-bg: rgb(239.21, 206.72, 206.72);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(239.21, 206.72, 206.72);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(226.62, 195.84, 195.84);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-light {
  --dx-table-color: #000;
  --dx-table-bg: #f5f5f5;
  --dx-table-border-color: #c4c4c4;
  --dx-table-striped-bg: rgb(232.75, 232.75, 232.75);
  --dx-table-striped-color: #000;
  --dx-table-active-bg: rgb(232.75, 232.75, 232.75);
  --dx-table-active-color: #000;
  --dx-table-hover-bg: rgb(220.5, 220.5, 220.5);
  --dx-table-hover-color: #000;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-dark {
  --dx-table-color: #fff;
  --dx-table-bg: #000;
  --dx-table-border-color: #333333;
  --dx-table-striped-bg: rgb(12.75, 12.75, 12.75);
  --dx-table-striped-color: #fff;
  --dx-table-active-bg: rgb(12.75, 12.75, 12.75);
  --dx-table-active-color: #fff;
  --dx-table-hover-bg: rgb(25.5, 25.5, 25.5);
  --dx-table-hover-color: #fff;
  color: var(--dx-table-color);
  border-color: var(--dx-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1535.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.col-form-label {
  padding-top: calc(0.594rem + var(--dx-border-width));
  padding-bottom: calc(0.594rem + var(--dx-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.43;
}

.col-form-label-lg {
  padding-top: calc(0.625rem + var(--dx-border-width));
  padding-bottom: calc(0.625rem + var(--dx-border-width));
  font-size: 0.9063rem;
}

.col-form-label-sm {
  padding-top: calc(0.1875rem + var(--dx-border-width));
  padding-bottom: calc(0.1875rem + var(--dx-border-width));
  font-size: 0.984375rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--dx-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.594rem 1rem;
  font-size: var(--dx-body-font-size);
  font-weight: 400;
  line-height: 1.43;
  color: var(--dx-body-color);
  appearance: none;
  background-color: var(--dx-secondary-bg);
  background-clip: padding-box;
  border: var(--dx-border-width) solid var(--dx-border-color);
  border-radius: var(--dx-border-radius);
  box-shadow: 0;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--dx-body-color);
  background-color: var(--dx-secondary-bg);
  border-color: var(--dx-primary-border-subtle);
  outline: 0;
  box-shadow: 0, 0;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.43em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--dx-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  color: var(--dx-secondary-color);
  background-color: var(--dx-tertiary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.594rem 1rem;
  margin: -0.594rem -1rem;
  margin-inline-end: 1rem;
  color: var(--dx-body-color);
  background-color: var(--dx-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--dx-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    opacity 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--dx-tertiary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.594rem 0;
  margin-bottom: 0;
  line-height: 1.43;
  color: var(--dx-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--dx-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.43em + 0.375rem + calc(var(--dx-border-width) * 2));
  padding: 0.1875rem 0.5rem;
  font-size: 0.984375rem;
  border-radius: var(--dx-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.1875rem 0.5rem;
  margin: -0.1875rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.43em + 1.25rem + calc(var(--dx-border-width) * 2));
  padding: 0.625rem 1.25rem;
  font-size: 0.9063rem;
  border-radius: var(--dx-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.625rem 1.25rem;
  margin: -0.625rem -1.25rem;
  margin-inline-end: 1.25rem;
}

textarea.form-control {
  min-height: calc(1.43em + 1.188rem + calc(var(--dx-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.43em + 0.375rem + calc(var(--dx-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.43em + 1.25rem + calc(var(--dx-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.43em + 1.188rem + calc(var(--dx-border-width) * 2));
  padding: 0.594rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--dx-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--dx-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.43em + 0.375rem + calc(var(--dx-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.43em + 1.25rem + calc(var(--dx-border-width) * 2));
}

.form-select {
  --dx-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.594rem 3rem 0.594rem 1rem;
  font-size: var(--dx-body-font-size);
  font-weight: 400;
  line-height: 1.43;
  color: var(--dx-body-color);
  appearance: none;
  background-color: var(--dx-secondary-bg);
  background-image:
    var(--dx-form-select-bg-img), var(--dx-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: var(--dx-border-width) solid var(--dx-border-color);
  border-radius: var(--dx-border-radius);
  box-shadow: var(--dx-box-shadow-inset);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: var(--dx-primary-border-subtle);
  outline: 0;
  box-shadow:
    var(--dx-box-shadow-inset),
    0 0 0 0.25rem #5c3e9440;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--dx-tertiary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--dx-body-color);
}

.form-select-sm {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.5rem;
  font-size: 0.984375rem;
  border-radius: var(--dx-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  font-size: 0.9063rem;
  border-radius: var(--dx-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --dx-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f1f5f9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 2.5rem;
  padding-left: 1.88em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.88em;
}

.form-check-reverse {
  padding-right: 1.88em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.88em;
  margin-left: 0;
}

.form-check-input {
  --dx-form-check-bg: none;
  flex-shrink: 0;
  width: 1.38em;
  height: 1.38em;
  margin-top: 0.01em;
  vertical-align: top;
  appearance: none;
  background-color: var(--dx-form-check-bg);
  background-image: var(--dx-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--dx-border-width) solid var(--dx-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25rem;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
}

.form-check-input:checked[type="checkbox"] {
  --dx-form-check-bg-image: url(./assets/images/others/check-arrow.svg);
}

.form-check-input:checked[type="radio"] {
  --dx-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--dx-primary);
  border-color: var(--dx-primary);
  --dx-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-label {
  cursor: pointer;
}

.form-switch {
  padding-left: 0;
}

.form-switch .form-check-input {
  --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: 0;
  background-image: var(--dx-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--dx-primary-border-subtle%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 0;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: 0;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --dx-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: none;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: none;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: var(--dx-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem #0000001a;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: var(--dx-primary);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--dx-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: none;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: var(--dx-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem #0000001a;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: var(--dx-primary);
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--dx-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: none;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--dx-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--dx-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem + calc(var(--dx-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--dx-border-width) * 2));
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  color: rgba(var(--dx-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--dx-border-width) solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem;
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

.form-floating>textarea:focus~label:after,
.form-floating>textarea:not(:placeholder-shown)~label:after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--dx-secondary-bg);
  border-radius: var(--dx-border-radius);
}

.form-floating>textarea:disabled~label:after {
  background-color: var(--dx-tertiary-bg);
}

.form-floating>.form-control-plaintext~label {
  border-width: var(--dx-border-width) 0;
}

.form-floating> :disabled~label,
.form-floating>.form-control:disabled~label {
  color: #525252;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.594rem 1rem;
  font-size: var(--dx-body-font-size);
  font-weight: 500;
  line-height: 1.43;
  color: var(--dx-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: none;
  border: var(--dx-border-width) solid var(--dx-border-color);
  border-radius: var(--dx-border-radius);
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.625rem 1.25rem;
  font-size: 0.9063rem;
  border-radius: var(--dx-border-radius-lg);
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.1875rem 0.5rem;
  font-size: 0.984375rem;
  border-radius: var(--dx-border-radius-sm);
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation>.form-floating:nth-last-child(n + 3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n + 3)>.form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--dx-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--dx-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: calc(var(--dx-spacer) * 0.25) calc(var(--dx-spacer) * 0.5);
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  color: #fff;
  background-color: var(--dx-success);
  border-radius: var(--dx-border-radius);
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--dx-form-valid-border-color);
  padding-right: calc(1.43em + 1.188rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2316a34a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3575em + 0.297rem) center;
  background-size: calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--dx-form-valid-border-color);
  box-shadow:
    0,
    0 0 0 0.25rem rgba(var(--dx-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.43em + 1.188rem);
  background-position: top calc(0.3575em + 0.297rem) right calc(0.3575em + 0.297rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--dx-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --dx-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2316a34a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position:
    right 1rem center,
    center right 3rem;
  background-size:
    16px 12px,
    calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--dx-form-valid-border-color);
  box-shadow:
    var(--dx-box-shadow-inset),
    0 0 0 0.25rem rgba(var(--dx-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(4.188rem + 1.43em);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--dx-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--dx-form-valid-color);
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dx-success-rgb), 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: var(--dx-form-valid-color);
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--dx-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: calc(var(--dx-spacer) * 0.25) calc(var(--dx-spacer) * 0.5);
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  color: #fff;
  background-color: var(--dx-danger);
  border-radius: var(--dx-border-radius);
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--dx-form-invalid-border-color);
  padding-right: calc(1.43em + 1.188rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3575em + 0.297rem) center;
  background-size: calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--dx-form-invalid-border-color);
  box-shadow:
    0,
    0 0 0 0.25rem rgba(var(--dx-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.43em + 1.188rem);
  background-position: top calc(0.3575em + 0.297rem) right calc(0.3575em + 0.297rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--dx-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --dx-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4444' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position:
    right 1rem center,
    center right 3rem;
  background-size:
    16px 12px,
    calc(0.715em + 0.594rem) calc(0.715em + 0.594rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--dx-form-invalid-border-color);
  box-shadow:
    var(--dx-box-shadow-inset),
    0 0 0 0.25rem rgba(var(--dx-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(4.188rem + 1.43em);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--dx-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--dx-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dx-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: var(--dx-form-invalid-color);
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --dx-btn-padding-x: 1.5rem;
  --dx-btn-padding-y: 0.5625rem;
  --dx-btn-font-family: ;
  --dx-btn-font-size: var(--dx-body-font-size);
  --dx-btn-font-weight: 400;
  --dx-btn-line-height: 1.4;
  --dx-btn-color: var(--dx-body-color);
  --dx-btn-bg: transparent;
  --dx-btn-border-width: var(--dx-border-width);
  --dx-btn-border-color: transparent;
  --dx-btn-border-radius: var(--dx-border-radius);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-box-shadow: none;
  --dx-btn-disabled-opacity: 0.65;
  --dx-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--dx-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--dx-btn-padding-y) var(--dx-btn-padding-x);
  font-family: var(--dx-btn-font-family);
  font-size: var(--dx-btn-font-size);
  font-weight: var(--dx-btn-font-weight);
  line-height: var(--dx-btn-line-height);
  color: var(--dx-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--dx-btn-border-width) solid var(--dx-btn-border-color);
  border-radius: var(--dx-btn-border-radius);
  background-color: var(--dx-btn-bg);
  box-shadow: var(--dx-btn-box-shadow);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    opacity 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--dx-btn-hover-color);
  background-color: var(--dx-btn-hover-bg);
  border-color: var(--dx-btn-hover-border-color);
}

.btn-check+.btn:hover {
  color: var(--dx-btn-color);
  background-color: var(--dx-btn-bg);
  border-color: var(--dx-btn-border-color);
}

.btn:focus-visible {
  color: var(--dx-btn-hover-color);
  background-color: var(--dx-btn-hover-bg);
  border-color: var(--dx-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--dx-btn-box-shadow), var(--dx-btn-focus-box-shadow);
}

.btn-check:focus-visible+.btn {
  border-color: var(--dx-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--dx-btn-box-shadow), var(--dx-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--dx-btn-active-color);
  background-color: var(--dx-btn-active-bg);
  border-color: var(--dx-btn-active-border-color);
  box-shadow: var(--dx-btn-active-shadow);
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--dx-btn-active-shadow), var(--dx-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible+.btn {
  box-shadow: var(--dx-btn-active-shadow), var(--dx-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--dx-btn-disabled-color);
  pointer-events: none;
  background-color: var(--dx-btn-disabled-bg);
  border-color: var(--dx-btn-disabled-border-color);
  opacity: var(--dx-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary {
  --dx-btn-color: #fff;
  --dx-btn-bg: #5c3e94;
  --dx-btn-border-color: #5c3e94;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(82.8, 55.8, 133.2);
  --dx-btn-hover-border-color: rgb(82.8, 55.8, 133.2);
  --dx-btn-focus-shadow-rgb: 116, 91, 164;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(82.8, 55.8, 133.2);
  --dx-btn-active-border-color: rgb(82.8, 55.8, 133.2);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #5c3e94;
  --dx-btn-disabled-border-color: #5c3e94;
}

.btn-secondary {
  --dx-btn-color: #fff;
  --dx-btn-bg: #f25912;
  --dx-btn-border-color: #f25912;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(217.8, 80.1, 16.2);
  --dx-btn-hover-border-color: rgb(217.8, 80.1, 16.2);
  --dx-btn-focus-shadow-rgb: 244, 114, 54;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(217.8, 80.1, 16.2);
  --dx-btn-active-border-color: rgb(217.8, 80.1, 16.2);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #f25912;
  --dx-btn-disabled-border-color: #f25912;
}

.btn-success {
  --dx-btn-color: #fff;
  --dx-btn-bg: #16a34a;
  --dx-btn-border-color: #16a34a;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(19.8, 146.7, 66.6);
  --dx-btn-hover-border-color: rgb(19.8, 146.7, 66.6);
  --dx-btn-focus-shadow-rgb: 57, 177, 101;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(19.8, 146.7, 66.6);
  --dx-btn-active-border-color: rgb(19.8, 146.7, 66.6);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #16a34a;
  --dx-btn-disabled-border-color: #16a34a;
}

.btn-info {
  --dx-btn-color: #fff;
  --dx-btn-bg: #06b6d4;
  --dx-btn-border-color: #06b6d4;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(5.4, 163.8, 190.8);
  --dx-btn-hover-border-color: rgb(5.4, 163.8, 190.8);
  --dx-btn-focus-shadow-rgb: 43, 193, 218;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(5.4, 163.8, 190.8);
  --dx-btn-active-border-color: rgb(5.4, 163.8, 190.8);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #06b6d4;
  --dx-btn-disabled-border-color: #06b6d4;
}

.btn-warning {
  --dx-btn-color: #000;
  --dx-btn-bg: #f5cc14;
  --dx-btn-border-color: #f5cc14;
  --dx-btn-hover-color: #000;
  --dx-btn-hover-bg: rgb(246, 209.1, 43.5);
  --dx-btn-hover-border-color: rgb(246, 209.1, 43.5);
  --dx-btn-focus-shadow-rgb: 208, 173, 17;
  --dx-btn-active-color: #000;
  --dx-btn-active-bg: rgb(246, 209.1, 43.5);
  --dx-btn-active-border-color: rgb(246, 209.1, 43.5);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #000;
  --dx-btn-disabled-bg: #f5cc14;
  --dx-btn-disabled-border-color: #f5cc14;
}

.btn-danger {
  --dx-btn-color: #fff;
  --dx-btn-bg: #ef4444;
  --dx-btn-border-color: #ef4444;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(215.1, 61.2, 61.2);
  --dx-btn-hover-border-color: rgb(215.1, 61.2, 61.2);
  --dx-btn-focus-shadow-rgb: 241, 96, 96;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(215.1, 61.2, 61.2);
  --dx-btn-active-border-color: rgb(215.1, 61.2, 61.2);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #ef4444;
  --dx-btn-disabled-border-color: #ef4444;
}

.btn-light {
  --dx-btn-color: #000;
  --dx-btn-bg: #f5f5f5;
  --dx-btn-border-color: #f5f5f5;
  --dx-btn-hover-color: #000;
  --dx-btn-hover-bg: rgb(220.5, 220.5, 220.5);
  --dx-btn-hover-border-color: rgb(220.5, 220.5, 220.5);
  --dx-btn-focus-shadow-rgb: 208, 208, 208;
  --dx-btn-active-color: #000;
  --dx-btn-active-bg: rgb(220.5, 220.5, 220.5);
  --dx-btn-active-border-color: rgb(220.5, 220.5, 220.5);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #000;
  --dx-btn-disabled-bg: #f5f5f5;
  --dx-btn-disabled-border-color: #f5f5f5;
}

.btn-dark {
  --dx-btn-color: #fff;
  --dx-btn-bg: #000;
  --dx-btn-border-color: #000;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(25.5, 25.5, 25.5);
  --dx-btn-hover-border-color: rgb(25.5, 25.5, 25.5);
  --dx-btn-focus-shadow-rgb: 38, 38, 38;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(25.5, 25.5, 25.5);
  --dx-btn-active-border-color: rgb(25.5, 25.5, 25.5);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #000;
  --dx-btn-disabled-border-color: #000;
}

.btn-pink {
  --dx-btn-color: #fff;
  --dx-btn-bg: #db2777;
  --dx-btn-border-color: #db2777;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(197.1, 35.1, 107.1);
  --dx-btn-hover-border-color: rgb(197.1, 35.1, 107.1);
  --dx-btn-focus-shadow-rgb: 224, 71, 139;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(197.1, 35.1, 107.1);
  --dx-btn-active-border-color: rgb(197.1, 35.1, 107.1);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #db2777;
  --dx-btn-disabled-border-color: #db2777;
}

.btn-orange {
  --dx-btn-color: #fff;
  --dx-btn-bg: #f25912;
  --dx-btn-border-color: #f25912;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(217.8, 80.1, 16.2);
  --dx-btn-hover-border-color: rgb(217.8, 80.1, 16.2);
  --dx-btn-focus-shadow-rgb: 244, 114, 54;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(217.8, 80.1, 16.2);
  --dx-btn-active-border-color: rgb(217.8, 80.1, 16.2);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #f25912;
  --dx-btn-disabled-border-color: #f25912;
}

.btn-indigo {
  --dx-btn-color: #fff;
  --dx-btn-bg: #6366f1;
  --dx-btn-border-color: #6366f1;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: rgb(89.1, 91.8, 216.9);
  --dx-btn-hover-border-color: rgb(89.1, 91.8, 216.9);
  --dx-btn-focus-shadow-rgb: 122, 125, 243;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: rgb(89.1, 91.8, 216.9);
  --dx-btn-active-border-color: rgb(89.1, 91.8, 216.9);
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #fff;
  --dx-btn-disabled-bg: #6366f1;
  --dx-btn-disabled-border-color: #6366f1;
}

.btn-outline-primary {
  --dx-btn-color: #5c3e94;
  --dx-btn-border-color: #5c3e94;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #5c3e94;
  --dx-btn-hover-border-color: #5c3e94;
  --dx-btn-focus-shadow-rgb: 92, 62, 148;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #5c3e94;
  --dx-btn-active-border-color: #5c3e94;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #5c3e94;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #5c3e94;
  --dx-gradient: none;
}

.btn-outline-secondary {
  --dx-btn-color: #f25912;
  --dx-btn-border-color: #f25912;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #f25912;
  --dx-btn-hover-border-color: #f25912;
  --dx-btn-focus-shadow-rgb: 242, 89, 18;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #f25912;
  --dx-btn-active-border-color: #f25912;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #f25912;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #f25912;
  --dx-gradient: none;
}

.btn-outline-success {
  --dx-btn-color: #16a34a;
  --dx-btn-border-color: #16a34a;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #16a34a;
  --dx-btn-hover-border-color: #16a34a;
  --dx-btn-focus-shadow-rgb: 22, 163, 74;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #16a34a;
  --dx-btn-active-border-color: #16a34a;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #16a34a;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #16a34a;
  --dx-gradient: none;
}

.btn-outline-info {
  --dx-btn-color: #06b6d4;
  --dx-btn-border-color: #06b6d4;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #06b6d4;
  --dx-btn-hover-border-color: #06b6d4;
  --dx-btn-focus-shadow-rgb: 6, 182, 212;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #06b6d4;
  --dx-btn-active-border-color: #06b6d4;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #06b6d4;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #06b6d4;
  --dx-gradient: none;
}

.btn-outline-warning {
  --dx-btn-color: #f5cc14;
  --dx-btn-border-color: #f5cc14;
  --dx-btn-hover-color: #000;
  --dx-btn-hover-bg: #f5cc14;
  --dx-btn-hover-border-color: #f5cc14;
  --dx-btn-focus-shadow-rgb: 245, 204, 20;
  --dx-btn-active-color: #000;
  --dx-btn-active-bg: #f5cc14;
  --dx-btn-active-border-color: #f5cc14;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #f5cc14;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #f5cc14;
  --dx-gradient: none;
}

.btn-outline-danger {
  --dx-btn-color: #ef4444;
  --dx-btn-border-color: #ef4444;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #ef4444;
  --dx-btn-hover-border-color: #ef4444;
  --dx-btn-focus-shadow-rgb: 239, 68, 68;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #ef4444;
  --dx-btn-active-border-color: #ef4444;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #ef4444;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #ef4444;
  --dx-gradient: none;
}

.btn-outline-light {
  --dx-btn-color: #f5f5f5;
  --dx-btn-border-color: #f5f5f5;
  --dx-btn-hover-color: #000;
  --dx-btn-hover-bg: #f5f5f5;
  --dx-btn-hover-border-color: #f5f5f5;
  --dx-btn-focus-shadow-rgb: 245, 245, 245;
  --dx-btn-active-color: #000;
  --dx-btn-active-bg: #f5f5f5;
  --dx-btn-active-border-color: #f5f5f5;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #f5f5f5;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #f5f5f5;
  --dx-gradient: none;
}

.btn-outline-dark {
  --dx-btn-color: #000;
  --dx-btn-border-color: #000;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #000;
  --dx-btn-hover-border-color: #000;
  --dx-btn-focus-shadow-rgb: 0, 0, 0;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #000;
  --dx-btn-active-border-color: #000;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #000;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #000;
  --dx-gradient: none;
}

.btn-outline-pink {
  --dx-btn-color: #db2777;
  --dx-btn-border-color: #db2777;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #db2777;
  --dx-btn-hover-border-color: #db2777;
  --dx-btn-focus-shadow-rgb: 219, 39, 119;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #db2777;
  --dx-btn-active-border-color: #db2777;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #db2777;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #db2777;
  --dx-gradient: none;
}

.btn-outline-orange {
  --dx-btn-color: #f25912;
  --dx-btn-border-color: #f25912;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #f25912;
  --dx-btn-hover-border-color: #f25912;
  --dx-btn-focus-shadow-rgb: 242, 89, 18;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #f25912;
  --dx-btn-active-border-color: #f25912;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #f25912;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #f25912;
  --dx-gradient: none;
}

.btn-outline-indigo {
  --dx-btn-color: #6366f1;
  --dx-btn-border-color: #6366f1;
  --dx-btn-hover-color: #fff;
  --dx-btn-hover-bg: #6366f1;
  --dx-btn-hover-border-color: #6366f1;
  --dx-btn-focus-shadow-rgb: 99, 102, 241;
  --dx-btn-active-color: #fff;
  --dx-btn-active-bg: #6366f1;
  --dx-btn-active-border-color: #6366f1;
  --dx-btn-active-shadow: none;
  --dx-btn-disabled-color: #6366f1;
  --dx-btn-disabled-bg: transparent;
  --dx-btn-disabled-border-color: #6366f1;
  --dx-gradient: none;
}

.btn-link {
  --dx-btn-font-weight: 400;
  --dx-btn-color: var(--dx-link-color);
  --dx-btn-bg: transparent;
  --dx-btn-border-color: transparent;
  --dx-btn-hover-color: var(--dx-link-hover-color);
  --dx-btn-hover-border-color: transparent;
  --dx-btn-active-color: var(--dx-link-hover-color);
  --dx-btn-active-border-color: transparent;
  --dx-btn-disabled-color: #525252;
  --dx-btn-disabled-border-color: transparent;
  --dx-btn-box-shadow: 0 0 0 #000;
  --dx-btn-focus-shadow-rgb: 116, 91, 164;
  text-decoration: none;
}

.btn-link:focus-visible {
  color: var(--dx-btn-color);
}

.btn-link:hover {
  color: var(--dx-btn-hover-color);
}

.btn-lg,
.btn-group-lg>.btn {
  --dx-btn-padding-y: 0.5rem;
  --dx-btn-padding-x: 1rem;
  --dx-btn-font-size: calc(1.265625rem + 0.1875vw);
}

@media (min-width: 1200px) {

  .btn-lg,
  .btn-group-lg>.btn {
    --dx-btn-font-size: 1.40625rem;
  }
}

.btn-lg,
.btn-group-lg>.btn {
  --dx-btn-border-radius: var(--dx-border-radius-lg);
}

.btn-sm,
.btn-group-sm>.btn {
  --dx-btn-padding-y: 0.1875rem;
  --dx-btn-padding-x: 0.5rem;
  --dx-btn-font-size: 0.984375rem;
  --dx-btn-border-radius: var(--dx-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  --dx-dropdown-zindex: 1000;
  --dx-dropdown-min-width: 3.25rem;
  --dx-dropdown-padding-x: 0.5rem;
  --dx-dropdown-padding-y: 0.5rem;
  --dx-dropdown-spacer: 0.125rem;
  --dx-dropdown-font-size: var(--dx-body-font-size);
  --dx-dropdown-color: var(--dx-body-color);
  --dx-dropdown-bg: var(--dx-body-bg);
  --dx-dropdown-border-color: var(--dx-border-color);
  --dx-dropdown-border-radius: var(--dx-border-radius);
  --dx-dropdown-border-width: 0;
  --dx-dropdown-inner-border-radius: calc(var(--dx-border-radius) - 0);
  --dx-dropdown-divider-bg: var(--dx-border-color);
  --dx-dropdown-divider-margin-y: calc(var(--dx-spacer) * 0.5);
  --dx-dropdown-box-shadow: var(--dx-box-shadow-sm);
  --dx-dropdown-link-color: var(--dx-body-color);
  --dx-dropdown-link-hover-color: var(--dx-primary);
  --dx-dropdown-link-hover-bg: var(--dx-primary-bg-subtle);
  --dx-dropdown-link-active-color: var(--dx-primary);
  --dx-dropdown-link-active-bg: var(--dx-primary-bg-subtle);
  --dx-dropdown-link-disabled-color: var(--dx-tertiary-color);
  --dx-dropdown-item-padding-x: 1rem;
  --dx-dropdown-item-padding-y: 0.625rem;
  --dx-dropdown-header-color: #525252;
  --dx-dropdown-header-padding-x: 1rem;
  --dx-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--dx-dropdown-zindex);
  display: none;
  min-width: var(--dx-dropdown-min-width);
  padding: var(--dx-dropdown-padding-y) var(--dx-dropdown-padding-x);
  margin: 0;
  font-size: var(--dx-dropdown-font-size);
  color: var(--dx-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--dx-dropdown-bg);
  background-clip: padding-box;
  border: var(--dx-dropdown-border-width) solid var(--dx-dropdown-border-color);
  border-radius: var(--dx-dropdown-border-radius);
  box-shadow: var(--dx-dropdown-box-shadow);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--dx-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1536px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--dx-dropdown-spacer);
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--dx-dropdown-spacer);
}

.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--dx-dropdown-spacer);
}

.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle:after {
  display: none;
}

.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--dx-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--dx-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--dx-dropdown-item-padding-y) var(--dx-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--dx-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--dx-dropdown-item-border-radius, 0);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--dx-dropdown-link-hover-color);
  background-color: var(--dx-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--dx-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--dx-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--dx-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--dx-dropdown-header-padding-y) var(--dx-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: var(--dx-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--dx-dropdown-item-padding-y) var(--dx-dropdown-item-padding-x);
  color: var(--dx-dropdown-link-color);
}

.dropdown-menu-dark {
  --dx-dropdown-color: #d4d4d4;
  --dx-dropdown-bg: #262626;
  --dx-dropdown-border-color: var(--dx-border-color);
  --dx-dropdown-box-shadow: ;
  --dx-dropdown-link-color: #d4d4d4;
  --dx-dropdown-link-hover-color: #fff;
  --dx-dropdown-divider-bg: var(--dx-border-color);
  --dx-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --dx-dropdown-link-active-color: var(--dx-primary);
  --dx-dropdown-link-active-bg: var(--dx-primary-bg-subtle);
  --dx-dropdown-link-disabled-color: #737373;
  --dx-dropdown-header-color: #737373;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--dx-border-radius);
}

.btn-group> :not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--dx-border-width));
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle,
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--dx-border-width));
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:nth-child(n + 3),
.btn-group-vertical> :not(.btn-check)+.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --dx-nav-link-padding-x: 1rem;
  --dx-nav-link-padding-y: 0.5rem;
  --dx-nav-link-font-weight: 500;
  --dx-nav-link-color: var(--dx-secondary-color);
  --dx-nav-link-hover-color: var(--dx-primary);
  --dx-nav-link-disabled-color: var(--dx-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--dx-nav-link-padding-y) var(--dx-nav-link-padding-x);
  font-size: var(--dx-nav-link-font-size);
  font-weight: var(--dx-nav-link-font-weight);
  color: var(--dx-nav-link-color);
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--dx-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #5c3e9440;
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--dx-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --dx-nav-tabs-border-width: var(--dx-border-width);
  --dx-nav-tabs-border-color: var(--dx-border-color);
  --dx-nav-tabs-border-radius: var(--dx-border-radius);
  --dx-nav-tabs-link-hover-border-color: var(--dx-tertiary-bg) var(--dx-tertiary-bg) var(--dx-border-color);
  --dx-nav-tabs-link-active-color: var(--dx-primary);
  --dx-nav-tabs-link-active-bg: var(--dx-secondary-bg);
  --dx-nav-tabs-link-active-border-color: var(--dx-border-color) var(--dx-border-color) var(--dx-secondary-bg);
  border-bottom: var(--dx-nav-tabs-border-width) solid var(--dx-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--dx-nav-tabs-border-width));
  border: var(--dx-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--dx-nav-tabs-border-radius);
  border-top-right-radius: var(--dx-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--dx-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--dx-nav-tabs-link-active-color);
  background-color: var(--dx-nav-tabs-link-active-bg);
  border-color: var(--dx-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--dx-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --dx-nav-pills-border-radius: var(--dx-border-radius);
  --dx-nav-pills-link-active-color: #fff;
  --dx-nav-pills-link-active-bg: var(--dx-primary);
}

.nav-pills .nav-link {
  border-radius: var(--dx-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--dx-nav-pills-link-active-color);
  background-color: var(--dx-nav-pills-link-active-bg);
}

.nav-underline {
  --dx-nav-underline-gap: 1rem;
  --dx-nav-underline-border-width: 0.0625rem;
  --dx-nav-underline-link-active-color: var(--dx-primary);
  gap: var(--dx-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--dx-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  font-weight: 700;
  color: var(--dx-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  --dx-navbar-padding-x: 0;
  --dx-navbar-padding-y: calc(var(--dx-spacer) * 0.5);
  --dx-navbar-color: rgba(var(--dx-emphasis-color-rgb), 0.65);
  --dx-navbar-hover-color: rgba(var(--dx-emphasis-color-rgb), 0.8);
  --dx-navbar-disabled-color: rgba(var(--dx-emphasis-color-rgb), 0.3);
  --dx-navbar-active-color: rgba(var(--dx-emphasis-color-rgb), 1);
  --dx-navbar-brand-padding-y: 0.303125rem;
  --dx-navbar-brand-margin-end: 1rem;
  --dx-navbar-brand-font-size: 1.40625rem;
  --dx-navbar-brand-color: rgba(var(--dx-emphasis-color-rgb), 1);
  --dx-navbar-brand-hover-color: rgba(var(--dx-emphasis-color-rgb), 1);
  --dx-navbar-nav-link-padding-x: 0.5rem;
  --dx-navbar-toggler-padding-y: 0.25rem;
  --dx-navbar-toggler-padding-x: 0.75rem;
  --dx-navbar-toggler-font-size: 1.40625rem;
  --dx-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823, 23, 23, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --dx-navbar-toggler-border-color: rgba(var(--dx-emphasis-color-rgb), 0.15);
  --dx-navbar-toggler-border-radius: var(--dx-border-radius);
  --dx-navbar-toggler-focus-width: 0.25rem;
  --dx-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--dx-navbar-padding-y) var(--dx-navbar-padding-x);
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--dx-navbar-brand-padding-y);
  padding-bottom: var(--dx-navbar-brand-padding-y);
  margin-right: var(--dx-navbar-brand-margin-end);
  font-size: var(--dx-navbar-brand-font-size);
  color: var(--dx-navbar-brand-color);
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--dx-navbar-brand-hover-color);
}

.navbar-nav {
  --dx-nav-link-padding-x: 0;
  --dx-nav-link-padding-y: 0.5rem;
  --dx-nav-link-font-weight: 500;
  --dx-nav-link-color: var(--dx-navbar-color);
  --dx-nav-link-hover-color: var(--dx-navbar-hover-color);
  --dx-nav-link-disabled-color: var(--dx-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--dx-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--dx-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--dx-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--dx-navbar-toggler-padding-y) var(--dx-navbar-toggler-padding-x);
  font-size: var(--dx-navbar-toggler-font-size);
  line-height: 1;
  color: var(--dx-navbar-color);
  background-color: transparent;
  border: var(--dx-border-width) solid var(--dx-navbar-toggler-border-color);
  border-radius: var(--dx-navbar-toggler-border-radius);
  transition: var(--dx-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--dx-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--dx-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--dx-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--dx-navbar-nav-link-padding-x);
    padding-left: var(--dx-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--dx-navbar-nav-link-padding-x);
    padding-left: var(--dx-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--dx-navbar-nav-link-padding-x);
    padding-left: var(--dx-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--dx-navbar-nav-link-padding-x);
    padding-left: var(--dx-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1536px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--dx-navbar-nav-link-padding-x);
    padding-left: var(--dx-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--dx-navbar-nav-link-padding-x);
  padding-left: var(--dx-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --dx-navbar-color: rgba(255, 255, 255, 0.55);
  --dx-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --dx-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --dx-navbar-active-color: #fff;
  --dx-navbar-brand-color: #fff;
  --dx-navbar-brand-hover-color: #fff;
  --dx-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --dx-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --dx-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --dx-card-spacer-y: var(--dx-spacer);
  --dx-card-spacer-x: var(--dx-spacer);
  --dx-card-title-spacer-y: calc(var(--dx-spacer) * 0.5);
  --dx-card-title-color: ;
  --dx-card-subtitle-color: ;
  --dx-card-border-width: 1px;
  --dx-card-border-color: var(--dx-border-color);
  --dx-card-border-radius: var(--dx-border-radius);
  --dx-card-box-shadow: var(--dx-box-shadow);
  --dx-card-inner-border-radius: calc(var(--dx-border-radius) - 1px);
  --dx-card-cap-padding-y: var(--dx-spacer);
  --dx-card-cap-padding-x: var(--dx-spacer);
  --dx-card-cap-bg: transparent;
  --dx-card-cap-color: ;
  --dx-card-height: ;
  --dx-card-color: ;
  --dx-card-bg: var(--dx-body-bg);
  --dx-card-img-overlay-padding: var(--dx-spacer);
  --dx-card-group-margin: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--dx-card-height);
  color: var(--dx-body-color);
  word-wrap: break-word;
  background-color: var(--dx-card-bg);
  background-clip: border-box;
  border: var(--dx-card-border-width) solid var(--dx-card-border-color);
  border-radius: var(--dx-card-border-radius);
  box-shadow: var(--dx-card-box-shadow);
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--dx-card-inner-border-radius);
  border-top-right-radius: var(--dx-card-inner-border-radius);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--dx-card-inner-border-radius);
  border-bottom-left-radius: var(--dx-card-inner-border-radius);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--dx-card-spacer-y) var(--dx-card-spacer-x);
  color: var(--dx-card-color);
}

.card-title {
  margin-bottom: var(--dx-card-title-spacer-y);
  color: var(--dx-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--dx-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--dx-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link+.card-link {
  margin-left: var(--dx-card-spacer-x);
}

.card-header {
  padding: var(--dx-card-cap-padding-y) var(--dx-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--dx-card-cap-color);
  background-color: var(--dx-card-cap-bg);
  border-bottom: var(--dx-card-border-width) solid var(--dx-card-border-color);
}

.card-header:first-child {
  border-radius: var(--dx-card-inner-border-radius) var(--dx-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--dx-card-cap-padding-y) var(--dx-card-cap-padding-x);
  color: var(--dx-card-cap-color);
  background-color: var(--dx-card-cap-bg);
  border-top: var(--dx-card-border-width) solid var(--dx-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--dx-card-inner-border-radius) var(--dx-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--dx-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--dx-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--dx-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--dx-card-bg);
  border-bottom-color: var(--dx-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--dx-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--dx-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  inset: 0;
  padding: var(--dx-card-img-overlay-padding);
  border-radius: var(--dx-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--dx-card-inner-border-radius);
  border-top-right-radius: var(--dx-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--dx-card-inner-border-radius);
  border-bottom-left-radius: var(--dx-card-inner-border-radius);
}

.card-group>.card {
  margin-bottom: var(--dx-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child)>.card-img-top,
  .card-group>.card:not(:last-child)>.card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child)>.card-img-bottom,
  .card-group>.card:not(:last-child)>.card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child)>.card-img-top,
  .card-group>.card:not(:first-child)>.card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child)>.card-img-bottom,
  .card-group>.card:not(:first-child)>.card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --dx-accordion-color: var(--dx-emphasis-color);
  --dx-accordion-bg: var(--dx-secondary-bg);
  --dx-accordion-transition:
    color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    opacity 0.25s ease-in-out, border-radius 0.15s ease;
  --dx-accordion-border-color: var(--dx-border-color);
  --dx-accordion-border-width: var(--dx-border-width);
  --dx-accordion-border-radius: var(--dx-border-radius);
  --dx-accordion-inner-border-radius: calc(var(--dx-border-radius) - (var(--dx-border-width)));
  --dx-accordion-btn-padding-x: 0.8rem;
  --dx-accordion-btn-padding-y: 0.725rem;
  --dx-accordion-btn-color: var(--dx-body-color);
  --dx-accordion-btn-bg: var(--dx-accordion-bg);
  --dx-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='var%28--dx-body-color%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --dx-accordion-btn-icon-width: auto;
  --dx-accordion-btn-icon-transform: rotate(-180deg);
  --dx-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --dx-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='var%28--dx-primary%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --dx-accordion-btn-focus-box-shadow: none;
  --dx-accordion-body-padding-x: 0.8rem;
  --dx-accordion-body-padding-y: 0.725rem;
  --dx-accordion-active-color: var(--dx-primary-text-emphasis);
  --dx-accordion-active-bg: var(--dx-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--dx-accordion-btn-padding-y) var(--dx-accordion-btn-padding-x);
  font-size: 1.125rem;
  color: var(--dx-accordion-btn-color);
  text-align: left;
  background-color: var(--dx-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--dx-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--dx-accordion-active-color);
  background-color: var(--dx-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--dx-accordion-border-width)) 0 var(--dx-accordion-border-color);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--dx-accordion-btn-active-icon);
  transform: var(--dx-accordion-btn-icon-transform);
}

.accordion-button:after {
  flex-shrink: 0;
  width: var(--dx-accordion-btn-icon-width);
  height: var(--dx-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--dx-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--dx-accordion-btn-icon-width);
  transition: var(--dx-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--dx-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--dx-accordion-color);
  background-color: var(--dx-accordion-bg);
  border: var(--dx-accordion-border-width) solid var(--dx-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--dx-accordion-border-radius);
  border-top-right-radius: var(--dx-accordion-border-radius);
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: var(--dx-accordion-inner-border-radius);
  border-top-right-radius: var(--dx-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--dx-accordion-border-radius);
  border-bottom-left-radius: var(--dx-accordion-border-radius);
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--dx-accordion-inner-border-radius);
  border-bottom-left-radius: var(--dx-accordion-inner-border-radius);
}

.accordion-item:last-of-type>.accordion-collapse {
  border-bottom-right-radius: var(--dx-accordion-border-radius);
  border-bottom-left-radius: var(--dx-accordion-border-radius);
}

.accordion-body {
  padding: var(--dx-accordion-body-padding-y) var(--dx-accordion-body-padding-x);
}

.accordion-flush>.accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush>.accordion-item:first-child {
  border-top: 0;
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button:after {
  --dx-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2887.4, 58.9, 140.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --dx-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2887.4, 58.9, 140.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --dx-breadcrumb-padding-x: 0;
  --dx-breadcrumb-padding-y: 0;
  --dx-breadcrumb-margin-bottom: 1rem;
  --dx-breadcrumb-bg: ;
  --dx-breadcrumb-border-radius: ;
  --dx-breadcrumb-divider-color: var(--dx-secondary-color);
  --dx-breadcrumb-item-padding-x: 0.5rem;
  --dx-breadcrumb-item-active-color: var(--dx-body-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--dx-breadcrumb-padding-y) var(--dx-breadcrumb-padding-x);
  margin-bottom: var(--dx-breadcrumb-margin-bottom);
  font-size: var(--dx-breadcrumb-font-size);
  list-style: none;
  background-color: var(--dx-breadcrumb-bg);
  border-radius: var(--dx-breadcrumb-border-radius);
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: var(--dx-breadcrumb-item-padding-x);
}

.breadcrumb-item+.breadcrumb-item:before {
  float: left;
  padding-right: var(--dx-breadcrumb-item-padding-x);
  color: var(--dx-breadcrumb-divider-color);
  content: var(--dx-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--dx-breadcrumb-item-active-color);
}

.pagination {
  --dx-pagination-padding-x: 0.79rem;
  --dx-pagination-padding-y: 0.39rem;
  --dx-pagination-font-size: var(--dx-body-font-size);
  --dx-pagination-color: var(--dx-body-color);
  --dx-pagination-bg: var(--dx-secondary-bg);
  --dx-pagination-border-width: var(--dx-border-width);
  --dx-pagination-border-color: var(--dx-border-color);
  --dx-pagination-border-radius: var(--dx-border-radius);
  --dx-pagination-hover-color: var(--dx-primary);
  --dx-pagination-hover-bg: var(--dx-secondary-bg);
  --dx-pagination-hover-border-color: var(--dx-border-color);
  --dx-pagination-focus-color: var(--dx-primary);
  --dx-pagination-focus-bg: none;
  --dx-pagination-focus-box-shadow: none;
  --dx-pagination-active-color: #fff;
  --dx-pagination-active-bg: var(--dx-primary);
  --dx-pagination-active-border-color: var(--dx-primary);
  --dx-pagination-disabled-color: var(--dx-secondary-color);
  --dx-pagination-disabled-bg: var(--dx-secondary-bg);
  --dx-pagination-disabled-border-color: var(--dx-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--dx-pagination-padding-y) var(--dx-pagination-padding-x);
  font-size: var(--dx-pagination-font-size);
  color: var(--dx-pagination-color);
  background-color: var(--dx-pagination-bg);
  border: var(--dx-pagination-border-width) solid var(--dx-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--dx-pagination-hover-color);
  background-color: var(--dx-pagination-hover-bg);
  border-color: var(--dx-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--dx-pagination-focus-color);
  background-color: var(--dx-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--dx-pagination-focus-box-shadow);
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: var(--dx-pagination-active-color);
  background-color: var(--dx-pagination-active-bg);
  border-color: var(--dx-pagination-active-border-color);
}

.page-link.disabled,
.disabled>.page-link {
  color: var(--dx-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--dx-pagination-disabled-bg);
  border-color: var(--dx-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--dx-border-width) * -1);
}

.page-item .page-link {
  border-radius: var(--dx-pagination-border-radius);
}

.pagination-lg {
  --dx-pagination-padding-x: 0.75rem;
  --dx-pagination-padding-y: 0.25rem;
  --dx-pagination-font-size: calc(1.265625rem + 0.1875vw);
}

@media (min-width: 1200px) {
  .pagination-lg {
    --dx-pagination-font-size: 1.40625rem;
  }
}

.pagination-lg {
  --dx-pagination-border-radius: var(--dx-border-radius-lg);
}

.pagination-sm {
  --dx-pagination-padding-x: 0.5rem;
  --dx-pagination-padding-y: 0.125rem;
  --dx-pagination-font-size: 0.984375rem;
  --dx-pagination-border-radius: var(--dx-border-radius-sm);
}

.badge {
  --dx-badge-padding-x: 0.375rem;
  --dx-badge-padding-y: 0.3125rem;
  --dx-badge-font-size: 0.6875rem;
  --dx-badge-font-weight: 500;
  --dx-badge-color: #fff;
  --dx-badge-border-radius: var(--dx-border-radius-sm);
  display: inline-block;
  padding: var(--dx-badge-padding-y) var(--dx-badge-padding-x);
  font-size: var(--dx-badge-font-size);
  font-weight: var(--dx-badge-font-weight);
  line-height: 1;
  color: var(--dx-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--dx-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --dx-alert-bg: transparent;
  --dx-alert-padding-x: 1.25rem;
  --dx-alert-padding-y: 0.75rem;
  --dx-alert-margin-bottom: 0;
  --dx-alert-color: inherit;
  --dx-alert-border-color: transparent;
  --dx-alert-border: var(--dx-border-width) solid var(--dx-alert-border-color);
  --dx-alert-border-radius: var(--dx-border-radius);
  --dx-alert-link-color: inherit;
  position: relative;
  padding: var(--dx-alert-padding-y) var(--dx-alert-padding-x);
  margin-bottom: var(--dx-alert-margin-bottom);
  color: var(--dx-alert-color);
  background-color: var(--dx-alert-bg);
  border: var(--dx-alert-border);
  border-radius: var(--dx-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--dx-alert-link-color);
}

.alert-dismissible {
  padding-right: 3.75rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.25rem;
}

.alert-primary {
  --dx-alert-color: var(--dx-primary-text-emphasis);
  --dx-alert-bg: var(--dx-primary-bg-subtle);
  --dx-alert-border-color: var(--dx-primary-border-subtle);
  --dx-alert-link-color: var(--dx-primary-text-emphasis);
}

.alert-secondary {
  --dx-alert-color: var(--dx-secondary-text-emphasis);
  --dx-alert-bg: var(--dx-secondary-bg-subtle);
  --dx-alert-border-color: var(--dx-secondary-border-subtle);
  --dx-alert-link-color: var(--dx-secondary-text-emphasis);
}

.alert-success {
  --dx-alert-color: var(--dx-success-text-emphasis);
  --dx-alert-bg: var(--dx-success-bg-subtle);
  --dx-alert-border-color: var(--dx-success-border-subtle);
  --dx-alert-link-color: var(--dx-success-text-emphasis);
}

.alert-info {
  --dx-alert-color: var(--dx-info-text-emphasis);
  --dx-alert-bg: var(--dx-info-bg-subtle);
  --dx-alert-border-color: var(--dx-info-border-subtle);
  --dx-alert-link-color: var(--dx-info-text-emphasis);
}

.alert-warning {
  --dx-alert-color: var(--dx-warning-text-emphasis);
  --dx-alert-bg: var(--dx-warning-bg-subtle);
  --dx-alert-border-color: var(--dx-warning-border-subtle);
  --dx-alert-link-color: var(--dx-warning-text-emphasis);
}

.alert-danger {
  --dx-alert-color: var(--dx-danger-text-emphasis);
  --dx-alert-bg: var(--dx-danger-bg-subtle);
  --dx-alert-border-color: var(--dx-danger-border-subtle);
  --dx-alert-link-color: var(--dx-danger-text-emphasis);
}

.alert-light {
  --dx-alert-color: var(--dx-light-text-emphasis);
  --dx-alert-bg: var(--dx-light-bg-subtle);
  --dx-alert-border-color: var(--dx-light-border-subtle);
  --dx-alert-link-color: var(--dx-light-text-emphasis);
}

.alert-dark {
  --dx-alert-color: var(--dx-dark-text-emphasis);
  --dx-alert-bg: var(--dx-dark-bg-subtle);
  --dx-alert-border-color: var(--dx-dark-border-subtle);
  --dx-alert-link-color: var(--dx-dark-text-emphasis);
}

.alert-pink {
  --dx-alert-color: var(--dx-pink-text-emphasis);
  --dx-alert-bg: var(--dx-pink-bg-subtle);
  --dx-alert-border-color: var(--dx-pink-border-subtle);
  --dx-alert-link-color: var(--dx-pink-text-emphasis);
}

.alert-orange {
  --dx-alert-color: var(--dx-orange-text-emphasis);
  --dx-alert-bg: var(--dx-orange-bg-subtle);
  --dx-alert-border-color: var(--dx-orange-border-subtle);
  --dx-alert-link-color: var(--dx-orange-text-emphasis);
}

.alert-indigo {
  --dx-alert-color: var(--dx-indigo-text-emphasis);
  --dx-alert-bg: var(--dx-indigo-bg-subtle);
  --dx-alert-border-color: var(--dx-indigo-border-subtle);
  --dx-alert-link-color: var(--dx-indigo-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--dx-progress-height);
  }
}

.progress,
.progress-stacked {
  --dx-progress-height: 1rem;
  --dx-progress-font-size: 0.75rem;
  --dx-progress-bg: var(--dx-custom-bg);
  --dx-progress-border-radius: var(--dx-border-radius-pill);
  --dx-progress-box-shadow: none;
  --dx-progress-bar-color: #fff;
  --dx-progress-bar-bg: var(--dx-primary);
  --dx-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--dx-progress-height);
  overflow: hidden;
  font-size: var(--dx-progress-font-size);
  background-color: var(--dx-progress-bg);
  border-radius: var(--dx-progress-border-radius);
  box-shadow: var(--dx-progress-box-shadow);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--dx-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--dx-progress-bar-bg);
  transition: var(--dx-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--dx-progress-height) var(--dx-progress-height);
}

.progress-stacked>.progress {
  overflow: visible;
}

.progress-stacked>.progress>.progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --dx-list-group-color: var(--dx-body-color);
  --dx-list-group-bg: transparent;
  --dx-list-group-border-color: var(--dx-border-color);
  --dx-list-group-border-width: var(--dx-border-width);
  --dx-list-group-border-radius: var(--dx-border-radius);
  --dx-list-group-item-padding-x: var(--dx-spacer);
  --dx-list-group-item-padding-y: calc(var(--dx-spacer) * 0.5);
  --dx-list-group-action-color: var(--dx-secondary-color);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-tertiary-bg);
  --dx-list-group-action-active-color: var(--dx-body-color);
  --dx-list-group-action-active-bg: var(--dx-tertiary-bg);
  --dx-list-group-disabled-color: var(--dx-secondary-color);
  --dx-list-group-disabled-bg: transparent;
  --dx-list-group-active-color: #fff;
  --dx-list-group-active-bg: var(--dx-primary);
  --dx-list-group-active-border-color: var(--dx-primary);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--dx-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>.list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--dx-list-group-item-padding-y) var(--dx-list-group-item-padding-x);
  color: var(--dx-list-group-color);
  background-color: var(--dx-list-group-bg);
  border: var(--dx-list-group-border-width) solid var(--dx-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--dx-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--dx-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--dx-list-group-active-color);
  background-color: var(--dx-list-group-active-bg);
  border-color: var(--dx-list-group-active-border-color);
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: calc(-1 * var(--dx-list-group-border-width));
  border-top-width: var(--dx-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--dx-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--dx-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--dx-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--dx-list-group-action-active-color);
  background-color: var(--dx-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--dx-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--dx-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: var(--dx-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: calc(-1 * var(--dx-list-group-border-width));
  border-left-width: var(--dx-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--dx-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--dx-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: var(--dx-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--dx-list-group-border-width));
    border-left-width: var(--dx-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--dx-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--dx-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: var(--dx-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--dx-list-group-border-width));
    border-left-width: var(--dx-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--dx-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--dx-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: var(--dx-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--dx-list-group-border-width));
    border-left-width: var(--dx-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--dx-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--dx-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: var(--dx-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--dx-list-group-border-width));
    border-left-width: var(--dx-list-group-border-width);
  }
}

@media (min-width: 1536px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--dx-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--dx-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: var(--dx-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--dx-list-group-border-width));
    border-left-width: var(--dx-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 var(--dx-list-group-border-width);
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --dx-list-group-color: var(--dx-primary-text-emphasis);
  --dx-list-group-bg: var(--dx-primary-bg-subtle);
  --dx-list-group-border-color: var(--dx-primary-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-primary-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-primary-border-subtle);
  --dx-list-group-active-color: var(--dx-primary-bg-subtle);
  --dx-list-group-active-bg: var(--dx-primary-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-primary-text-emphasis);
}

.list-group-item-secondary {
  --dx-list-group-color: var(--dx-secondary-text-emphasis);
  --dx-list-group-bg: var(--dx-secondary-bg-subtle);
  --dx-list-group-border-color: var(--dx-secondary-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-secondary-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-secondary-border-subtle);
  --dx-list-group-active-color: var(--dx-secondary-bg-subtle);
  --dx-list-group-active-bg: var(--dx-secondary-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-secondary-text-emphasis);
}

.list-group-item-success {
  --dx-list-group-color: var(--dx-success-text-emphasis);
  --dx-list-group-bg: var(--dx-success-bg-subtle);
  --dx-list-group-border-color: var(--dx-success-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-success-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-success-border-subtle);
  --dx-list-group-active-color: var(--dx-success-bg-subtle);
  --dx-list-group-active-bg: var(--dx-success-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-success-text-emphasis);
}

.list-group-item-info {
  --dx-list-group-color: var(--dx-info-text-emphasis);
  --dx-list-group-bg: var(--dx-info-bg-subtle);
  --dx-list-group-border-color: var(--dx-info-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-info-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-info-border-subtle);
  --dx-list-group-active-color: var(--dx-info-bg-subtle);
  --dx-list-group-active-bg: var(--dx-info-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-info-text-emphasis);
}

.list-group-item-warning {
  --dx-list-group-color: var(--dx-warning-text-emphasis);
  --dx-list-group-bg: var(--dx-warning-bg-subtle);
  --dx-list-group-border-color: var(--dx-warning-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-warning-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-warning-border-subtle);
  --dx-list-group-active-color: var(--dx-warning-bg-subtle);
  --dx-list-group-active-bg: var(--dx-warning-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-warning-text-emphasis);
}

.list-group-item-danger {
  --dx-list-group-color: var(--dx-danger-text-emphasis);
  --dx-list-group-bg: var(--dx-danger-bg-subtle);
  --dx-list-group-border-color: var(--dx-danger-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-danger-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-danger-border-subtle);
  --dx-list-group-active-color: var(--dx-danger-bg-subtle);
  --dx-list-group-active-bg: var(--dx-danger-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-danger-text-emphasis);
}

.list-group-item-light {
  --dx-list-group-color: var(--dx-light-text-emphasis);
  --dx-list-group-bg: var(--dx-light-bg-subtle);
  --dx-list-group-border-color: var(--dx-light-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-light-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-light-border-subtle);
  --dx-list-group-active-color: var(--dx-light-bg-subtle);
  --dx-list-group-active-bg: var(--dx-light-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-light-text-emphasis);
}

.list-group-item-dark {
  --dx-list-group-color: var(--dx-dark-text-emphasis);
  --dx-list-group-bg: var(--dx-dark-bg-subtle);
  --dx-list-group-border-color: var(--dx-dark-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-dark-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-dark-border-subtle);
  --dx-list-group-active-color: var(--dx-dark-bg-subtle);
  --dx-list-group-active-bg: var(--dx-dark-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-dark-text-emphasis);
}

.list-group-item-pink {
  --dx-list-group-color: var(--dx-pink-text-emphasis);
  --dx-list-group-bg: var(--dx-pink-bg-subtle);
  --dx-list-group-border-color: var(--dx-pink-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-pink-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-pink-border-subtle);
  --dx-list-group-active-color: var(--dx-pink-bg-subtle);
  --dx-list-group-active-bg: var(--dx-pink-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-pink-text-emphasis);
}

.list-group-item-orange {
  --dx-list-group-color: var(--dx-orange-text-emphasis);
  --dx-list-group-bg: var(--dx-orange-bg-subtle);
  --dx-list-group-border-color: var(--dx-orange-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-orange-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-orange-border-subtle);
  --dx-list-group-active-color: var(--dx-orange-bg-subtle);
  --dx-list-group-active-bg: var(--dx-orange-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-orange-text-emphasis);
}

.list-group-item-indigo {
  --dx-list-group-color: var(--dx-indigo-text-emphasis);
  --dx-list-group-bg: var(--dx-indigo-bg-subtle);
  --dx-list-group-border-color: var(--dx-indigo-border-subtle);
  --dx-list-group-action-hover-color: var(--dx-emphasis-color);
  --dx-list-group-action-hover-bg: var(--dx-indigo-border-subtle);
  --dx-list-group-action-active-color: var(--dx-emphasis-color);
  --dx-list-group-action-active-bg: var(--dx-indigo-border-subtle);
  --dx-list-group-active-color: var(--dx-indigo-bg-subtle);
  --dx-list-group-active-bg: var(--dx-indigo-text-emphasis);
  --dx-list-group-active-border-color: var(--dx-indigo-text-emphasis);
}

.btn-close {
  --dx-btn-close-color: var(--dx-secondary-color);
  --dx-btn-close-bg: none;
  --dx-btn-close-opacity: 0.5;
  --dx-btn-close-hover-opacity: 0.75;
  --dx-btn-close-focus-shadow: none;
  --dx-btn-close-focus-opacity: 1;
  --dx-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1rem;
  height: 1rem;
  padding: none none;
  color: var(--dx-btn-close-color);
  background: transparent var(--dx-btn-close-bg) center/1rem auto no-repeat;
  filter: var(--dx-btn-close-filter);
  border: 0;
  border-radius: 0.625rem;
  opacity: var(--dx-btn-close-opacity);
}

.btn-close:hover {
  color: var(--dx-btn-close-color);
  text-decoration: none;
  opacity: var(--dx-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--dx-btn-close-focus-shadow);
  opacity: var(--dx-btn-close-focus-opacity);
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--dx-btn-close-disabled-opacity);
}

.btn-close-white {
  --dx-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme="light"] {
  --dx-btn-close-filter: ;
}

[data-bs-theme="dark"] {
  --dx-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --dx-toast-zindex: 1090;
  --dx-toast-padding-x: 0.75rem;
  --dx-toast-padding-y: 0.5rem;
  --dx-toast-spacing: 1.25rem;
  --dx-toast-max-width: 350px;
  --dx-toast-font-size: 0.875rem;
  --dx-toast-color: var(--dx-body-color);
  --dx-toast-bg: rgba(var(--dx-secondary-bg-rgb), 0.85);
  --dx-toast-border-width: var(--dx-border-width);
  --dx-toast-border-color: var(--dx-border-color-translucent);
  --dx-toast-border-radius: var(--dx-border-radius);
  --dx-toast-box-shadow: var(--dx-box-shadow);
  --dx-toast-header-color: var(--dx-secondary-color);
  --dx-toast-header-bg: rgba(var(--dx-secondary-bg-rgb), 0.85);
  --dx-toast-header-border-color: var(--dx-border-color-translucent);
  width: var(--dx-toast-max-width);
  max-width: 100%;
  font-size: var(--dx-toast-font-size);
  color: var(--dx-toast-color);
  pointer-events: auto;
  background-color: var(--dx-toast-bg);
  background-clip: padding-box;
  border: var(--dx-toast-border-width) solid var(--dx-toast-border-color);
  box-shadow: var(--dx-toast-box-shadow);
  border-radius: var(--dx-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --dx-toast-zindex: 1090;
  position: absolute;
  z-index: var(--dx-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: var(--dx-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--dx-toast-padding-y) var(--dx-toast-padding-x);
  color: var(--dx-toast-header-color);
  background-color: var(--dx-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--dx-toast-border-width) solid var(--dx-toast-header-border-color);
  border-top-left-radius: calc(var(--dx-toast-border-radius) - var(--dx-toast-border-width));
  border-top-right-radius: calc(var(--dx-toast-border-radius) - var(--dx-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--dx-toast-padding-x));
  margin-left: var(--dx-toast-padding-x);
}

.toast-body {
  padding: var(--dx-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --dx-modal-zindex: 1055;
  --dx-modal-width: 30rem;
  --dx-modal-padding: var(--dx-spacer);
  --dx-modal-margin: 0.5rem;
  --dx-modal-color: var(--dx-body-color);
  --dx-modal-bg: rgba(var(--dx-secondary-bg-rgb), 0.85);
  --dx-modal-border-color: var(--dx-secondary-bg);
  --dx-modal-border-width: var(--dx-border-width);
  --dx-modal-border-radius: var(--dx-border-radius-lg);
  --dx-modal-box-shadow:
    0 10px 15px -3px rgba(229, 231, 235, 0.3),
    0 4px 6px -4px rgba(229, 231, 235, 0.3);
  --dx-modal-inner-border-radius: calc(var(--dx-border-radius-lg) - (var(--dx-border-width)));
  --dx-modal-header-padding-x: var(--dx-spacer);
  --dx-modal-header-padding-y: var(--dx-spacer);
  --dx-modal-header-padding: var(--dx-spacer) var(--dx-spacer) 0 var(--dx-spacer);
  --dx-modal-header-border-color: var(--dx-border-color);
  --dx-modal-header-border-width: 0;
  --dx-modal-title-line-height: 1.4;
  --dx-modal-footer-gap: 0;
  --dx-modal-footer-bg: ;
  --dx-modal-footer-border-color: var(--dx-border-color);
  --dx-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--dx-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--dx-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: scale(0.8);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--dx-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--dx-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--dx-modal-color);
  pointer-events: auto;
  background-color: var(--dx-modal-bg);
  background-clip: padding-box;
  border: var(--dx-modal-border-width) solid var(--dx-modal-border-color);
  border-radius: var(--dx-modal-border-radius);
  box-shadow: var(--dx-modal-box-shadow);
  outline: 0;
}

.modal-backdrop {
  --dx-backdrop-zindex: 1050;
  --dx-backdrop-bg: rgba(16, 24, 40, 0.4);
  --dx-backdrop-opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--dx-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--dx-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--dx-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--dx-modal-header-padding);
  border-bottom: var(--dx-modal-header-border-width) solid var(--dx-modal-header-border-color);
  border-top-left-radius: var(--dx-modal-inner-border-radius);
  border-top-right-radius: var(--dx-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--dx-modal-header-padding-y) * 0.5) calc(var(--dx-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--dx-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--dx-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--dx-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--dx-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--dx-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--dx-modal-padding) - var(--dx-modal-footer-gap) * 0.5);
  background-color: var(--dx-modal-footer-bg);
  border-top: var(--dx-modal-footer-border-width) solid var(--dx-modal-footer-border-color);
  border-bottom-right-radius: var(--dx-modal-inner-border-radius);
  border-bottom-left-radius: var(--dx-modal-inner-border-radius);
}

.modal-footer>* {
  margin: calc(var(--dx-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --dx-modal-margin: 1.75rem;
    --dx-modal-box-shadow: var(--dx-box-shadow);
  }

  .modal-dialog {
    max-width: var(--dx-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --dx-modal-width: 26rem;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    --dx-modal-width: 40rem;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --dx-modal-width: 52rem;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1535.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --dx-tooltip-zindex: 1080;
  --dx-tooltip-max-width: 200px;
  --dx-tooltip-padding-x: calc(var(--dx-spacer) * 0.5);
  --dx-tooltip-padding-y: calc(var(--dx-spacer) * 0.25);
  --dx-tooltip-margin: ;
  --dx-tooltip-font-size: 0.984375rem;
  --dx-tooltip-color: var(--dx-secondary-bg);
  --dx-tooltip-bg: var(--dx-body-color);
  --dx-tooltip-border-radius: var(--dx-border-radius);
  --dx-tooltip-opacity: 0.9;
  --dx-tooltip-arrow-width: 0.8rem;
  --dx-tooltip-arrow-height: 0.4rem;
  z-index: var(--dx-tooltip-zindex);
  display: block;
  margin: var(--dx-tooltip-margin);
  font-family: var(--dx-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--dx-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--dx-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--dx-tooltip-arrow-width);
  height: var(--dx-tooltip-arrow-height);
}

.tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--dx-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  top: -1px;
  border-width: var(--dx-tooltip-arrow-height) calc(var(--dx-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--dx-tooltip-bg);
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--dx-tooltip-arrow-height));
  width: var(--dx-tooltip-arrow-height);
  height: var(--dx-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  right: -1px;
  border-width: calc(var(--dx-tooltip-arrow-width) * 0.5) var(--dx-tooltip-arrow-height) calc(var(--dx-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--dx-tooltip-bg);
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--dx-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 calc(var(--dx-tooltip-arrow-width) * 0.5) var(--dx-tooltip-arrow-height);
  border-bottom-color: var(--dx-tooltip-bg);
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--dx-tooltip-arrow-height));
  width: var(--dx-tooltip-arrow-height);
  height: var(--dx-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  left: -1px;
  border-width: calc(var(--dx-tooltip-arrow-width) * 0.5) 0 calc(var(--dx-tooltip-arrow-width) * 0.5) var(--dx-tooltip-arrow-height);
  border-left-color: var(--dx-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--dx-tooltip-max-width);
  padding: var(--dx-tooltip-padding-y) var(--dx-tooltip-padding-x);
  color: var(--dx-tooltip-color);
  text-align: center;
  background-color: var(--dx-tooltip-bg);
  border-radius: var(--dx-tooltip-border-radius);
}

.popover {
  --dx-popover-zindex: 1070;
  --dx-popover-max-width: 276px;
  --dx-popover-font-size: 0.984375rem;
  --dx-popover-bg: var(--dx-body-bg);
  --dx-popover-border-width: var(--dx-border-width);
  --dx-popover-border-color: var(--dx-border-color-translucent);
  --dx-popover-border-radius: var(--dx-border-radius-lg);
  --dx-popover-inner-border-radius: calc(var(--dx-border-radius-lg) - var(--dx-border-width));
  --dx-popover-box-shadow: var(--dx-box-shadow);
  --dx-popover-header-padding-x: var(--dx-spacer);
  --dx-popover-header-padding-y: 0.6rem;
  --dx-popover-header-font-size: var(--dx-body-font-size);
  --dx-popover-header-color: inherit;
  --dx-popover-header-bg: var(--dx-tertiary-bg);
  --dx-popover-body-padding-x: var(--dx-spacer);
  --dx-popover-body-padding-y: var(--dx-spacer);
  --dx-popover-body-color: var(--dx-body-color);
  --dx-popover-arrow-width: 1rem;
  --dx-popover-arrow-height: 0.5rem;
  --dx-popover-arrow-border: var(--dx-popover-border-color);
  z-index: var(--dx-popover-zindex);
  display: block;
  max-width: var(--dx-popover-max-width);
  font-family: var(--dx-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--dx-popover-font-size);
  word-wrap: break-word;
  background-color: var(--dx-popover-bg);
  background-clip: padding-box;
  border: var(--dx-popover-border-width) solid var(--dx-popover-border-color);
  border-radius: var(--dx-popover-border-radius);
  box-shadow: var(--dx-popover-box-shadow);
}

.popover .popover-arrow {
  display: block;
  width: var(--dx-popover-arrow-width);
  height: var(--dx-popover-arrow-height);
}

.popover .popover-arrow:before,
.popover .popover-arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
  bottom: calc(-1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width));
}

.bs-popover-top>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow:after {
  border-width: var(--dx-popover-arrow-height) calc(var(--dx-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow:before {
  bottom: 0;
  border-top-color: var(--dx-popover-arrow-border);
}

.bs-popover-top>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow:after {
  bottom: var(--dx-popover-border-width);
  border-top-color: var(--dx-popover-bg);
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
  left: calc(-1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width));
  width: var(--dx-popover-arrow-height);
  height: var(--dx-popover-arrow-width);
}

.bs-popover-end>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow:after {
  border-width: calc(var(--dx-popover-arrow-width) * 0.5) var(--dx-popover-arrow-height) calc(var(--dx-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow:before {
  left: 0;
  border-right-color: var(--dx-popover-arrow-border);
}

.bs-popover-end>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow:after {
  left: var(--dx-popover-border-width);
  border-right-color: var(--dx-popover-bg);
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
  top: calc(-1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width));
}

.bs-popover-bottom>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow:after {
  border-width: 0 calc(var(--dx-popover-arrow-width) * 0.5) var(--dx-popover-arrow-height);
}

.bs-popover-bottom>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow:before {
  top: 0;
  border-bottom-color: var(--dx-popover-arrow-border);
}

.bs-popover-bottom>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow:after {
  top: var(--dx-popover-border-width);
  border-bottom-color: var(--dx-popover-bg);
}

.bs-popover-bottom .popover-header:before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--dx-popover-arrow-width);
  margin-left: calc(-0.5 * var(--dx-popover-arrow-width));
  content: "";
  border-bottom: var(--dx-popover-border-width) solid var(--dx-popover-header-bg);
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
  right: calc(-1 * (var(--dx-popover-arrow-height)) - var(--dx-popover-border-width));
  width: var(--dx-popover-arrow-height);
  height: var(--dx-popover-arrow-width);
}

.bs-popover-start>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow:after {
  border-width: calc(var(--dx-popover-arrow-width) * 0.5) 0 calc(var(--dx-popover-arrow-width) * 0.5) var(--dx-popover-arrow-height);
}

.bs-popover-start>.popover-arrow:before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow:before {
  right: 0;
  border-left-color: var(--dx-popover-arrow-border);
}

.bs-popover-start>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow:after {
  right: var(--dx-popover-border-width);
  border-left-color: var(--dx-popover-bg);
}

.popover-header {
  padding: var(--dx-popover-header-padding-y) var(--dx-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--dx-popover-header-font-size);
  color: var(--dx-popover-header-color);
  background-color: var(--dx-popover-header-bg);
  border-bottom: var(--dx-popover-border-width) solid var(--dx-popover-border-color);
  border-top-left-radius: var(--dx-popover-inner-border-radius);
  border-top-right-radius: var(--dx-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--dx-popover-body-padding-y) var(--dx-popover-body-padding-x);
  color: var(--dx-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translate(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translate(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--dx-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--dx-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--dx-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --dx-carousel-indicator-active-bg: #000;
  --dx-carousel-caption-color: #000;
  --dx-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme="light"] {
  --dx-carousel-indicator-active-bg: #fff;
  --dx-carousel-caption-color: #fff;
  --dx-carousel-control-icon-filter: ;
}

[data-bs-theme="dark"] {
  --dx-carousel-indicator-active-bg: #000;
  --dx-carousel-caption-color: #000;
  --dx-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--dx-spinner-width);
  height: var(--dx-spinner-height);
  vertical-align: var(--dx-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--dx-spinner-animation-speed) linear infinite var(--dx-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --dx-spinner-width: 2rem;
  --dx-spinner-height: 2rem;
  --dx-spinner-vertical-align: -0.125em;
  --dx-spinner-border-width: 0.2em;
  --dx-spinner-animation-speed: 0.75s;
  --dx-spinner-animation-name: spinner-border;
  border: var(--dx-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --dx-spinner-width: 1rem;
  --dx-spinner-height: 1rem;
  --dx-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --dx-spinner-width: 2rem;
  --dx-spinner-height: 2rem;
  --dx-spinner-vertical-align: -0.125em;
  --dx-spinner-animation-speed: 0.75s;
  --dx-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --dx-spinner-width: 1rem;
  --dx-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    --dx-spinner-animation-speed: 1.5s;
  }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --dx-offcanvas-zindex: 1045;
  --dx-offcanvas-width: 370px;
  --dx-offcanvas-height: 30vh;
  --dx-offcanvas-padding-x: var(--dx-spacer);
  --dx-offcanvas-padding-y: var(--dx-spacer);
  --dx-offcanvas-color: var(--dx-body-color);
  --dx-offcanvas-bg: var(--dx-secondary-bg);
  --dx-offcanvas-border-width: var(--dx-border-width);
  --dx-offcanvas-border-color: var(--dx-border-color);
  --dx-offcanvas-box-shadow:
    0 10px 15px -3px rgba(229, 231, 235, 0.3),
    0 4px 6px -4px rgba(229, 231, 235, 0.3);
  --dx-offcanvas-transition: transform 0.3s ease-in-out;
  --dx-offcanvas-title-line-height: 1.4;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--dx-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--dx-offcanvas-color);
    visibility: hidden;
    background-color: var(--dx-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--dx-offcanvas-box-shadow);
    transition: var(--dx-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--dx-offcanvas-width);
    border-right: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(-100%);
  }

  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--dx-offcanvas-width);
    border-left: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(100%);
  }

  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-top: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm {
    --dx-offcanvas-height: auto;
    --dx-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--dx-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--dx-offcanvas-color);
    visibility: hidden;
    background-color: var(--dx-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--dx-offcanvas-box-shadow);
    transition: var(--dx-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--dx-offcanvas-width);
    border-right: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(-100%);
  }

  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--dx-offcanvas-width);
    border-left: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(100%);
  }

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-top: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
    --dx-offcanvas-height: auto;
    --dx-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--dx-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--dx-offcanvas-color);
    visibility: hidden;
    background-color: var(--dx-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--dx-offcanvas-box-shadow);
    transition: var(--dx-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--dx-offcanvas-width);
    border-right: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(-100%);
  }

  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--dx-offcanvas-width);
    border-left: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(100%);
  }

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-top: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
    --dx-offcanvas-height: auto;
    --dx-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--dx-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--dx-offcanvas-color);
    visibility: hidden;
    background-color: var(--dx-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--dx-offcanvas-box-shadow);
    transition: var(--dx-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--dx-offcanvas-width);
    border-right: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(-100%);
  }

  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--dx-offcanvas-width);
    border-left: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(100%);
  }

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-top: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
    --dx-offcanvas-height: auto;
    --dx-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1535.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--dx-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--dx-offcanvas-color);
    visibility: hidden;
    background-color: var(--dx-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--dx-offcanvas-box-shadow);
    transition: var(--dx-offcanvas-transition);
  }
}

@media (max-width: 1535.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1535.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--dx-offcanvas-width);
    border-right: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(-100%);
  }

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--dx-offcanvas-width);
    border-left: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translate(100%);
  }

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--dx-offcanvas-height);
    max-height: 100%;
    border-top: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1536px) {
  .offcanvas-xxl {
    --dx-offcanvas-height: auto;
    --dx-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--dx-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--dx-offcanvas-color);
  visibility: hidden;
  background-color: var(--dx-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--dx-offcanvas-box-shadow);
  transition: var(--dx-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--dx-offcanvas-width);
  border-right: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
  transform: translate(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--dx-offcanvas-width);
  border-left: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
  transform: translate(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--dx-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--dx-offcanvas-height);
  max-height: 100%;
  border-top: var(--dx-offcanvas-border-width) solid var(--dx-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #10182866;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--dx-offcanvas-padding-y) var(--dx-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--dx-offcanvas-padding-y) * 0.5) calc(var(--dx-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--dx-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--dx-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--dx-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--dx-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--dx-offcanvas-padding-y) var(--dx-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn:before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, #000c, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--dx-primary-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--dx-secondary-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--dx-success-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--dx-info-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--dx-warning-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--dx-danger-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--dx-light-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--dx-dark-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-pink {
  color: #fff !important;
  background-color: RGBA(var(--dx-pink-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-orange {
  color: #fff !important;
  background-color: RGBA(var(--dx-orange-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.text-bg-indigo {
  color: #fff !important;
  background-color: RGBA(var(--dx-indigo-rgb),
      var(--dx-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--dx-primary-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-primary-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-primary:hover,
.link-primary:focus {
  color: RGBA(83, 56, 133, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83,
      56,
      133,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--dx-secondary-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-secondary-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(218, 80, 16, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(218,
      80,
      16,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--dx-success-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-success-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-success:hover,
.link-success:focus {
  color: RGBA(20, 147, 67, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20,
      147,
      67,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--dx-info-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-info-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-info:hover,
.link-info:focus {
  color: RGBA(5, 164, 191, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(5,
      164,
      191,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--dx-warning-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-warning-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-warning:hover,
.link-warning:focus {
  color: RGBA(246, 209, 43, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246,
      209,
      43,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--dx-danger-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-danger-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-danger:hover,
.link-danger:focus {
  color: RGBA(215, 61, 61, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(215,
      61,
      61,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--dx-light-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-light-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-light:hover,
.link-light:focus {
  color: RGBA(246, 246, 246, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246,
      246,
      246,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--dx-dark-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-dark-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-dark:hover,
.link-dark:focus {
  color: RGBA(0, 0, 0, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0,
      0,
      0,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-pink {
  color: RGBA(var(--dx-pink-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-pink-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-pink:hover,
.link-pink:focus {
  color: RGBA(197, 35, 107, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(197,
      35,
      107,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-orange {
  color: RGBA(var(--dx-orange-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-orange-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-orange:hover,
.link-orange:focus {
  color: RGBA(218, 80, 16, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(218,
      80,
      16,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-indigo {
  color: RGBA(var(--dx-indigo-rgb), var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-indigo-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-indigo:hover,
.link-indigo:focus {
  color: RGBA(89, 92, 217, var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(89,
      92,
      217,
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--dx-emphasis-color-rgb),
      var(--dx-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--dx-emphasis-color-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--dx-emphasis-color-rgb),
      var(--dx-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--dx-emphasis-color-rgb),
      var(--dx-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--dx-focus-ring-x, 0) var(--dx-focus-ring-y, 0) var(--dx-focus-ring-blur, 0) var(--dx-focus-ring-width) var(--dx-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--dx-link-color-rgb),
      var(--dx-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link>.bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link>.bi {
    transition: none;
  }
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
  transform: var(--dx-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio:before {
  display: block;
  padding-top: var(--dx-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --dx-aspect-ratio: 100%;
}

.ratio-4x3 {
  --dx-aspect-ratio: 75%;
}

.ratio-16x9 {
  --dx-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --dx-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1536px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link:after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--dx-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--dx-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--dx-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--dx-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --dx-focus-ring-color: rgba(var(--dx-primary-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-secondary {
  --dx-focus-ring-color: rgba(var(--dx-secondary-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-success {
  --dx-focus-ring-color: rgba(var(--dx-success-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-info {
  --dx-focus-ring-color: rgba(var(--dx-info-rgb), var(--dx-focus-ring-opacity));
}

.focus-ring-warning {
  --dx-focus-ring-color: rgba(var(--dx-warning-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-danger {
  --dx-focus-ring-color: rgba(var(--dx-danger-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-light {
  --dx-focus-ring-color: rgba(var(--dx-light-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-dark {
  --dx-focus-ring-color: rgba(var(--dx-dark-rgb), var(--dx-focus-ring-opacity));
}

.focus-ring-pink {
  --dx-focus-ring-color: rgba(var(--dx-pink-rgb), var(--dx-focus-ring-opacity));
}

.focus-ring-orange {
  --dx-focus-ring-color: rgba(var(--dx-orange-rgb),
      var(--dx-focus-ring-opacity));
}

.focus-ring-indigo {
  --dx-focus-ring-color: rgba(var(--dx-indigo-rgb),
      var(--dx-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translate(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-primary-rgb),
      var(--dx-border-opacity)) !important;
}

.border-secondary {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-secondary-rgb),
      var(--dx-border-opacity)) !important;
}

.border-success {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-success-rgb),
      var(--dx-border-opacity)) !important;
}

.border-info {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-info-rgb), var(--dx-border-opacity)) !important;
}

.border-warning {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-warning-rgb),
      var(--dx-border-opacity)) !important;
}

.border-danger {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-danger-rgb), var(--dx-border-opacity)) !important;
}

.border-light {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-light-rgb), var(--dx-border-opacity)) !important;
}

.border-dark {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-dark-rgb), var(--dx-border-opacity)) !important;
}

.border-pink {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-pink-rgb), var(--dx-border-opacity)) !important;
}

.border-orange {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-orange-rgb), var(--dx-border-opacity)) !important;
}

.border-indigo {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-indigo-rgb), var(--dx-border-opacity)) !important;
}

.border-black {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-black-rgb), var(--dx-border-opacity)) !important;
}

.border-white {
  --dx-border-opacity: 1;
  border-color: rgba(var(--dx-white-rgb), var(--dx-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--dx-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--dx-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--dx-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--dx-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--dx-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--dx-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--dx-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--dx-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --dx-border-opacity: 0.1;
}

.border-opacity-25 {
  --dx-border-opacity: 0.25;
}

.border-opacity-50 {
  --dx-border-opacity: 0.5;
}

.border-opacity-75 {
  --dx-border-opacity: 0.75;
}

.border-opacity-100 {
  --dx-border-opacity: 1;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 20px !important;
}

.w-6 {
  width: 24px !important;
}

.w-7 {
  width: 28px !important;
}

.w-8 {
  width: 32px !important;
}

.w-9 {
  width: 36px !important;
}

.w-10 {
  width: 40px !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-36 {
  width: 9rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 176px !important;
}

.w-48 {
  width: 192px !important;
}

.w-52 {
  width: 208px !important;
}

.w-56 {
  width: 224px !important;
}

.w-64 {
  width: 16rem !important;
}

.w-72 {
  width: 18rem !important;
}

.w-80 {
  width: 20rem !important;
}

.w-96 {
  width: 24rem !important;
}

.w-350px {
  width: 350px !important;
}

.w-md {
  width: 28rem !important;
}

.w-lg {
  width: 32rem !important;
}

.w-xl {
  width: 36rem !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.max-w-1 {
  max-width: 0.25rem !important;
}

.max-w-2 {
  max-width: 0.5rem !important;
}

.max-w-3 {
  max-width: 0.75rem !important;
}

.max-w-4 {
  max-width: 1rem !important;
}

.max-w-5 {
  max-width: 20px !important;
}

.max-w-6 {
  max-width: 24px !important;
}

.max-w-7 {
  max-width: 28px !important;
}

.max-w-8 {
  max-width: 32px !important;
}

.max-w-9 {
  max-width: 36px !important;
}

.max-w-10 {
  max-width: 40px !important;
}

.max-w-11 {
  max-width: 2.75rem !important;
}

.max-w-12 {
  max-width: 3rem !important;
}

.max-w-14 {
  max-width: 3.5rem !important;
}

.max-w-16 {
  max-width: 4rem !important;
}

.max-w-20 {
  max-width: 5rem !important;
}

.max-w-24 {
  max-width: 6rem !important;
}

.max-w-28 {
  max-width: 7rem !important;
}

.max-w-32 {
  max-width: 8rem !important;
}

.max-w-36 {
  max-width: 9rem !important;
}

.max-w-40 {
  max-width: 10rem !important;
}

.max-w-44 {
  max-width: 176px !important;
}

.max-w-48 {
  max-width: 192px !important;
}

.max-w-52 {
  max-width: 208px !important;
}

.max-w-56 {
  max-width: 224px !important;
}

.max-w-64 {
  max-width: 16rem !important;
}

.max-w-72 {
  max-width: 18rem !important;
}

.max-w-80 {
  max-width: 20rem !important;
}

.max-w-96 {
  max-width: 24rem !important;
}

.max-w-350px {
  max-width: 350px !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-25 {
  max-width: 25% !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.max-w-75 {
  max-width: 75% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.max-w-auto {
  max-width: auto !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 20px !important;
}

.h-6 {
  height: 24px !important;
}

.h-7 {
  height: 28px !important;
}

.h-8 {
  height: 32px !important;
}

.h-9 {
  height: 36px !important;
}

.h-10 {
  height: 40px !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-36 {
  height: 9rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-44 {
  height: 176px !important;
}

.h-48 {
  height: 192px !important;
}

.h-52 {
  height: 208px !important;
}

.h-56 {
  height: 224px !important;
}

.h-64 {
  height: 16rem !important;
}

.h-72 {
  height: 18rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-350px {
  height: 350px !important;
}

.h-md {
  height: 28rem !important;
}

.h-lg {
  height: 32rem !important;
}

.h-xl {
  height: 36rem !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.max-h-1 {
  max-height: 0.25rem !important;
}

.max-h-2 {
  max-height: 0.5rem !important;
}

.max-h-3 {
  max-height: 0.75rem !important;
}

.max-h-4 {
  max-height: 1rem !important;
}

.max-h-5 {
  max-height: 20px !important;
}

.max-h-6 {
  max-height: 24px !important;
}

.max-h-7 {
  max-height: 28px !important;
}

.max-h-8 {
  max-height: 32px !important;
}

.max-h-9 {
  max-height: 36px !important;
}

.max-h-10 {
  max-height: 40px !important;
}

.max-h-11 {
  max-height: 2.75rem !important;
}

.max-h-12 {
  max-height: 3rem !important;
}

.max-h-14 {
  max-height: 3.5rem !important;
}

.max-h-16 {
  max-height: 4rem !important;
}

.max-h-20 {
  max-height: 5rem !important;
}

.max-h-24 {
  max-height: 6rem !important;
}

.max-h-28 {
  max-height: 7rem !important;
}

.max-h-32 {
  max-height: 8rem !important;
}

.max-h-36 {
  max-height: 9rem !important;
}

.max-h-40 {
  max-height: 10rem !important;
}

.max-h-44 {
  max-height: 176px !important;
}

.max-h-48 {
  max-height: 192px !important;
}

.max-h-52 {
  max-height: 208px !important;
}

.max-h-56 {
  max-height: 224px !important;
}

.max-h-64 {
  max-height: 16rem !important;
}

.max-h-72 {
  max-height: 18rem !important;
}

.max-h-80 {
  max-height: 20rem !important;
}

.max-h-96 {
  max-height: 24rem !important;
}

.max-h-350px {
  max-height: 350px !important;
}

.max-h-md {
  max-height: 28rem !important;
}

.max-h-lg {
  max-height: 32rem !important;
}

.max-h-xl {
  max-height: 36rem !important;
}

.max-h-25 {
  max-height: 25% !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.max-h-75 {
  max-height: 75% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.max-h-auto {
  max-height: auto !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: var(--dx-spacer) !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.m-6px {
  margin: 6px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: var(--dx-spacer) !important;
  margin-left: var(--dx-spacer) !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-36 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-44 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-48 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-80 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-6px {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mx-10px {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: var(--dx-spacer) !important;
  margin-bottom: var(--dx-spacer) !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: var(--dx-spacer) !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mt-80 {
  margin-top: 20rem !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: var(--dx-spacer) !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.me-8 {
  margin-right: 2rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.me-20 {
  margin-right: 5rem !important;
}

.me-24 {
  margin-right: 6rem !important;
}

.me-28 {
  margin-right: 7rem !important;
}

.me-36 {
  margin-right: 9rem !important;
}

.me-40 {
  margin-right: 10rem !important;
}

.me-44 {
  margin-right: 11rem !important;
}

.me-48 {
  margin-right: 12rem !important;
}

.me-80 {
  margin-right: 20rem !important;
}

.me-6px {
  margin-right: 6px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: var(--dx-spacer) !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: var(--dx-spacer) !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.ms-24 {
  margin-left: 6rem !important;
}

.ms-28 {
  margin-left: 7rem !important;
}

.ms-36 {
  margin-left: 9rem !important;
}

.ms-40 {
  margin-left: 10rem !important;
}

.ms-44 {
  margin-left: 11rem !important;
}

.ms-48 {
  margin-left: 12rem !important;
}

.ms-80 {
  margin-left: 20rem !important;
}

.ms-6px {
  margin-left: 6px !important;
}

.ms-10px {
  margin-left: 10px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.m-n5 {
  margin: -var(--dx-spacer) !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.m-n36 {
  margin: -9rem !important;
}

.m-n40 {
  margin: -10rem !important;
}

.m-n44 {
  margin: -11rem !important;
}

.m-n48 {
  margin: -12rem !important;
}

.m-n80 {
  margin: -20rem !important;
}

.m-n6px {
  margin: -6px !important;
}

.m-n10px {
  margin: -10px !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n5 {
  margin-right: -var(--dx-spacer) !important;
  margin-left: -var(--dx-spacer) !important;
}

.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n20 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n24 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n28 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n36 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n40 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n44 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n48 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx-n80 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}

.mx-n6px {
  margin-right: -6px !important;
  margin-left: -6px !important;
}

.mx-n10px {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n5 {
  margin-top: -var(--dx-spacer) !important;
  margin-bottom: -var(--dx-spacer) !important;
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my-n80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.my-n6px {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.my-n10px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -var(--dx-spacer) !important;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.mt-n7 {
  margin-top: -1.75rem !important;
}

.mt-n8 {
  margin-top: -2rem !important;
}

.mt-n9 {
  margin-top: -2.25rem !important;
}

.mt-n10 {
  margin-top: -2.5rem !important;
}

.mt-n12 {
  margin-top: -3rem !important;
}

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n16 {
  margin-top: -4rem !important;
}

.mt-n20 {
  margin-top: -5rem !important;
}

.mt-n24 {
  margin-top: -6rem !important;
}

.mt-n28 {
  margin-top: -7rem !important;
}

.mt-n36 {
  margin-top: -9rem !important;
}

.mt-n40 {
  margin-top: -10rem !important;
}

.mt-n44 {
  margin-top: -11rem !important;
}

.mt-n48 {
  margin-top: -12rem !important;
}

.mt-n80 {
  margin-top: -20rem !important;
}

.mt-n6px {
  margin-top: -6px !important;
}

.mt-n10px {
  margin-top: -10px !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -0.75rem !important;
}

.me-n4 {
  margin-right: -1rem !important;
}

.me-n5 {
  margin-right: -var(--dx-spacer) !important;
}

.me-n6 {
  margin-right: -1.5rem !important;
}

.me-n7 {
  margin-right: -1.75rem !important;
}

.me-n8 {
  margin-right: -2rem !important;
}

.me-n9 {
  margin-right: -2.25rem !important;
}

.me-n10 {
  margin-right: -2.5rem !important;
}

.me-n12 {
  margin-right: -3rem !important;
}

.me-n14 {
  margin-right: -3.5rem !important;
}

.me-n16 {
  margin-right: -4rem !important;
}

.me-n20 {
  margin-right: -5rem !important;
}

.me-n24 {
  margin-right: -6rem !important;
}

.me-n28 {
  margin-right: -7rem !important;
}

.me-n36 {
  margin-right: -9rem !important;
}

.me-n40 {
  margin-right: -10rem !important;
}

.me-n44 {
  margin-right: -11rem !important;
}

.me-n48 {
  margin-right: -12rem !important;
}

.me-n80 {
  margin-right: -20rem !important;
}

.me-n6px {
  margin-right: -6px !important;
}

.me-n10px {
  margin-right: -10px !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.mb-n5 {
  margin-bottom: -var(--dx-spacer) !important;
}

.mb-n6 {
  margin-bottom: -1.5rem !important;
}

.mb-n7 {
  margin-bottom: -1.75rem !important;
}

.mb-n8 {
  margin-bottom: -2rem !important;
}

.mb-n9 {
  margin-bottom: -2.25rem !important;
}

.mb-n10 {
  margin-bottom: -2.5rem !important;
}

.mb-n12 {
  margin-bottom: -3rem !important;
}

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

.mb-n16 {
  margin-bottom: -4rem !important;
}

.mb-n20 {
  margin-bottom: -5rem !important;
}

.mb-n24 {
  margin-bottom: -6rem !important;
}

.mb-n28 {
  margin-bottom: -7rem !important;
}

.mb-n36 {
  margin-bottom: -9rem !important;
}

.mb-n40 {
  margin-bottom: -10rem !important;
}

.mb-n44 {
  margin-bottom: -11rem !important;
}

.mb-n48 {
  margin-bottom: -12rem !important;
}

.mb-n80 {
  margin-bottom: -20rem !important;
}

.mb-n6px {
  margin-bottom: -6px !important;
}

.mb-n10px {
  margin-bottom: -10px !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -0.75rem !important;
}

.ms-n4 {
  margin-left: -1rem !important;
}

.ms-n5 {
  margin-left: -var(--dx-spacer) !important;
}

.ms-n6 {
  margin-left: -1.5rem !important;
}

.ms-n7 {
  margin-left: -1.75rem !important;
}

.ms-n8 {
  margin-left: -2rem !important;
}

.ms-n9 {
  margin-left: -2.25rem !important;
}

.ms-n10 {
  margin-left: -2.5rem !important;
}

.ms-n12 {
  margin-left: -3rem !important;
}

.ms-n14 {
  margin-left: -3.5rem !important;
}

.ms-n16 {
  margin-left: -4rem !important;
}

.ms-n20 {
  margin-left: -5rem !important;
}

.ms-n24 {
  margin-left: -6rem !important;
}

.ms-n28 {
  margin-left: -7rem !important;
}

.ms-n36 {
  margin-left: -9rem !important;
}

.ms-n40 {
  margin-left: -10rem !important;
}

.ms-n44 {
  margin-left: -11rem !important;
}

.ms-n48 {
  margin-left: -12rem !important;
}

.ms-n80 {
  margin-left: -20rem !important;
}

.ms-n6px {
  margin-left: -6px !important;
}

.ms-n10px {
  margin-left: -10px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: var(--dx-spacer) !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-6px {
  padding: 6px !important;
}

.p-10px {
  padding: 10px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: var(--dx-spacer) !important;
  padding-left: var(--dx-spacer) !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-36 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-44 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-80 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-6px {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.px-10px {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: var(--dx-spacer) !important;
  padding-bottom: var(--dx-spacer) !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: var(--dx-spacer) !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pt-6px {
  padding-top: 6px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: var(--dx-spacer) !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pe-24 {
  padding-right: 6rem !important;
}

.pe-28 {
  padding-right: 7rem !important;
}

.pe-36 {
  padding-right: 9rem !important;
}

.pe-40 {
  padding-right: 10rem !important;
}

.pe-44 {
  padding-right: 11rem !important;
}

.pe-48 {
  padding-right: 12rem !important;
}

.pe-80 {
  padding-right: 20rem !important;
}

.pe-6px {
  padding-right: 6px !important;
}

.pe-10px {
  padding-right: 10px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: var(--dx-spacer) !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pb-6px {
  padding-bottom: 6px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: var(--dx-spacer) !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

.ps-24 {
  padding-left: 6rem !important;
}

.ps-28 {
  padding-left: 7rem !important;
}

.ps-36 {
  padding-left: 9rem !important;
}

.ps-40 {
  padding-left: 10rem !important;
}

.ps-44 {
  padding-left: 11rem !important;
}

.ps-48 {
  padding-left: 12rem !important;
}

.ps-80 {
  padding-left: 20rem !important;
}

.ps-6px {
  padding-left: 6px !important;
}

.ps-10px {
  padding-left: 10px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: var(--dx-spacer) !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-6px {
  gap: 6px !important;
}

.gap-10px {
  gap: 10px !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 0.75rem !important;
}

.row-gap-4 {
  row-gap: 1rem !important;
}

.row-gap-5 {
  row-gap: var(--dx-spacer) !important;
}

.row-gap-6 {
  row-gap: 1.5rem !important;
}

.row-gap-7 {
  row-gap: 1.75rem !important;
}

.row-gap-8 {
  row-gap: 2rem !important;
}

.row-gap-9 {
  row-gap: 2.25rem !important;
}

.row-gap-10 {
  row-gap: 2.5rem !important;
}

.row-gap-12 {
  row-gap: 3rem !important;
}

.row-gap-14 {
  row-gap: 3.5rem !important;
}

.row-gap-16 {
  row-gap: 4rem !important;
}

.row-gap-20 {
  row-gap: 5rem !important;
}

.row-gap-24 {
  row-gap: 6rem !important;
}

.row-gap-28 {
  row-gap: 7rem !important;
}

.row-gap-36 {
  row-gap: 9rem !important;
}

.row-gap-40 {
  row-gap: 10rem !important;
}

.row-gap-44 {
  row-gap: 11rem !important;
}

.row-gap-48 {
  row-gap: 12rem !important;
}

.row-gap-80 {
  row-gap: 20rem !important;
}

.row-gap-6px {
  row-gap: 6px !important;
}

.row-gap-10px {
  row-gap: 10px !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 0.75rem !important;
}

.column-gap-4 {
  column-gap: 1rem !important;
}

.column-gap-5 {
  column-gap: var(--dx-spacer) !important;
}

.column-gap-6 {
  column-gap: 1.5rem !important;
}

.column-gap-7 {
  column-gap: 1.75rem !important;
}

.column-gap-8 {
  column-gap: 2rem !important;
}

.column-gap-9 {
  column-gap: 2.25rem !important;
}

.column-gap-10 {
  column-gap: 2.5rem !important;
}

.column-gap-12 {
  column-gap: 3rem !important;
}

.column-gap-14 {
  column-gap: 3.5rem !important;
}

.column-gap-16 {
  column-gap: 4rem !important;
}

.column-gap-20 {
  column-gap: 5rem !important;
}

.column-gap-24 {
  column-gap: 6rem !important;
}

.column-gap-28 {
  column-gap: 7rem !important;
}

.column-gap-36 {
  column-gap: 9rem !important;
}

.column-gap-40 {
  column-gap: 10rem !important;
}

.column-gap-44 {
  column-gap: 11rem !important;
}

.column-gap-48 {
  column-gap: 12rem !important;
}

.column-gap-80 {
  column-gap: 20rem !important;
}

.column-gap-6px {
  column-gap: 6px !important;
}

.column-gap-10px {
  column-gap: 10px !important;
}

.font-monospace {
  font-family: var(--dx-font-monospace) !important;
}

.fs-1 {
  font-size: calc(var(--dx-body-font-size) * 2.5) !important;
}

.fs-2 {
  font-size: calc(var(--dx-body-font-size) * 2) !important;
}

.fs-3 {
  font-size: calc(var(--dx-body-font-size) * 1.75) !important;
}

.fs-4 {
  font-size: calc(var(--dx-body-font-size) * 1.5) !important;
}

.fs-5 {
  font-size: calc(var(--dx-body-font-size) * 1.25) !important;
}

.fs-6 {
  font-size: var(--dx-body-font-size) !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-sm {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-lg {
  font-size: 18px !important;
}

.fs-xl {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-2xl {
  font-size: 24px !important;
}

.fs-3xl {
  font-size: 30px !important;
}

.fs-4xl {
  font-size: 36px !important;
}

.fs-5xl {
  font-size: 48px !important;
}

.fs-6xl {
  font-size: 60px !important;
}

.fs-7xl {
  font-size: 72px !important;
}

.fs-8xl {
  font-size: 96px !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: var(--dx-font-weight-semibold) !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.4 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-primary-rgb), var(--dx-text-opacity)) !important;
}

.text-secondary {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-secondary-rgb), var(--dx-text-opacity)) !important;
}

.text-success {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-success-rgb), var(--dx-text-opacity)) !important;
}

.text-info {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-info-rgb), var(--dx-text-opacity)) !important;
}

.text-warning {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-warning-rgb), var(--dx-text-opacity)) !important;
}

.text-danger {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-danger-rgb), var(--dx-text-opacity)) !important;
}

.text-light {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-light-rgb), var(--dx-text-opacity)) !important;
}

.text-dark {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-dark-rgb), var(--dx-text-opacity)) !important;
}

.text-pink {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-pink-rgb), var(--dx-text-opacity)) !important;
}

.text-orange {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-orange-rgb), var(--dx-text-opacity)) !important;
}

.text-indigo {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-indigo-rgb), var(--dx-text-opacity)) !important;
}

.text-black {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-black-rgb), var(--dx-text-opacity)) !important;
}

.text-white {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-white-rgb), var(--dx-text-opacity)) !important;
}

.text-body {
  --dx-text-opacity: 1;
  color: rgba(var(--dx-body-color-rgb), var(--dx-text-opacity)) !important;
}

.text-muted {
  --dx-text-opacity: 1;
  color: var(--dx-secondary-color) !important;
}

.text-black-50 {
  --dx-text-opacity: 1;
  color: #00000080 !important;
}

.text-white-50 {
  --dx-text-opacity: 1;
  color: #ffffff80 !important;
}

.text-body-secondary {
  --dx-text-opacity: 1;
  color: var(--dx-secondary-color) !important;
}

.text-body-tertiary {
  --dx-text-opacity: 1;
  color: var(--dx-tertiary-color) !important;
}

.text-body-emphasis {
  --dx-text-opacity: 1;
  color: var(--dx-emphasis-color) !important;
}

.text-reset {
  --dx-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --dx-text-opacity: 0.25;
}

.text-opacity-50 {
  --dx-text-opacity: 0.5;
}

.text-opacity-75 {
  --dx-text-opacity: 0.75;
}

.text-opacity-100 {
  --dx-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--dx-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--dx-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--dx-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--dx-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--dx-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--dx-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--dx-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--dx-dark-text-emphasis) !important;
}

.link-opacity-10,
.link-opacity-10-hover:hover {
  --dx-link-opacity: 0.1;
}

.link-opacity-25,
.link-opacity-25-hover:hover {
  --dx-link-opacity: 0.25;
}

.link-opacity-50,
.link-opacity-50-hover:hover {
  --dx-link-opacity: 0.5;
}

.link-opacity-75,
.link-opacity-75-hover:hover {
  --dx-link-opacity: 0.75;
}

.link-opacity-100,
.link-opacity-100-hover:hover {
  --dx-link-opacity: 1;
}

.link-offset-1,
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2,
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3,
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-primary-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-secondary-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-success {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-success-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-info {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-info-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-warning {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-warning-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-danger {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-danger-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-light {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-light-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-dark {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-dark-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-pink {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-pink-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-orange {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-orange-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline-indigo {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-indigo-rgb),
      var(--dx-link-underline-opacity)) !important;
}

.link-underline {
  --dx-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dx-link-color-rgb),
      var(--dx-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
  --dx-link-underline-opacity: 0;
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
  --dx-link-underline-opacity: 0.1;
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --dx-link-underline-opacity: 0.25;
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --dx-link-underline-opacity: 0.5;
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --dx-link-underline-opacity: 0.75;
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
  --dx-link-underline-opacity: 1;
}

.bg-primary {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-primary-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-secondary {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-secondary-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-success {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-success-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-info {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-info-rgb), var(--dx-bg-opacity)) !important;
}

.bg-warning {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-warning-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-danger {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-danger-rgb), var(--dx-bg-opacity)) !important;
}

.bg-light {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-light-rgb), var(--dx-bg-opacity)) !important;
}

.bg-dark {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-dark-rgb), var(--dx-bg-opacity)) !important;
}

.bg-pink {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-pink-rgb), var(--dx-bg-opacity)) !important;
}

.bg-orange {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-orange-rgb), var(--dx-bg-opacity)) !important;
}

.bg-indigo {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-indigo-rgb), var(--dx-bg-opacity)) !important;
}

.bg-black {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-black-rgb), var(--dx-bg-opacity)) !important;
}

.bg-white {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-white-rgb), var(--dx-bg-opacity)) !important;
}

.bg-body {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-body-bg-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-transparent {
  --dx-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-secondary-bg-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-body-tertiary {
  --dx-bg-opacity: 1;
  background-color: rgba(var(--dx-tertiary-bg-rgb),
      var(--dx-bg-opacity)) !important;
}

.bg-opacity-10 {
  --dx-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --dx-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --dx-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --dx-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --dx-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--dx-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--dx-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--dx-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--dx-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--dx-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--dx-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--dx-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--dx-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--dx-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--dx-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--dx-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--dx-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--dx-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--dx-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--dx-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--dx-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--dx-border-radius) !important;
  border-top-right-radius: var(--dx-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--dx-border-radius-sm) !important;
  border-top-right-radius: var(--dx-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--dx-border-radius) !important;
  border-top-right-radius: var(--dx-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--dx-border-radius-lg) !important;
  border-top-right-radius: var(--dx-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--dx-border-radius-xl) !important;
  border-top-right-radius: var(--dx-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--dx-border-radius-xxl) !important;
  border-top-right-radius: var(--dx-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--dx-border-radius-pill) !important;
  border-top-right-radius: var(--dx-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--dx-border-radius) !important;
  border-bottom-right-radius: var(--dx-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--dx-border-radius-sm) !important;
  border-bottom-right-radius: var(--dx-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--dx-border-radius) !important;
  border-bottom-right-radius: var(--dx-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--dx-border-radius-lg) !important;
  border-bottom-right-radius: var(--dx-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--dx-border-radius-xl) !important;
  border-bottom-right-radius: var(--dx-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--dx-border-radius-xxl) !important;
  border-bottom-right-radius: var(--dx-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--dx-border-radius-pill) !important;
  border-bottom-right-radius: var(--dx-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--dx-border-radius) !important;
  border-bottom-left-radius: var(--dx-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--dx-border-radius-sm) !important;
  border-bottom-left-radius: var(--dx-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--dx-border-radius) !important;
  border-bottom-left-radius: var(--dx-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--dx-border-radius-lg) !important;
  border-bottom-left-radius: var(--dx-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--dx-border-radius-xl) !important;
  border-bottom-left-radius: var(--dx-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--dx-border-radius-xxl) !important;
  border-bottom-left-radius: var(--dx-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--dx-border-radius-pill) !important;
  border-bottom-left-radius: var(--dx-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--dx-border-radius) !important;
  border-top-left-radius: var(--dx-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--dx-border-radius-sm) !important;
  border-top-left-radius: var(--dx-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--dx-border-radius) !important;
  border-top-left-radius: var(--dx-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--dx-border-radius-lg) !important;
  border-top-left-radius: var(--dx-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--dx-border-radius-xl) !important;
  border-top-left-radius: var(--dx-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--dx-border-radius-xxl) !important;
  border-top-left-radius: var(--dx-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--dx-border-radius-pill) !important;
  border-top-left-radius: var(--dx-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.size-1 {
  height: 0.25rem !important;
  width: 0.25rem !important;
}

.size-2 {
  height: 0.5rem !important;
  width: 0.5rem !important;
}

.size-3 {
  height: 0.75rem !important;
  width: 0.75rem !important;
}

.size-4 {
  height: 1rem !important;
  width: 1rem !important;
}

.size-5 {
  height: 20px !important;
  width: 20px !important;
}

.size-6 {
  height: 24px !important;
  width: 24px !important;
}

.size-7 {
  height: 28px !important;
  width: 28px !important;
}

.size-8 {
  height: 32px !important;
  width: 32px !important;
}

.size-9 {
  height: 36px !important;
  width: 36px !important;
}

.size-10 {
  height: 40px !important;
  width: 40px !important;
}

.size-11 {
  height: 2.75rem !important;
  width: 2.75rem !important;
}

.size-12 {
  height: 3rem !important;
  width: 3rem !important;
}

.size-14 {
  height: 3.5rem !important;
  width: 3.5rem !important;
}

.size-16 {
  height: 4rem !important;
  width: 4rem !important;
}

.size-20 {
  height: 5rem !important;
  width: 5rem !important;
}

.size-24 {
  height: 6rem !important;
  width: 6rem !important;
}

.size-28 {
  height: 7rem !important;
  width: 7rem !important;
}

.size-32 {
  height: 8rem !important;
  width: 8rem !important;
}

.size-36 {
  height: 9rem !important;
  width: 9rem !important;
}

.size-40 {
  height: 10rem !important;
  width: 10rem !important;
}

.size-44 {
  height: 176px !important;
  width: 176px !important;
}

.size-48 {
  height: 192px !important;
  width: 192px !important;
}

.size-52 {
  height: 208px !important;
  width: 208px !important;
}

.size-56 {
  height: 224px !important;
  width: 224px !important;
}

.size-64 {
  height: 16rem !important;
  width: 16rem !important;
}

.size-72 {
  height: 18rem !important;
  width: 18rem !important;
}

.size-80 {
  height: 20rem !important;
  width: 20rem !important;
}

.size-96 {
  height: 24rem !important;
  width: 24rem !important;
}

.size-350px {
  height: 350px !important;
  width: 350px !important;
}

.size-md {
  height: 28rem !important;
  width: 28rem !important;
}

.size-lg {
  height: 32rem !important;
  width: 32rem !important;
}

.size-xl {
  height: 36rem !important;
  width: 36rem !important;
}

.size-25 {
  height: 25% !important;
  width: 25% !important;
}

.size-50 {
  height: 50% !important;
  width: 50% !important;
}

.size-75 {
  height: 75% !important;
  width: 75% !important;
}

.size-100 {
  height: 100% !important;
  width: 100% !important;
}

.size-auto {
  height: auto !important;
  width: auto !important;
}

.min-w-1 {
  min-width: 0.25rem !important;
}

.min-w-2 {
  min-width: 0.5rem !important;
}

.min-w-3 {
  min-width: 0.75rem !important;
}

.min-w-4 {
  min-width: 1rem !important;
}

.min-w-5 {
  min-width: 20px !important;
}

.min-w-6 {
  min-width: 24px !important;
}

.min-w-7 {
  min-width: 28px !important;
}

.min-w-8 {
  min-width: 32px !important;
}

.min-w-9 {
  min-width: 36px !important;
}

.min-w-10 {
  min-width: 40px !important;
}

.min-w-11 {
  min-width: 2.75rem !important;
}

.min-w-12 {
  min-width: 3rem !important;
}

.min-w-14 {
  min-width: 3.5rem !important;
}

.min-w-16 {
  min-width: 4rem !important;
}

.min-w-20 {
  min-width: 5rem !important;
}

.min-w-24 {
  min-width: 6rem !important;
}

.min-w-28 {
  min-width: 7rem !important;
}

.min-w-32 {
  min-width: 8rem !important;
}

.min-w-36 {
  min-width: 9rem !important;
}

.min-w-40 {
  min-width: 10rem !important;
}

.min-w-44 {
  min-width: 176px !important;
}

.min-w-48 {
  min-width: 192px !important;
}

.min-w-52 {
  min-width: 208px !important;
}

.min-w-56 {
  min-width: 224px !important;
}

.min-w-64 {
  min-width: 16rem !important;
}

.min-w-72 {
  min-width: 18rem !important;
}

.min-w-80 {
  min-width: 20rem !important;
}

.min-w-96 {
  min-width: 24rem !important;
}

.min-w-350px {
  min-width: 350px !important;
}

.min-w-md {
  min-width: 28rem !important;
}

.min-w-lg {
  min-width: 32rem !important;
}

.min-w-xl {
  min-width: 36rem !important;
}

.min-w-25 {
  min-width: 25% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-h-1 {
  min-height: 0.25rem !important;
}

.min-h-2 {
  min-height: 0.5rem !important;
}

.min-h-3 {
  min-height: 0.75rem !important;
}

.min-h-4 {
  min-height: 1rem !important;
}

.min-h-5 {
  min-height: 20px !important;
}

.min-h-6 {
  min-height: 24px !important;
}

.min-h-7 {
  min-height: 28px !important;
}

.min-h-8 {
  min-height: 32px !important;
}

.min-h-9 {
  min-height: 36px !important;
}

.min-h-10 {
  min-height: 40px !important;
}

.min-h-11 {
  min-height: 2.75rem !important;
}

.min-h-12 {
  min-height: 3rem !important;
}

.min-h-14 {
  min-height: 3.5rem !important;
}

.min-h-16 {
  min-height: 4rem !important;
}

.min-h-20 {
  min-height: 5rem !important;
}

.min-h-24 {
  min-height: 6rem !important;
}

.min-h-28 {
  min-height: 7rem !important;
}

.min-h-32 {
  min-height: 8rem !important;
}

.min-h-36 {
  min-height: 9rem !important;
}

.min-h-40 {
  min-height: 10rem !important;
}

.min-h-44 {
  min-height: 176px !important;
}

.min-h-48 {
  min-height: 192px !important;
}

.min-h-52 {
  min-height: 208px !important;
}

.min-h-56 {
  min-height: 224px !important;
}

.min-h-64 {
  min-height: 16rem !important;
}

.min-h-72 {
  min-height: 18rem !important;
}

.min-h-80 {
  min-height: 20rem !important;
}

.min-h-96 {
  min-height: 24rem !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-md {
  min-height: 28rem !important;
}

.min-h-lg {
  min-height: 32rem !important;
}

.min-h-xl {
  min-height: 36rem !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-auto {
  min-height: auto !important;
}

.bg-gray-50 {
  background-color: #fafafa !important;
}

.bg-gray-100 {
  background-color: #f5f5f5 !important;
}

.bg-gray-200 {
  background-color: #e5e5e5 !important;
}

.bg-gray-300 {
  background-color: #d4d4d4 !important;
}

.bg-gray-400 {
  background-color: #a3a3a3 !important;
}

.bg-gray-500 {
  background-color: #737373 !important;
}

.bg-gray-600 {
  background-color: #525252 !important;
}

.bg-gray-700 {
  background-color: #404040 !important;
}

.bg-gray-800 {
  background-color: #262626 !important;
}

.bg-gray-900 {
  background-color: #171717 !important;
}

.border-solid {
  --dx-border-style: solid;
}

.border-dashed {
  --dx-border-style: dashed;
}

.list-group-square {
  list-style-type: square !important;
}

.list-group-roman {
  list-style-type: upper-roman !important;
}

.list-group-circle {
  list-style-type: circle !important;
}

.list-group-disc {
  list-style-type: disc !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .border-sm {
    border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-sm-0 {
    border: 0 !important;
  }

  .border-top-sm {
    border-top: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-top-sm-0 {
    border-top: 0 !important;
  }

  .border-end-sm {
    border-right: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-end-sm-0 {
    border-right: 0 !important;
  }

  .border-bottom-sm {
    border-bottom: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }

  .border-start-sm {
    border-left: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-start-sm-0 {
    border-left: 0 !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .m-sm-5 {
    margin: var(--dx-spacer) !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .m-sm-12 {
    margin: 3rem !important;
  }

  .m-sm-14 {
    margin: 3.5rem !important;
  }

  .m-sm-16 {
    margin: 4rem !important;
  }

  .m-sm-20 {
    margin: 5rem !important;
  }

  .m-sm-24 {
    margin: 6rem !important;
  }

  .m-sm-28 {
    margin: 7rem !important;
  }

  .m-sm-36 {
    margin: 9rem !important;
  }

  .m-sm-40 {
    margin: 10rem !important;
  }

  .m-sm-44 {
    margin: 11rem !important;
  }

  .m-sm-48 {
    margin: 12rem !important;
  }

  .m-sm-80 {
    margin: 20rem !important;
  }

  .m-sm-6px {
    margin: 6px !important;
  }

  .m-sm-10px {
    margin: 10px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-5 {
    margin-right: var(--dx-spacer) !important;
    margin-left: var(--dx-spacer) !important;
  }

  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-sm-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-sm-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-sm-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-5 {
    margin-top: var(--dx-spacer) !important;
    margin-bottom: var(--dx-spacer) !important;
  }

  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-sm-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-sm-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-sm-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-4 {
    margin-top: 1rem !important;
  }

  .mt-sm-5 {
    margin-top: var(--dx-spacer) !important;
  }

  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mt-sm-8 {
    margin-top: 2rem !important;
  }

  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-12 {
    margin-top: 3rem !important;
  }

  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-16 {
    margin-top: 4rem !important;
  }

  .mt-sm-20 {
    margin-top: 5rem !important;
  }

  .mt-sm-24 {
    margin-top: 6rem !important;
  }

  .mt-sm-28 {
    margin-top: 7rem !important;
  }

  .mt-sm-36 {
    margin-top: 9rem !important;
  }

  .mt-sm-40 {
    margin-top: 10rem !important;
  }

  .mt-sm-44 {
    margin-top: 11rem !important;
  }

  .mt-sm-48 {
    margin-top: 12rem !important;
  }

  .mt-sm-80 {
    margin-top: 20rem !important;
  }

  .mt-sm-6px {
    margin-top: 6px !important;
  }

  .mt-sm-10px {
    margin-top: 10px !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 0.75rem !important;
  }

  .me-sm-4 {
    margin-right: 1rem !important;
  }

  .me-sm-5 {
    margin-right: var(--dx-spacer) !important;
  }

  .me-sm-6 {
    margin-right: 1.5rem !important;
  }

  .me-sm-7 {
    margin-right: 1.75rem !important;
  }

  .me-sm-8 {
    margin-right: 2rem !important;
  }

  .me-sm-9 {
    margin-right: 2.25rem !important;
  }

  .me-sm-10 {
    margin-right: 2.5rem !important;
  }

  .me-sm-12 {
    margin-right: 3rem !important;
  }

  .me-sm-14 {
    margin-right: 3.5rem !important;
  }

  .me-sm-16 {
    margin-right: 4rem !important;
  }

  .me-sm-20 {
    margin-right: 5rem !important;
  }

  .me-sm-24 {
    margin-right: 6rem !important;
  }

  .me-sm-28 {
    margin-right: 7rem !important;
  }

  .me-sm-36 {
    margin-right: 9rem !important;
  }

  .me-sm-40 {
    margin-right: 10rem !important;
  }

  .me-sm-44 {
    margin-right: 11rem !important;
  }

  .me-sm-48 {
    margin-right: 12rem !important;
  }

  .me-sm-80 {
    margin-right: 20rem !important;
  }

  .me-sm-6px {
    margin-right: 6px !important;
  }

  .me-sm-10px {
    margin-right: 10px !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-5 {
    margin-bottom: var(--dx-spacer) !important;
  }

  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-24 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-28 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-36 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-44 {
    margin-bottom: 11rem !important;
  }

  .mb-sm-48 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-80 {
    margin-bottom: 20rem !important;
  }

  .mb-sm-6px {
    margin-bottom: 6px !important;
  }

  .mb-sm-10px {
    margin-bottom: 10px !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-4 {
    margin-left: 1rem !important;
  }

  .ms-sm-5 {
    margin-left: var(--dx-spacer) !important;
  }

  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }

  .ms-sm-8 {
    margin-left: 2rem !important;
  }

  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-12 {
    margin-left: 3rem !important;
  }

  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-16 {
    margin-left: 4rem !important;
  }

  .ms-sm-20 {
    margin-left: 5rem !important;
  }

  .ms-sm-24 {
    margin-left: 6rem !important;
  }

  .ms-sm-28 {
    margin-left: 7rem !important;
  }

  .ms-sm-36 {
    margin-left: 9rem !important;
  }

  .ms-sm-40 {
    margin-left: 10rem !important;
  }

  .ms-sm-44 {
    margin-left: 11rem !important;
  }

  .ms-sm-48 {
    margin-left: 12rem !important;
  }

  .ms-sm-80 {
    margin-left: 20rem !important;
  }

  .ms-sm-6px {
    margin-left: 6px !important;
  }

  .ms-sm-10px {
    margin-left: 10px !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -0.75rem !important;
  }

  .m-sm-n4 {
    margin: -1rem !important;
  }

  .m-sm-n5 {
    margin: -var(--dx-spacer) !important;
  }

  .m-sm-n6 {
    margin: -1.5rem !important;
  }

  .m-sm-n7 {
    margin: -1.75rem !important;
  }

  .m-sm-n8 {
    margin: -2rem !important;
  }

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .m-sm-n10 {
    margin: -2.5rem !important;
  }

  .m-sm-n12 {
    margin: -3rem !important;
  }

  .m-sm-n14 {
    margin: -3.5rem !important;
  }

  .m-sm-n16 {
    margin: -4rem !important;
  }

  .m-sm-n20 {
    margin: -5rem !important;
  }

  .m-sm-n24 {
    margin: -6rem !important;
  }

  .m-sm-n28 {
    margin: -7rem !important;
  }

  .m-sm-n36 {
    margin: -9rem !important;
  }

  .m-sm-n40 {
    margin: -10rem !important;
  }

  .m-sm-n44 {
    margin: -11rem !important;
  }

  .m-sm-n48 {
    margin: -12rem !important;
  }

  .m-sm-n80 {
    margin: -20rem !important;
  }

  .m-sm-n6px {
    margin: -6px !important;
  }

  .m-sm-n10px {
    margin: -10px !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n5 {
    margin-right: -var(--dx-spacer) !important;
    margin-left: -var(--dx-spacer) !important;
  }

  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-sm-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-sm-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-sm-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-sm-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-sm-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-sm-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n28 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-sm-n36 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-sm-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-sm-n44 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-sm-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-sm-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-sm-n6px {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .mx-sm-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n5 {
    margin-top: -var(--dx-spacer) !important;
    margin-bottom: -var(--dx-spacer) !important;
  }

  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-sm-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-sm-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-sm-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-sm-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-sm-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-sm-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-sm-n36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-sm-n44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-sm-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-sm-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-sm-n6px {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .my-sm-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1rem !important;
  }

  .mt-sm-n5 {
    margin-top: -var(--dx-spacer) !important;
  }

  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-sm-n8 {
    margin-top: -2rem !important;
  }

  .mt-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-sm-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-sm-n12 {
    margin-top: -3rem !important;
  }

  .mt-sm-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-sm-n16 {
    margin-top: -4rem !important;
  }

  .mt-sm-n20 {
    margin-top: -5rem !important;
  }

  .mt-sm-n24 {
    margin-top: -6rem !important;
  }

  .mt-sm-n28 {
    margin-top: -7rem !important;
  }

  .mt-sm-n36 {
    margin-top: -9rem !important;
  }

  .mt-sm-n40 {
    margin-top: -10rem !important;
  }

  .mt-sm-n44 {
    margin-top: -11rem !important;
  }

  .mt-sm-n48 {
    margin-top: -12rem !important;
  }

  .mt-sm-n80 {
    margin-top: -20rem !important;
  }

  .mt-sm-n6px {
    margin-top: -6px !important;
  }

  .mt-sm-n10px {
    margin-top: -10px !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }

  .me-sm-n4 {
    margin-right: -1rem !important;
  }

  .me-sm-n5 {
    margin-right: -var(--dx-spacer) !important;
  }

  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n7 {
    margin-right: -1.75rem !important;
  }

  .me-sm-n8 {
    margin-right: -2rem !important;
  }

  .me-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .me-sm-n10 {
    margin-right: -2.5rem !important;
  }

  .me-sm-n12 {
    margin-right: -3rem !important;
  }

  .me-sm-n14 {
    margin-right: -3.5rem !important;
  }

  .me-sm-n16 {
    margin-right: -4rem !important;
  }

  .me-sm-n20 {
    margin-right: -5rem !important;
  }

  .me-sm-n24 {
    margin-right: -6rem !important;
  }

  .me-sm-n28 {
    margin-right: -7rem !important;
  }

  .me-sm-n36 {
    margin-right: -9rem !important;
  }

  .me-sm-n40 {
    margin-right: -10rem !important;
  }

  .me-sm-n44 {
    margin-right: -11rem !important;
  }

  .me-sm-n48 {
    margin-right: -12rem !important;
  }

  .me-sm-n80 {
    margin-right: -20rem !important;
  }

  .me-sm-n6px {
    margin-right: -6px !important;
  }

  .me-sm-n10px {
    margin-right: -10px !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -var(--dx-spacer) !important;
  }

  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-sm-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-sm-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-sm-n20 {
    margin-bottom: -5rem !important;
  }

  .mb-sm-n24 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n28 {
    margin-bottom: -7rem !important;
  }

  .mb-sm-n36 {
    margin-bottom: -9rem !important;
  }

  .mb-sm-n40 {
    margin-bottom: -10rem !important;
  }

  .mb-sm-n44 {
    margin-bottom: -11rem !important;
  }

  .mb-sm-n48 {
    margin-bottom: -12rem !important;
  }

  .mb-sm-n80 {
    margin-bottom: -20rem !important;
  }

  .mb-sm-n6px {
    margin-bottom: -6px !important;
  }

  .mb-sm-n10px {
    margin-bottom: -10px !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1rem !important;
  }

  .ms-sm-n5 {
    margin-left: -var(--dx-spacer) !important;
  }

  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-sm-n8 {
    margin-left: -2rem !important;
  }

  .ms-sm-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-sm-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-sm-n12 {
    margin-left: -3rem !important;
  }

  .ms-sm-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-sm-n16 {
    margin-left: -4rem !important;
  }

  .ms-sm-n20 {
    margin-left: -5rem !important;
  }

  .ms-sm-n24 {
    margin-left: -6rem !important;
  }

  .ms-sm-n28 {
    margin-left: -7rem !important;
  }

  .ms-sm-n36 {
    margin-left: -9rem !important;
  }

  .ms-sm-n40 {
    margin-left: -10rem !important;
  }

  .ms-sm-n44 {
    margin-left: -11rem !important;
  }

  .ms-sm-n48 {
    margin-left: -12rem !important;
  }

  .ms-sm-n80 {
    margin-left: -20rem !important;
  }

  .ms-sm-n6px {
    margin-left: -6px !important;
  }

  .ms-sm-n10px {
    margin-left: -10px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .p-sm-5 {
    padding: var(--dx-spacer) !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .p-sm-12 {
    padding: 3rem !important;
  }

  .p-sm-14 {
    padding: 3.5rem !important;
  }

  .p-sm-16 {
    padding: 4rem !important;
  }

  .p-sm-20 {
    padding: 5rem !important;
  }

  .p-sm-24 {
    padding: 6rem !important;
  }

  .p-sm-28 {
    padding: 7rem !important;
  }

  .p-sm-36 {
    padding: 9rem !important;
  }

  .p-sm-40 {
    padding: 10rem !important;
  }

  .p-sm-44 {
    padding: 11rem !important;
  }

  .p-sm-48 {
    padding: 12rem !important;
  }

  .p-sm-80 {
    padding: 20rem !important;
  }

  .p-sm-6px {
    padding: 6px !important;
  }

  .p-sm-10px {
    padding: 10px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-5 {
    padding-right: var(--dx-spacer) !important;
    padding-left: var(--dx-spacer) !important;
  }

  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-sm-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-sm-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-sm-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-5 {
    padding-top: var(--dx-spacer) !important;
    padding-bottom: var(--dx-spacer) !important;
  }

  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-sm-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-sm-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-sm-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-4 {
    padding-top: 1rem !important;
  }

  .pt-sm-5 {
    padding-top: var(--dx-spacer) !important;
  }

  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pt-sm-8 {
    padding-top: 2rem !important;
  }

  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-12 {
    padding-top: 3rem !important;
  }

  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-16 {
    padding-top: 4rem !important;
  }

  .pt-sm-20 {
    padding-top: 5rem !important;
  }

  .pt-sm-24 {
    padding-top: 6rem !important;
  }

  .pt-sm-28 {
    padding-top: 7rem !important;
  }

  .pt-sm-36 {
    padding-top: 9rem !important;
  }

  .pt-sm-40 {
    padding-top: 10rem !important;
  }

  .pt-sm-44 {
    padding-top: 11rem !important;
  }

  .pt-sm-48 {
    padding-top: 12rem !important;
  }

  .pt-sm-80 {
    padding-top: 20rem !important;
  }

  .pt-sm-6px {
    padding-top: 6px !important;
  }

  .pt-sm-10px {
    padding-top: 10px !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-4 {
    padding-right: 1rem !important;
  }

  .pe-sm-5 {
    padding-right: var(--dx-spacer) !important;
  }

  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pe-sm-8 {
    padding-right: 2rem !important;
  }

  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-12 {
    padding-right: 3rem !important;
  }

  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-16 {
    padding-right: 4rem !important;
  }

  .pe-sm-20 {
    padding-right: 5rem !important;
  }

  .pe-sm-24 {
    padding-right: 6rem !important;
  }

  .pe-sm-28 {
    padding-right: 7rem !important;
  }

  .pe-sm-36 {
    padding-right: 9rem !important;
  }

  .pe-sm-40 {
    padding-right: 10rem !important;
  }

  .pe-sm-44 {
    padding-right: 11rem !important;
  }

  .pe-sm-48 {
    padding-right: 12rem !important;
  }

  .pe-sm-80 {
    padding-right: 20rem !important;
  }

  .pe-sm-6px {
    padding-right: 6px !important;
  }

  .pe-sm-10px {
    padding-right: 10px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-5 {
    padding-bottom: var(--dx-spacer) !important;
  }

  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-24 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-28 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-36 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-44 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-48 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-80 {
    padding-bottom: 20rem !important;
  }

  .pb-sm-6px {
    padding-bottom: 6px !important;
  }

  .pb-sm-10px {
    padding-bottom: 10px !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-4 {
    padding-left: 1rem !important;
  }

  .ps-sm-5 {
    padding-left: var(--dx-spacer) !important;
  }

  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }

  .ps-sm-8 {
    padding-left: 2rem !important;
  }

  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-12 {
    padding-left: 3rem !important;
  }

  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-16 {
    padding-left: 4rem !important;
  }

  .ps-sm-20 {
    padding-left: 5rem !important;
  }

  .ps-sm-24 {
    padding-left: 6rem !important;
  }

  .ps-sm-28 {
    padding-left: 7rem !important;
  }

  .ps-sm-36 {
    padding-left: 9rem !important;
  }

  .ps-sm-40 {
    padding-left: 10rem !important;
  }

  .ps-sm-44 {
    padding-left: 11rem !important;
  }

  .ps-sm-48 {
    padding-left: 12rem !important;
  }

  .ps-sm-80 {
    padding-left: 20rem !important;
  }

  .ps-sm-6px {
    padding-left: 6px !important;
  }

  .ps-sm-10px {
    padding-left: 10px !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 0.75rem !important;
  }

  .gap-sm-4 {
    gap: 1rem !important;
  }

  .gap-sm-5 {
    gap: var(--dx-spacer) !important;
  }

  .gap-sm-6 {
    gap: 1.5rem !important;
  }

  .gap-sm-7 {
    gap: 1.75rem !important;
  }

  .gap-sm-8 {
    gap: 2rem !important;
  }

  .gap-sm-9 {
    gap: 2.25rem !important;
  }

  .gap-sm-10 {
    gap: 2.5rem !important;
  }

  .gap-sm-12 {
    gap: 3rem !important;
  }

  .gap-sm-14 {
    gap: 3.5rem !important;
  }

  .gap-sm-16 {
    gap: 4rem !important;
  }

  .gap-sm-20 {
    gap: 5rem !important;
  }

  .gap-sm-24 {
    gap: 6rem !important;
  }

  .gap-sm-28 {
    gap: 7rem !important;
  }

  .gap-sm-36 {
    gap: 9rem !important;
  }

  .gap-sm-40 {
    gap: 10rem !important;
  }

  .gap-sm-44 {
    gap: 11rem !important;
  }

  .gap-sm-48 {
    gap: 12rem !important;
  }

  .gap-sm-80 {
    gap: 20rem !important;
  }

  .gap-sm-6px {
    gap: 6px !important;
  }

  .gap-sm-10px {
    gap: 10px !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 0.75rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-5 {
    row-gap: var(--dx-spacer) !important;
  }

  .row-gap-sm-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-sm-8 {
    row-gap: 2rem !important;
  }

  .row-gap-sm-9 {
    row-gap: 2.25rem !important;
  }

  .row-gap-sm-10 {
    row-gap: 2.5rem !important;
  }

  .row-gap-sm-12 {
    row-gap: 3rem !important;
  }

  .row-gap-sm-14 {
    row-gap: 3.5rem !important;
  }

  .row-gap-sm-16 {
    row-gap: 4rem !important;
  }

  .row-gap-sm-20 {
    row-gap: 5rem !important;
  }

  .row-gap-sm-24 {
    row-gap: 6rem !important;
  }

  .row-gap-sm-28 {
    row-gap: 7rem !important;
  }

  .row-gap-sm-36 {
    row-gap: 9rem !important;
  }

  .row-gap-sm-40 {
    row-gap: 10rem !important;
  }

  .row-gap-sm-44 {
    row-gap: 11rem !important;
  }

  .row-gap-sm-48 {
    row-gap: 12rem !important;
  }

  .row-gap-sm-80 {
    row-gap: 20rem !important;
  }

  .row-gap-sm-6px {
    row-gap: 6px !important;
  }

  .row-gap-sm-10px {
    row-gap: 10px !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-5 {
    column-gap: var(--dx-spacer) !important;
  }

  .column-gap-sm-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-sm-8 {
    column-gap: 2rem !important;
  }

  .column-gap-sm-9 {
    column-gap: 2.25rem !important;
  }

  .column-gap-sm-10 {
    column-gap: 2.5rem !important;
  }

  .column-gap-sm-12 {
    column-gap: 3rem !important;
  }

  .column-gap-sm-14 {
    column-gap: 3.5rem !important;
  }

  .column-gap-sm-16 {
    column-gap: 4rem !important;
  }

  .column-gap-sm-20 {
    column-gap: 5rem !important;
  }

  .column-gap-sm-24 {
    column-gap: 6rem !important;
  }

  .column-gap-sm-28 {
    column-gap: 7rem !important;
  }

  .column-gap-sm-36 {
    column-gap: 9rem !important;
  }

  .column-gap-sm-40 {
    column-gap: 10rem !important;
  }

  .column-gap-sm-44 {
    column-gap: 11rem !important;
  }

  .column-gap-sm-48 {
    column-gap: 12rem !important;
  }

  .column-gap-sm-80 {
    column-gap: 20rem !important;
  }

  .column-gap-sm-6px {
    column-gap: 6px !important;
  }

  .column-gap-sm-10px {
    column-gap: 10px !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .border-md {
    border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-md-0 {
    border: 0 !important;
  }

  .border-top-md {
    border-top: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-top-md-0 {
    border-top: 0 !important;
  }

  .border-end-md {
    border-right: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-end-md-0 {
    border-right: 0 !important;
  }

  .border-bottom-md {
    border-bottom: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }

  .border-start-md {
    border-left: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-start-md-0 {
    border-left: 0 !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .m-md-5 {
    margin: var(--dx-spacer) !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .m-md-12 {
    margin: 3rem !important;
  }

  .m-md-14 {
    margin: 3.5rem !important;
  }

  .m-md-16 {
    margin: 4rem !important;
  }

  .m-md-20 {
    margin: 5rem !important;
  }

  .m-md-24 {
    margin: 6rem !important;
  }

  .m-md-28 {
    margin: 7rem !important;
  }

  .m-md-36 {
    margin: 9rem !important;
  }

  .m-md-40 {
    margin: 10rem !important;
  }

  .m-md-44 {
    margin: 11rem !important;
  }

  .m-md-48 {
    margin: 12rem !important;
  }

  .m-md-80 {
    margin: 20rem !important;
  }

  .m-md-6px {
    margin: 6px !important;
  }

  .m-md-10px {
    margin: 10px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-5 {
    margin-right: var(--dx-spacer) !important;
    margin-left: var(--dx-spacer) !important;
  }

  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-md-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-md-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-md-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-5 {
    margin-top: var(--dx-spacer) !important;
    margin-bottom: var(--dx-spacer) !important;
  }

  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-md-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-md-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-md-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 0.75rem !important;
  }

  .mt-md-4 {
    margin-top: 1rem !important;
  }

  .mt-md-5 {
    margin-top: var(--dx-spacer) !important;
  }

  .mt-md-6 {
    margin-top: 1.5rem !important;
  }

  .mt-md-7 {
    margin-top: 1.75rem !important;
  }

  .mt-md-8 {
    margin-top: 2rem !important;
  }

  .mt-md-9 {
    margin-top: 2.25rem !important;
  }

  .mt-md-10 {
    margin-top: 2.5rem !important;
  }

  .mt-md-12 {
    margin-top: 3rem !important;
  }

  .mt-md-14 {
    margin-top: 3.5rem !important;
  }

  .mt-md-16 {
    margin-top: 4rem !important;
  }

  .mt-md-20 {
    margin-top: 5rem !important;
  }

  .mt-md-24 {
    margin-top: 6rem !important;
  }

  .mt-md-28 {
    margin-top: 7rem !important;
  }

  .mt-md-36 {
    margin-top: 9rem !important;
  }

  .mt-md-40 {
    margin-top: 10rem !important;
  }

  .mt-md-44 {
    margin-top: 11rem !important;
  }

  .mt-md-48 {
    margin-top: 12rem !important;
  }

  .mt-md-80 {
    margin-top: 20rem !important;
  }

  .mt-md-6px {
    margin-top: 6px !important;
  }

  .mt-md-10px {
    margin-top: 10px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 0.75rem !important;
  }

  .me-md-4 {
    margin-right: 1rem !important;
  }

  .me-md-5 {
    margin-right: var(--dx-spacer) !important;
  }

  .me-md-6 {
    margin-right: 1.5rem !important;
  }

  .me-md-7 {
    margin-right: 1.75rem !important;
  }

  .me-md-8 {
    margin-right: 2rem !important;
  }

  .me-md-9 {
    margin-right: 2.25rem !important;
  }

  .me-md-10 {
    margin-right: 2.5rem !important;
  }

  .me-md-12 {
    margin-right: 3rem !important;
  }

  .me-md-14 {
    margin-right: 3.5rem !important;
  }

  .me-md-16 {
    margin-right: 4rem !important;
  }

  .me-md-20 {
    margin-right: 5rem !important;
  }

  .me-md-24 {
    margin-right: 6rem !important;
  }

  .me-md-28 {
    margin-right: 7rem !important;
  }

  .me-md-36 {
    margin-right: 9rem !important;
  }

  .me-md-40 {
    margin-right: 10rem !important;
  }

  .me-md-44 {
    margin-right: 11rem !important;
  }

  .me-md-48 {
    margin-right: 12rem !important;
  }

  .me-md-80 {
    margin-right: 20rem !important;
  }

  .me-md-6px {
    margin-right: 6px !important;
  }

  .me-md-10px {
    margin-right: 10px !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1rem !important;
  }

  .mb-md-5 {
    margin-bottom: var(--dx-spacer) !important;
  }

  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-md-8 {
    margin-bottom: 2rem !important;
  }

  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-12 {
    margin-bottom: 3rem !important;
  }

  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-16 {
    margin-bottom: 4rem !important;
  }

  .mb-md-20 {
    margin-bottom: 5rem !important;
  }

  .mb-md-24 {
    margin-bottom: 6rem !important;
  }

  .mb-md-28 {
    margin-bottom: 7rem !important;
  }

  .mb-md-36 {
    margin-bottom: 9rem !important;
  }

  .mb-md-40 {
    margin-bottom: 10rem !important;
  }

  .mb-md-44 {
    margin-bottom: 11rem !important;
  }

  .mb-md-48 {
    margin-bottom: 12rem !important;
  }

  .mb-md-80 {
    margin-bottom: 20rem !important;
  }

  .mb-md-6px {
    margin-bottom: 6px !important;
  }

  .mb-md-10px {
    margin-bottom: 10px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 0.75rem !important;
  }

  .ms-md-4 {
    margin-left: 1rem !important;
  }

  .ms-md-5 {
    margin-left: var(--dx-spacer) !important;
  }

  .ms-md-6 {
    margin-left: 1.5rem !important;
  }

  .ms-md-7 {
    margin-left: 1.75rem !important;
  }

  .ms-md-8 {
    margin-left: 2rem !important;
  }

  .ms-md-9 {
    margin-left: 2.25rem !important;
  }

  .ms-md-10 {
    margin-left: 2.5rem !important;
  }

  .ms-md-12 {
    margin-left: 3rem !important;
  }

  .ms-md-14 {
    margin-left: 3.5rem !important;
  }

  .ms-md-16 {
    margin-left: 4rem !important;
  }

  .ms-md-20 {
    margin-left: 5rem !important;
  }

  .ms-md-24 {
    margin-left: 6rem !important;
  }

  .ms-md-28 {
    margin-left: 7rem !important;
  }

  .ms-md-36 {
    margin-left: 9rem !important;
  }

  .ms-md-40 {
    margin-left: 10rem !important;
  }

  .ms-md-44 {
    margin-left: 11rem !important;
  }

  .ms-md-48 {
    margin-left: 12rem !important;
  }

  .ms-md-80 {
    margin-left: 20rem !important;
  }

  .ms-md-6px {
    margin-left: 6px !important;
  }

  .ms-md-10px {
    margin-left: 10px !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -0.75rem !important;
  }

  .m-md-n4 {
    margin: -1rem !important;
  }

  .m-md-n5 {
    margin: -var(--dx-spacer) !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .m-md-n8 {
    margin: -2rem !important;
  }

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .m-md-n12 {
    margin: -3rem !important;
  }

  .m-md-n14 {
    margin: -3.5rem !important;
  }

  .m-md-n16 {
    margin: -4rem !important;
  }

  .m-md-n20 {
    margin: -5rem !important;
  }

  .m-md-n24 {
    margin: -6rem !important;
  }

  .m-md-n28 {
    margin: -7rem !important;
  }

  .m-md-n36 {
    margin: -9rem !important;
  }

  .m-md-n40 {
    margin: -10rem !important;
  }

  .m-md-n44 {
    margin: -11rem !important;
  }

  .m-md-n48 {
    margin: -12rem !important;
  }

  .m-md-n80 {
    margin: -20rem !important;
  }

  .m-md-n6px {
    margin: -6px !important;
  }

  .m-md-n10px {
    margin: -10px !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n5 {
    margin-right: -var(--dx-spacer) !important;
    margin-left: -var(--dx-spacer) !important;
  }

  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-md-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-md-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-md-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-md-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-md-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-md-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n28 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-md-n36 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-md-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-md-n44 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-md-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-md-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-md-n6px {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .mx-md-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n5 {
    margin-top: -var(--dx-spacer) !important;
    margin-bottom: -var(--dx-spacer) !important;
  }

  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-md-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-md-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-md-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-md-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-md-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-md-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-md-n36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-md-n44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-md-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-md-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-md-n6px {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .my-md-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-md-n4 {
    margin-top: -1rem !important;
  }

  .mt-md-n5 {
    margin-top: -var(--dx-spacer) !important;
  }

  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-md-n8 {
    margin-top: -2rem !important;
  }

  .mt-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-md-n12 {
    margin-top: -3rem !important;
  }

  .mt-md-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-md-n16 {
    margin-top: -4rem !important;
  }

  .mt-md-n20 {
    margin-top: -5rem !important;
  }

  .mt-md-n24 {
    margin-top: -6rem !important;
  }

  .mt-md-n28 {
    margin-top: -7rem !important;
  }

  .mt-md-n36 {
    margin-top: -9rem !important;
  }

  .mt-md-n40 {
    margin-top: -10rem !important;
  }

  .mt-md-n44 {
    margin-top: -11rem !important;
  }

  .mt-md-n48 {
    margin-top: -12rem !important;
  }

  .mt-md-n80 {
    margin-top: -20rem !important;
  }

  .mt-md-n6px {
    margin-top: -6px !important;
  }

  .mt-md-n10px {
    margin-top: -10px !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -0.75rem !important;
  }

  .me-md-n4 {
    margin-right: -1rem !important;
  }

  .me-md-n5 {
    margin-right: -var(--dx-spacer) !important;
  }

  .me-md-n6 {
    margin-right: -1.5rem !important;
  }

  .me-md-n7 {
    margin-right: -1.75rem !important;
  }

  .me-md-n8 {
    margin-right: -2rem !important;
  }

  .me-md-n9 {
    margin-right: -2.25rem !important;
  }

  .me-md-n10 {
    margin-right: -2.5rem !important;
  }

  .me-md-n12 {
    margin-right: -3rem !important;
  }

  .me-md-n14 {
    margin-right: -3.5rem !important;
  }

  .me-md-n16 {
    margin-right: -4rem !important;
  }

  .me-md-n20 {
    margin-right: -5rem !important;
  }

  .me-md-n24 {
    margin-right: -6rem !important;
  }

  .me-md-n28 {
    margin-right: -7rem !important;
  }

  .me-md-n36 {
    margin-right: -9rem !important;
  }

  .me-md-n40 {
    margin-right: -10rem !important;
  }

  .me-md-n44 {
    margin-right: -11rem !important;
  }

  .me-md-n48 {
    margin-right: -12rem !important;
  }

  .me-md-n80 {
    margin-right: -20rem !important;
  }

  .me-md-n6px {
    margin-right: -6px !important;
  }

  .me-md-n10px {
    margin-right: -10px !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -var(--dx-spacer) !important;
  }

  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-md-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-md-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-md-n20 {
    margin-bottom: -5rem !important;
  }

  .mb-md-n24 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n28 {
    margin-bottom: -7rem !important;
  }

  .mb-md-n36 {
    margin-bottom: -9rem !important;
  }

  .mb-md-n40 {
    margin-bottom: -10rem !important;
  }

  .mb-md-n44 {
    margin-bottom: -11rem !important;
  }

  .mb-md-n48 {
    margin-bottom: -12rem !important;
  }

  .mb-md-n80 {
    margin-bottom: -20rem !important;
  }

  .mb-md-n6px {
    margin-bottom: -6px !important;
  }

  .mb-md-n10px {
    margin-bottom: -10px !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-md-n4 {
    margin-left: -1rem !important;
  }

  .ms-md-n5 {
    margin-left: -var(--dx-spacer) !important;
  }

  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-md-n8 {
    margin-left: -2rem !important;
  }

  .ms-md-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-md-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-md-n12 {
    margin-left: -3rem !important;
  }

  .ms-md-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-md-n16 {
    margin-left: -4rem !important;
  }

  .ms-md-n20 {
    margin-left: -5rem !important;
  }

  .ms-md-n24 {
    margin-left: -6rem !important;
  }

  .ms-md-n28 {
    margin-left: -7rem !important;
  }

  .ms-md-n36 {
    margin-left: -9rem !important;
  }

  .ms-md-n40 {
    margin-left: -10rem !important;
  }

  .ms-md-n44 {
    margin-left: -11rem !important;
  }

  .ms-md-n48 {
    margin-left: -12rem !important;
  }

  .ms-md-n80 {
    margin-left: -20rem !important;
  }

  .ms-md-n6px {
    margin-left: -6px !important;
  }

  .ms-md-n10px {
    margin-left: -10px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .p-md-5 {
    padding: var(--dx-spacer) !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .p-md-14 {
    padding: 3.5rem !important;
  }

  .p-md-16 {
    padding: 4rem !important;
  }

  .p-md-20 {
    padding: 5rem !important;
  }

  .p-md-24 {
    padding: 6rem !important;
  }

  .p-md-28 {
    padding: 7rem !important;
  }

  .p-md-36 {
    padding: 9rem !important;
  }

  .p-md-40 {
    padding: 10rem !important;
  }

  .p-md-44 {
    padding: 11rem !important;
  }

  .p-md-48 {
    padding: 12rem !important;
  }

  .p-md-80 {
    padding: 20rem !important;
  }

  .p-md-6px {
    padding: 6px !important;
  }

  .p-md-10px {
    padding: 10px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-5 {
    padding-right: var(--dx-spacer) !important;
    padding-left: var(--dx-spacer) !important;
  }

  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-md-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-md-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-md-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-5 {
    padding-top: var(--dx-spacer) !important;
    padding-bottom: var(--dx-spacer) !important;
  }

  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-md-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-md-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-md-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 0.75rem !important;
  }

  .pt-md-4 {
    padding-top: 1rem !important;
  }

  .pt-md-5 {
    padding-top: var(--dx-spacer) !important;
  }

  .pt-md-6 {
    padding-top: 1.5rem !important;
  }

  .pt-md-7 {
    padding-top: 1.75rem !important;
  }

  .pt-md-8 {
    padding-top: 2rem !important;
  }

  .pt-md-9 {
    padding-top: 2.25rem !important;
  }

  .pt-md-10 {
    padding-top: 2.5rem !important;
  }

  .pt-md-12 {
    padding-top: 3rem !important;
  }

  .pt-md-14 {
    padding-top: 3.5rem !important;
  }

  .pt-md-16 {
    padding-top: 4rem !important;
  }

  .pt-md-20 {
    padding-top: 5rem !important;
  }

  .pt-md-24 {
    padding-top: 6rem !important;
  }

  .pt-md-28 {
    padding-top: 7rem !important;
  }

  .pt-md-36 {
    padding-top: 9rem !important;
  }

  .pt-md-40 {
    padding-top: 10rem !important;
  }

  .pt-md-44 {
    padding-top: 11rem !important;
  }

  .pt-md-48 {
    padding-top: 12rem !important;
  }

  .pt-md-80 {
    padding-top: 20rem !important;
  }

  .pt-md-6px {
    padding-top: 6px !important;
  }

  .pt-md-10px {
    padding-top: 10px !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 0.75rem !important;
  }

  .pe-md-4 {
    padding-right: 1rem !important;
  }

  .pe-md-5 {
    padding-right: var(--dx-spacer) !important;
  }

  .pe-md-6 {
    padding-right: 1.5rem !important;
  }

  .pe-md-7 {
    padding-right: 1.75rem !important;
  }

  .pe-md-8 {
    padding-right: 2rem !important;
  }

  .pe-md-9 {
    padding-right: 2.25rem !important;
  }

  .pe-md-10 {
    padding-right: 2.5rem !important;
  }

  .pe-md-12 {
    padding-right: 3rem !important;
  }

  .pe-md-14 {
    padding-right: 3.5rem !important;
  }

  .pe-md-16 {
    padding-right: 4rem !important;
  }

  .pe-md-20 {
    padding-right: 5rem !important;
  }

  .pe-md-24 {
    padding-right: 6rem !important;
  }

  .pe-md-28 {
    padding-right: 7rem !important;
  }

  .pe-md-36 {
    padding-right: 9rem !important;
  }

  .pe-md-40 {
    padding-right: 10rem !important;
  }

  .pe-md-44 {
    padding-right: 11rem !important;
  }

  .pe-md-48 {
    padding-right: 12rem !important;
  }

  .pe-md-80 {
    padding-right: 20rem !important;
  }

  .pe-md-6px {
    padding-right: 6px !important;
  }

  .pe-md-10px {
    padding-right: 10px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1rem !important;
  }

  .pb-md-5 {
    padding-bottom: var(--dx-spacer) !important;
  }

  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-md-8 {
    padding-bottom: 2rem !important;
  }

  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-12 {
    padding-bottom: 3rem !important;
  }

  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-16 {
    padding-bottom: 4rem !important;
  }

  .pb-md-20 {
    padding-bottom: 5rem !important;
  }

  .pb-md-24 {
    padding-bottom: 6rem !important;
  }

  .pb-md-28 {
    padding-bottom: 7rem !important;
  }

  .pb-md-36 {
    padding-bottom: 9rem !important;
  }

  .pb-md-40 {
    padding-bottom: 10rem !important;
  }

  .pb-md-44 {
    padding-bottom: 11rem !important;
  }

  .pb-md-48 {
    padding-bottom: 12rem !important;
  }

  .pb-md-80 {
    padding-bottom: 20rem !important;
  }

  .pb-md-6px {
    padding-bottom: 6px !important;
  }

  .pb-md-10px {
    padding-bottom: 10px !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 0.75rem !important;
  }

  .ps-md-4 {
    padding-left: 1rem !important;
  }

  .ps-md-5 {
    padding-left: var(--dx-spacer) !important;
  }

  .ps-md-6 {
    padding-left: 1.5rem !important;
  }

  .ps-md-7 {
    padding-left: 1.75rem !important;
  }

  .ps-md-8 {
    padding-left: 2rem !important;
  }

  .ps-md-9 {
    padding-left: 2.25rem !important;
  }

  .ps-md-10 {
    padding-left: 2.5rem !important;
  }

  .ps-md-12 {
    padding-left: 3rem !important;
  }

  .ps-md-14 {
    padding-left: 3.5rem !important;
  }

  .ps-md-16 {
    padding-left: 4rem !important;
  }

  .ps-md-20 {
    padding-left: 5rem !important;
  }

  .ps-md-24 {
    padding-left: 6rem !important;
  }

  .ps-md-28 {
    padding-left: 7rem !important;
  }

  .ps-md-36 {
    padding-left: 9rem !important;
  }

  .ps-md-40 {
    padding-left: 10rem !important;
  }

  .ps-md-44 {
    padding-left: 11rem !important;
  }

  .ps-md-48 {
    padding-left: 12rem !important;
  }

  .ps-md-80 {
    padding-left: 20rem !important;
  }

  .ps-md-6px {
    padding-left: 6px !important;
  }

  .ps-md-10px {
    padding-left: 10px !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 0.75rem !important;
  }

  .gap-md-4 {
    gap: 1rem !important;
  }

  .gap-md-5 {
    gap: var(--dx-spacer) !important;
  }

  .gap-md-6 {
    gap: 1.5rem !important;
  }

  .gap-md-7 {
    gap: 1.75rem !important;
  }

  .gap-md-8 {
    gap: 2rem !important;
  }

  .gap-md-9 {
    gap: 2.25rem !important;
  }

  .gap-md-10 {
    gap: 2.5rem !important;
  }

  .gap-md-12 {
    gap: 3rem !important;
  }

  .gap-md-14 {
    gap: 3.5rem !important;
  }

  .gap-md-16 {
    gap: 4rem !important;
  }

  .gap-md-20 {
    gap: 5rem !important;
  }

  .gap-md-24 {
    gap: 6rem !important;
  }

  .gap-md-28 {
    gap: 7rem !important;
  }

  .gap-md-36 {
    gap: 9rem !important;
  }

  .gap-md-40 {
    gap: 10rem !important;
  }

  .gap-md-44 {
    gap: 11rem !important;
  }

  .gap-md-48 {
    gap: 12rem !important;
  }

  .gap-md-80 {
    gap: 20rem !important;
  }

  .gap-md-6px {
    gap: 6px !important;
  }

  .gap-md-10px {
    gap: 10px !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 0.75rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1rem !important;
  }

  .row-gap-md-5 {
    row-gap: var(--dx-spacer) !important;
  }

  .row-gap-md-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-md-8 {
    row-gap: 2rem !important;
  }

  .row-gap-md-9 {
    row-gap: 2.25rem !important;
  }

  .row-gap-md-10 {
    row-gap: 2.5rem !important;
  }

  .row-gap-md-12 {
    row-gap: 3rem !important;
  }

  .row-gap-md-14 {
    row-gap: 3.5rem !important;
  }

  .row-gap-md-16 {
    row-gap: 4rem !important;
  }

  .row-gap-md-20 {
    row-gap: 5rem !important;
  }

  .row-gap-md-24 {
    row-gap: 6rem !important;
  }

  .row-gap-md-28 {
    row-gap: 7rem !important;
  }

  .row-gap-md-36 {
    row-gap: 9rem !important;
  }

  .row-gap-md-40 {
    row-gap: 10rem !important;
  }

  .row-gap-md-44 {
    row-gap: 11rem !important;
  }

  .row-gap-md-48 {
    row-gap: 12rem !important;
  }

  .row-gap-md-80 {
    row-gap: 20rem !important;
  }

  .row-gap-md-6px {
    row-gap: 6px !important;
  }

  .row-gap-md-10px {
    row-gap: 10px !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1rem !important;
  }

  .column-gap-md-5 {
    column-gap: var(--dx-spacer) !important;
  }

  .column-gap-md-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-md-8 {
    column-gap: 2rem !important;
  }

  .column-gap-md-9 {
    column-gap: 2.25rem !important;
  }

  .column-gap-md-10 {
    column-gap: 2.5rem !important;
  }

  .column-gap-md-12 {
    column-gap: 3rem !important;
  }

  .column-gap-md-14 {
    column-gap: 3.5rem !important;
  }

  .column-gap-md-16 {
    column-gap: 4rem !important;
  }

  .column-gap-md-20 {
    column-gap: 5rem !important;
  }

  .column-gap-md-24 {
    column-gap: 6rem !important;
  }

  .column-gap-md-28 {
    column-gap: 7rem !important;
  }

  .column-gap-md-36 {
    column-gap: 9rem !important;
  }

  .column-gap-md-40 {
    column-gap: 10rem !important;
  }

  .column-gap-md-44 {
    column-gap: 11rem !important;
  }

  .column-gap-md-48 {
    column-gap: 12rem !important;
  }

  .column-gap-md-80 {
    column-gap: 20rem !important;
  }

  .column-gap-md-6px {
    column-gap: 6px !important;
  }

  .column-gap-md-10px {
    column-gap: 10px !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .border-lg {
    border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-lg-0 {
    border: 0 !important;
  }

  .border-top-lg {
    border-top: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-top-lg-0 {
    border-top: 0 !important;
  }

  .border-end-lg {
    border-right: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-end-lg-0 {
    border-right: 0 !important;
  }

  .border-bottom-lg {
    border-bottom: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }

  .border-start-lg {
    border-left: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-start-lg-0 {
    border-left: 0 !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .m-lg-5 {
    margin: var(--dx-spacer) !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .m-lg-14 {
    margin: 3.5rem !important;
  }

  .m-lg-16 {
    margin: 4rem !important;
  }

  .m-lg-20 {
    margin: 5rem !important;
  }

  .m-lg-24 {
    margin: 6rem !important;
  }

  .m-lg-28 {
    margin: 7rem !important;
  }

  .m-lg-36 {
    margin: 9rem !important;
  }

  .m-lg-40 {
    margin: 10rem !important;
  }

  .m-lg-44 {
    margin: 11rem !important;
  }

  .m-lg-48 {
    margin: 12rem !important;
  }

  .m-lg-80 {
    margin: 20rem !important;
  }

  .m-lg-6px {
    margin: 6px !important;
  }

  .m-lg-10px {
    margin: 10px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-5 {
    margin-right: var(--dx-spacer) !important;
    margin-left: var(--dx-spacer) !important;
  }

  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-lg-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-lg-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-lg-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-5 {
    margin-top: var(--dx-spacer) !important;
    margin-bottom: var(--dx-spacer) !important;
  }

  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-lg-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-lg-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-lg-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-4 {
    margin-top: 1rem !important;
  }

  .mt-lg-5 {
    margin-top: var(--dx-spacer) !important;
  }

  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mt-lg-8 {
    margin-top: 2rem !important;
  }

  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-12 {
    margin-top: 3rem !important;
  }

  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-16 {
    margin-top: 4rem !important;
  }

  .mt-lg-20 {
    margin-top: 5rem !important;
  }

  .mt-lg-24 {
    margin-top: 6rem !important;
  }

  .mt-lg-28 {
    margin-top: 7rem !important;
  }

  .mt-lg-36 {
    margin-top: 9rem !important;
  }

  .mt-lg-40 {
    margin-top: 10rem !important;
  }

  .mt-lg-44 {
    margin-top: 11rem !important;
  }

  .mt-lg-48 {
    margin-top: 12rem !important;
  }

  .mt-lg-80 {
    margin-top: 20rem !important;
  }

  .mt-lg-6px {
    margin-top: 6px !important;
  }

  .mt-lg-10px {
    margin-top: 10px !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 0.75rem !important;
  }

  .me-lg-4 {
    margin-right: 1rem !important;
  }

  .me-lg-5 {
    margin-right: var(--dx-spacer) !important;
  }

  .me-lg-6 {
    margin-right: 1.5rem !important;
  }

  .me-lg-7 {
    margin-right: 1.75rem !important;
  }

  .me-lg-8 {
    margin-right: 2rem !important;
  }

  .me-lg-9 {
    margin-right: 2.25rem !important;
  }

  .me-lg-10 {
    margin-right: 2.5rem !important;
  }

  .me-lg-12 {
    margin-right: 3rem !important;
  }

  .me-lg-14 {
    margin-right: 3.5rem !important;
  }

  .me-lg-16 {
    margin-right: 4rem !important;
  }

  .me-lg-20 {
    margin-right: 5rem !important;
  }

  .me-lg-24 {
    margin-right: 6rem !important;
  }

  .me-lg-28 {
    margin-right: 7rem !important;
  }

  .me-lg-36 {
    margin-right: 9rem !important;
  }

  .me-lg-40 {
    margin-right: 10rem !important;
  }

  .me-lg-44 {
    margin-right: 11rem !important;
  }

  .me-lg-48 {
    margin-right: 12rem !important;
  }

  .me-lg-80 {
    margin-right: 20rem !important;
  }

  .me-lg-6px {
    margin-right: 6px !important;
  }

  .me-lg-10px {
    margin-right: 10px !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-5 {
    margin-bottom: var(--dx-spacer) !important;
  }

  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-24 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-28 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-36 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-44 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-48 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 20rem !important;
  }

  .mb-lg-6px {
    margin-bottom: 6px !important;
  }

  .mb-lg-10px {
    margin-bottom: 10px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-4 {
    margin-left: 1rem !important;
  }

  .ms-lg-5 {
    margin-left: var(--dx-spacer) !important;
  }

  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }

  .ms-lg-8 {
    margin-left: 2rem !important;
  }

  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-12 {
    margin-left: 3rem !important;
  }

  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-16 {
    margin-left: 4rem !important;
  }

  .ms-lg-20 {
    margin-left: 5rem !important;
  }

  .ms-lg-24 {
    margin-left: 6rem !important;
  }

  .ms-lg-28 {
    margin-left: 7rem !important;
  }

  .ms-lg-36 {
    margin-left: 9rem !important;
  }

  .ms-lg-40 {
    margin-left: 10rem !important;
  }

  .ms-lg-44 {
    margin-left: 11rem !important;
  }

  .ms-lg-48 {
    margin-left: 12rem !important;
  }

  .ms-lg-80 {
    margin-left: 20rem !important;
  }

  .ms-lg-6px {
    margin-left: 6px !important;
  }

  .ms-lg-10px {
    margin-left: 10px !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -0.75rem !important;
  }

  .m-lg-n4 {
    margin: -1rem !important;
  }

  .m-lg-n5 {
    margin: -var(--dx-spacer) !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .m-lg-n8 {
    margin: -2rem !important;
  }

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .m-lg-n12 {
    margin: -3rem !important;
  }

  .m-lg-n14 {
    margin: -3.5rem !important;
  }

  .m-lg-n16 {
    margin: -4rem !important;
  }

  .m-lg-n20 {
    margin: -5rem !important;
  }

  .m-lg-n24 {
    margin: -6rem !important;
  }

  .m-lg-n28 {
    margin: -7rem !important;
  }

  .m-lg-n36 {
    margin: -9rem !important;
  }

  .m-lg-n40 {
    margin: -10rem !important;
  }

  .m-lg-n44 {
    margin: -11rem !important;
  }

  .m-lg-n48 {
    margin: -12rem !important;
  }

  .m-lg-n80 {
    margin: -20rem !important;
  }

  .m-lg-n6px {
    margin: -6px !important;
  }

  .m-lg-n10px {
    margin: -10px !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n5 {
    margin-right: -var(--dx-spacer) !important;
    margin-left: -var(--dx-spacer) !important;
  }

  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-lg-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n28 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-lg-n36 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-lg-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-lg-n44 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-lg-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-lg-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-lg-n6px {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .mx-lg-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n5 {
    margin-top: -var(--dx-spacer) !important;
    margin-bottom: -var(--dx-spacer) !important;
  }

  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-lg-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-lg-n36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-lg-n44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-lg-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-lg-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-lg-n6px {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .my-lg-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1rem !important;
  }

  .mt-lg-n5 {
    margin-top: -var(--dx-spacer) !important;
  }

  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-lg-n8 {
    margin-top: -2rem !important;
  }

  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-lg-n12 {
    margin-top: -3rem !important;
  }

  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-lg-n16 {
    margin-top: -4rem !important;
  }

  .mt-lg-n20 {
    margin-top: -5rem !important;
  }

  .mt-lg-n24 {
    margin-top: -6rem !important;
  }

  .mt-lg-n28 {
    margin-top: -7rem !important;
  }

  .mt-lg-n36 {
    margin-top: -9rem !important;
  }

  .mt-lg-n40 {
    margin-top: -10rem !important;
  }

  .mt-lg-n44 {
    margin-top: -11rem !important;
  }

  .mt-lg-n48 {
    margin-top: -12rem !important;
  }

  .mt-lg-n80 {
    margin-top: -20rem !important;
  }

  .mt-lg-n6px {
    margin-top: -6px !important;
  }

  .mt-lg-n10px {
    margin-top: -10px !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .me-lg-n4 {
    margin-right: -1rem !important;
  }

  .me-lg-n5 {
    margin-right: -var(--dx-spacer) !important;
  }

  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .me-lg-n8 {
    margin-right: -2rem !important;
  }

  .me-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .me-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .me-lg-n12 {
    margin-right: -3rem !important;
  }

  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }

  .me-lg-n16 {
    margin-right: -4rem !important;
  }

  .me-lg-n20 {
    margin-right: -5rem !important;
  }

  .me-lg-n24 {
    margin-right: -6rem !important;
  }

  .me-lg-n28 {
    margin-right: -7rem !important;
  }

  .me-lg-n36 {
    margin-right: -9rem !important;
  }

  .me-lg-n40 {
    margin-right: -10rem !important;
  }

  .me-lg-n44 {
    margin-right: -11rem !important;
  }

  .me-lg-n48 {
    margin-right: -12rem !important;
  }

  .me-lg-n80 {
    margin-right: -20rem !important;
  }

  .me-lg-n6px {
    margin-right: -6px !important;
  }

  .me-lg-n10px {
    margin-right: -10px !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -var(--dx-spacer) !important;
  }

  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }

  .mb-lg-n24 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n28 {
    margin-bottom: -7rem !important;
  }

  .mb-lg-n36 {
    margin-bottom: -9rem !important;
  }

  .mb-lg-n40 {
    margin-bottom: -10rem !important;
  }

  .mb-lg-n44 {
    margin-bottom: -11rem !important;
  }

  .mb-lg-n48 {
    margin-bottom: -12rem !important;
  }

  .mb-lg-n80 {
    margin-bottom: -20rem !important;
  }

  .mb-lg-n6px {
    margin-bottom: -6px !important;
  }

  .mb-lg-n10px {
    margin-bottom: -10px !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1rem !important;
  }

  .ms-lg-n5 {
    margin-left: -var(--dx-spacer) !important;
  }

  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-lg-n8 {
    margin-left: -2rem !important;
  }

  .ms-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-lg-n12 {
    margin-left: -3rem !important;
  }

  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-lg-n16 {
    margin-left: -4rem !important;
  }

  .ms-lg-n20 {
    margin-left: -5rem !important;
  }

  .ms-lg-n24 {
    margin-left: -6rem !important;
  }

  .ms-lg-n28 {
    margin-left: -7rem !important;
  }

  .ms-lg-n36 {
    margin-left: -9rem !important;
  }

  .ms-lg-n40 {
    margin-left: -10rem !important;
  }

  .ms-lg-n44 {
    margin-left: -11rem !important;
  }

  .ms-lg-n48 {
    margin-left: -12rem !important;
  }

  .ms-lg-n80 {
    margin-left: -20rem !important;
  }

  .ms-lg-n6px {
    margin-left: -6px !important;
  }

  .ms-lg-n10px {
    margin-left: -10px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .p-lg-5 {
    padding: var(--dx-spacer) !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .p-lg-14 {
    padding: 3.5rem !important;
  }

  .p-lg-16 {
    padding: 4rem !important;
  }

  .p-lg-20 {
    padding: 5rem !important;
  }

  .p-lg-24 {
    padding: 6rem !important;
  }

  .p-lg-28 {
    padding: 7rem !important;
  }

  .p-lg-36 {
    padding: 9rem !important;
  }

  .p-lg-40 {
    padding: 10rem !important;
  }

  .p-lg-44 {
    padding: 11rem !important;
  }

  .p-lg-48 {
    padding: 12rem !important;
  }

  .p-lg-80 {
    padding: 20rem !important;
  }

  .p-lg-6px {
    padding: 6px !important;
  }

  .p-lg-10px {
    padding: 10px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-5 {
    padding-right: var(--dx-spacer) !important;
    padding-left: var(--dx-spacer) !important;
  }

  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-lg-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-lg-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-lg-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-5 {
    padding-top: var(--dx-spacer) !important;
    padding-bottom: var(--dx-spacer) !important;
  }

  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-lg-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-lg-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-lg-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-4 {
    padding-top: 1rem !important;
  }

  .pt-lg-5 {
    padding-top: var(--dx-spacer) !important;
  }

  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pt-lg-8 {
    padding-top: 2rem !important;
  }

  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-12 {
    padding-top: 3rem !important;
  }

  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-16 {
    padding-top: 4rem !important;
  }

  .pt-lg-20 {
    padding-top: 5rem !important;
  }

  .pt-lg-24 {
    padding-top: 6rem !important;
  }

  .pt-lg-28 {
    padding-top: 7rem !important;
  }

  .pt-lg-36 {
    padding-top: 9rem !important;
  }

  .pt-lg-40 {
    padding-top: 10rem !important;
  }

  .pt-lg-44 {
    padding-top: 11rem !important;
  }

  .pt-lg-48 {
    padding-top: 12rem !important;
  }

  .pt-lg-80 {
    padding-top: 20rem !important;
  }

  .pt-lg-6px {
    padding-top: 6px !important;
  }

  .pt-lg-10px {
    padding-top: 10px !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-4 {
    padding-right: 1rem !important;
  }

  .pe-lg-5 {
    padding-right: var(--dx-spacer) !important;
  }

  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pe-lg-8 {
    padding-right: 2rem !important;
  }

  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-12 {
    padding-right: 3rem !important;
  }

  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-16 {
    padding-right: 4rem !important;
  }

  .pe-lg-20 {
    padding-right: 5rem !important;
  }

  .pe-lg-24 {
    padding-right: 6rem !important;
  }

  .pe-lg-28 {
    padding-right: 7rem !important;
  }

  .pe-lg-36 {
    padding-right: 9rem !important;
  }

  .pe-lg-40 {
    padding-right: 10rem !important;
  }

  .pe-lg-44 {
    padding-right: 11rem !important;
  }

  .pe-lg-48 {
    padding-right: 12rem !important;
  }

  .pe-lg-80 {
    padding-right: 20rem !important;
  }

  .pe-lg-6px {
    padding-right: 6px !important;
  }

  .pe-lg-10px {
    padding-right: 10px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-5 {
    padding-bottom: var(--dx-spacer) !important;
  }

  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-24 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-28 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-36 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-44 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-48 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 20rem !important;
  }

  .pb-lg-6px {
    padding-bottom: 6px !important;
  }

  .pb-lg-10px {
    padding-bottom: 10px !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-4 {
    padding-left: 1rem !important;
  }

  .ps-lg-5 {
    padding-left: var(--dx-spacer) !important;
  }

  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }

  .ps-lg-8 {
    padding-left: 2rem !important;
  }

  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-12 {
    padding-left: 3rem !important;
  }

  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-16 {
    padding-left: 4rem !important;
  }

  .ps-lg-20 {
    padding-left: 5rem !important;
  }

  .ps-lg-24 {
    padding-left: 6rem !important;
  }

  .ps-lg-28 {
    padding-left: 7rem !important;
  }

  .ps-lg-36 {
    padding-left: 9rem !important;
  }

  .ps-lg-40 {
    padding-left: 10rem !important;
  }

  .ps-lg-44 {
    padding-left: 11rem !important;
  }

  .ps-lg-48 {
    padding-left: 12rem !important;
  }

  .ps-lg-80 {
    padding-left: 20rem !important;
  }

  .ps-lg-6px {
    padding-left: 6px !important;
  }

  .ps-lg-10px {
    padding-left: 10px !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 0.75rem !important;
  }

  .gap-lg-4 {
    gap: 1rem !important;
  }

  .gap-lg-5 {
    gap: var(--dx-spacer) !important;
  }

  .gap-lg-6 {
    gap: 1.5rem !important;
  }

  .gap-lg-7 {
    gap: 1.75rem !important;
  }

  .gap-lg-8 {
    gap: 2rem !important;
  }

  .gap-lg-9 {
    gap: 2.25rem !important;
  }

  .gap-lg-10 {
    gap: 2.5rem !important;
  }

  .gap-lg-12 {
    gap: 3rem !important;
  }

  .gap-lg-14 {
    gap: 3.5rem !important;
  }

  .gap-lg-16 {
    gap: 4rem !important;
  }

  .gap-lg-20 {
    gap: 5rem !important;
  }

  .gap-lg-24 {
    gap: 6rem !important;
  }

  .gap-lg-28 {
    gap: 7rem !important;
  }

  .gap-lg-36 {
    gap: 9rem !important;
  }

  .gap-lg-40 {
    gap: 10rem !important;
  }

  .gap-lg-44 {
    gap: 11rem !important;
  }

  .gap-lg-48 {
    gap: 12rem !important;
  }

  .gap-lg-80 {
    gap: 20rem !important;
  }

  .gap-lg-6px {
    gap: 6px !important;
  }

  .gap-lg-10px {
    gap: 10px !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 0.75rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-5 {
    row-gap: var(--dx-spacer) !important;
  }

  .row-gap-lg-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-lg-8 {
    row-gap: 2rem !important;
  }

  .row-gap-lg-9 {
    row-gap: 2.25rem !important;
  }

  .row-gap-lg-10 {
    row-gap: 2.5rem !important;
  }

  .row-gap-lg-12 {
    row-gap: 3rem !important;
  }

  .row-gap-lg-14 {
    row-gap: 3.5rem !important;
  }

  .row-gap-lg-16 {
    row-gap: 4rem !important;
  }

  .row-gap-lg-20 {
    row-gap: 5rem !important;
  }

  .row-gap-lg-24 {
    row-gap: 6rem !important;
  }

  .row-gap-lg-28 {
    row-gap: 7rem !important;
  }

  .row-gap-lg-36 {
    row-gap: 9rem !important;
  }

  .row-gap-lg-40 {
    row-gap: 10rem !important;
  }

  .row-gap-lg-44 {
    row-gap: 11rem !important;
  }

  .row-gap-lg-48 {
    row-gap: 12rem !important;
  }

  .row-gap-lg-80 {
    row-gap: 20rem !important;
  }

  .row-gap-lg-6px {
    row-gap: 6px !important;
  }

  .row-gap-lg-10px {
    row-gap: 10px !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-5 {
    column-gap: var(--dx-spacer) !important;
  }

  .column-gap-lg-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-lg-8 {
    column-gap: 2rem !important;
  }

  .column-gap-lg-9 {
    column-gap: 2.25rem !important;
  }

  .column-gap-lg-10 {
    column-gap: 2.5rem !important;
  }

  .column-gap-lg-12 {
    column-gap: 3rem !important;
  }

  .column-gap-lg-14 {
    column-gap: 3.5rem !important;
  }

  .column-gap-lg-16 {
    column-gap: 4rem !important;
  }

  .column-gap-lg-20 {
    column-gap: 5rem !important;
  }

  .column-gap-lg-24 {
    column-gap: 6rem !important;
  }

  .column-gap-lg-28 {
    column-gap: 7rem !important;
  }

  .column-gap-lg-36 {
    column-gap: 9rem !important;
  }

  .column-gap-lg-40 {
    column-gap: 10rem !important;
  }

  .column-gap-lg-44 {
    column-gap: 11rem !important;
  }

  .column-gap-lg-48 {
    column-gap: 12rem !important;
  }

  .column-gap-lg-80 {
    column-gap: 20rem !important;
  }

  .column-gap-lg-6px {
    column-gap: 6px !important;
  }

  .column-gap-lg-10px {
    column-gap: 10px !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .border-xl {
    border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-xl-0 {
    border: 0 !important;
  }

  .border-top-xl {
    border-top: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-top-xl-0 {
    border-top: 0 !important;
  }

  .border-end-xl {
    border-right: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-end-xl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xl {
    border-bottom: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }

  .border-start-xl {
    border-left: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-start-xl-0 {
    border-left: 0 !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .m-xl-5 {
    margin: var(--dx-spacer) !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .m-xl-12 {
    margin: 3rem !important;
  }

  .m-xl-14 {
    margin: 3.5rem !important;
  }

  .m-xl-16 {
    margin: 4rem !important;
  }

  .m-xl-20 {
    margin: 5rem !important;
  }

  .m-xl-24 {
    margin: 6rem !important;
  }

  .m-xl-28 {
    margin: 7rem !important;
  }

  .m-xl-36 {
    margin: 9rem !important;
  }

  .m-xl-40 {
    margin: 10rem !important;
  }

  .m-xl-44 {
    margin: 11rem !important;
  }

  .m-xl-48 {
    margin: 12rem !important;
  }

  .m-xl-80 {
    margin: 20rem !important;
  }

  .m-xl-6px {
    margin: 6px !important;
  }

  .m-xl-10px {
    margin: 10px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-5 {
    margin-right: var(--dx-spacer) !important;
    margin-left: var(--dx-spacer) !important;
  }

  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xl-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-xl-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-5 {
    margin-top: var(--dx-spacer) !important;
    margin-bottom: var(--dx-spacer) !important;
  }

  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xl-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-xl-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-4 {
    margin-top: 1rem !important;
  }

  .mt-xl-5 {
    margin-top: var(--dx-spacer) !important;
  }

  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xl-8 {
    margin-top: 2rem !important;
  }

  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-12 {
    margin-top: 3rem !important;
  }

  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-16 {
    margin-top: 4rem !important;
  }

  .mt-xl-20 {
    margin-top: 5rem !important;
  }

  .mt-xl-24 {
    margin-top: 6rem !important;
  }

  .mt-xl-28 {
    margin-top: 7rem !important;
  }

  .mt-xl-36 {
    margin-top: 9rem !important;
  }

  .mt-xl-40 {
    margin-top: 10rem !important;
  }

  .mt-xl-44 {
    margin-top: 11rem !important;
  }

  .mt-xl-48 {
    margin-top: 12rem !important;
  }

  .mt-xl-80 {
    margin-top: 20rem !important;
  }

  .mt-xl-6px {
    margin-top: 6px !important;
  }

  .mt-xl-10px {
    margin-top: 10px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xl-4 {
    margin-right: 1rem !important;
  }

  .me-xl-5 {
    margin-right: var(--dx-spacer) !important;
  }

  .me-xl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xl-8 {
    margin-right: 2rem !important;
  }

  .me-xl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xl-12 {
    margin-right: 3rem !important;
  }

  .me-xl-14 {
    margin-right: 3.5rem !important;
  }

  .me-xl-16 {
    margin-right: 4rem !important;
  }

  .me-xl-20 {
    margin-right: 5rem !important;
  }

  .me-xl-24 {
    margin-right: 6rem !important;
  }

  .me-xl-28 {
    margin-right: 7rem !important;
  }

  .me-xl-36 {
    margin-right: 9rem !important;
  }

  .me-xl-40 {
    margin-right: 10rem !important;
  }

  .me-xl-44 {
    margin-right: 11rem !important;
  }

  .me-xl-48 {
    margin-right: 12rem !important;
  }

  .me-xl-80 {
    margin-right: 20rem !important;
  }

  .me-xl-6px {
    margin-right: 6px !important;
  }

  .me-xl-10px {
    margin-right: 10px !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-5 {
    margin-bottom: var(--dx-spacer) !important;
  }

  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-24 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-28 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-36 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-44 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-48 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-6px {
    margin-bottom: 6px !important;
  }

  .mb-xl-10px {
    margin-bottom: 10px !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-4 {
    margin-left: 1rem !important;
  }

  .ms-xl-5 {
    margin-left: var(--dx-spacer) !important;
  }

  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xl-8 {
    margin-left: 2rem !important;
  }

  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-12 {
    margin-left: 3rem !important;
  }

  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-16 {
    margin-left: 4rem !important;
  }

  .ms-xl-20 {
    margin-left: 5rem !important;
  }

  .ms-xl-24 {
    margin-left: 6rem !important;
  }

  .ms-xl-28 {
    margin-left: 7rem !important;
  }

  .ms-xl-36 {
    margin-left: 9rem !important;
  }

  .ms-xl-40 {
    margin-left: 10rem !important;
  }

  .ms-xl-44 {
    margin-left: 11rem !important;
  }

  .ms-xl-48 {
    margin-left: 12rem !important;
  }

  .ms-xl-80 {
    margin-left: 20rem !important;
  }

  .ms-xl-6px {
    margin-left: 6px !important;
  }

  .ms-xl-10px {
    margin-left: 10px !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -0.75rem !important;
  }

  .m-xl-n4 {
    margin: -1rem !important;
  }

  .m-xl-n5 {
    margin: -var(--dx-spacer) !important;
  }

  .m-xl-n6 {
    margin: -1.5rem !important;
  }

  .m-xl-n7 {
    margin: -1.75rem !important;
  }

  .m-xl-n8 {
    margin: -2rem !important;
  }

  .m-xl-n9 {
    margin: -2.25rem !important;
  }

  .m-xl-n10 {
    margin: -2.5rem !important;
  }

  .m-xl-n12 {
    margin: -3rem !important;
  }

  .m-xl-n14 {
    margin: -3.5rem !important;
  }

  .m-xl-n16 {
    margin: -4rem !important;
  }

  .m-xl-n20 {
    margin: -5rem !important;
  }

  .m-xl-n24 {
    margin: -6rem !important;
  }

  .m-xl-n28 {
    margin: -7rem !important;
  }

  .m-xl-n36 {
    margin: -9rem !important;
  }

  .m-xl-n40 {
    margin: -10rem !important;
  }

  .m-xl-n44 {
    margin: -11rem !important;
  }

  .m-xl-n48 {
    margin: -12rem !important;
  }

  .m-xl-n80 {
    margin: -20rem !important;
  }

  .m-xl-n6px {
    margin: -6px !important;
  }

  .m-xl-n10px {
    margin: -10px !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n5 {
    margin-right: -var(--dx-spacer) !important;
    margin-left: -var(--dx-spacer) !important;
  }

  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n28 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xl-n36 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xl-n44 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-xl-n6px {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .mx-xl-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n5 {
    margin-top: -var(--dx-spacer) !important;
    margin-bottom: -var(--dx-spacer) !important;
  }

  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xl-n36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xl-n44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-xl-n6px {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .my-xl-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1rem !important;
  }

  .mt-xl-n5 {
    margin-top: -var(--dx-spacer) !important;
  }

  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-xl-n8 {
    margin-top: -2rem !important;
  }

  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-xl-n12 {
    margin-top: -3rem !important;
  }

  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-xl-n16 {
    margin-top: -4rem !important;
  }

  .mt-xl-n20 {
    margin-top: -5rem !important;
  }

  .mt-xl-n24 {
    margin-top: -6rem !important;
  }

  .mt-xl-n28 {
    margin-top: -7rem !important;
  }

  .mt-xl-n36 {
    margin-top: -9rem !important;
  }

  .mt-xl-n40 {
    margin-top: -10rem !important;
  }

  .mt-xl-n44 {
    margin-top: -11rem !important;
  }

  .mt-xl-n48 {
    margin-top: -12rem !important;
  }

  .mt-xl-n80 {
    margin-top: -20rem !important;
  }

  .mt-xl-n6px {
    margin-top: -6px !important;
  }

  .mt-xl-n10px {
    margin-top: -10px !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }

  .me-xl-n4 {
    margin-right: -1rem !important;
  }

  .me-xl-n5 {
    margin-right: -var(--dx-spacer) !important;
  }

  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n7 {
    margin-right: -1.75rem !important;
  }

  .me-xl-n8 {
    margin-right: -2rem !important;
  }

  .me-xl-n9 {
    margin-right: -2.25rem !important;
  }

  .me-xl-n10 {
    margin-right: -2.5rem !important;
  }

  .me-xl-n12 {
    margin-right: -3rem !important;
  }

  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }

  .me-xl-n16 {
    margin-right: -4rem !important;
  }

  .me-xl-n20 {
    margin-right: -5rem !important;
  }

  .me-xl-n24 {
    margin-right: -6rem !important;
  }

  .me-xl-n28 {
    margin-right: -7rem !important;
  }

  .me-xl-n36 {
    margin-right: -9rem !important;
  }

  .me-xl-n40 {
    margin-right: -10rem !important;
  }

  .me-xl-n44 {
    margin-right: -11rem !important;
  }

  .me-xl-n48 {
    margin-right: -12rem !important;
  }

  .me-xl-n80 {
    margin-right: -20rem !important;
  }

  .me-xl-n6px {
    margin-right: -6px !important;
  }

  .me-xl-n10px {
    margin-right: -10px !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -var(--dx-spacer) !important;
  }

  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }

  .mb-xl-n24 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n28 {
    margin-bottom: -7rem !important;
  }

  .mb-xl-n36 {
    margin-bottom: -9rem !important;
  }

  .mb-xl-n40 {
    margin-bottom: -10rem !important;
  }

  .mb-xl-n44 {
    margin-bottom: -11rem !important;
  }

  .mb-xl-n48 {
    margin-bottom: -12rem !important;
  }

  .mb-xl-n80 {
    margin-bottom: -20rem !important;
  }

  .mb-xl-n6px {
    margin-bottom: -6px !important;
  }

  .mb-xl-n10px {
    margin-bottom: -10px !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xl-n5 {
    margin-left: -var(--dx-spacer) !important;
  }

  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-xl-n8 {
    margin-left: -2rem !important;
  }

  .ms-xl-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-xl-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-xl-n12 {
    margin-left: -3rem !important;
  }

  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-xl-n16 {
    margin-left: -4rem !important;
  }

  .ms-xl-n20 {
    margin-left: -5rem !important;
  }

  .ms-xl-n24 {
    margin-left: -6rem !important;
  }

  .ms-xl-n28 {
    margin-left: -7rem !important;
  }

  .ms-xl-n36 {
    margin-left: -9rem !important;
  }

  .ms-xl-n40 {
    margin-left: -10rem !important;
  }

  .ms-xl-n44 {
    margin-left: -11rem !important;
  }

  .ms-xl-n48 {
    margin-left: -12rem !important;
  }

  .ms-xl-n80 {
    margin-left: -20rem !important;
  }

  .ms-xl-n6px {
    margin-left: -6px !important;
  }

  .ms-xl-n10px {
    margin-left: -10px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .p-xl-5 {
    padding: var(--dx-spacer) !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .p-xl-12 {
    padding: 3rem !important;
  }

  .p-xl-14 {
    padding: 3.5rem !important;
  }

  .p-xl-16 {
    padding: 4rem !important;
  }

  .p-xl-20 {
    padding: 5rem !important;
  }

  .p-xl-24 {
    padding: 6rem !important;
  }

  .p-xl-28 {
    padding: 7rem !important;
  }

  .p-xl-36 {
    padding: 9rem !important;
  }

  .p-xl-40 {
    padding: 10rem !important;
  }

  .p-xl-44 {
    padding: 11rem !important;
  }

  .p-xl-48 {
    padding: 12rem !important;
  }

  .p-xl-80 {
    padding: 20rem !important;
  }

  .p-xl-6px {
    padding: 6px !important;
  }

  .p-xl-10px {
    padding: 10px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-5 {
    padding-right: var(--dx-spacer) !important;
    padding-left: var(--dx-spacer) !important;
  }

  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xl-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-xl-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-5 {
    padding-top: var(--dx-spacer) !important;
    padding-bottom: var(--dx-spacer) !important;
  }

  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xl-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-xl-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-4 {
    padding-top: 1rem !important;
  }

  .pt-xl-5 {
    padding-top: var(--dx-spacer) !important;
  }

  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xl-8 {
    padding-top: 2rem !important;
  }

  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-12 {
    padding-top: 3rem !important;
  }

  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-16 {
    padding-top: 4rem !important;
  }

  .pt-xl-20 {
    padding-top: 5rem !important;
  }

  .pt-xl-24 {
    padding-top: 6rem !important;
  }

  .pt-xl-28 {
    padding-top: 7rem !important;
  }

  .pt-xl-36 {
    padding-top: 9rem !important;
  }

  .pt-xl-40 {
    padding-top: 10rem !important;
  }

  .pt-xl-44 {
    padding-top: 11rem !important;
  }

  .pt-xl-48 {
    padding-top: 12rem !important;
  }

  .pt-xl-80 {
    padding-top: 20rem !important;
  }

  .pt-xl-6px {
    padding-top: 6px !important;
  }

  .pt-xl-10px {
    padding-top: 10px !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-4 {
    padding-right: 1rem !important;
  }

  .pe-xl-5 {
    padding-right: var(--dx-spacer) !important;
  }

  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xl-8 {
    padding-right: 2rem !important;
  }

  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-12 {
    padding-right: 3rem !important;
  }

  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-16 {
    padding-right: 4rem !important;
  }

  .pe-xl-20 {
    padding-right: 5rem !important;
  }

  .pe-xl-24 {
    padding-right: 6rem !important;
  }

  .pe-xl-28 {
    padding-right: 7rem !important;
  }

  .pe-xl-36 {
    padding-right: 9rem !important;
  }

  .pe-xl-40 {
    padding-right: 10rem !important;
  }

  .pe-xl-44 {
    padding-right: 11rem !important;
  }

  .pe-xl-48 {
    padding-right: 12rem !important;
  }

  .pe-xl-80 {
    padding-right: 20rem !important;
  }

  .pe-xl-6px {
    padding-right: 6px !important;
  }

  .pe-xl-10px {
    padding-right: 10px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-5 {
    padding-bottom: var(--dx-spacer) !important;
  }

  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-24 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-28 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-36 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-44 {
    padding-bottom: 11rem !important;
  }

  .pb-xl-48 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 20rem !important;
  }

  .pb-xl-6px {
    padding-bottom: 6px !important;
  }

  .pb-xl-10px {
    padding-bottom: 10px !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-4 {
    padding-left: 1rem !important;
  }

  .ps-xl-5 {
    padding-left: var(--dx-spacer) !important;
  }

  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xl-8 {
    padding-left: 2rem !important;
  }

  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-12 {
    padding-left: 3rem !important;
  }

  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-16 {
    padding-left: 4rem !important;
  }

  .ps-xl-20 {
    padding-left: 5rem !important;
  }

  .ps-xl-24 {
    padding-left: 6rem !important;
  }

  .ps-xl-28 {
    padding-left: 7rem !important;
  }

  .ps-xl-36 {
    padding-left: 9rem !important;
  }

  .ps-xl-40 {
    padding-left: 10rem !important;
  }

  .ps-xl-44 {
    padding-left: 11rem !important;
  }

  .ps-xl-48 {
    padding-left: 12rem !important;
  }

  .ps-xl-80 {
    padding-left: 20rem !important;
  }

  .ps-xl-6px {
    padding-left: 6px !important;
  }

  .ps-xl-10px {
    padding-left: 10px !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 0.75rem !important;
  }

  .gap-xl-4 {
    gap: 1rem !important;
  }

  .gap-xl-5 {
    gap: var(--dx-spacer) !important;
  }

  .gap-xl-6 {
    gap: 1.5rem !important;
  }

  .gap-xl-7 {
    gap: 1.75rem !important;
  }

  .gap-xl-8 {
    gap: 2rem !important;
  }

  .gap-xl-9 {
    gap: 2.25rem !important;
  }

  .gap-xl-10 {
    gap: 2.5rem !important;
  }

  .gap-xl-12 {
    gap: 3rem !important;
  }

  .gap-xl-14 {
    gap: 3.5rem !important;
  }

  .gap-xl-16 {
    gap: 4rem !important;
  }

  .gap-xl-20 {
    gap: 5rem !important;
  }

  .gap-xl-24 {
    gap: 6rem !important;
  }

  .gap-xl-28 {
    gap: 7rem !important;
  }

  .gap-xl-36 {
    gap: 9rem !important;
  }

  .gap-xl-40 {
    gap: 10rem !important;
  }

  .gap-xl-44 {
    gap: 11rem !important;
  }

  .gap-xl-48 {
    gap: 12rem !important;
  }

  .gap-xl-80 {
    gap: 20rem !important;
  }

  .gap-xl-6px {
    gap: 6px !important;
  }

  .gap-xl-10px {
    gap: 10px !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 0.75rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-5 {
    row-gap: var(--dx-spacer) !important;
  }

  .row-gap-xl-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-xl-8 {
    row-gap: 2rem !important;
  }

  .row-gap-xl-9 {
    row-gap: 2.25rem !important;
  }

  .row-gap-xl-10 {
    row-gap: 2.5rem !important;
  }

  .row-gap-xl-12 {
    row-gap: 3rem !important;
  }

  .row-gap-xl-14 {
    row-gap: 3.5rem !important;
  }

  .row-gap-xl-16 {
    row-gap: 4rem !important;
  }

  .row-gap-xl-20 {
    row-gap: 5rem !important;
  }

  .row-gap-xl-24 {
    row-gap: 6rem !important;
  }

  .row-gap-xl-28 {
    row-gap: 7rem !important;
  }

  .row-gap-xl-36 {
    row-gap: 9rem !important;
  }

  .row-gap-xl-40 {
    row-gap: 10rem !important;
  }

  .row-gap-xl-44 {
    row-gap: 11rem !important;
  }

  .row-gap-xl-48 {
    row-gap: 12rem !important;
  }

  .row-gap-xl-80 {
    row-gap: 20rem !important;
  }

  .row-gap-xl-6px {
    row-gap: 6px !important;
  }

  .row-gap-xl-10px {
    row-gap: 10px !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-5 {
    column-gap: var(--dx-spacer) !important;
  }

  .column-gap-xl-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-xl-8 {
    column-gap: 2rem !important;
  }

  .column-gap-xl-9 {
    column-gap: 2.25rem !important;
  }

  .column-gap-xl-10 {
    column-gap: 2.5rem !important;
  }

  .column-gap-xl-12 {
    column-gap: 3rem !important;
  }

  .column-gap-xl-14 {
    column-gap: 3.5rem !important;
  }

  .column-gap-xl-16 {
    column-gap: 4rem !important;
  }

  .column-gap-xl-20 {
    column-gap: 5rem !important;
  }

  .column-gap-xl-24 {
    column-gap: 6rem !important;
  }

  .column-gap-xl-28 {
    column-gap: 7rem !important;
  }

  .column-gap-xl-36 {
    column-gap: 9rem !important;
  }

  .column-gap-xl-40 {
    column-gap: 10rem !important;
  }

  .column-gap-xl-44 {
    column-gap: 11rem !important;
  }

  .column-gap-xl-48 {
    column-gap: 12rem !important;
  }

  .column-gap-xl-80 {
    column-gap: 20rem !important;
  }

  .column-gap-xl-6px {
    column-gap: 6px !important;
  }

  .column-gap-xl-10px {
    column-gap: 10px !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1536px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .border-xxl {
    border: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-xxl-0 {
    border: 0 !important;
  }

  .border-top-xxl {
    border-top: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-top-xxl-0 {
    border-top: 0 !important;
  }

  .border-end-xxl {
    border-right: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-end-xxl-0 {
    border-right: 0 !important;
  }

  .border-bottom-xxl {
    border-bottom: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }

  .border-start-xxl {
    border-left: var(--dx-border-width) var(--dx-border-style) var(--dx-border-color) !important;
  }

  .border-start-xxl-0 {
    border-left: 0 !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .m-xxl-5 {
    margin: var(--dx-spacer) !important;
  }

  .m-xxl-6 {
    margin: 1.5rem !important;
  }

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .m-xxl-8 {
    margin: 2rem !important;
  }

  .m-xxl-9 {
    margin: 2.25rem !important;
  }

  .m-xxl-10 {
    margin: 2.5rem !important;
  }

  .m-xxl-12 {
    margin: 3rem !important;
  }

  .m-xxl-14 {
    margin: 3.5rem !important;
  }

  .m-xxl-16 {
    margin: 4rem !important;
  }

  .m-xxl-20 {
    margin: 5rem !important;
  }

  .m-xxl-24 {
    margin: 6rem !important;
  }

  .m-xxl-28 {
    margin: 7rem !important;
  }

  .m-xxl-36 {
    margin: 9rem !important;
  }

  .m-xxl-40 {
    margin: 10rem !important;
  }

  .m-xxl-44 {
    margin: 11rem !important;
  }

  .m-xxl-48 {
    margin: 12rem !important;
  }

  .m-xxl-80 {
    margin: 20rem !important;
  }

  .m-xxl-6px {
    margin: 6px !important;
  }

  .m-xxl-10px {
    margin: 10px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-5 {
    margin-right: var(--dx-spacer) !important;
    margin-left: var(--dx-spacer) !important;
  }

  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xxl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xxl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }

  .mx-xxl-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-xxl-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-5 {
    margin-top: var(--dx-spacer) !important;
    margin-bottom: var(--dx-spacer) !important;
  }

  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xxl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xxl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xxl-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-xxl-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1rem !important;
  }

  .mt-xxl-5 {
    margin-top: var(--dx-spacer) !important;
  }

  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xxl-8 {
    margin-top: 2rem !important;
  }

  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-12 {
    margin-top: 3rem !important;
  }

  .mt-xxl-14 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-16 {
    margin-top: 4rem !important;
  }

  .mt-xxl-20 {
    margin-top: 5rem !important;
  }

  .mt-xxl-24 {
    margin-top: 6rem !important;
  }

  .mt-xxl-28 {
    margin-top: 7rem !important;
  }

  .mt-xxl-36 {
    margin-top: 9rem !important;
  }

  .mt-xxl-40 {
    margin-top: 10rem !important;
  }

  .mt-xxl-44 {
    margin-top: 11rem !important;
  }

  .mt-xxl-48 {
    margin-top: 12rem !important;
  }

  .mt-xxl-80 {
    margin-top: 20rem !important;
  }

  .mt-xxl-6px {
    margin-top: 6px !important;
  }

  .mt-xxl-10px {
    margin-top: 10px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-4 {
    margin-right: 1rem !important;
  }

  .me-xxl-5 {
    margin-right: var(--dx-spacer) !important;
  }

  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xxl-8 {
    margin-right: 2rem !important;
  }

  .me-xxl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-12 {
    margin-right: 3rem !important;
  }

  .me-xxl-14 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-16 {
    margin-right: 4rem !important;
  }

  .me-xxl-20 {
    margin-right: 5rem !important;
  }

  .me-xxl-24 {
    margin-right: 6rem !important;
  }

  .me-xxl-28 {
    margin-right: 7rem !important;
  }

  .me-xxl-36 {
    margin-right: 9rem !important;
  }

  .me-xxl-40 {
    margin-right: 10rem !important;
  }

  .me-xxl-44 {
    margin-right: 11rem !important;
  }

  .me-xxl-48 {
    margin-right: 12rem !important;
  }

  .me-xxl-80 {
    margin-right: 20rem !important;
  }

  .me-xxl-6px {
    margin-right: 6px !important;
  }

  .me-xxl-10px {
    margin-right: 10px !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: var(--dx-spacer) !important;
  }

  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-24 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-28 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-36 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-40 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-44 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-48 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-80 {
    margin-bottom: 20rem !important;
  }

  .mb-xxl-6px {
    margin-bottom: 6px !important;
  }

  .mb-xxl-10px {
    margin-bottom: 10px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1rem !important;
  }

  .ms-xxl-5 {
    margin-left: var(--dx-spacer) !important;
  }

  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xxl-8 {
    margin-left: 2rem !important;
  }

  .ms-xxl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-12 {
    margin-left: 3rem !important;
  }

  .ms-xxl-14 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-16 {
    margin-left: 4rem !important;
  }

  .ms-xxl-20 {
    margin-left: 5rem !important;
  }

  .ms-xxl-24 {
    margin-left: 6rem !important;
  }

  .ms-xxl-28 {
    margin-left: 7rem !important;
  }

  .ms-xxl-36 {
    margin-left: 9rem !important;
  }

  .ms-xxl-40 {
    margin-left: 10rem !important;
  }

  .ms-xxl-44 {
    margin-left: 11rem !important;
  }

  .ms-xxl-48 {
    margin-left: 12rem !important;
  }

  .ms-xxl-80 {
    margin-left: 20rem !important;
  }

  .ms-xxl-6px {
    margin-left: 6px !important;
  }

  .ms-xxl-10px {
    margin-left: 10px !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -0.75rem !important;
  }

  .m-xxl-n4 {
    margin: -1rem !important;
  }

  .m-xxl-n5 {
    margin: -var(--dx-spacer) !important;
  }

  .m-xxl-n6 {
    margin: -1.5rem !important;
  }

  .m-xxl-n7 {
    margin: -1.75rem !important;
  }

  .m-xxl-n8 {
    margin: -2rem !important;
  }

  .m-xxl-n9 {
    margin: -2.25rem !important;
  }

  .m-xxl-n10 {
    margin: -2.5rem !important;
  }

  .m-xxl-n12 {
    margin: -3rem !important;
  }

  .m-xxl-n14 {
    margin: -3.5rem !important;
  }

  .m-xxl-n16 {
    margin: -4rem !important;
  }

  .m-xxl-n20 {
    margin: -5rem !important;
  }

  .m-xxl-n24 {
    margin: -6rem !important;
  }

  .m-xxl-n28 {
    margin: -7rem !important;
  }

  .m-xxl-n36 {
    margin: -9rem !important;
  }

  .m-xxl-n40 {
    margin: -10rem !important;
  }

  .m-xxl-n44 {
    margin: -11rem !important;
  }

  .m-xxl-n48 {
    margin: -12rem !important;
  }

  .m-xxl-n80 {
    margin: -20rem !important;
  }

  .m-xxl-n6px {
    margin: -6px !important;
  }

  .m-xxl-n10px {
    margin: -10px !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -var(--dx-spacer) !important;
    margin-left: -var(--dx-spacer) !important;
  }

  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-xxl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xxl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xxl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xxl-n28 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xxl-n36 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xxl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xxl-n44 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xxl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xxl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .mx-xxl-n6px {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .mx-xxl-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n5 {
    margin-top: -var(--dx-spacer) !important;
    margin-bottom: -var(--dx-spacer) !important;
  }

  .my-xxl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-xxl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xxl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xxl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xxl-n36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xxl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xxl-n44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xxl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xxl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .my-xxl-n6px {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }

  .my-xxl-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -var(--dx-spacer) !important;
  }

  .mt-xxl-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-xxl-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-xxl-n12 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-xxl-n16 {
    margin-top: -4rem !important;
  }

  .mt-xxl-n20 {
    margin-top: -5rem !important;
  }

  .mt-xxl-n24 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n28 {
    margin-top: -7rem !important;
  }

  .mt-xxl-n36 {
    margin-top: -9rem !important;
  }

  .mt-xxl-n40 {
    margin-top: -10rem !important;
  }

  .mt-xxl-n44 {
    margin-top: -11rem !important;
  }

  .mt-xxl-n48 {
    margin-top: -12rem !important;
  }

  .mt-xxl-n80 {
    margin-top: -20rem !important;
  }

  .mt-xxl-n6px {
    margin-top: -6px !important;
  }

  .mt-xxl-n10px {
    margin-top: -10px !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -0.75rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1rem !important;
  }

  .me-xxl-n5 {
    margin-right: -var(--dx-spacer) !important;
  }

  .me-xxl-n6 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n7 {
    margin-right: -1.75rem !important;
  }

  .me-xxl-n8 {
    margin-right: -2rem !important;
  }

  .me-xxl-n9 {
    margin-right: -2.25rem !important;
  }

  .me-xxl-n10 {
    margin-right: -2.5rem !important;
  }

  .me-xxl-n12 {
    margin-right: -3rem !important;
  }

  .me-xxl-n14 {
    margin-right: -3.5rem !important;
  }

  .me-xxl-n16 {
    margin-right: -4rem !important;
  }

  .me-xxl-n20 {
    margin-right: -5rem !important;
  }

  .me-xxl-n24 {
    margin-right: -6rem !important;
  }

  .me-xxl-n28 {
    margin-right: -7rem !important;
  }

  .me-xxl-n36 {
    margin-right: -9rem !important;
  }

  .me-xxl-n40 {
    margin-right: -10rem !important;
  }

  .me-xxl-n44 {
    margin-right: -11rem !important;
  }

  .me-xxl-n48 {
    margin-right: -12rem !important;
  }

  .me-xxl-n80 {
    margin-right: -20rem !important;
  }

  .me-xxl-n6px {
    margin-right: -6px !important;
  }

  .me-xxl-n10px {
    margin-right: -10px !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -var(--dx-spacer) !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xxl-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xxl-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-xxl-n20 {
    margin-bottom: -5rem !important;
  }

  .mb-xxl-n24 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n28 {
    margin-bottom: -7rem !important;
  }

  .mb-xxl-n36 {
    margin-bottom: -9rem !important;
  }

  .mb-xxl-n40 {
    margin-bottom: -10rem !important;
  }

  .mb-xxl-n44 {
    margin-bottom: -11rem !important;
  }

  .mb-xxl-n48 {
    margin-bottom: -12rem !important;
  }

  .mb-xxl-n80 {
    margin-bottom: -20rem !important;
  }

  .mb-xxl-n6px {
    margin-bottom: -6px !important;
  }

  .mb-xxl-n10px {
    margin-bottom: -10px !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -var(--dx-spacer) !important;
  }

  .ms-xxl-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -2rem !important;
  }

  .ms-xxl-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-xxl-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-xxl-n12 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-xxl-n16 {
    margin-left: -4rem !important;
  }

  .ms-xxl-n20 {
    margin-left: -5rem !important;
  }

  .ms-xxl-n24 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n28 {
    margin-left: -7rem !important;
  }

  .ms-xxl-n36 {
    margin-left: -9rem !important;
  }

  .ms-xxl-n40 {
    margin-left: -10rem !important;
  }

  .ms-xxl-n44 {
    margin-left: -11rem !important;
  }

  .ms-xxl-n48 {
    margin-left: -12rem !important;
  }

  .ms-xxl-n80 {
    margin-left: -20rem !important;
  }

  .ms-xxl-n6px {
    margin-left: -6px !important;
  }

  .ms-xxl-n10px {
    margin-left: -10px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .p-xxl-5 {
    padding: var(--dx-spacer) !important;
  }

  .p-xxl-6 {
    padding: 1.5rem !important;
  }

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .p-xxl-8 {
    padding: 2rem !important;
  }

  .p-xxl-9 {
    padding: 2.25rem !important;
  }

  .p-xxl-10 {
    padding: 2.5rem !important;
  }

  .p-xxl-12 {
    padding: 3rem !important;
  }

  .p-xxl-14 {
    padding: 3.5rem !important;
  }

  .p-xxl-16 {
    padding: 4rem !important;
  }

  .p-xxl-20 {
    padding: 5rem !important;
  }

  .p-xxl-24 {
    padding: 6rem !important;
  }

  .p-xxl-28 {
    padding: 7rem !important;
  }

  .p-xxl-36 {
    padding: 9rem !important;
  }

  .p-xxl-40 {
    padding: 10rem !important;
  }

  .p-xxl-44 {
    padding: 11rem !important;
  }

  .p-xxl-48 {
    padding: 12rem !important;
  }

  .p-xxl-80 {
    padding: 20rem !important;
  }

  .p-xxl-6px {
    padding: 6px !important;
  }

  .p-xxl-10px {
    padding: 10px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-5 {
    padding-right: var(--dx-spacer) !important;
    padding-left: var(--dx-spacer) !important;
  }

  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xxl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xxl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .px-xxl-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-xxl-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-5 {
    padding-top: var(--dx-spacer) !important;
    padding-bottom: var(--dx-spacer) !important;
  }

  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xxl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xxl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .py-xxl-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-xxl-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1rem !important;
  }

  .pt-xxl-5 {
    padding-top: var(--dx-spacer) !important;
  }

  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xxl-8 {
    padding-top: 2rem !important;
  }

  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-12 {
    padding-top: 3rem !important;
  }

  .pt-xxl-14 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-16 {
    padding-top: 4rem !important;
  }

  .pt-xxl-20 {
    padding-top: 5rem !important;
  }

  .pt-xxl-24 {
    padding-top: 6rem !important;
  }

  .pt-xxl-28 {
    padding-top: 7rem !important;
  }

  .pt-xxl-36 {
    padding-top: 9rem !important;
  }

  .pt-xxl-40 {
    padding-top: 10rem !important;
  }

  .pt-xxl-44 {
    padding-top: 11rem !important;
  }

  .pt-xxl-48 {
    padding-top: 12rem !important;
  }

  .pt-xxl-80 {
    padding-top: 20rem !important;
  }

  .pt-xxl-6px {
    padding-top: 6px !important;
  }

  .pt-xxl-10px {
    padding-top: 10px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1rem !important;
  }

  .pe-xxl-5 {
    padding-right: var(--dx-spacer) !important;
  }

  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xxl-8 {
    padding-right: 2rem !important;
  }

  .pe-xxl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-12 {
    padding-right: 3rem !important;
  }

  .pe-xxl-14 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-16 {
    padding-right: 4rem !important;
  }

  .pe-xxl-20 {
    padding-right: 5rem !important;
  }

  .pe-xxl-24 {
    padding-right: 6rem !important;
  }

  .pe-xxl-28 {
    padding-right: 7rem !important;
  }

  .pe-xxl-36 {
    padding-right: 9rem !important;
  }

  .pe-xxl-40 {
    padding-right: 10rem !important;
  }

  .pe-xxl-44 {
    padding-right: 11rem !important;
  }

  .pe-xxl-48 {
    padding-right: 12rem !important;
  }

  .pe-xxl-80 {
    padding-right: 20rem !important;
  }

  .pe-xxl-6px {
    padding-right: 6px !important;
  }

  .pe-xxl-10px {
    padding-right: 10px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: var(--dx-spacer) !important;
  }

  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-24 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-28 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-36 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-40 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-44 {
    padding-bottom: 11rem !important;
  }

  .pb-xxl-48 {
    padding-bottom: 12rem !important;
  }

  .pb-xxl-80 {
    padding-bottom: 20rem !important;
  }

  .pb-xxl-6px {
    padding-bottom: 6px !important;
  }

  .pb-xxl-10px {
    padding-bottom: 10px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1rem !important;
  }

  .ps-xxl-5 {
    padding-left: var(--dx-spacer) !important;
  }

  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xxl-8 {
    padding-left: 2rem !important;
  }

  .ps-xxl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-12 {
    padding-left: 3rem !important;
  }

  .ps-xxl-14 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-16 {
    padding-left: 4rem !important;
  }

  .ps-xxl-20 {
    padding-left: 5rem !important;
  }

  .ps-xxl-24 {
    padding-left: 6rem !important;
  }

  .ps-xxl-28 {
    padding-left: 7rem !important;
  }

  .ps-xxl-36 {
    padding-left: 9rem !important;
  }

  .ps-xxl-40 {
    padding-left: 10rem !important;
  }

  .ps-xxl-44 {
    padding-left: 11rem !important;
  }

  .ps-xxl-48 {
    padding-left: 12rem !important;
  }

  .ps-xxl-80 {
    padding-left: 20rem !important;
  }

  .ps-xxl-6px {
    padding-left: 6px !important;
  }

  .ps-xxl-10px {
    padding-left: 10px !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 0.75rem !important;
  }

  .gap-xxl-4 {
    gap: 1rem !important;
  }

  .gap-xxl-5 {
    gap: var(--dx-spacer) !important;
  }

  .gap-xxl-6 {
    gap: 1.5rem !important;
  }

  .gap-xxl-7 {
    gap: 1.75rem !important;
  }

  .gap-xxl-8 {
    gap: 2rem !important;
  }

  .gap-xxl-9 {
    gap: 2.25rem !important;
  }

  .gap-xxl-10 {
    gap: 2.5rem !important;
  }

  .gap-xxl-12 {
    gap: 3rem !important;
  }

  .gap-xxl-14 {
    gap: 3.5rem !important;
  }

  .gap-xxl-16 {
    gap: 4rem !important;
  }

  .gap-xxl-20 {
    gap: 5rem !important;
  }

  .gap-xxl-24 {
    gap: 6rem !important;
  }

  .gap-xxl-28 {
    gap: 7rem !important;
  }

  .gap-xxl-36 {
    gap: 9rem !important;
  }

  .gap-xxl-40 {
    gap: 10rem !important;
  }

  .gap-xxl-44 {
    gap: 11rem !important;
  }

  .gap-xxl-48 {
    gap: 12rem !important;
  }

  .gap-xxl-80 {
    gap: 20rem !important;
  }

  .gap-xxl-6px {
    gap: 6px !important;
  }

  .gap-xxl-10px {
    gap: 10px !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 0.75rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: var(--dx-spacer) !important;
  }

  .row-gap-xxl-6 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-7 {
    row-gap: 1.75rem !important;
  }

  .row-gap-xxl-8 {
    row-gap: 2rem !important;
  }

  .row-gap-xxl-9 {
    row-gap: 2.25rem !important;
  }

  .row-gap-xxl-10 {
    row-gap: 2.5rem !important;
  }

  .row-gap-xxl-12 {
    row-gap: 3rem !important;
  }

  .row-gap-xxl-14 {
    row-gap: 3.5rem !important;
  }

  .row-gap-xxl-16 {
    row-gap: 4rem !important;
  }

  .row-gap-xxl-20 {
    row-gap: 5rem !important;
  }

  .row-gap-xxl-24 {
    row-gap: 6rem !important;
  }

  .row-gap-xxl-28 {
    row-gap: 7rem !important;
  }

  .row-gap-xxl-36 {
    row-gap: 9rem !important;
  }

  .row-gap-xxl-40 {
    row-gap: 10rem !important;
  }

  .row-gap-xxl-44 {
    row-gap: 11rem !important;
  }

  .row-gap-xxl-48 {
    row-gap: 12rem !important;
  }

  .row-gap-xxl-80 {
    row-gap: 20rem !important;
  }

  .row-gap-xxl-6px {
    row-gap: 6px !important;
  }

  .row-gap-xxl-10px {
    row-gap: 10px !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 0.75rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: var(--dx-spacer) !important;
  }

  .column-gap-xxl-6 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-7 {
    column-gap: 1.75rem !important;
  }

  .column-gap-xxl-8 {
    column-gap: 2rem !important;
  }

  .column-gap-xxl-9 {
    column-gap: 2.25rem !important;
  }

  .column-gap-xxl-10 {
    column-gap: 2.5rem !important;
  }

  .column-gap-xxl-12 {
    column-gap: 3rem !important;
  }

  .column-gap-xxl-14 {
    column-gap: 3.5rem !important;
  }

  .column-gap-xxl-16 {
    column-gap: 4rem !important;
  }

  .column-gap-xxl-20 {
    column-gap: 5rem !important;
  }

  .column-gap-xxl-24 {
    column-gap: 6rem !important;
  }

  .column-gap-xxl-28 {
    column-gap: 7rem !important;
  }

  .column-gap-xxl-36 {
    column-gap: 9rem !important;
  }

  .column-gap-xxl-40 {
    column-gap: 10rem !important;
  }

  .column-gap-xxl-44 {
    column-gap: 11rem !important;
  }

  .column-gap-xxl-48 {
    column-gap: 12rem !important;
  }

  .column-gap-xxl-80 {
    column-gap: 20rem !important;
  }

  .column-gap-xxl-6px {
    column-gap: 6px !important;
  }

  .column-gap-xxl-10px {
    column-gap: 10px !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/* Animated Glow Background for How It Works */
.automation-works-section {
  background-color: #0b071a;
  overflow: hidden;
}

.animated-glow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  animation: floatOrb 10s infinite ease-in-out alternate;
}

.glow-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(92, 62, 148, 0.6);
  top: -100px;
  left: -100px;
}

.glow-orb-2 {
  width: 500px;
  height: 500px;
  background: rgba(27, 107, 255, 0.4);
  bottom: -200px;
  right: -100px;
  animation-delay: -5s;
}

.glow-orb-3 {
  width: 300px;
  height: 300px;
  background: rgba(189, 52, 254, 0.4);
  top: 40%;
  left: 40%;
  animation-duration: 15s;
}

@keyframes floatOrb {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(50px, 50px) scale(1.1);
  }

  100% {
    transform: translate(-50px, 20px) scale(0.9);
  }
}

.automation-works-section .container {
  position: relative;
  z-index: 1;
}

/* Cybersecurity Section Styles */
.cybersecurity-section {
  background-color: #0b071a;
  background-image: radial-gradient(circle at 10% 10%, rgba(92, 62, 148, 0.15) 0%, transparent 50%, rgba(27, 107, 255, 0.1) 100%);
  position: relative;
  overflow: hidden;
}

.cyber-subtitle {
  color: #a78bfa;
  letter-spacing: 2px;
  font-size: 14px;
}

.cyber-main-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
}

.cyber-image-wrapper {
  max-width: 550px;
  margin: 0 auto;
}

.cyber-main-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.cyber-stat-card {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: linear-gradient(135deg, #4371e9, #6a4ec5);
  width: 180px;
  height: 160px;
  border-radius: 16px;
  z-index: 2;
  box-shadow: 0 15px 30px rgba(67, 113, 233, 0.3);
}

.cyber-stat-card h2 {
  font-size: 32px;
  line-height: 1;
}

.cyber-shield-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 3;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.cyber-list li {
  font-size: 16px;
}

.cyber-btn {
  background-color: #7e56da;
  border-color: #7e56da;
  font-weight: 500;
  font-size: 16px;
}

.cyber-btn:hover {
  background-color: #5c3e94;
  border-color: #5c3e94;
}

.cyber-marquee-bar {
  background-color: #6a4ec5;
  margin-top: 40px;
  width: 100%;
}

.cyber-divider {
  opacity: 0.5;
  margin: 0 15px;
}

@media (max-width: 991.98px) {
  .cyber-shield-img {
    width: 150px;
    height: 150px;
    bottom: -10px;
    right: -10px;
  }

  .cyber-stat-card {
    width: 140px;
    height: 120px;
    bottom: 10px;
    left: -10px;
  }

  .cyber-stat-card h2 {
    font-size: 24px;
  }

  .cyber-stat-card p {
    font-size: 12px !important;
  }

  .cyber-main-title {
    font-size: 32px;
  }
}