/*--------------------------------------------------------------
# ../bootstrap-523/scss
--------------------------------------------------------------*/
/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-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: 1400px) {
  .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) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  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;
}

.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-clip {
  overflow: clip !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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;
}

.w-min {
  width: min-content !important;
}

.w-max {
  width: max-content !important;
}

.w-fit {
  width: fit-content !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.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: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 5rem !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: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !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: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !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: 1.5rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 1.5rem !important;
}

.me-6 {
  margin-right: 2rem !important;
}

.me-7 {
  margin-right: 3rem !important;
}

.me-8 {
  margin-right: 4rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.5rem !important;
}

.ms-6 {
  margin-left: 2rem !important;
}

.ms-7 {
  margin-left: 3rem !important;
}

.ms-8 {
  margin-left: 4rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

.ms-auto {
  margin-left: auto !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: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 5rem !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: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !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: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.5rem !important;
}

.pe-6 {
  padding-right: 2rem !important;
}

.pe-7 {
  padding-right: 3rem !important;
}

.pe-8 {
  padding-right: 4rem !important;
}

.pe-9 {
  padding-right: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.5rem !important;
}

.ps-6 {
  padding-left: 2rem !important;
}

.ps-7 {
  padding-left: 3rem !important;
}

.ps-8 {
  padding-left: 4rem !important;
}

.ps-9 {
  padding-left: 5rem !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: 1.5rem !important;
}

.gap-6 {
  gap: 2rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1.5rem !important;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .m-sm-9 {
    margin: 5rem !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 1.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.5rem !important;
  }
  .me-sm-6 {
    margin-right: 2rem !important;
  }
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  .me-sm-8 {
    margin-right: 4rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 2rem !important;
  }
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  .ms-sm-8 {
    margin-left: 4rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !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: 1.5rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .p-sm-9 {
    padding: 5rem !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 2rem !important;
  }
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 2rem !important;
  }
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  .pe-sm-8 {
    padding-right: 4rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 2rem !important;
  }
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  .ps-sm-8 {
    padding-left: 4rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !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: 1.5rem !important;
  }
  .gap-sm-6 {
    gap: 2rem !important;
  }
  .gap-sm-7 {
    gap: 3rem !important;
  }
  .gap-sm-8 {
    gap: 4rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1.5rem !important;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-9 {
    margin: 5rem !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 1.5rem !important;
  }
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.5rem !important;
  }
  .me-md-6 {
    margin-right: 2rem !important;
  }
  .me-md-7 {
    margin-right: 3rem !important;
  }
  .me-md-8 {
    margin-right: 4rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.5rem !important;
  }
  .ms-md-6 {
    margin-left: 2rem !important;
  }
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  .ms-md-8 {
    margin-left: 4rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !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: 1.5rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-9 {
    padding: 5rem !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.5rem !important;
  }
  .pt-md-6 {
    padding-top: 2rem !important;
  }
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.5rem !important;
  }
  .pe-md-6 {
    padding-right: 2rem !important;
  }
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  .pe-md-8 {
    padding-right: 4rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.5rem !important;
  }
  .ps-md-6 {
    padding-left: 2rem !important;
  }
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  .ps-md-8 {
    padding-left: 4rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !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: 1.5rem !important;
  }
  .gap-md-6 {
    gap: 2rem !important;
  }
  .gap-md-7 {
    gap: 3rem !important;
  }
  .gap-md-8 {
    gap: 4rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1.5rem !important;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-9 {
    margin: 5rem !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.5rem !important;
  }
  .me-lg-6 {
    margin-right: 2rem !important;
  }
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  .me-lg-8 {
    margin-right: 4rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 2rem !important;
  }
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  .ms-lg-8 {
    margin-left: 4rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !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: 1.5rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-9 {
    padding: 5rem !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 2rem !important;
  }
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 2rem !important;
  }
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  .pe-lg-8 {
    padding-right: 4rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 2rem !important;
  }
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  .ps-lg-8 {
    padding-left: 4rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !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: 1.5rem !important;
  }
  .gap-lg-6 {
    gap: 2rem !important;
  }
  .gap-lg-7 {
    gap: 3rem !important;
  }
  .gap-lg-8 {
    gap: 4rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1.5rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 5rem !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 1.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.5rem !important;
  }
  .me-xl-6 {
    margin-right: 2rem !important;
  }
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  .me-xl-8 {
    margin-right: 4rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 2rem !important;
  }
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  .ms-xl-8 {
    margin-left: 4rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !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: 1.5rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 5rem !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 2rem !important;
  }
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  .pe-xl-8 {
    padding-right: 4rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 2rem !important;
  }
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  .ps-xl-8 {
    padding-left: 4rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !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: 1.5rem !important;
  }
  .gap-xl-6 {
    gap: 2rem !important;
  }
  .gap-xl-7 {
    gap: 3rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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: 1.5rem !important;
  }
  .m-xxl-6 {
    margin: 2rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !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: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 1.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 2rem !important;
  }
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  .me-xxl-8 {
    margin-right: 4rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !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: 1.5rem !important;
  }
  .p-xxl-6 {
    padding: 2rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !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: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !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: 1.5rem !important;
  }
  .gap-xxl-6 {
    gap: 2rem !important;
  }
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  .gap-xxl-8 {
    gap: 4rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-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.3333333333%;
}

.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.6666666667%;
}

.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 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 4rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.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) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(185.94, 203.4, 229.14);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-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: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, .acfe-form .acf-field .acf-label label, div.dt-container .dt-search label,
div.dt-container .dt-length label, .comment-respond .comment-form .comment-form-comment label,
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single, .acfe-form .acf-field .acf-input input[type=text],
.acfe-form .acf-field .acf-input input[type=number],
.acfe-form .acf-field .acf-input input[type=password],
.acfe-form .acf-field .acf-input textarea, div.dt-container .dt-search .dt-input,
div.dt-container .dt-length .dt-input, .comment-respond .comment-form .comment-form-comment input[type=text],
.comment-respond .comment-form .comment-form-comment input[type=email],
.comment-respond .comment-form .comment-form-comment input[type=url],
.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author input[type=text],
.comment-respond .comment-form .comment-form-author input[type=email],
.comment-respond .comment-form .comment-form-author input[type=url],
.comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-email input[type=text],
.comment-respond .comment-form .comment-form-email input[type=email],
.comment-respond .comment-form .comment-form-email input[type=url],
.comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-url input[type=text],
.comment-respond .comment-form .comment-form-url input[type=email],
.comment-respond .comment-form .comment-form-url input[type=url],
.comment-respond .comment-form .comment-form-url textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single, .acfe-form .acf-field .acf-input input[type=text],
  .acfe-form .acf-field .acf-input input[type=number],
  .acfe-form .acf-field .acf-input input[type=password],
  .acfe-form .acf-field .acf-input textarea, div.dt-container .dt-search .dt-input,
  div.dt-container .dt-length .dt-input, .comment-respond .comment-form .comment-form-comment input[type=text],
  .comment-respond .comment-form .comment-form-comment input[type=email],
  .comment-respond .comment-form .comment-form-comment input[type=url],
  .comment-respond .comment-form .comment-form-comment textarea,
  .comment-respond .comment-form .comment-form-author input[type=text],
  .comment-respond .comment-form .comment-form-author input[type=email],
  .comment-respond .comment-form .comment-form-author input[type=url],
  .comment-respond .comment-form .comment-form-author textarea,
  .comment-respond .comment-form .comment-form-email input[type=text],
  .comment-respond .comment-form .comment-form-email input[type=email],
  .comment-respond .comment-form .comment-form-email input[type=url],
  .comment-respond .comment-form .comment-form-email textarea,
  .comment-respond .comment-form .comment-form-url input[type=text],
  .comment-respond .comment-form .comment-form-url input[type=email],
  .comment-respond .comment-form .comment-form-url input[type=url],
  .comment-respond .comment-form .comment-form-url textarea {
    transition: none;
  }
}
.form-control[type=file], .acfe-form .acf-field .acf-input .select2-container [type=file].select2-selection--single, .acfe-form .acf-field .acf-input input[type=file][type=text],
.acfe-form .acf-field .acf-input input[type=file][type=number],
.acfe-form .acf-field .acf-input input[type=file][type=password],
.acfe-form .acf-field .acf-input textarea[type=file], div.dt-container .dt-search [type=file].dt-input,
div.dt-container .dt-length [type=file].dt-input, .comment-respond .comment-form .comment-form-comment input[type=file][type=text],
.comment-respond .comment-form .comment-form-comment input[type=file][type=email],
.comment-respond .comment-form .comment-form-comment input[type=file][type=url],
.comment-respond .comment-form .comment-form-comment textarea[type=file],
.comment-respond .comment-form .comment-form-author input[type=file][type=text],
.comment-respond .comment-form .comment-form-author input[type=file][type=email],
.comment-respond .comment-form .comment-form-author input[type=file][type=url],
.comment-respond .comment-form .comment-form-author textarea[type=file],
.comment-respond .comment-form .comment-form-email input[type=file][type=text],
.comment-respond .comment-form .comment-form-email input[type=file][type=email],
.comment-respond .comment-form .comment-form-email input[type=file][type=url],
.comment-respond .comment-form .comment-form-email textarea[type=file],
.comment-respond .comment-form .comment-form-url input[type=file][type=text],
.comment-respond .comment-form .comment-form-url input[type=file][type=email],
.comment-respond .comment-form .comment-form-url input[type=file][type=url],
.comment-respond .comment-form .comment-form-url textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .acfe-form .acf-field .acf-input .select2-container [type=file].select2-selection--single:not(:disabled):not([readonly]), .acfe-form .acf-field .acf-input input[type=file][type=text]:not(:disabled):not([readonly]),
.acfe-form .acf-field .acf-input input[type=file][type=number]:not(:disabled):not([readonly]),
.acfe-form .acf-field .acf-input input[type=file][type=password]:not(:disabled):not([readonly]),
.acfe-form .acf-field .acf-input textarea[type=file]:not(:disabled):not([readonly]), div.dt-container .dt-search [type=file].dt-input:not(:disabled):not([readonly]),
div.dt-container .dt-length [type=file].dt-input:not(:disabled):not([readonly]), .comment-respond .comment-form .comment-form-comment input[type=file][type=text]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-comment input[type=file][type=email]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-comment input[type=file][type=url]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-comment textarea[type=file]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-author input[type=file][type=text]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-author input[type=file][type=email]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-author input[type=file][type=url]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-author textarea[type=file]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-email input[type=file][type=text]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-email input[type=file][type=email]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-email input[type=file][type=url]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-email textarea[type=file]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-url input[type=file][type=text]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-url input[type=file][type=email]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-url input[type=file][type=url]:not(:disabled):not([readonly]),
.comment-respond .comment-form .comment-form-url textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:focus, .acfe-form .acf-field .acf-input input[type=text]:focus,
.acfe-form .acf-field .acf-input input[type=number]:focus,
.acfe-form .acf-field .acf-input input[type=password]:focus,
.acfe-form .acf-field .acf-input textarea:focus, div.dt-container .dt-search .dt-input:focus,
div.dt-container .dt-length .dt-input:focus, .comment-respond .comment-form .comment-form-comment input[type=text]:focus,
.comment-respond .comment-form .comment-form-comment input[type=email]:focus,
.comment-respond .comment-form .comment-form-comment input[type=url]:focus,
.comment-respond .comment-form .comment-form-comment textarea:focus,
.comment-respond .comment-form .comment-form-author input[type=text]:focus,
.comment-respond .comment-form .comment-form-author input[type=email]:focus,
.comment-respond .comment-form .comment-form-author input[type=url]:focus,
.comment-respond .comment-form .comment-form-author textarea:focus,
.comment-respond .comment-form .comment-form-email input[type=text]:focus,
.comment-respond .comment-form .comment-form-email input[type=email]:focus,
.comment-respond .comment-form .comment-form-email input[type=url]:focus,
.comment-respond .comment-form .comment-form-email textarea:focus,
.comment-respond .comment-form .comment-form-url input[type=text]:focus,
.comment-respond .comment-form .comment-form-url input[type=email]:focus,
.comment-respond .comment-form .comment-form-url input[type=url]:focus,
.comment-respond .comment-form .comment-form-url textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single::-webkit-date-and-time-value, .acfe-form .acf-field .acf-input input[type=text]::-webkit-date-and-time-value,
.acfe-form .acf-field .acf-input input[type=number]::-webkit-date-and-time-value,
.acfe-form .acf-field .acf-input input[type=password]::-webkit-date-and-time-value,
.acfe-form .acf-field .acf-input textarea::-webkit-date-and-time-value, div.dt-container .dt-search .dt-input::-webkit-date-and-time-value,
div.dt-container .dt-length .dt-input::-webkit-date-and-time-value, .comment-respond .comment-form .comment-form-comment input[type=text]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-comment input[type=email]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-comment input[type=url]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-comment textarea::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-author input[type=text]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-author input[type=email]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-author input[type=url]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-author textarea::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-email input[type=text]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-email input[type=email]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-email input[type=url]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-email textarea::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-url input[type=text]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-url input[type=email]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-url input[type=url]::-webkit-date-and-time-value,
.comment-respond .comment-form .comment-form-url textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single::placeholder, .acfe-form .acf-field .acf-input input[type=text]::placeholder,
.acfe-form .acf-field .acf-input input[type=number]::placeholder,
.acfe-form .acf-field .acf-input input[type=password]::placeholder,
.acfe-form .acf-field .acf-input textarea::placeholder, div.dt-container .dt-search .dt-input::placeholder,
div.dt-container .dt-length .dt-input::placeholder, .comment-respond .comment-form .comment-form-comment input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-comment input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-comment input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-comment textarea::placeholder,
.comment-respond .comment-form .comment-form-author input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-author input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-author input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-author textarea::placeholder,
.comment-respond .comment-form .comment-form-email input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-email input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-email input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-email textarea::placeholder,
.comment-respond .comment-form .comment-form-url input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-url input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-url input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-url textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:disabled, .acfe-form .acf-field .acf-input input[type=text]:disabled,
.acfe-form .acf-field .acf-input input[type=number]:disabled,
.acfe-form .acf-field .acf-input input[type=password]:disabled,
.acfe-form .acf-field .acf-input textarea:disabled, div.dt-container .dt-search .dt-input:disabled,
div.dt-container .dt-length .dt-input:disabled, .comment-respond .comment-form .comment-form-comment input[type=text]:disabled,
.comment-respond .comment-form .comment-form-comment input[type=email]:disabled,
.comment-respond .comment-form .comment-form-comment input[type=url]:disabled,
.comment-respond .comment-form .comment-form-comment textarea:disabled,
.comment-respond .comment-form .comment-form-author input[type=text]:disabled,
.comment-respond .comment-form .comment-form-author input[type=email]:disabled,
.comment-respond .comment-form .comment-form-author input[type=url]:disabled,
.comment-respond .comment-form .comment-form-author textarea:disabled,
.comment-respond .comment-form .comment-form-email input[type=text]:disabled,
.comment-respond .comment-form .comment-form-email input[type=email]:disabled,
.comment-respond .comment-form .comment-form-email input[type=url]:disabled,
.comment-respond .comment-form .comment-form-email textarea:disabled,
.comment-respond .comment-form .comment-form-url input[type=text]:disabled,
.comment-respond .comment-form .comment-form-url input[type=email]:disabled,
.comment-respond .comment-form .comment-form-url input[type=url]:disabled,
.comment-respond .comment-form .comment-form-url textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single::file-selector-button, .acfe-form .acf-field .acf-input input[type=text]::file-selector-button,
.acfe-form .acf-field .acf-input input[type=number]::file-selector-button,
.acfe-form .acf-field .acf-input input[type=password]::file-selector-button,
.acfe-form .acf-field .acf-input textarea::file-selector-button, div.dt-container .dt-search .dt-input::file-selector-button,
div.dt-container .dt-length .dt-input::file-selector-button, .comment-respond .comment-form .comment-form-comment input[type=text]::file-selector-button,
.comment-respond .comment-form .comment-form-comment input[type=email]::file-selector-button,
.comment-respond .comment-form .comment-form-comment input[type=url]::file-selector-button,
.comment-respond .comment-form .comment-form-comment textarea::file-selector-button,
.comment-respond .comment-form .comment-form-author input[type=text]::file-selector-button,
.comment-respond .comment-form .comment-form-author input[type=email]::file-selector-button,
.comment-respond .comment-form .comment-form-author input[type=url]::file-selector-button,
.comment-respond .comment-form .comment-form-author textarea::file-selector-button,
.comment-respond .comment-form .comment-form-email input[type=text]::file-selector-button,
.comment-respond .comment-form .comment-form-email input[type=email]::file-selector-button,
.comment-respond .comment-form .comment-form-email input[type=url]::file-selector-button,
.comment-respond .comment-form .comment-form-email textarea::file-selector-button,
.comment-respond .comment-form .comment-form-url input[type=text]::file-selector-button,
.comment-respond .comment-form .comment-form-url input[type=email]::file-selector-button,
.comment-respond .comment-form .comment-form-url input[type=url]::file-selector-button,
.comment-respond .comment-form .comment-form-url textarea::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single::file-selector-button, .acfe-form .acf-field .acf-input input[type=text]::file-selector-button,
  .acfe-form .acf-field .acf-input input[type=number]::file-selector-button,
  .acfe-form .acf-field .acf-input input[type=password]::file-selector-button,
  .acfe-form .acf-field .acf-input textarea::file-selector-button, div.dt-container .dt-search .dt-input::file-selector-button,
  div.dt-container .dt-length .dt-input::file-selector-button, .comment-respond .comment-form .comment-form-comment input[type=text]::file-selector-button,
  .comment-respond .comment-form .comment-form-comment input[type=email]::file-selector-button,
  .comment-respond .comment-form .comment-form-comment input[type=url]::file-selector-button,
  .comment-respond .comment-form .comment-form-comment textarea::file-selector-button,
  .comment-respond .comment-form .comment-form-author input[type=text]::file-selector-button,
  .comment-respond .comment-form .comment-form-author input[type=email]::file-selector-button,
  .comment-respond .comment-form .comment-form-author input[type=url]::file-selector-button,
  .comment-respond .comment-form .comment-form-author textarea::file-selector-button,
  .comment-respond .comment-form .comment-form-email input[type=text]::file-selector-button,
  .comment-respond .comment-form .comment-form-email input[type=email]::file-selector-button,
  .comment-respond .comment-form .comment-form-email input[type=url]::file-selector-button,
  .comment-respond .comment-form .comment-form-email textarea::file-selector-button,
  .comment-respond .comment-form .comment-form-url input[type=text]::file-selector-button,
  .comment-respond .comment-form .comment-form-url input[type=email]::file-selector-button,
  .comment-respond .comment-form .comment-form-url input[type=url]::file-selector-button,
  .comment-respond .comment-form .comment-form-url textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:hover:not(:disabled):not([readonly])::file-selector-button, .acfe-form .acf-field .acf-input input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.acfe-form .acf-field .acf-input input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
.acfe-form .acf-field .acf-input input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
.acfe-form .acf-field .acf-input textarea:hover:not(:disabled):not([readonly])::file-selector-button, div.dt-container .dt-search .dt-input:hover:not(:disabled):not([readonly])::file-selector-button,
div.dt-container .dt-length .dt-input:hover:not(:disabled):not([readonly])::file-selector-button, .comment-respond .comment-form .comment-form-comment input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-comment input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-comment input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-comment textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-author input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-author input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-author input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-author textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-email input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-email input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-email input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-email textarea:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-url input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-url input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-url input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.comment-respond .comment-form .comment-form-url textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, .acfe-form .acf-field .acf-input .select2-container textarea.select2-selection--single,
.acfe-form .acf-field .acf-input textarea, div.dt-container .dt-search textarea.dt-input,
div.dt-container .dt-length textarea.dt-input,
.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-url textarea {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select, select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, select {
    transition: none;
  }
}
.form-select:focus, select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], select[multiple], .form-select[size]:not([size="1"]), select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring, select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm, div.dt-container .dt-search .dt-input,
div.dt-container .dt-length .dt-input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check, .acfe-form .acf-field .acf-checkbox-list label, .comment-respond .comment-form .comment-form-cookies-consent {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list .form-check input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list label .form-check-input, .acfe-form .acf-field .acf-checkbox-list label input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent .form-check-input, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list .form-check-reverse input[type=checkbox], .form-check-reverse .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent .form-check-reverse input[type=checkbox] {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], .acfe-form .acf-field .acf-checkbox-list input[type=radio][type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent input[type=radio][type=checkbox] {
  border-radius: 50%;
}
.form-check-input:active, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:active, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:active {
  filter: brightness(90%);
}
.form-check-input:focus, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:focus, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:checked, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox], .acfe-form .acf-field .acf-checkbox-list input:checked[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent input:checked[type=checkbox] {
  background-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:checked[type=radio], .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:checked[type=radio] {
  background-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, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:indeterminate, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-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, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:disabled, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .acfe-form .acf-field .acf-checkbox-list input[disabled][type=checkbox] ~ .form-check-label, .comment-respond .comment-form .comment-form-cookies-consent input[disabled][type=checkbox] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:disabled ~ .form-check-label, .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list .form-switch input[type=checkbox], .form-switch .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent .form-switch input[type=checkbox] {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  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, .form-switch .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list .form-switch input[type=checkbox], .form-switch .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent .form-switch input[type=checkbox] {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:focus, .acfe-form .acf-field .acf-checkbox-list .form-switch input[type=checkbox]:focus, .form-switch .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:focus, .comment-respond .comment-form .comment-form-cookies-consent .form-switch input[type=checkbox]:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:checked, .acfe-form .acf-field .acf-checkbox-list .form-switch input[type=checkbox]:checked, .form-switch .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:checked, .comment-respond .comment-form .comment-form-cookies-consent .form-switch input[type=checkbox]:checked {
  background-position: right center;
  background-image: 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: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input, .form-switch.form-check-reverse .acfe-form .acf-field .acf-checkbox-list input[type=checkbox], .acfe-form .acf-field .acf-checkbox-list .form-switch.form-check-reverse input[type=checkbox], .form-switch.form-check-reverse .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent .form-switch.form-check-reverse input[type=checkbox] {
  margin-right: -2.5em;
  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] + .button, .btn-check[disabled] + input[type=file]::file-selector-button, .acfe-form .acf-form-submit .btn-check[disabled] + .acf-button, #editAvatarModal .modal-body .acf-form-submit .btn-check[disabled] + .acf-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .btn-check[disabled] + .acf-button, .comment-respond .comment-form .form-submit .btn-check[disabled] + .submit, .btn-check[disabled] + input[type=submit],
.btn-check[disabled] + input[type=reset],
.btn-check[disabled] + input[type=button], .btn-check:disabled + .btn, .btn-check:disabled + .button, .btn-check:disabled + input[type=file]::file-selector-button, .acfe-form .acf-form-submit .btn-check:disabled + .acf-button, #editAvatarModal .modal-body .acf-form-submit .btn-check:disabled + .acf-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .btn-check:disabled + .acf-button, .comment-respond .comment-form .form-submit .btn-check:disabled + .submit, .btn-check:disabled + input[type=submit],
.btn-check:disabled + input[type=reset],
.btn-check:disabled + input[type=button] {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single, .acfe-form .acf-field .acf-input .form-floating > input[type=text],
.acfe-form .acf-field .acf-input .form-floating > input[type=number],
.acfe-form .acf-field .acf-input .form-floating > input[type=password],
.acfe-form .acf-field .acf-input .form-floating > textarea, div.dt-container .dt-search .form-floating > .dt-input,
div.dt-container .dt-length .form-floating > .dt-input, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-comment .form-floating > textarea,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-author .form-floating > textarea,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-email .form-floating > textarea,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-url .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.form-floating > select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px 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, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single, .acfe-form .acf-field .acf-input .form-floating > input[type=text],
.acfe-form .acf-field .acf-input .form-floating > input[type=number],
.acfe-form .acf-field .acf-input .form-floating > input[type=password],
.acfe-form .acf-field .acf-input .form-floating > textarea, div.dt-container .dt-search .form-floating > .dt-input,
div.dt-container .dt-length .form-floating > .dt-input, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-comment .form-floating > textarea,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-author .form-floating > textarea,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-email .form-floating > textarea,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text],
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email],
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url],
.comment-respond .comment-form .comment-form-url .form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single::placeholder, .acfe-form .acf-field .acf-input .form-floating > input[type=text]::placeholder,
.acfe-form .acf-field .acf-input .form-floating > input[type=number]::placeholder,
.acfe-form .acf-field .acf-input .form-floating > input[type=password]::placeholder,
.acfe-form .acf-field .acf-input .form-floating > textarea::placeholder, div.dt-container .dt-search .form-floating > .dt-input::placeholder,
div.dt-container .dt-length .form-floating > .dt-input::placeholder, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-comment .form-floating > textarea::placeholder,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-author .form-floating > textarea::placeholder,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-email .form-floating > textarea::placeholder,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-url .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single:focus, .acfe-form .acf-field .acf-input .form-floating > input[type=text]:focus,
.acfe-form .acf-field .acf-input .form-floating > input[type=number]:focus,
.acfe-form .acf-field .acf-input .form-floating > input[type=password]:focus,
.acfe-form .acf-field .acf-input .form-floating > textarea:focus, div.dt-container .dt-search .form-floating > .dt-input:focus,
div.dt-container .dt-length .form-floating > .dt-input:focus, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]:focus,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]:focus,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]:focus,
.comment-respond .comment-form .comment-form-comment .form-floating > textarea:focus,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]:focus,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]:focus,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]:focus,
.comment-respond .comment-form .comment-form-author .form-floating > textarea:focus,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]:focus,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]:focus,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]:focus,
.comment-respond .comment-form .comment-form-email .form-floating > textarea:focus,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]:focus,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]:focus,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]:focus,
.comment-respond .comment-form .comment-form-url .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single:not(:placeholder-shown), .acfe-form .acf-field .acf-input .form-floating > input[type=text]:not(:placeholder-shown),
.acfe-form .acf-field .acf-input .form-floating > input[type=number]:not(:placeholder-shown),
.acfe-form .acf-field .acf-input .form-floating > input[type=password]:not(:placeholder-shown),
.acfe-form .acf-field .acf-input .form-floating > textarea:not(:placeholder-shown), div.dt-container .dt-search .form-floating > .dt-input:not(:placeholder-shown),
div.dt-container .dt-length .form-floating > .dt-input:not(:placeholder-shown), .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-comment .form-floating > textarea:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-author .form-floating > textarea:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-email .form-floating > textarea:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]:not(:placeholder-shown),
.comment-respond .comment-form .comment-form-url .form-floating > textarea: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, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single:-webkit-autofill, .acfe-form .acf-field .acf-input .form-floating > input[type=text]:-webkit-autofill,
.acfe-form .acf-field .acf-input .form-floating > input[type=number]:-webkit-autofill,
.acfe-form .acf-field .acf-input .form-floating > input[type=password]:-webkit-autofill,
.acfe-form .acf-field .acf-input .form-floating > textarea:-webkit-autofill, div.dt-container .dt-search .form-floating > .dt-input:-webkit-autofill,
div.dt-container .dt-length .form-floating > .dt-input:-webkit-autofill, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]:-webkit-autofill,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]:-webkit-autofill,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]:-webkit-autofill,
.comment-respond .comment-form .comment-form-comment .form-floating > textarea:-webkit-autofill,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]:-webkit-autofill,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]:-webkit-autofill,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]:-webkit-autofill,
.comment-respond .comment-form .comment-form-author .form-floating > textarea:-webkit-autofill,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]:-webkit-autofill,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]:-webkit-autofill,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]:-webkit-autofill,
.comment-respond .comment-form .comment-form-email .form-floating > textarea:-webkit-autofill,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]:-webkit-autofill,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]:-webkit-autofill,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]:-webkit-autofill,
.comment-respond .comment-form .comment-form-url .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single:focus ~ label, .acfe-form .acf-field .acf-input .form-floating > input[type=text]:focus ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=number]:focus ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=password]:focus ~ label,
.acfe-form .acf-field .acf-input .form-floating > textarea:focus ~ label, div.dt-container .dt-search .form-floating > .dt-input:focus ~ label,
div.dt-container .dt-length .form-floating > .dt-input:focus ~ label, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]:focus ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]:focus ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]:focus ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > textarea:focus ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]:focus ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]:focus ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]:focus ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > textarea:focus ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]:focus ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]:focus ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]:focus ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > textarea:focus ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]:focus ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]:focus ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]:focus ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single:not(:placeholder-shown) ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=number]:not(:placeholder-shown) ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
.acfe-form .acf-field .acf-input .form-floating > textarea:not(:placeholder-shown) ~ label,
div.dt-container .dt-search .form-floating > .dt-input:not(:placeholder-shown) ~ label,
div.dt-container .dt-length .form-floating > .dt-input:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > textarea:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > textarea:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > textarea:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .acfe-form .acf-field .acf-input .select2-container .form-floating > .select2-selection--single:-webkit-autofill ~ label, .acfe-form .acf-field .acf-input .form-floating > input[type=text]:-webkit-autofill ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=number]:-webkit-autofill ~ label,
.acfe-form .acf-field .acf-input .form-floating > input[type=password]:-webkit-autofill ~ label,
.acfe-form .acf-field .acf-input .form-floating > textarea:-webkit-autofill ~ label, div.dt-container .dt-search .form-floating > .dt-input:-webkit-autofill ~ label,
div.dt-container .dt-length .form-floating > .dt-input:-webkit-autofill ~ label, .comment-respond .comment-form .comment-form-comment .form-floating > input[type=text]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=email]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > input[type=url]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-comment .form-floating > textarea:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=text]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=email]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > input[type=url]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-author .form-floating > textarea:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=text]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=email]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > input[type=url]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-email .form-floating > textarea:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=text]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=email]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > input[type=url]:-webkit-autofill ~ label,
.comment-respond .comment-form .comment-form-url .form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .acfe-form .acf-field .acf-input .select2-container .input-group > .select2-selection--single, .acfe-form .acf-field .acf-input .input-group > input[type=text],
.acfe-form .acf-field .acf-input .input-group > input[type=number],
.acfe-form .acf-field .acf-input .input-group > input[type=password],
.acfe-form .acf-field .acf-input .input-group > textarea, div.dt-container .dt-search .input-group > .dt-input,
div.dt-container .dt-length .input-group > .dt-input, .comment-respond .comment-form .comment-form-comment .input-group > input[type=text],
.comment-respond .comment-form .comment-form-comment .input-group > input[type=email],
.comment-respond .comment-form .comment-form-comment .input-group > input[type=url],
.comment-respond .comment-form .comment-form-comment .input-group > textarea,
.comment-respond .comment-form .comment-form-author .input-group > input[type=text],
.comment-respond .comment-form .comment-form-author .input-group > input[type=email],
.comment-respond .comment-form .comment-form-author .input-group > input[type=url],
.comment-respond .comment-form .comment-form-author .input-group > textarea,
.comment-respond .comment-form .comment-form-email .input-group > input[type=text],
.comment-respond .comment-form .comment-form-email .input-group > input[type=email],
.comment-respond .comment-form .comment-form-email .input-group > input[type=url],
.comment-respond .comment-form .comment-form-email .input-group > textarea,
.comment-respond .comment-form .comment-form-url .input-group > input[type=text],
.comment-respond .comment-form .comment-form-url .input-group > input[type=email],
.comment-respond .comment-form .comment-form-url .input-group > input[type=url],
.comment-respond .comment-form .comment-form-url .input-group > textarea,
.input-group > .form-select,
.input-group > select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .acfe-form .acf-field .acf-input .select2-container .input-group > .select2-selection--single:focus, .acfe-form .acf-field .acf-input .input-group > input[type=text]:focus,
.acfe-form .acf-field .acf-input .input-group > input[type=number]:focus,
.acfe-form .acf-field .acf-input .input-group > input[type=password]:focus,
.acfe-form .acf-field .acf-input .input-group > textarea:focus, div.dt-container .dt-search .input-group > .dt-input:focus,
div.dt-container .dt-length .input-group > .dt-input:focus, .comment-respond .comment-form .comment-form-comment .input-group > input[type=text]:focus,
.comment-respond .comment-form .comment-form-comment .input-group > input[type=email]:focus,
.comment-respond .comment-form .comment-form-comment .input-group > input[type=url]:focus,
.comment-respond .comment-form .comment-form-comment .input-group > textarea:focus,
.comment-respond .comment-form .comment-form-author .input-group > input[type=text]:focus,
.comment-respond .comment-form .comment-form-author .input-group > input[type=email]:focus,
.comment-respond .comment-form .comment-form-author .input-group > input[type=url]:focus,
.comment-respond .comment-form .comment-form-author .input-group > textarea:focus,
.comment-respond .comment-form .comment-form-email .input-group > input[type=text]:focus,
.comment-respond .comment-form .comment-form-email .input-group > input[type=email]:focus,
.comment-respond .comment-form .comment-form-email .input-group > input[type=url]:focus,
.comment-respond .comment-form .comment-form-email .input-group > textarea:focus,
.comment-respond .comment-form .comment-form-url .input-group > input[type=text]:focus,
.comment-respond .comment-form .comment-form-url .input-group > input[type=email]:focus,
.comment-respond .comment-form .comment-form-url .input-group > input[type=url]:focus,
.comment-respond .comment-form .comment-form-url .input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .button, .input-group input[type=file]::file-selector-button, .input-group .acfe-form .acf-form-submit .acf-button, .acfe-form .acf-form-submit .input-group .acf-button, .input-group #editAvatarModal .modal-body .acf-form-submit .acf-button, #editAvatarModal .modal-body .acf-form-submit .input-group .acf-button, .input-group #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .input-group .acf-button, .input-group .comment-respond .comment-form .form-submit .submit, .comment-respond .comment-form .form-submit .input-group .submit, .input-group input[type=submit],
.input-group input[type=reset],
.input-group input[type=button] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .button:focus, .input-group input[type=file]:focus::file-selector-button, .input-group .acfe-form .acf-form-submit .acf-button:focus, .acfe-form .acf-form-submit .input-group .acf-button:focus, .input-group #editAvatarModal .modal-body .acf-form-submit .acf-button:focus, #editAvatarModal .modal-body .acf-form-submit .input-group .acf-button:focus, .input-group #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:focus, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .input-group .acf-button:focus, .input-group .comment-respond .comment-form .form-submit .submit:focus, .comment-respond .comment-form .form-submit .input-group .submit:focus, .input-group input[type=submit]:focus,
.input-group input[type=reset]:focus,
.input-group input[type=button]:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control, .acfe-form .acf-field .acf-input .select2-container .input-group-lg > .select2-selection--single, .acfe-form .acf-field .acf-input .input-group-lg > input[type=text],
.acfe-form .acf-field .acf-input .input-group-lg > input[type=number],
.acfe-form .acf-field .acf-input .input-group-lg > input[type=password],
.acfe-form .acf-field .acf-input .input-group-lg > textarea, div.dt-container .dt-search .input-group-lg > .dt-input,
div.dt-container .dt-length .input-group-lg > .dt-input, .comment-respond .comment-form .comment-form-comment .input-group-lg > input[type=text],
.comment-respond .comment-form .comment-form-comment .input-group-lg > input[type=email],
.comment-respond .comment-form .comment-form-comment .input-group-lg > input[type=url],
.comment-respond .comment-form .comment-form-comment .input-group-lg > textarea,
.comment-respond .comment-form .comment-form-author .input-group-lg > input[type=text],
.comment-respond .comment-form .comment-form-author .input-group-lg > input[type=email],
.comment-respond .comment-form .comment-form-author .input-group-lg > input[type=url],
.comment-respond .comment-form .comment-form-author .input-group-lg > textarea,
.comment-respond .comment-form .comment-form-email .input-group-lg > input[type=text],
.comment-respond .comment-form .comment-form-email .input-group-lg > input[type=email],
.comment-respond .comment-form .comment-form-email .input-group-lg > input[type=url],
.comment-respond .comment-form .comment-form-email .input-group-lg > textarea,
.comment-respond .comment-form .comment-form-url .input-group-lg > input[type=text],
.comment-respond .comment-form .comment-form-url .input-group-lg > input[type=email],
.comment-respond .comment-form .comment-form-url .input-group-lg > input[type=url],
.comment-respond .comment-form .comment-form-url .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .button,
.input-group-lg > input[type=file]::file-selector-button,
.acfe-form .acf-form-submit .input-group-lg > .acf-button,
#editAvatarModal .modal-body .acf-form-submit .input-group-lg > .acf-button,
#editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .input-group-lg > .acf-button,
.comment-respond .comment-form .form-submit .input-group-lg > .submit,
.input-group-lg > input[type=submit],
.input-group-lg > input[type=reset],
.input-group-lg > input[type=button] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control, .acfe-form .acf-field .acf-input .select2-container .input-group-sm > .select2-selection--single, .acfe-form .acf-field .acf-input .input-group-sm > input[type=text],
.acfe-form .acf-field .acf-input .input-group-sm > input[type=number],
.acfe-form .acf-field .acf-input .input-group-sm > input[type=password],
.acfe-form .acf-field .acf-input .input-group-sm > textarea, div.dt-container .dt-search .input-group-sm > .dt-input,
div.dt-container .dt-length .input-group-sm > .dt-input, .comment-respond .comment-form .comment-form-comment .input-group-sm > input[type=text],
.comment-respond .comment-form .comment-form-comment .input-group-sm > input[type=email],
.comment-respond .comment-form .comment-form-comment .input-group-sm > input[type=url],
.comment-respond .comment-form .comment-form-comment .input-group-sm > textarea,
.comment-respond .comment-form .comment-form-author .input-group-sm > input[type=text],
.comment-respond .comment-form .comment-form-author .input-group-sm > input[type=email],
.comment-respond .comment-form .comment-form-author .input-group-sm > input[type=url],
.comment-respond .comment-form .comment-form-author .input-group-sm > textarea,
.comment-respond .comment-form .comment-form-email .input-group-sm > input[type=text],
.comment-respond .comment-form .comment-form-email .input-group-sm > input[type=email],
.comment-respond .comment-form .comment-form-email .input-group-sm > input[type=url],
.comment-respond .comment-form .comment-form-email .input-group-sm > textarea,
.comment-respond .comment-form .comment-form-url .input-group-sm > input[type=text],
.comment-respond .comment-form .comment-form-url .input-group-sm > input[type=email],
.comment-respond .comment-form .comment-form-url .input-group-sm > input[type=url],
.comment-respond .comment-form .comment-form-url .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .button,
.input-group-sm > input[type=file]::file-selector-button,
.acfe-form .acf-form-submit .input-group-sm > .acf-button,
#editAvatarModal .modal-body .acf-form-submit .input-group-sm > .acf-button,
#editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .input-group-sm > .acf-button,
.comment-respond .comment-form .form-submit .input-group-sm > .submit,
.input-group-sm > input[type=submit],
.input-group-sm > input[type=reset],
.input-group-sm > input[type=button] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select, .input-group-lg > select,
.input-group-sm > .form-select,
.input-group-sm > select {
  padding-right: 3rem;
}

.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,
.acfe-form .acf-field .acf-input .select2-container .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection--single,
.acfe-form .acf-field .acf-input .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.acfe-form .acf-field .acf-input .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=number],
.acfe-form .acf-field .acf-input .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
.acfe-form .acf-field .acf-input .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
div.dt-container .dt-search .input-group:not(.has-validation) > .form-floating:not(:last-child) > .dt-input,
div.dt-container .dt-length .input-group:not(.has-validation) > .form-floating:not(:last-child) > .dt-input,
.comment-respond .comment-form .comment-form-comment .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.comment-respond .comment-form .comment-form-comment .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.comment-respond .comment-form .comment-form-comment .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.comment-respond .comment-form .comment-form-comment .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.comment-respond .comment-form .comment-form-author .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.comment-respond .comment-form .comment-form-author .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.comment-respond .comment-form .comment-form-author .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.comment-respond .comment-form .comment-form-author .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.comment-respond .comment-form .comment-form-email .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.comment-respond .comment-form .comment-form-email .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.comment-respond .comment-form .comment-form-email .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.comment-respond .comment-form .comment-form-email .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.comment-respond .comment-form .comment-form-url .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.comment-respond .comment-form .comment-form-url .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.comment-respond .comment-form .comment-form-url .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
.comment-respond .comment-form .comment-form-url .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > 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,
.acfe-form .acf-field .acf-input .select2-container .input-group.has-validation > .form-floating:nth-last-child(n+3) > .select2-selection--single,
.acfe-form .acf-field .acf-input .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.acfe-form .acf-field .acf-input .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=number],
.acfe-form .acf-field .acf-input .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=password],
.acfe-form .acf-field .acf-input .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
div.dt-container .dt-search .input-group.has-validation > .form-floating:nth-last-child(n+3) > .dt-input,
div.dt-container .dt-length .input-group.has-validation > .form-floating:nth-last-child(n+3) > .dt-input,
.comment-respond .comment-form .comment-form-comment .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.comment-respond .comment-form .comment-form-comment .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.comment-respond .comment-form .comment-form-comment .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.comment-respond .comment-form .comment-form-comment .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.comment-respond .comment-form .comment-form-author .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.comment-respond .comment-form .comment-form-author .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.comment-respond .comment-form .comment-form-author .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.comment-respond .comment-form .comment-form-author .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.comment-respond .comment-form .comment-form-email .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.comment-respond .comment-form .comment-form-email .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.comment-respond .comment-form .comment-form-email .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.comment-respond .comment-form .comment-form-email .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.comment-respond .comment-form .comment-form-url .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.comment-respond .comment-form .comment-form-url .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.comment-respond .comment-form .comment-form-url .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=url],
.comment-respond .comment-form .comment-form-url .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > 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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .acfe-form .acf-field .acf-input .select2-container .input-group > .form-floating:not(:first-child) > .select2-selection--single, .acfe-form .acf-field .acf-input .input-group > .form-floating:not(:first-child) > input[type=text],
.acfe-form .acf-field .acf-input .input-group > .form-floating:not(:first-child) > input[type=number],
.acfe-form .acf-field .acf-input .input-group > .form-floating:not(:first-child) > input[type=password],
.acfe-form .acf-field .acf-input .input-group > .form-floating:not(:first-child) > textarea, div.dt-container .dt-search .input-group > .form-floating:not(:first-child) > .dt-input,
div.dt-container .dt-length .input-group > .form-floating:not(:first-child) > .dt-input, .comment-respond .comment-form .comment-form-comment .input-group > .form-floating:not(:first-child) > input[type=text],
.comment-respond .comment-form .comment-form-comment .input-group > .form-floating:not(:first-child) > input[type=email],
.comment-respond .comment-form .comment-form-comment .input-group > .form-floating:not(:first-child) > input[type=url],
.comment-respond .comment-form .comment-form-comment .input-group > .form-floating:not(:first-child) > textarea,
.comment-respond .comment-form .comment-form-author .input-group > .form-floating:not(:first-child) > input[type=text],
.comment-respond .comment-form .comment-form-author .input-group > .form-floating:not(:first-child) > input[type=email],
.comment-respond .comment-form .comment-form-author .input-group > .form-floating:not(:first-child) > input[type=url],
.comment-respond .comment-form .comment-form-author .input-group > .form-floating:not(:first-child) > textarea,
.comment-respond .comment-form .comment-form-email .input-group > .form-floating:not(:first-child) > input[type=text],
.comment-respond .comment-form .comment-form-email .input-group > .form-floating:not(:first-child) > input[type=email],
.comment-respond .comment-form .comment-form-email .input-group > .form-floating:not(:first-child) > input[type=url],
.comment-respond .comment-form .comment-form-email .input-group > .form-floating:not(:first-child) > textarea,
.comment-respond .comment-form .comment-form-url .input-group > .form-floating:not(:first-child) > input[type=text],
.comment-respond .comment-form .comment-form-url .input-group > .form-floating:not(:first-child) > input[type=email],
.comment-respond .comment-form .comment-form-url .input-group > .form-floating:not(:first-child) > input[type=url],
.comment-respond .comment-form .comment-form-url .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group > .form-floating:not(:first-child) > 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: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.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, .was-validated .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:valid, .acfe-form .acf-field .acf-input .select2-container .was-validated .select2-selection--single:valid, .was-validated .acfe-form .acf-field .acf-input input[type=text]:valid, .acfe-form .acf-field .acf-input .was-validated input[type=text]:valid,
.was-validated .acfe-form .acf-field .acf-input input[type=number]:valid,
.acfe-form .acf-field .acf-input .was-validated input[type=number]:valid,
.was-validated .acfe-form .acf-field .acf-input input[type=password]:valid,
.acfe-form .acf-field .acf-input .was-validated input[type=password]:valid,
.was-validated .acfe-form .acf-field .acf-input textarea:valid,
.acfe-form .acf-field .acf-input .was-validated textarea:valid, .was-validated div.dt-container .dt-search .dt-input:valid, div.dt-container .dt-search .was-validated .dt-input:valid,
.was-validated div.dt-container .dt-length .dt-input:valid,
div.dt-container .dt-length .was-validated .dt-input:valid, .was-validated .comment-respond .comment-form .comment-form-comment input[type=text]:valid, .comment-respond .comment-form .comment-form-comment .was-validated input[type=text]:valid,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=email]:valid,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=email]:valid,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=url]:valid,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=url]:valid,
.was-validated .comment-respond .comment-form .comment-form-comment textarea:valid,
.comment-respond .comment-form .comment-form-comment .was-validated textarea:valid,
.was-validated .comment-respond .comment-form .comment-form-author input[type=text]:valid,
.comment-respond .comment-form .comment-form-author .was-validated input[type=text]:valid,
.was-validated .comment-respond .comment-form .comment-form-author input[type=email]:valid,
.comment-respond .comment-form .comment-form-author .was-validated input[type=email]:valid,
.was-validated .comment-respond .comment-form .comment-form-author input[type=url]:valid,
.comment-respond .comment-form .comment-form-author .was-validated input[type=url]:valid,
.was-validated .comment-respond .comment-form .comment-form-author textarea:valid,
.comment-respond .comment-form .comment-form-author .was-validated textarea:valid,
.was-validated .comment-respond .comment-form .comment-form-email input[type=text]:valid,
.comment-respond .comment-form .comment-form-email .was-validated input[type=text]:valid,
.was-validated .comment-respond .comment-form .comment-form-email input[type=email]:valid,
.comment-respond .comment-form .comment-form-email .was-validated input[type=email]:valid,
.was-validated .comment-respond .comment-form .comment-form-email input[type=url]:valid,
.comment-respond .comment-form .comment-form-email .was-validated input[type=url]:valid,
.was-validated .comment-respond .comment-form .comment-form-email textarea:valid,
.comment-respond .comment-form .comment-form-email .was-validated textarea:valid,
.was-validated .comment-respond .comment-form .comment-form-url input[type=text]:valid,
.comment-respond .comment-form .comment-form-url .was-validated input[type=text]:valid,
.was-validated .comment-respond .comment-form .comment-form-url input[type=email]:valid,
.comment-respond .comment-form .comment-form-url .was-validated input[type=email]:valid,
.was-validated .comment-respond .comment-form .comment-form-url input[type=url]:valid,
.comment-respond .comment-form .comment-form-url .was-validated input[type=url]:valid,
.was-validated .comment-respond .comment-form .comment-form-url textarea:valid,
.comment-respond .comment-form .comment-form-url .was-validated textarea:valid, .form-control.is-valid, .acfe-form .acf-field .acf-input .select2-container .is-valid.select2-selection--single, .acfe-form .acf-field .acf-input input.is-valid[type=text],
.acfe-form .acf-field .acf-input input.is-valid[type=number],
.acfe-form .acf-field .acf-input input.is-valid[type=password],
.acfe-form .acf-field .acf-input textarea.is-valid, div.dt-container .dt-search .is-valid.dt-input,
div.dt-container .dt-length .is-valid.dt-input, .comment-respond .comment-form .comment-form-comment input.is-valid[type=text],
.comment-respond .comment-form .comment-form-comment input.is-valid[type=email],
.comment-respond .comment-form .comment-form-comment input.is-valid[type=url],
.comment-respond .comment-form .comment-form-comment textarea.is-valid,
.comment-respond .comment-form .comment-form-author input.is-valid[type=text],
.comment-respond .comment-form .comment-form-author input.is-valid[type=email],
.comment-respond .comment-form .comment-form-author input.is-valid[type=url],
.comment-respond .comment-form .comment-form-author textarea.is-valid,
.comment-respond .comment-form .comment-form-email input.is-valid[type=text],
.comment-respond .comment-form .comment-form-email input.is-valid[type=email],
.comment-respond .comment-form .comment-form-email input.is-valid[type=url],
.comment-respond .comment-form .comment-form-email textarea.is-valid,
.comment-respond .comment-form .comment-form-url input.is-valid[type=text],
.comment-respond .comment-form .comment-form-url input.is-valid[type=email],
.comment-respond .comment-form .comment-form-url input.is-valid[type=url],
.comment-respond .comment-form .comment-form-url textarea.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:valid:focus, .acfe-form .acf-field .acf-input .select2-container .was-validated .select2-selection--single:valid:focus, .was-validated .acfe-form .acf-field .acf-input input[type=text]:valid:focus, .acfe-form .acf-field .acf-input .was-validated input[type=text]:valid:focus,
.was-validated .acfe-form .acf-field .acf-input input[type=number]:valid:focus,
.acfe-form .acf-field .acf-input .was-validated input[type=number]:valid:focus,
.was-validated .acfe-form .acf-field .acf-input input[type=password]:valid:focus,
.acfe-form .acf-field .acf-input .was-validated input[type=password]:valid:focus,
.was-validated .acfe-form .acf-field .acf-input textarea:valid:focus,
.acfe-form .acf-field .acf-input .was-validated textarea:valid:focus, .was-validated div.dt-container .dt-search .dt-input:valid:focus, div.dt-container .dt-search .was-validated .dt-input:valid:focus,
.was-validated div.dt-container .dt-length .dt-input:valid:focus,
div.dt-container .dt-length .was-validated .dt-input:valid:focus, .was-validated .comment-respond .comment-form .comment-form-comment input[type=text]:valid:focus, .comment-respond .comment-form .comment-form-comment .was-validated input[type=text]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=email]:valid:focus,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=email]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=url]:valid:focus,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=url]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-comment textarea:valid:focus,
.comment-respond .comment-form .comment-form-comment .was-validated textarea:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-author input[type=text]:valid:focus,
.comment-respond .comment-form .comment-form-author .was-validated input[type=text]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-author input[type=email]:valid:focus,
.comment-respond .comment-form .comment-form-author .was-validated input[type=email]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-author input[type=url]:valid:focus,
.comment-respond .comment-form .comment-form-author .was-validated input[type=url]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-author textarea:valid:focus,
.comment-respond .comment-form .comment-form-author .was-validated textarea:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-email input[type=text]:valid:focus,
.comment-respond .comment-form .comment-form-email .was-validated input[type=text]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-email input[type=email]:valid:focus,
.comment-respond .comment-form .comment-form-email .was-validated input[type=email]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-email input[type=url]:valid:focus,
.comment-respond .comment-form .comment-form-email .was-validated input[type=url]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-email textarea:valid:focus,
.comment-respond .comment-form .comment-form-email .was-validated textarea:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-url input[type=text]:valid:focus,
.comment-respond .comment-form .comment-form-url .was-validated input[type=text]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-url input[type=email]:valid:focus,
.comment-respond .comment-form .comment-form-url .was-validated input[type=email]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-url input[type=url]:valid:focus,
.comment-respond .comment-form .comment-form-url .was-validated input[type=url]:valid:focus,
.was-validated .comment-respond .comment-form .comment-form-url textarea:valid:focus,
.comment-respond .comment-form .comment-form-url .was-validated textarea:valid:focus, .form-control.is-valid:focus, .acfe-form .acf-field .acf-input .select2-container .is-valid.select2-selection--single:focus, .acfe-form .acf-field .acf-input input.is-valid[type=text]:focus,
.acfe-form .acf-field .acf-input input.is-valid[type=number]:focus,
.acfe-form .acf-field .acf-input input.is-valid[type=password]:focus,
.acfe-form .acf-field .acf-input textarea.is-valid:focus, div.dt-container .dt-search .is-valid.dt-input:focus,
div.dt-container .dt-length .is-valid.dt-input:focus, .comment-respond .comment-form .comment-form-comment input.is-valid[type=text]:focus,
.comment-respond .comment-form .comment-form-comment input.is-valid[type=email]:focus,
.comment-respond .comment-form .comment-form-comment input.is-valid[type=url]:focus,
.comment-respond .comment-form .comment-form-comment textarea.is-valid:focus,
.comment-respond .comment-form .comment-form-author input.is-valid[type=text]:focus,
.comment-respond .comment-form .comment-form-author input.is-valid[type=email]:focus,
.comment-respond .comment-form .comment-form-author input.is-valid[type=url]:focus,
.comment-respond .comment-form .comment-form-author textarea.is-valid:focus,
.comment-respond .comment-form .comment-form-email input.is-valid[type=text]:focus,
.comment-respond .comment-form .comment-form-email input.is-valid[type=email]:focus,
.comment-respond .comment-form .comment-form-email input.is-valid[type=url]:focus,
.comment-respond .comment-form .comment-form-email textarea.is-valid:focus,
.comment-respond .comment-form .comment-form-url input.is-valid[type=text]:focus,
.comment-respond .comment-form .comment-form-url input.is-valid[type=email]:focus,
.comment-respond .comment-form .comment-form-url input.is-valid[type=url]:focus,
.comment-respond .comment-form .comment-form-url textarea.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated .acfe-form .acf-field .acf-input textarea:valid,
.acfe-form .acf-field .acf-input .was-validated textarea:valid, .was-validated div.dt-container .dt-search textarea.dt-input:valid, div.dt-container .dt-search .was-validated textarea.dt-input:valid,
.was-validated div.dt-container .dt-length textarea.dt-input:valid,
div.dt-container .dt-length .was-validated textarea.dt-input:valid,
.was-validated .comment-respond .comment-form .comment-form-comment textarea:valid,
.comment-respond .comment-form .comment-form-comment .was-validated textarea:valid,
.was-validated .comment-respond .comment-form .comment-form-author textarea:valid,
.comment-respond .comment-form .comment-form-author .was-validated textarea:valid,
.was-validated .comment-respond .comment-form .comment-form-email textarea:valid,
.comment-respond .comment-form .comment-form-email .was-validated textarea:valid,
.was-validated .comment-respond .comment-form .comment-form-url textarea:valid,
.comment-respond .comment-form .comment-form-url .was-validated textarea:valid, textarea.form-control.is-valid, .acfe-form .acf-field .acf-input .select2-container textarea.is-valid.select2-selection--single,
.acfe-form .acf-field .acf-input textarea.is-valid, div.dt-container .dt-search textarea.is-valid.dt-input,
div.dt-container .dt-length textarea.is-valid.dt-input,
.comment-respond .comment-form .comment-form-comment textarea.is-valid,
.comment-respond .comment-form .comment-form-author textarea.is-valid,
.comment-respond .comment-form .comment-form-email textarea.is-valid,
.comment-respond .comment-form .comment-form-url textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated select:valid, .form-select.is-valid, select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated select:valid:focus, .form-select.is-valid:focus, select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:valid, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:valid, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:valid, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid, .form-check-input.is-valid, .acfe-form .acf-field .acf-checkbox-list input.is-valid[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox] {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:valid:checked, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:valid:checked, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:valid:checked, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid:checked, .form-check-input.is-valid:checked, .acfe-form .acf-field .acf-checkbox-list input.is-valid[type=checkbox]:checked, .comment-respond .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox]:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:valid:focus, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:valid:focus, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:valid:focus, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid:focus, .form-check-input.is-valid:focus, .acfe-form .acf-field .acf-checkbox-list input.is-valid[type=checkbox]:focus, .comment-respond .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:valid ~ .form-check-label, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:valid ~ .form-check-label, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .acfe-form .acf-field .acf-checkbox-list input.is-valid[type=checkbox] ~ .form-check-label, .comment-respond .comment-form .comment-form-cookies-consent input.is-valid[type=checkbox] ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .acfe-form .acf-field .acf-checkbox-list input[type=checkbox] ~ .valid-feedback, .acfe-form .acf-field .acf-checkbox-list .form-check-inline input[type=checkbox] ~ .valid-feedback, .form-check-inline .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] ~ .valid-feedback, .comment-respond .comment-form .comment-form-cookies-consent .form-check-inline input[type=checkbox] ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .acfe-form .acf-field .acf-input .select2-container .input-group > .select2-selection--single:not(:focus):valid, .acfe-form .acf-field .acf-input .select2-container .was-validated .input-group > .select2-selection--single:not(:focus):valid, .was-validated .acfe-form .acf-field .acf-input .input-group > input[type=text]:not(:focus):valid, .acfe-form .acf-field .acf-input .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .acfe-form .acf-field .acf-input .input-group > input[type=number]:not(:focus):valid,
.acfe-form .acf-field .acf-input .was-validated .input-group > input[type=number]:not(:focus):valid,
.was-validated .acfe-form .acf-field .acf-input .input-group > input[type=password]:not(:focus):valid,
.acfe-form .acf-field .acf-input .was-validated .input-group > input[type=password]:not(:focus):valid,
.was-validated .acfe-form .acf-field .acf-input .input-group > textarea:not(:focus):valid,
.acfe-form .acf-field .acf-input .was-validated .input-group > textarea:not(:focus):valid, .was-validated div.dt-container .dt-search .input-group > .dt-input:not(:focus):valid, div.dt-container .dt-search .was-validated .input-group > .dt-input:not(:focus):valid,
.was-validated div.dt-container .dt-length .input-group > .dt-input:not(:focus):valid,
div.dt-container .dt-length .was-validated .input-group > .dt-input:not(:focus):valid, .was-validated .comment-respond .comment-form .comment-form-comment .input-group > input[type=text]:not(:focus):valid, .comment-respond .comment-form .comment-form-comment .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-comment .input-group > input[type=email]:not(:focus):valid,
.comment-respond .comment-form .comment-form-comment .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-comment .input-group > input[type=url]:not(:focus):valid,
.comment-respond .comment-form .comment-form-comment .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-comment .input-group > textarea:not(:focus):valid,
.comment-respond .comment-form .comment-form-comment .was-validated .input-group > textarea:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > input[type=text]:not(:focus):valid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > input[type=email]:not(:focus):valid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > input[type=url]:not(:focus):valid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > textarea:not(:focus):valid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > textarea:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > input[type=text]:not(:focus):valid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > input[type=email]:not(:focus):valid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > input[type=url]:not(:focus):valid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > textarea:not(:focus):valid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > textarea:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > input[type=text]:not(:focus):valid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > input[type=email]:not(:focus):valid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > input[type=url]:not(:focus):valid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > input[type=url]:not(:focus):valid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > textarea:not(:focus):valid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .acfe-form .acf-field .acf-input .select2-container .input-group > .select2-selection--single:not(:focus).is-valid, .acfe-form .acf-field .acf-input .input-group > input[type=text]:not(:focus).is-valid,
.acfe-form .acf-field .acf-input .input-group > input[type=number]:not(:focus).is-valid,
.acfe-form .acf-field .acf-input .input-group > input[type=password]:not(:focus).is-valid,
.acfe-form .acf-field .acf-input .input-group > textarea:not(:focus).is-valid, div.dt-container .dt-search .input-group > .dt-input:not(:focus).is-valid,
div.dt-container .dt-length .input-group > .dt-input:not(:focus).is-valid, .comment-respond .comment-form .comment-form-comment .input-group > input[type=text]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-comment .input-group > input[type=email]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-comment .input-group > input[type=url]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-comment .input-group > textarea:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-author .input-group > input[type=text]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-author .input-group > input[type=email]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-author .input-group > input[type=url]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-author .input-group > textarea:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-email .input-group > input[type=text]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-email .input-group > input[type=email]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-email .input-group > input[type=url]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-email .input-group > textarea:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-url .input-group > input[type=text]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-url .input-group > input[type=email]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-url .input-group > input[type=url]:not(:focus).is-valid,
.comment-respond .comment-form .comment-form-url .input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .input-group > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.input-group > 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: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.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, .was-validated .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:invalid, .acfe-form .acf-field .acf-input .select2-container .was-validated .select2-selection--single:invalid, .was-validated .acfe-form .acf-field .acf-input input[type=text]:invalid, .acfe-form .acf-field .acf-input .was-validated input[type=text]:invalid,
.was-validated .acfe-form .acf-field .acf-input input[type=number]:invalid,
.acfe-form .acf-field .acf-input .was-validated input[type=number]:invalid,
.was-validated .acfe-form .acf-field .acf-input input[type=password]:invalid,
.acfe-form .acf-field .acf-input .was-validated input[type=password]:invalid,
.was-validated .acfe-form .acf-field .acf-input textarea:invalid,
.acfe-form .acf-field .acf-input .was-validated textarea:invalid, .was-validated div.dt-container .dt-search .dt-input:invalid, div.dt-container .dt-search .was-validated .dt-input:invalid,
.was-validated div.dt-container .dt-length .dt-input:invalid,
div.dt-container .dt-length .was-validated .dt-input:invalid, .was-validated .comment-respond .comment-form .comment-form-comment input[type=text]:invalid, .comment-respond .comment-form .comment-form-comment .was-validated input[type=text]:invalid,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=email]:invalid,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=email]:invalid,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=url]:invalid,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=url]:invalid,
.was-validated .comment-respond .comment-form .comment-form-comment textarea:invalid,
.comment-respond .comment-form .comment-form-comment .was-validated textarea:invalid,
.was-validated .comment-respond .comment-form .comment-form-author input[type=text]:invalid,
.comment-respond .comment-form .comment-form-author .was-validated input[type=text]:invalid,
.was-validated .comment-respond .comment-form .comment-form-author input[type=email]:invalid,
.comment-respond .comment-form .comment-form-author .was-validated input[type=email]:invalid,
.was-validated .comment-respond .comment-form .comment-form-author input[type=url]:invalid,
.comment-respond .comment-form .comment-form-author .was-validated input[type=url]:invalid,
.was-validated .comment-respond .comment-form .comment-form-author textarea:invalid,
.comment-respond .comment-form .comment-form-author .was-validated textarea:invalid,
.was-validated .comment-respond .comment-form .comment-form-email input[type=text]:invalid,
.comment-respond .comment-form .comment-form-email .was-validated input[type=text]:invalid,
.was-validated .comment-respond .comment-form .comment-form-email input[type=email]:invalid,
.comment-respond .comment-form .comment-form-email .was-validated input[type=email]:invalid,
.was-validated .comment-respond .comment-form .comment-form-email input[type=url]:invalid,
.comment-respond .comment-form .comment-form-email .was-validated input[type=url]:invalid,
.was-validated .comment-respond .comment-form .comment-form-email textarea:invalid,
.comment-respond .comment-form .comment-form-email .was-validated textarea:invalid,
.was-validated .comment-respond .comment-form .comment-form-url input[type=text]:invalid,
.comment-respond .comment-form .comment-form-url .was-validated input[type=text]:invalid,
.was-validated .comment-respond .comment-form .comment-form-url input[type=email]:invalid,
.comment-respond .comment-form .comment-form-url .was-validated input[type=email]:invalid,
.was-validated .comment-respond .comment-form .comment-form-url input[type=url]:invalid,
.comment-respond .comment-form .comment-form-url .was-validated input[type=url]:invalid,
.was-validated .comment-respond .comment-form .comment-form-url textarea:invalid,
.comment-respond .comment-form .comment-form-url .was-validated textarea:invalid, .form-control.is-invalid, .acfe-form .acf-field .acf-input .select2-container .is-invalid.select2-selection--single, .acfe-form .acf-field .acf-input input.is-invalid[type=text],
.acfe-form .acf-field .acf-input input.is-invalid[type=number],
.acfe-form .acf-field .acf-input input.is-invalid[type=password],
.acfe-form .acf-field .acf-input textarea.is-invalid, div.dt-container .dt-search .is-invalid.dt-input,
div.dt-container .dt-length .is-invalid.dt-input, .comment-respond .comment-form .comment-form-comment input.is-invalid[type=text],
.comment-respond .comment-form .comment-form-comment input.is-invalid[type=email],
.comment-respond .comment-form .comment-form-comment input.is-invalid[type=url],
.comment-respond .comment-form .comment-form-comment textarea.is-invalid,
.comment-respond .comment-form .comment-form-author input.is-invalid[type=text],
.comment-respond .comment-form .comment-form-author input.is-invalid[type=email],
.comment-respond .comment-form .comment-form-author input.is-invalid[type=url],
.comment-respond .comment-form .comment-form-author textarea.is-invalid,
.comment-respond .comment-form .comment-form-email input.is-invalid[type=text],
.comment-respond .comment-form .comment-form-email input.is-invalid[type=email],
.comment-respond .comment-form .comment-form-email input.is-invalid[type=url],
.comment-respond .comment-form .comment-form-email textarea.is-invalid,
.comment-respond .comment-form .comment-form-url input.is-invalid[type=text],
.comment-respond .comment-form .comment-form-url input.is-invalid[type=email],
.comment-respond .comment-form .comment-form-url input.is-invalid[type=url],
.comment-respond .comment-form .comment-form-url textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:invalid:focus, .acfe-form .acf-field .acf-input .select2-container .was-validated .select2-selection--single:invalid:focus, .was-validated .acfe-form .acf-field .acf-input input[type=text]:invalid:focus, .acfe-form .acf-field .acf-input .was-validated input[type=text]:invalid:focus,
.was-validated .acfe-form .acf-field .acf-input input[type=number]:invalid:focus,
.acfe-form .acf-field .acf-input .was-validated input[type=number]:invalid:focus,
.was-validated .acfe-form .acf-field .acf-input input[type=password]:invalid:focus,
.acfe-form .acf-field .acf-input .was-validated input[type=password]:invalid:focus,
.was-validated .acfe-form .acf-field .acf-input textarea:invalid:focus,
.acfe-form .acf-field .acf-input .was-validated textarea:invalid:focus, .was-validated div.dt-container .dt-search .dt-input:invalid:focus, div.dt-container .dt-search .was-validated .dt-input:invalid:focus,
.was-validated div.dt-container .dt-length .dt-input:invalid:focus,
div.dt-container .dt-length .was-validated .dt-input:invalid:focus, .was-validated .comment-respond .comment-form .comment-form-comment input[type=text]:invalid:focus, .comment-respond .comment-form .comment-form-comment .was-validated input[type=text]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=email]:invalid:focus,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=email]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-comment input[type=url]:invalid:focus,
.comment-respond .comment-form .comment-form-comment .was-validated input[type=url]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-comment textarea:invalid:focus,
.comment-respond .comment-form .comment-form-comment .was-validated textarea:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-author input[type=text]:invalid:focus,
.comment-respond .comment-form .comment-form-author .was-validated input[type=text]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-author input[type=email]:invalid:focus,
.comment-respond .comment-form .comment-form-author .was-validated input[type=email]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-author input[type=url]:invalid:focus,
.comment-respond .comment-form .comment-form-author .was-validated input[type=url]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-author textarea:invalid:focus,
.comment-respond .comment-form .comment-form-author .was-validated textarea:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-email input[type=text]:invalid:focus,
.comment-respond .comment-form .comment-form-email .was-validated input[type=text]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-email input[type=email]:invalid:focus,
.comment-respond .comment-form .comment-form-email .was-validated input[type=email]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-email input[type=url]:invalid:focus,
.comment-respond .comment-form .comment-form-email .was-validated input[type=url]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-email textarea:invalid:focus,
.comment-respond .comment-form .comment-form-email .was-validated textarea:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-url input[type=text]:invalid:focus,
.comment-respond .comment-form .comment-form-url .was-validated input[type=text]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-url input[type=email]:invalid:focus,
.comment-respond .comment-form .comment-form-url .was-validated input[type=email]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-url input[type=url]:invalid:focus,
.comment-respond .comment-form .comment-form-url .was-validated input[type=url]:invalid:focus,
.was-validated .comment-respond .comment-form .comment-form-url textarea:invalid:focus,
.comment-respond .comment-form .comment-form-url .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .acfe-form .acf-field .acf-input .select2-container .is-invalid.select2-selection--single:focus, .acfe-form .acf-field .acf-input input.is-invalid[type=text]:focus,
.acfe-form .acf-field .acf-input input.is-invalid[type=number]:focus,
.acfe-form .acf-field .acf-input input.is-invalid[type=password]:focus,
.acfe-form .acf-field .acf-input textarea.is-invalid:focus, div.dt-container .dt-search .is-invalid.dt-input:focus,
div.dt-container .dt-length .is-invalid.dt-input:focus, .comment-respond .comment-form .comment-form-comment input.is-invalid[type=text]:focus,
.comment-respond .comment-form .comment-form-comment input.is-invalid[type=email]:focus,
.comment-respond .comment-form .comment-form-comment input.is-invalid[type=url]:focus,
.comment-respond .comment-form .comment-form-comment textarea.is-invalid:focus,
.comment-respond .comment-form .comment-form-author input.is-invalid[type=text]:focus,
.comment-respond .comment-form .comment-form-author input.is-invalid[type=email]:focus,
.comment-respond .comment-form .comment-form-author input.is-invalid[type=url]:focus,
.comment-respond .comment-form .comment-form-author textarea.is-invalid:focus,
.comment-respond .comment-form .comment-form-email input.is-invalid[type=text]:focus,
.comment-respond .comment-form .comment-form-email input.is-invalid[type=email]:focus,
.comment-respond .comment-form .comment-form-email input.is-invalid[type=url]:focus,
.comment-respond .comment-form .comment-form-email textarea.is-invalid:focus,
.comment-respond .comment-form .comment-form-url input.is-invalid[type=text]:focus,
.comment-respond .comment-form .comment-form-url input.is-invalid[type=email]:focus,
.comment-respond .comment-form .comment-form-url input.is-invalid[type=url]:focus,
.comment-respond .comment-form .comment-form-url textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .acfe-form .acf-field .acf-input textarea:invalid,
.acfe-form .acf-field .acf-input .was-validated textarea:invalid, .was-validated div.dt-container .dt-search textarea.dt-input:invalid, div.dt-container .dt-search .was-validated textarea.dt-input:invalid,
.was-validated div.dt-container .dt-length textarea.dt-input:invalid,
div.dt-container .dt-length .was-validated textarea.dt-input:invalid,
.was-validated .comment-respond .comment-form .comment-form-comment textarea:invalid,
.comment-respond .comment-form .comment-form-comment .was-validated textarea:invalid,
.was-validated .comment-respond .comment-form .comment-form-author textarea:invalid,
.comment-respond .comment-form .comment-form-author .was-validated textarea:invalid,
.was-validated .comment-respond .comment-form .comment-form-email textarea:invalid,
.comment-respond .comment-form .comment-form-email .was-validated textarea:invalid,
.was-validated .comment-respond .comment-form .comment-form-url textarea:invalid,
.comment-respond .comment-form .comment-form-url .was-validated textarea:invalid, textarea.form-control.is-invalid, .acfe-form .acf-field .acf-input .select2-container textarea.is-invalid.select2-selection--single,
.acfe-form .acf-field .acf-input textarea.is-invalid, div.dt-container .dt-search textarea.is-invalid.dt-input,
div.dt-container .dt-length textarea.is-invalid.dt-input,
.comment-respond .comment-form .comment-form-comment textarea.is-invalid,
.comment-respond .comment-form .comment-form-author textarea.is-invalid,
.comment-respond .comment-form .comment-form-email textarea.is-invalid,
.comment-respond .comment-form .comment-form-url textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated select:invalid, .form-select.is-invalid, select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated select:invalid:focus, .form-select.is-invalid:focus, select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:invalid, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:invalid, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:invalid, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid, .form-check-input.is-invalid, .acfe-form .acf-field .acf-checkbox-list input.is-invalid[type=checkbox], .comment-respond .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox] {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:invalid:checked, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:invalid:checked, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:invalid:checked, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid:checked, .form-check-input.is-invalid:checked, .acfe-form .acf-field .acf-checkbox-list input.is-invalid[type=checkbox]:checked, .comment-respond .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox]:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:invalid:focus, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:invalid:focus, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:invalid:focus, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid:focus, .form-check-input.is-invalid:focus, .acfe-form .acf-field .acf-checkbox-list input.is-invalid[type=checkbox]:focus, .comment-respond .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .acfe-form .acf-field .acf-checkbox-list input[type=checkbox]:invalid ~ .form-check-label, .acfe-form .acf-field .acf-checkbox-list .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:invalid ~ .form-check-label, .comment-respond .comment-form .comment-form-cookies-consent .was-validated input[type=checkbox]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .acfe-form .acf-field .acf-checkbox-list input.is-invalid[type=checkbox] ~ .form-check-label, .comment-respond .comment-form .comment-form-cookies-consent input.is-invalid[type=checkbox] ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .acfe-form .acf-field .acf-checkbox-list input[type=checkbox] ~ .invalid-feedback, .acfe-form .acf-field .acf-checkbox-list .form-check-inline input[type=checkbox] ~ .invalid-feedback, .form-check-inline .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] ~ .invalid-feedback, .comment-respond .comment-form .comment-form-cookies-consent .form-check-inline input[type=checkbox] ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .acfe-form .acf-field .acf-input .select2-container .input-group > .select2-selection--single:not(:focus):invalid, .acfe-form .acf-field .acf-input .select2-container .was-validated .input-group > .select2-selection--single:not(:focus):invalid, .was-validated .acfe-form .acf-field .acf-input .input-group > input[type=text]:not(:focus):invalid, .acfe-form .acf-field .acf-input .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .acfe-form .acf-field .acf-input .input-group > input[type=number]:not(:focus):invalid,
.acfe-form .acf-field .acf-input .was-validated .input-group > input[type=number]:not(:focus):invalid,
.was-validated .acfe-form .acf-field .acf-input .input-group > input[type=password]:not(:focus):invalid,
.acfe-form .acf-field .acf-input .was-validated .input-group > input[type=password]:not(:focus):invalid,
.was-validated .acfe-form .acf-field .acf-input .input-group > textarea:not(:focus):invalid,
.acfe-form .acf-field .acf-input .was-validated .input-group > textarea:not(:focus):invalid, .was-validated div.dt-container .dt-search .input-group > .dt-input:not(:focus):invalid, div.dt-container .dt-search .was-validated .input-group > .dt-input:not(:focus):invalid,
.was-validated div.dt-container .dt-length .input-group > .dt-input:not(:focus):invalid,
div.dt-container .dt-length .was-validated .input-group > .dt-input:not(:focus):invalid, .was-validated .comment-respond .comment-form .comment-form-comment .input-group > input[type=text]:not(:focus):invalid, .comment-respond .comment-form .comment-form-comment .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-comment .input-group > input[type=email]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-comment .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-comment .input-group > input[type=url]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-comment .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-comment .input-group > textarea:not(:focus):invalid,
.comment-respond .comment-form .comment-form-comment .was-validated .input-group > textarea:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > input[type=text]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > input[type=email]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > input[type=url]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-author .input-group > textarea:not(:focus):invalid,
.comment-respond .comment-form .comment-form-author .was-validated .input-group > textarea:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > input[type=text]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > input[type=email]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > input[type=url]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-email .input-group > textarea:not(:focus):invalid,
.comment-respond .comment-form .comment-form-email .was-validated .input-group > textarea:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > input[type=text]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > input[type=email]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > input[type=url]:not(:focus):invalid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > input[type=url]:not(:focus):invalid,
.was-validated .comment-respond .comment-form .comment-form-url .input-group > textarea:not(:focus):invalid,
.comment-respond .comment-form .comment-form-url .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .acfe-form .acf-field .acf-input .select2-container .input-group > .select2-selection--single:not(:focus).is-invalid, .acfe-form .acf-field .acf-input .input-group > input[type=text]:not(:focus).is-invalid,
.acfe-form .acf-field .acf-input .input-group > input[type=number]:not(:focus).is-invalid,
.acfe-form .acf-field .acf-input .input-group > input[type=password]:not(:focus).is-invalid,
.acfe-form .acf-field .acf-input .input-group > textarea:not(:focus).is-invalid, div.dt-container .dt-search .input-group > .dt-input:not(:focus).is-invalid,
div.dt-container .dt-length .input-group > .dt-input:not(:focus).is-invalid, .comment-respond .comment-form .comment-form-comment .input-group > input[type=text]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-comment .input-group > input[type=email]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-comment .input-group > input[type=url]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-comment .input-group > textarea:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-author .input-group > input[type=text]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-author .input-group > input[type=email]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-author .input-group > input[type=url]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-author .input-group > textarea:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-email .input-group > input[type=text]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-email .input-group > input[type=email]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-email .input-group > input[type=url]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-email .input-group > textarea:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-url .input-group > input[type=text]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-url .input-group > input[type=email]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-url .input-group > input[type=url]:not(:focus).is-invalid,
.comment-respond .comment-form .comment-form-url .input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .input-group > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.input-group > 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;
}

.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;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  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(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  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;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@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(--bs-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(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.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: 1399.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;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* || PRIMARY FONT */
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
/* || TITLE FONT */
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* || GENERAL STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 576px) / (1920 - 576), 16px);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background-color: #ffffff;
  color: #010101;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
}

label {
  display: inline-block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: inherit;
  letter-spacing: inherit;
}

figure,
iframe {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* || UTILITIES */
:root {
  --layout-unit: 0.5208333333vw;
}
@media (max-width: 991.98px) {
  :root {
    --layout-unit: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  :root {
    --layout-unit: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  :root {
    --layout-unit: 10px;
  }
}

.container {
  margin-inline: auto;
  padding-inline: calc(0.5 * var(--bs-gutter-container-x));
  inline-size: 100%;
  max-inline-size: calc(var(--layout-unit) * 163.2);
  --bs-gutter-container-x: calc(
  	var(--layout-unit) * 3.2
  );
  --bs-gutter-container-m-x: calc(
  	var(--layout-unit) * 3
  );
}
@media (max-width: 575.98px) {
  .container {
    padding-inline: calc(0.5 * var(--bs-gutter-container-m-x));
    max-inline-size: 100%;
  }
}

.container-fluid {
  inline-size: 100%;
  --bs-gutter-container-m-x: calc(
  	var(--layout-unit) * 3
  );
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-inline: calc(0.5 * var(--bs-gutter-container-m-x));
    max-inline-size: 100%;
  }
}

.row {
  --bs-gutter-x: calc(var(--layout-unit) * 3.2);
  --bs-gutter-m-x: calc(
  	var(--layout-unit) * 3
  );
}
@media (max-width: 575.98px) {
  .row {
    margin-inline: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-inline: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.row-sm {
  --bs-gutter-x: calc(
  	var(--layout-unit) * 3
  );
}
@media (max-width: 575.98px) {
  .row-sm {
    margin-inline: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-inline: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.g-0 {
  --bs-gutter-m-x: 0;
}

.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.3333333333%;
}

.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.6666666667%;
}

.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 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 4rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 5rem;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/* || TEXT */
.font--title {
  font-family: "Urbanist", sans-serif;
}

/* || LINE LIMIT */
.line-limit--2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-limit--3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* || ASPECT RATIO */
.aspect-ratio--1 {
  aspect-ratio: 1;
  overflow: hidden;
}
.aspect-ratio--3-4 {
  aspect-ratio: 3/4;
  overflow: hidden;
}

/* || LINK */
.underline-hover-none,
.link-underline-hover-none a {
  text-decoration: underline !important;
}
.underline-hover-none:hover,
.link-underline-hover-none a:hover {
  text-decoration: none !important;
}

.none-hover-underline,
.link-none-hover-underline a {
  text-decoration: none !important;
}
.none-hover-underline:hover,
.link-none-hover-underline a:hover {
  text-decoration: underline !important;
}

/* || HOVER */
.hover--scale img {
  transition: transform 0.5s ease-in-out;
}
.hover--scale:is(:hover, :focus) img {
  transform: scale(1.1);
}

/* || Z-INDEX */
.index--m1 {
  z-index: -1;
}
.index--p1 {
  z-index: 1;
}

/* || MISC */
.transform--none {
  transform: none !important;
}

.overflow-x--clip {
  overflow-x: clip;
}

.transition--linear {
  transition-timing-function: linear;
}

.button, input[type=file]::file-selector-button, .acfe-form .acf-form-submit .acf-button, #editAvatarModal .modal-body .acf-form-submit .acf-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button, .comment-respond .comment-form .form-submit .submit, input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border: 2px solid transparent;
  border-color: #42acf3;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #42acf3;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.button:hover, input[type=file]:hover::file-selector-button, .acfe-form .acf-form-submit .acf-button:hover, #editAvatarModal .modal-body .acf-form-submit .acf-button:hover, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:hover, .comment-respond .comment-form .form-submit .submit:hover, input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover, .button:focus, input[type=file]:focus::file-selector-button, .acfe-form .acf-form-submit .acf-button:focus, #editAvatarModal .modal-body .acf-form-submit .acf-button:focus, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:focus, .comment-respond .comment-form .form-submit .submit:focus, input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  border-color: rgb(27.6358208955, 155.152238806, 240.5641791045);
  outline: none;
  color: #ffffff;
  background-color: rgb(27.6358208955, 155.152238806, 240.5641791045);
  box-shadow: 0 4px 15px rgba(66, 172, 243, 0.3);
  transform: translateY(-2px);
}
.button:active, input[type=file]:active::file-selector-button, .acfe-form .acf-form-submit .acf-button:active, #editAvatarModal .modal-body .acf-form-submit .acf-button:active, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:active, .comment-respond .comment-form .form-submit .submit:active, input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  border-color: rgb(14.7940298507, 145.4746268657, 233.0059701493);
  background-color: rgb(14.7940298507, 145.4746268657, 233.0059701493);
  box-shadow: none;
  transform: translateY(0);
}
.button--green {
  border-color: #7dbd28;
  color: #ffffff;
  background-color: #7dbd28;
}
.button--green:hover, .button--green:focus {
  border-color: rgb(102.7292576419, 155.3266375546, 32.8733624454);
  background-color: rgb(102.7292576419, 155.3266375546, 32.8733624454);
  box-shadow: 0 4px 15px rgba(125, 189, 40, 0.3);
}
.button--green:active {
  border-color: rgb(91.5938864629, 138.4899563319, 29.3100436681);
  background-color: rgb(91.5938864629, 138.4899563319, 29.3100436681);
}
.button--outline, input[type=file]::file-selector-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button {
  border-color: #42acf3;
  color: #42acf3;
  background-color: transparent;
}
.button--outline:hover, input[type=file]:hover::file-selector-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:hover, .button--outline:focus, input[type=file]:focus::file-selector-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:focus {
  border-color: #42acf3;
  color: #ffffff;
  background-color: #42acf3;
}
.button--outline:active, input[type=file]:active::file-selector-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button:active {
  border-color: rgb(14.7940298507, 145.4746268657, 233.0059701493);
  background-color: rgb(14.7940298507, 145.4746268657, 233.0059701493);
}

.form-label, .acfe-form .acf-field .acf-label label, div.dt-container .dt-search label,
div.dt-container .dt-length label, .comment-respond .comment-form .comment-form-comment label,
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #343434;
}

.form-control, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single, .acfe-form .acf-field .acf-input input[type=text],
.acfe-form .acf-field .acf-input input[type=number],
.acfe-form .acf-field .acf-input input[type=password],
.acfe-form .acf-field .acf-input textarea, div.dt-container .dt-search .dt-input,
div.dt-container .dt-length .dt-input, .comment-respond .comment-form .comment-form-comment input[type=text],
.comment-respond .comment-form .comment-form-comment input[type=email],
.comment-respond .comment-form .comment-form-comment input[type=url],
.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author input[type=text],
.comment-respond .comment-form .comment-form-author input[type=email],
.comment-respond .comment-form .comment-form-author input[type=url],
.comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-email input[type=text],
.comment-respond .comment-form .comment-form-email input[type=email],
.comment-respond .comment-form .comment-form-email input[type=url],
.comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-url input[type=text],
.comment-respond .comment-form .comment-form-url input[type=email],
.comment-respond .comment-form .comment-form-url input[type=url],
.comment-respond .comment-form .comment-form-url textarea {
  padding: 0.75rem 1.25rem;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  color: #010101;
  background-color: #f8f9fa;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.form-control:focus, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single:focus, .acfe-form .acf-field .acf-input input[type=text]:focus,
.acfe-form .acf-field .acf-input input[type=number]:focus,
.acfe-form .acf-field .acf-input input[type=password]:focus,
.acfe-form .acf-field .acf-input textarea:focus, div.dt-container .dt-search .dt-input:focus,
div.dt-container .dt-length .dt-input:focus, .comment-respond .comment-form .comment-form-comment input[type=text]:focus,
.comment-respond .comment-form .comment-form-comment input[type=email]:focus,
.comment-respond .comment-form .comment-form-comment input[type=url]:focus,
.comment-respond .comment-form .comment-form-comment textarea:focus,
.comment-respond .comment-form .comment-form-author input[type=text]:focus,
.comment-respond .comment-form .comment-form-author input[type=email]:focus,
.comment-respond .comment-form .comment-form-author input[type=url]:focus,
.comment-respond .comment-form .comment-form-author textarea:focus,
.comment-respond .comment-form .comment-form-email input[type=text]:focus,
.comment-respond .comment-form .comment-form-email input[type=email]:focus,
.comment-respond .comment-form .comment-form-email input[type=url]:focus,
.comment-respond .comment-form .comment-form-email textarea:focus,
.comment-respond .comment-form .comment-form-url input[type=text]:focus,
.comment-respond .comment-form .comment-form-url input[type=email]:focus,
.comment-respond .comment-form .comment-form-url input[type=url]:focus,
.comment-respond .comment-form .comment-form-url textarea:focus {
  border-color: #42acf3;
  outline: 0;
  color: #010101;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(66, 172, 243, 0.25);
}
.form-control::placeholder, .acfe-form .acf-field .acf-input .select2-container .select2-selection--single::placeholder, .acfe-form .acf-field .acf-input input[type=text]::placeholder,
.acfe-form .acf-field .acf-input input[type=number]::placeholder,
.acfe-form .acf-field .acf-input input[type=password]::placeholder,
.acfe-form .acf-field .acf-input textarea::placeholder, div.dt-container .dt-search .dt-input::placeholder,
div.dt-container .dt-length .dt-input::placeholder, .comment-respond .comment-form .comment-form-comment input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-comment input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-comment input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-comment textarea::placeholder,
.comment-respond .comment-form .comment-form-author input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-author input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-author input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-author textarea::placeholder,
.comment-respond .comment-form .comment-form-email input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-email input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-email input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-email textarea::placeholder,
.comment-respond .comment-form .comment-form-url input[type=text]::placeholder,
.comment-respond .comment-form .comment-form-url input[type=email]::placeholder,
.comment-respond .comment-form .comment-form-url input[type=url]::placeholder,
.comment-respond .comment-form .comment-form-url textarea::placeholder {
  color: #999;
  opacity: 1;
}

textarea.form-control, .acfe-form .acf-field .acf-input .select2-container textarea.select2-selection--single,
.acfe-form .acf-field .acf-input textarea, div.dt-container .dt-search textarea.dt-input,
div.dt-container .dt-length textarea.dt-input,
.comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-url textarea {
  min-height: 120px;
  resize: vertical;
}

.media--cover :is(img, video) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.media--contain :is(img, video) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
.media--center :is(img, video) {
  margin-inline: auto;
}
.media--full :is(img, video) {
  inline-size: 100%;
}

.default-style h1,
.default-style h2,
.default-style h3,
.default-style h4,
.default-style h5,
.default-style h6 {
  font-size: 2rem;
}
.default-style h1:not(:first-child),
.default-style h2:not(:first-child),
.default-style h3:not(:first-child),
.default-style h4:not(:first-child),
.default-style h5:not(:first-child),
.default-style h6:not(:first-child) {
  margin-block-start: 2rem;
}
.default-style h1:not(:last-child),
.default-style h2:not(:last-child),
.default-style h3:not(:last-child),
.default-style h4:not(:last-child),
.default-style h5:not(:last-child),
.default-style h6:not(:last-child) {
  margin-block-end: 1.5rem;
}
.default-style h1:only-child,
.default-style h2:only-child,
.default-style h3:only-child,
.default-style h4:only-child,
.default-style h5:only-child,
.default-style h6:only-child {
  margin-block-end: 0;
}
.default-style p:not(:last-child) {
  margin-block-end: 1rem;
}
.default-style p:only-child {
  margin-block-end: 0;
}
.default-style ul,
.default-style ol {
  padding-inline-start: 1.5em;
}
.default-style ul:not(:last-child),
.default-style ol:not(:last-child) {
  margin-block-end: 1rem;
}
.default-style ul:only-child,
.default-style ol:only-child {
  margin-block-end: 0;
}
.default-style ul {
  list-style-type: disc;
}
.default-style ol {
  list-style-type: decimal;
}
.default-style a {
  color: #42acf3;
}
.default-style table {
  inline-size: 100%;
}
.default-style table:not(:last-child) {
  margin-block-end: 2rem;
}
.default-style table:only-child {
  margin-block-end: 0;
}
.default-style table th,
.default-style table td {
  padding: 1.2rem 2rem;
  text-align: start;
  background: #fff;
}
.default-style table th {
  inline-size: 30%;
  font-weight: 500;
}
.default-style table td {
  inline-size: 70%;
}

.desc {
  line-height: 1.56;
}
.desc p:not(:last-child) {
  margin-block-end: 2rem;
}

.accordion-button {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.accordion-button .icon {
  position: relative;
}
.accordion-button .icon span {
  display: inline-block;
  inline-size: 2.4rem;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.accordion-button .icon span:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.accordion-button:not(.collapsed) .icon span:nth-child(1) {
  opacity: 0;
}
.accordion-button:not(.collapsed) .icon span:nth-child(2) {
  opacity: 1;
}
.accordion-button:hover {
  color: #42acf3;
}
.accordion-button:hover .icon span {
  filter: drop-shadow(0 0 0.4rem #b27fb4);
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-inline-end: 0;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-lg.offcanvas-start {
    inline-size: 80%;
  }
}

/* || SITEWIDE */
.header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
}
.header__logo {
  inline-size: 12rem;
}
.header__logo img {
  block-size: auto;
}
.header .nav__item:is(:hover, :focus) .nav__link {
  color: #42acf3;
}
.header .nav__item:is(:hover, :focus) .nav__icon {
  transform: rotate(180deg);
}
.header .nav__item:is(:hover, :focus) .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .nav__item.active .nav__link {
  color: #42acf3;
}
.header .nav__link {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .nav__icon {
  inline-size: 1rem;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .submenu {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  z-index: 1;
  min-inline-size: 12rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  opacity: 0;
  transform: translateY(3rem);
  visibility: hidden;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .submenu__link {
  min-inline-size: 100%;
  transition-property: color, font-weight;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .submenu__link:is(:hover, :focus) {
  color: #42acf3;
}
.header__user-avatar {
  display: block;
  line-height: 0;
}
.header__user-avatar img {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.header__user-avatar:hover img {
  border-color: #42acf3;
}
.header .mobile-submenu__link {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .mobile-submenu__link:is(:hover, :focus) {
  color: #42acf3;
}
.header__toggle {
  position: relative;
  z-index: 1;
  inline-size: 2.5rem;
  cursor: pointer;
}
.header__toggle-line {
  display: block;
  inline-size: 2.5rem;
  block-size: 3px;
  margin-block-end: 0.5rem;
  border-radius: 5px;
  background-color: #010101;
  cursor: pointer;
  transition-property: inline-size, transform, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header__toggle-line--left {
  inline-size: 2.5rem;
}
.header__toggle-line--right {
  float: right;
  inline-size: 2.5rem;
  margin-block-end: 0;
}
.header__toggle:hover .navbar__icon-line--left,
.header__toggle:hover .navbar__icon-line--right {
  inline-size: 2.5rem;
}
.header .navbar-mobile::before, .header .navbar-mobile::after {
  content: "";
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: -1;
  inline-size: 100vw;
  block-size: 100vh;
  border-bottom-left-radius: 200%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(100%, -100%);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius ease-out 0.8s;
}
.header .navbar-mobile::before {
  transition-delay: 0.2s;
}
.header .navbar-mobile::after {
  background: #ffffff;
  transition-delay: 0s;
}
.header .navbar-mobile__content {
  position: fixed;
  inset-block-start: 50%;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  transform: translateY(-50%);
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .navbar-mobile__item {
  opacity: 0;
  transform: translateX(10rem);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .navbar-mobile__item.active .navbar__link, .header .navbar-mobile__item:hover .navbar__link {
  border-bottom-color: currentColor;
  font-weight: 700;
}
.header .navbar-mobile .nav__link {
  font-size: 3rem;
  line-height: 2;
}
.header .navbar-mobile .nav__link:is(:hover, :focus) {
  color: #42acf3;
}
.header .navbar-mobile .nav__icon {
  inline-size: 4rem;
}
.header .navbar-mobile .submenu__link {
  font-size: 2rem;
}
.header.navbar-mobile--show .header__toggle-line {
  background-color: #42acf3;
  transform: rotate(-45deg);
}
.header.navbar-mobile--show .header__toggle-line--left {
  inline-size: 1.25rem;
  transform: translate(0.2rem, 0.4rem) rotate(45deg);
}
.header.navbar-mobile--show .header__toggle-line--right {
  float: right;
  inline-size: 1.25rem;
  transform: translate(-0.3rem, -0.35rem) rotate(45deg);
}
.header.navbar-mobile--show .header__toggle:hover .navbar__icon-line--left,
.header.navbar-mobile--show .header__toggle:hover .navbar__icon-line--right {
  inline-size: 1.5rem;
}
.header.navbar-mobile--show .navbar-mobile::before, .header.navbar-mobile--show .navbar-mobile::after {
  border-radius: 0;
  transform: translateX(0%) translateY(0%);
}
.header.navbar-mobile--show .navbar-mobile::before {
  transition-delay: 0s;
}
.header.navbar-mobile--show .navbar-mobile::after {
  transition-delay: 0.1s;
}
.header.navbar-mobile--show .navbar-mobile__content {
  visibility: visible;
}
.header.navbar-mobile--show .navbar-mobile__item {
  opacity: 1;
  transform: translateX(0%);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(0) {
  transition-delay: 0.7s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(1) {
  transition-delay: 0.8s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(2) {
  transition-delay: 0.9s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(3) {
  transition-delay: 1s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(4) {
  transition-delay: 1.1s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(5) {
  transition-delay: 1.2s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(6) {
  transition-delay: 1.3s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(7) {
  transition-delay: 1.4s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(8) {
  transition-delay: 1.5s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(9) {
  transition-delay: 1.6s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(10) {
  transition-delay: 1.7s;
}
.header .accordion-button {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .accordion-button .icon {
  inline-size: 2rem;
}
.header .accordion-button .icon svg {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header .accordion-button:not(.collapsed) .icon svg {
  transform: rotate(180deg);
}

/* || FOOTER */
.footer a {
  text-decoration: none;
}
.footer__top {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
.footer__logo .custom-logo-link {
  display: inline-block;
  max-width: 200px;
}
.footer__description {
  max-width: 300px;
  font-size: 0.9rem;
}
.footer__widget-title {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer__contact-info {
  margin-bottom: 1rem;
}

/* || COMMENTS SECTION */
#comments {
  padding-bottom: 1rem;
  margin-block: 2rem 1rem;
  border-bottom: 1px solid #e9ecef;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
	display: none;
}

.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.commentlist .comment {
  margin-bottom: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.commentlist .comment:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.commentlist .comment .comment-body {
  padding: 1.5rem;
}
.commentlist .comment .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.commentlist .comment .comment-author .avatar {
  margin-right: 1.2rem;
  border: 2px solid #e9ecef;
  border-radius: 50%;
}
.commentlist .comment .comment-author .fn {
  font-weight: 600;
  text-decoration: none;
  color: #2c3e50;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.commentlist .comment .comment-author .fn:hover {
  color: #42acf3;
}
.commentlist .comment .comment-author .says {
  margin-left: 0.5rem;
  color: #6c757d;
}
.commentlist .comment .comment-meta {
  margin-bottom: 1rem;
  color: #6c757d;
}
.commentlist .comment .comment-meta a {
  text-decoration: none;
  color: #6c757d;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.commentlist .comment .comment-meta a:hover {
  color: #42acf3;
}
.commentlist .comment .comment-meta .comment-edit-link {
  margin-left: 1rem;
  color: #007bff;
}
.commentlist .comment .comment-meta .comment-edit-link:hover {
  color: #0056b3;
}
.commentlist .comment .comment-content {
  margin-bottom: 1.5rem;
  color: #495057;
}
.commentlist .comment .comment-content p {
  margin-bottom: 1rem;
}
.commentlist .comment .comment-content p:last-child {
  margin-bottom: 0;
}
.commentlist .comment .reply {
  margin-block-start: 0.5rem;
}
.commentlist .comment .reply .comment-reply-link {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  color: #495057;
  background-color: #e0e1e2;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.commentlist .comment .reply .comment-reply-link:hover {
  color: #fff;
  background-color: #42acf3;
}
.commentlist .comment .children {
  padding-inline: 1.5rem;
  margin-top: 1.5rem;
  border-left: 3px solid #e9ecef;
}
.commentlist .comment .children .comment {
  margin-bottom: 1.5rem;
  background-color: #f8f9fa;
}

/* || COMMENT FORM */
.comment-respond {
  padding: 1.5rem;
  margin-top: 2rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background-color: #fff;
}
.comment-respond .comment-reply-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
}
.comment-respond .comment-reply-title small {
  font-size: 0.8rem;
  font-weight: normal;
}
.comment-respond .comment-reply-title small a {
  text-decoration: none;
  color: #dc3545;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.comment-respond .comment-reply-title small a:hover {
  color: #c82333;
}
.comment-respond .comment-form .comment-notes {
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: #676767;
}
.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  margin-bottom: 1rem;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 0.9rem;
}
.comment-respond .comment-form .logged-in-as {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  color: #6c757d;
  background-color: #fff;
}
.comment-respond .comment-form .logged-in-as a {
  text-decoration: none;
  color: #007bff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.comment-respond .comment-form .logged-in-as a:hover {
  color: #0056b3;
}
.comment-respond .comment-form .form-submit {
  margin-top: 1.5rem;
}
/* || RESPONSIVE */
@media (max-width: 575.98px) {
  .section-single-sms .entry-title {
    font-size: 1.5rem;
  }
  .section-single-sms .post-meta {
    flex-direction: column;
    gap: 1.5rem;
  }
  .section-single-sms .post-meta .author-info .author-avatar img {
    width: 4.8rem;
    height: 4.8rem;
  }
  .commentlist .comment .comment-body {
    padding: 1.5rem;
  }
  .commentlist .comment .children {
    padding-left: 1rem;
  }
  .comment-respond {
    padding: 2rem;
  }
}
.table th {
  border-bottom-width: 1px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #676767;
}
.table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
.table td a {
  text-decoration: none;
  color: #010101;
  transition: color 0.2s ease;
}
.table td a:hover {
  color: #42acf3;
}
.table.table-hover > tbody > tr:hover {
  background-color: rgba(66, 172, 243, 0.05);
}

div.dt-container {
  font-size: 0.9rem;
}
div.dt-container .dt-layout-row:first-child {
  margin-bottom: 1rem;
}
div.dt-container .dt-layout-row:last-child {
  margin-top: 1rem;
}
div.dt-container .dt-search .dt-input,
div.dt-container .dt-length .dt-input {
  padding-right: 1rem;
}
div.dt-container .dt-search label,
div.dt-container .dt-length label {
  margin-right: 0.5rem;
  text-transform: none;
  letter-spacing: 0;
}
div.dt-container .dt-info {
  padding-top: 0.5rem;
  color: rgb(128.5, 128.5, 128.5);
}
div.dt-container .dt-paging .dt-paging-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0.25rem 0.75rem;
  margin: 0 2px;
  border: 2px solid #e9ecef;
  border-radius: 50px !important;
  font-weight: 600;
  text-decoration: none;
  color: rgb(77.5, 77.5, 77.5);
  background: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  border-color: #42acf3;
  color: #42acf3;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  border-color: #42acf3;
  color: #ffffff;
  background-color: #42acf3;
  cursor: default;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover {
  border-color: #e9ecef;
  color: #adb5bd;
  background-color: #f8f9fa;
  cursor: default;
}

.hot-badge {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin-left: 0.3rem;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  color: #ffffff;
  background-color: #dc3545;
}

/* || NEW BADGE */
.new-badge {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin-left: 0.3rem;
  border: 1px solid #fd7e14;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fd7e14;
}

.table-responsive .form-control, .table-responsive .acfe-form .acf-field .acf-input .select2-container .select2-selection--single, .acfe-form .acf-field .acf-input .select2-container .table-responsive .select2-selection--single, .table-responsive .acfe-form .acf-field .acf-input input[type=text], .acfe-form .acf-field .acf-input .table-responsive input[type=text],
.table-responsive .acfe-form .acf-field .acf-input input[type=number],
.acfe-form .acf-field .acf-input .table-responsive input[type=number],
.table-responsive .acfe-form .acf-field .acf-input input[type=password],
.acfe-form .acf-field .acf-input .table-responsive input[type=password],
.table-responsive .acfe-form .acf-field .acf-input textarea,
.acfe-form .acf-field .acf-input .table-responsive textarea, .table-responsive .comment-respond .comment-form .comment-form-comment input[type=text], .comment-respond .comment-form .comment-form-comment .table-responsive input[type=text],
.table-responsive .comment-respond .comment-form .comment-form-comment input[type=email],
.comment-respond .comment-form .comment-form-comment .table-responsive input[type=email],
.table-responsive .comment-respond .comment-form .comment-form-comment input[type=url],
.comment-respond .comment-form .comment-form-comment .table-responsive input[type=url],
.table-responsive .comment-respond .comment-form .comment-form-comment textarea,
.comment-respond .comment-form .comment-form-comment .table-responsive textarea,
.table-responsive .comment-respond .comment-form .comment-form-author input[type=text],
.comment-respond .comment-form .comment-form-author .table-responsive input[type=text],
.table-responsive .comment-respond .comment-form .comment-form-author input[type=email],
.comment-respond .comment-form .comment-form-author .table-responsive input[type=email],
.table-responsive .comment-respond .comment-form .comment-form-author input[type=url],
.comment-respond .comment-form .comment-form-author .table-responsive input[type=url],
.table-responsive .comment-respond .comment-form .comment-form-author textarea,
.comment-respond .comment-form .comment-form-author .table-responsive textarea,
.table-responsive .comment-respond .comment-form .comment-form-email input[type=text],
.comment-respond .comment-form .comment-form-email .table-responsive input[type=text],
.table-responsive .comment-respond .comment-form .comment-form-email input[type=email],
.comment-respond .comment-form .comment-form-email .table-responsive input[type=email],
.table-responsive .comment-respond .comment-form .comment-form-email input[type=url],
.comment-respond .comment-form .comment-form-email .table-responsive input[type=url],
.table-responsive .comment-respond .comment-form .comment-form-email textarea,
.comment-respond .comment-form .comment-form-email .table-responsive textarea,
.table-responsive .comment-respond .comment-form .comment-form-url input[type=text],
.comment-respond .comment-form .comment-form-url .table-responsive input[type=text],
.table-responsive .comment-respond .comment-form .comment-form-url input[type=email],
.comment-respond .comment-form .comment-form-url .table-responsive input[type=email],
.table-responsive .comment-respond .comment-form .comment-form-url input[type=url],
.comment-respond .comment-form .comment-form-url .table-responsive input[type=url],
.table-responsive .comment-respond .comment-form .comment-form-url textarea,
.comment-respond .comment-form .comment-form-url .table-responsive textarea, div.dt-container .dt-search .table-responsive .dt-input,
div.dt-container .dt-length .table-responsive .dt-input, .table-responsive div.dt-container .dt-search .dt-input, .table-responsive div.dt-container .dt-length .dt-input {
  padding: 0.5rem 1rem;
  margin: 0;
}
.table-responsive div.dt-container .dt-length select.dt-input {
  padding-right: 1.8rem;
}
.table-responsive .form-label, .table-responsive .acfe-form .acf-field .acf-label label, .acfe-form .acf-field .acf-label .table-responsive label, .table-responsive .comment-respond .comment-form .comment-form-comment label, .comment-respond .comment-form .comment-form-comment .table-responsive label,
.table-responsive .comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-author .table-responsive label,
.table-responsive .comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-email .table-responsive label,
.table-responsive .comment-respond .comment-form .comment-form-url label,
.comment-respond .comment-form .comment-form-url .table-responsive label, div.dt-container .dt-search .table-responsive label,
div.dt-container .dt-length .table-responsive label, .table-responsive div.dt-container .dt-search label, .table-responsive div.dt-container .dt-length label {
  margin: 0;
}
.table-responsive .dt-length label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.table-responsive .dt-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.table-responsive div.dt-container .dt-paging .dt-paging-button.current, .table-responsive div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #ffffff !important;
}

/* || SINGLE POST PAGE */
.single-post-section {
  background-color: #f8f9fa;
}

.single-post__header {
  margin-bottom: 1.5rem;
}
.single-post__header .badge {
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  font-weight: 700;
  color: #ffffff;
  background-color: #7dbd28;
}
.single-post__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #010101;
}
.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  padding: 1rem;
  margin-top: 2rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  font-size: 0.9rem;
  background-color: #f8f9fa;
}
.single-post__meta .meta-item {
  display: flex;
  align-items: center;
}
.single-post__meta .meta-item a {
  font-weight: 600;
  text-decoration: none;
}
.single-post__meta .meta-item--edit {
  margin-left: auto;
}
.single-post__meta .meta-item--edit .button, .single-post__meta .meta-item--edit input[type=file]::file-selector-button, .single-post__meta .meta-item--edit .acfe-form .acf-form-submit .acf-button, .acfe-form .acf-form-submit .single-post__meta .meta-item--edit .acf-button, .single-post__meta .meta-item--edit #editAvatarModal .modal-body .acf-form-submit .acf-button, #editAvatarModal .modal-body .acf-form-submit .single-post__meta .meta-item--edit .acf-button, .single-post__meta .meta-item--edit #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .acf-button, #editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value .single-post__meta .meta-item--edit .acf-button, .single-post__meta .meta-item--edit input[type=submit],
.single-post__meta .meta-item--edit input[type=reset],
.single-post__meta .meta-item--edit input[type=button], .single-post__meta .meta-item--edit .comment-respond .comment-form .form-submit .submit, .comment-respond .comment-form .form-submit .single-post__meta .meta-item--edit .submit {
  padding: 0.25rem 1rem;
  font-size: 0.8rem;
}
.single-post__trade-details {
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background-color: #ffffff;
}
.single-post__trade-details .trade-details__title {
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
  font-size: 1.25rem;
  font-weight: 600;
}
.single-post__trade-details .trade-details__list {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  list-style: none;
}
.single-post__trade-details .trade-details__list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.single-post__trade-details .trade-details__list li:not(:last-child) {
  border-bottom: 1px dashed #e9ecef;
}
.single-post__trade-details .trade-details__list li strong {
  margin-right: 1rem;
  color: #676767;
}
.single-post__trade-details .live-traffic-badge {
  font-weight: 600;
}
.single-post__trade-details .live-traffic-badge.active {
  color: #7dbd28;
}
.single-post__trade-details .live-traffic-badge.inactive {
  color: #dc3545;
}
.single-post__content {
  font-size: 1.1rem;
  line-height: 1.7;
}
.single-post__footer .post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #e9ecef;
}
.single-post__footer .post-navigation .nav-links {
  display: contents;
}
.single-post__footer .post-navigation .nav-previous, .single-post__footer .post-navigation .nav-next {
  flex: 1;
}
.single-post__footer .post-navigation .nav-next {
  text-align: right;
}
.single-post__footer .post-navigation a {
  display: block;
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.single-post__footer .post-navigation a:hover {
  border-color: #42acf3;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(66, 172, 243, 0.1);
  transform: translateY(-2px);
}
.single-post__footer .post-navigation .nav-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(128.5, 128.5, 128.5);
}
.single-post__footer .post-navigation .nav-title {
  font-weight: 600;
  color: #010101;
}

/* || SMS & VOICE ARCHIVE PAGES */
.sms-archive .page-title,
.voice-archive .page-title,
.document-archive .page-title {
  font-size: 2rem;
}

.sms-archive__section,
.voice-archive__section,
.document-archive__section {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.07);
}

.sms-archive__section-header,
.voice-archive__section-header,
.document-archive__section-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.sms-archive__section-body,
.voice-archive__section-body,
.document-archive__section-body {
  padding: 1.5rem;
}

/* || FRONT PAGE */
.homepage-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.homepage-section__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.homepage-section__see-all {
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #676767;
  transition: color 0.2s ease;
}
.homepage-section__see-all:hover {
  color: #42acf3;
}

.post-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.post-list__item:not(:last-child) {
  border-bottom: 1px solid #f8f9fa;
}
.post-list__link {
  font-weight: 500;
  text-decoration: none;
  color: #010101;
  transition: color 0.2s ease;
}
.post-list__link:hover {
  color: #42acf3;
}
.post-list__meta {
  padding-left: 1.5rem;
  font-size: 0.85rem;
  white-space: nowrap;
  color: rgb(128.5, 128.5, 128.5);
}

.alert-danger {
  color: #dc3545;
}

/* || AUTHOR ARCHIVE PAGE */
.author-archive {
  background-color: #f8f9fa;
}

.author-profile-card {
  margin-bottom: 2rem;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.07);
}

.author-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
}
.author-header__avatar {
  flex-shrink: 0;
}
.author-header__info {
  flex-grow: 1;
}
.author-header__name {
  margin: 0 0 0.25rem 0;
  font-size: 2rem;
  font-weight: 700;
}
.author-header__meta {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #676767;
}
.author-header__meta .meta-separator {
  margin: 0 0.5rem;
}
.author-header__stats {
  display: flex;
  gap: 1.5rem;
}
.author-header__stats .stat-item {
  font-size: 0.9rem;
  color: #343434;
}
.author-header__stats .stat-item strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #010101;
}
.author-header__actions {
  margin-left: auto;
}

.author-tabs {
  display: flex;
  padding: 0 2rem;
  border-top: 1px solid #e9ecef;
}
.author-tabs__link {
  padding: 1rem 0;
  margin-right: 2rem;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  text-decoration: none;
  color: #676767;
  transition: all 0.2s ease;
}
.author-tabs__link.is-active, .author-tabs__link:hover {
  border-bottom-color: #42acf3;
  color: #010101;
}

.post-list {
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background-color: #ffffff;
}

.post-list__cpt-badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  color: #676767;
  background-color: #e9ecef;
}

/* || PAGINATION */
.pagination {
  margin-top: 2rem;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0.25rem 0.75rem;
  border: 2px solid #e9ecef;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(77.5, 77.5, 77.5);
  background: #ffffff;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  border-color: #42acf3;
  color: #42acf3;
}
.pagination .page-numbers.current {
  border-color: #42acf3;
  color: #ffffff;
  background-color: #42acf3;
  cursor: default;
}
.pagination .page-numbers.dots {
  border: none;
  background: none;
}

/* || EDIT AVATAR MODAL */
#editAvatarModal .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(1, 1, 1, 0.1);
}
#editAvatarModal .modal-header {
  border-bottom: 1px solid #e9ecef;
}
#editAvatarModal .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}
#editAvatarModal .modal-header .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 172, 243, 0.25);
}
#editAvatarModal .modal-body .acf-field-image .acf-label {
  display: none;
}
#editAvatarModal .modal-body .acf-field-image .acf-image-uploader .image-wrap {
  width: 150px;
  height: 150px;
  padding: 0.5rem;
  margin: 0 auto 1rem;
  border: 2px dashed #e9ecef;
  border-radius: 50%;
  text-align: center;
}
#editAvatarModal .modal-body .acf-field-image .acf-image-uploader .image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#editAvatarModal .modal-body .acf-field-image .acf-image-uploader .hide-if-value {
  text-align: center;
}
#editAvatarModal .modal-body .acf-form-submit {
  margin-top: 1rem;
  text-align: right;
}
/* || FORM PAGES (NEW & EDIT) */
.form-page {
  background-color: #f8f9fa;
}

.form-page__wrapper {
  padding: 2rem;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.07);
}
.form-page__wrapper .updated {
  padding-block-end: 1rem;
  font-weight: 700;
  color: #7dbd28;
}

.form-page__header {
  margin-bottom: 1.5rem;
}
.form-page__header .page-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.acfe-form .acf-field .acf-input .select2-container .select2-selection--single {
  height: auto;
  padding: 0.75rem 1.25rem;
}
.acfe-form .acf-field .acf-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 1.6;
  color: #010101;
}
.acfe-form .acf-field .acf-input .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}
.acfe-form .acf-field .acf-input .select2-container.select2-container--open .select2-selection--single {
  border-color: #42acf3;
  box-shadow: 0 0 0 0.25rem rgba(66, 172, 243, 0.25);
}
.acfe-form .acf-field .acf-checkbox-list label {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.post-list__link,
.post-title-wrapper {
  display: flex;
  align-items: center;
}

.post-title-wrapper .avatar,
.post-list__link .avatar {
  margin-inline-end: 0.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
}

input[type=file] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #010101;
  background-color: #ffffff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=file]::file-selector-button {
  padding: 0.25rem 0.75rem;
  margin-inline-end: 0.75rem;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}
input[type=file]::file-selector-button:hover {
  transform: none;
}
input[type=file]:hover {
  border-color: #42acf3;
}

/* || DISPLAYED COMMENT ATTACHMENT */
.comment-attachment-wrapper {
  padding-top: 1rem;
  margin-top: 1.5rem;
  border-top: 1px dashed #e9ecef;
}
.comment-attachment-wrapper .comment-attachment-thumbnail {
  max-width: 250px;
  height: auto;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(1, 1, 1, 0.05);
  transition: transform 0.3s ease;
}
.comment-attachment-wrapper .comment-attachment-thumbnail:hover {
  transform: scale(1.03);
}
.comment-attachment-wrapper .comment-attachment-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #e9ecef;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
}
.comment-attachment-wrapper .comment-attachment-link:hover {
  border-color: #42acf3;
  color: #42acf3;
  background-color: rgba(66, 172, 243, 0.05);
}

/*# sourceMappingURL=main.css.map */
