/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/hamburgers/dist/hamburgers.css ***!
  \***********************************************************************************************/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/smartmenus/dist/css/sm-core-css.css ***!
  \****************************************************************************************************/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/smartmenus/dist/css/sm-simple/sm-simple.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: "+";
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 1050px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/

  /* start... (it's not recommended editing these rules) */

  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */

  .sm-simple {
    background: #fff;
  }

  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }

  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    background: #eeeeee;
  }

  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }

  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }

  .sm-simple a.has-submenu {
    padding-right: 32px;
  }

  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }

  .sm-simple a.highlighted .sub-arrow::before {
    content: "+";
  }

  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }

  .sm-simple > li:first-child {
    border-left: 0;
  }

  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

  .sm-simple ul a {
    border: 0 !important;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .sm-simple ul > li:first-child {
    border-top: 0;
  }

  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }

  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }

  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }

  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }

  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }

  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }

  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }

  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }

  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }

  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }

  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/slick-carousel/slick/slick.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* Slider */

.slick-loading .slick-list {
  background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(a4e97f5a2a64f0ab1323.eot);
  src: url(a4e97f5a2a64f0ab1323.eot) format("embedded-opentype"), url(295183786cd8a1389865.woff) format("woff"), url(c94f7671dcc99dce43e2.ttf) format("truetype"), url(2630a3e3eab21c607e21.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dots */

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/lightslider/dist/css/lightslider.css ***!
  \*****************************************************************************************************/
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(cf74dc23d605416e8b7d.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \***********************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css ***!
  \*************************************************************************************************************/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@fortawesome/fontawesome-svg-core/styles.css ***!
  \*************************************************************************************************************/
:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
          transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
          transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/lib/index.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/entry.scss ***!
  \********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@font-face {
  font-family: "Inter";
  src: url(d9b60b2ca718d9700f6e.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(218afe6ea4cd7ba61ef9.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(df454d31cb00344b1ff1.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(2fa884f3d7326c4b3f6b.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(afa727d8db7992117c0f.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(d4b5441320ecab87d64a.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(ac03a6de9ea313009257.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(7249951440b8b2f3f6ba.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(1bd9d6681529f12fe6e1.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(a964f76e80f1f755df5e.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(06cbbe96e5b0b284af6f.woff2) format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(b7fb3ea90279c2624d86.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(41565d3919a12ec12c3d.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(5ac34685de1e9191f196.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(c00daead2d7a9786e12a.woff2) format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(c233a732c16417614aad.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(00075dde1836978f9e75.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(5d3918ee91b83f2be972.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(4c8fecc570dbae16d9e8.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(d0fd0d80d3365f5aded0.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(e579eb34f2243974087a.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(f9372fd0703e4f709ac0.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(0a82cb7ba2fe29aab6d2.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(9f22ed697905f3012bdd.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans 10pt";
  src: url(649e9029d00938486e7a.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme=light] {
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --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: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --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: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --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: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --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: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --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: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --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: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --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: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --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 {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  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 {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  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 + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

.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;
  -webkit-appearance: none;
          appearance: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder,
.form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder,
.form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-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,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.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: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.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%27/%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,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.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,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.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%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.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: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%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,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.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,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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: var(--bs-secondary-color);
  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;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  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));
  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.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: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.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-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-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;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    transition: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    transition: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    transition: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    transition: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    transition: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27M2 5L8 11L14 5%27/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") ;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
          filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --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: var(--bs-border-width);
  --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: var(--bs-border-width);
  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: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          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;
  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: var(--bs-box-shadow);
  }

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e") ;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e") ;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) ;
            transform: rotate(360deg) ;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) ;
            transform: rotate(360deg) ;
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }

  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }

  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  -webkit-transform: none;
          transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

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

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

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

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

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !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-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */

.text-break {
  word-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          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-xxl) !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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-sm-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

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

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

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

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-md-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

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

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

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

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-lg-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

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

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

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

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-xl-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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;
  }

  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-xxl-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

/**
 * * Allows you to use retina images at various pixel densities.
 * * Examples:
 * *
 * *   +retina(/images/mypic.jpg, 2);
 * *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 * *
 * * @param  {Value}  $path               The path to the file name minus extension.
 * * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * * @param  {Value}  $extras: null       Any other `background` values to be added.
 * */

/* =WordPress Core
-------------------------------------------------------------- */

#wp-calendar {
  width: 100%;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table#wp-calendar {
  width: 100%;
  text-align: center;
}

table#wp-calendar th {
  text-align: center;
  padding-bottom: 10px;
}

table#wp-calendar td {
  padding: 5px 0;
}

table#wp-calendar thead tr {
  border-bottom: 2px solid #9b9b9b;
}

table#wp-calendar tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

table#wp-calendar caption {
  text-align: center;
}

.comment-form-comment label {
  display: none;
}

.clear {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
}

.flex-space {
  flex-grow: 1;
}

.center {
  display: block;
  clear: both;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.space {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  height: 50px;
}

.brand-bg {
  background: #d6011f;
}

hr.lighter {
  border-top: 1px solid #CBCBCB;
}

hr.white {
  border-top: 1px solid #fff;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 900;
}

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

.inline-block {
  display: inline-block;
}

.color-white {
  color: #fff;
}

.no-pad {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-v-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.no-h-pad {
  padding-right: 0;
  padding-left: 0;
}

.no-t-pad {
  padding-top: 0;
}

.no-r-pad {
  padding-right: 0 !important;
}

.no-b-pad {
  padding-bottom: 0;
}

.no-l-pad {
  padding-left: 0;
}

.no-marg {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.no-v-marg {
  margin-top: 0;
  margin-bottom: 0;
}

.no-h-marg {
  margin-right: 0;
  margin-left: 0;
}

.no-t-marg {
  margin-top: 0;
}

.no-r-marg {
  margin-right: 0;
}

.no-b-marg {
  margin-bottom: 0;
}

.no-l-marg {
  margin-left: 0;
}

.no-transform {
  text-transform: none !important;
}

.ffw-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.ffw-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .section-wrap {
    display: block;
    clear: both;
    float: none;
  }

  .inner,
  .container {
    display: block;
    clear: both;
    float: none;
    max-width: 1252px;
    margin: 0 auto;
  }

  .flex-container {
    display: flex;
  }

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

  .flex-no-wrap {
    flex-wrap: nowrap;
  }

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

  .flex-jc-start {
    justify-content: flex-start;
  }

  .flex-jc-end {
    justify-content: flex-end;
  }

  .flex-jc-center {
    justify-content: center;
  }

  .flex-jc-space-between {
    justify-content: space-between;
  }

  .flex-jc-space-around {
    justify-content: space-around;
  }

  .flex-jc-space-evenly {
    justify-content: space-evenly;
  }

  .flex-ai-start {
    align-items: flex-start;
  }

  .flex-ai-end {
    align-items: flex-end;
  }

  .flex-ai-center {
    align-items: center;
  }

  .flex-ai-stretch {
    align-items: stretch;
  }

  .flex-ai-baseline {
    align-items: baseline;
  }

  .flex-ac-start {
    align-content: flex-start;
  }

  .flex-ac-end {
    align-content: flex-end;
  }

  .flex-ac-center {
    align-content: center;
  }

  .flex-ac-stretch {
    align-content: stretch;
  }

  .flex-ac-space-between {
    align-content: space-between;
  }

  .flex-ac-space-around {
    align-content: space-around;
  }

  .flex-js-center {
    justify-self: center !important;
  }

  .ffw-center {
    margin-right: auto;
    margin-left: auto;
  }

  .ffw-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .ffw-5 {
    width: 5%;
  }

  .ffw-10 {
    width: 10%;
  }

  .ffw-15 {
    width: 15%;
  }

  .ffw-20 {
    width: 20%;
  }

  .ffw-25 {
    width: 25%;
  }

  .ffw-30 {
    width: 30%;
  }

  .ffw-33 {
    width: 33.333333%;
  }

  .ffw-35 {
    width: 35%;
  }

  .ffw-40 {
    width: 40%;
  }

  .ffw-45 {
    width: 45%;
  }

  .ffw-50 {
    width: 50%;
  }

  .ffw-55 {
    width: 55%;
  }

  .ffw-60 {
    width: 60%;
  }

  .ffw-65 {
    width: 65%;
  }

  .ffw-70 {
    width: 70%;
  }

  .ffw-75 {
    width: 75%;
  }

  .ffw-80 {
    width: 80%;
  }

  .ffw-85 {
    width: 85%;
  }

  .ffw-90 {
    width: 90%;
  }

  .ffw-95 {
    width: 95%;
  }

  .ffw-100 {
    width: 100%;
  }

  .mobile-only {
    display: none;
  }
}

@media (max-width: 1282px) {
  .inner,
  .container {
    margin: 0 15px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .border-left,
  .border-right {
    border: none !important;
  }

  .desktop-only,
  .dt-only {
    display: none;
  }

  .ffw-5,
  .ffw-10,
  .ffw-15,
  .ffw-20,
  .ffw-25,
  .ffw-30,
  .ffw-33,
  .ffw-35,
  .ffw-40,
  .ffw-45,
  .ffw-50,
  .ffw-55,
  .ffw-60,
  .ffw-65,
  .ffw-70,
  .ffw-75,
  .ffw-80,
  .ffw-85,
  .ffw-90,
  .ffw-95,
  .ffw-100 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }
}

/*
 * Global elements
 */

#login {
  width: auto !important;
}

html {
  font-size: 16px;
}

body {
  font-size: 1.1875rem;
  font-family: "Nunito Sans 10pt", serif;
  line-height: 1.52;
  letter-spacing: 0;
  color: #0c0c0d;
}

@media screen and (max-width: 450px) {
  body {
    font-size: 1rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0c0c0d;
}

h1,
.h1 {
  font-size: 3.75rem;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Inter", serif;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter", serif;
}

@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 450px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 2.625rem;
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter", serif;
}

@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  h3,
  .h3 {
    font-size: 1.625rem;
  }
}

h3.heading-large,
.heading-large.h3 {
  font-size: 4.375rem;
  line-height: 1.07;
}

@media screen and (max-width: 991px) {
  h3.heading-large,
  .heading-large.h3 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  h3.heading-large,
  .heading-large.h3 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 450px) {
  h3.heading-large,
  .heading-large.h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.875rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Inter", serif;
}

@media screen and (max-width: 450px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h4.heading-large,
.heading-large.h4 {
  font-size: 3.125rem;
}

@media screen and (max-width: 991px) {
  h4.heading-large,
  .heading-large.h4 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  h4.heading-large,
  .heading-large.h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  h4.heading-large,
  .heading-large.h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 800;
  font-family: "Nunito Sans 10pt", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 450px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Nunito Sans 10pt", serif;
}

@media screen and (max-width: 450px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

.weight-normal {
  font-weight: 400;
}

.weight-bold {
  font-weight: 700;
}

.heading-light,
h1.heading-light,
h2.heading-light,
h3.heading-light,
h4.heading-light,
h5.heading-light,
h6.heading-light,
.heading-light > h1,
.heading-light > h2,
.heading-light > h3,
.heading-light > h4,
.heading-light > h5,
.heading-light > h6,
.heading-light h1,
.heading-light .h1,
.heading-light h2,
.heading-light .h2,
.heading-light h3,
.heading-light .h3,
.heading-light h4,
.heading-light .h4,
.heading-light h5,
.heading-light .h5,
.heading-light h6,
.heading-light .h6 {
  color: #fff;
}

.heading-dark,
h1.heading-dark,
h2.heading-dark,
h3.heading-dark,
h4.heading-dark,
h5.heading-dark,
h6.heading-dark,
.heading-dark > h1,
.heading-dark > h2,
.heading-dark > h3,
.heading-dark > h4,
.heading-dark > h5,
.heading-dark > h6,
.heading-dark h1,
.heading-dark .h1,
.heading-dark h2,
.heading-dark .h2,
.heading-dark h3,
.heading-dark .h3,
.heading-dark h4,
.heading-dark .h4,
.heading-dark h5,
.heading-dark .h5,
.heading-dark h6,
.heading-dark .h6 {
  color: #0c0c0d;
}

.content-light,
.content-light > p,
.content-light p {
  color: #fff;
}

.content-dark,
.content-dark > p,
.content-dark p {
  color: #0c0c0d;
}

*.light {
  color: #fff;
}

*.light p {
  color: #fff;
}

*.center {
  text-align: center;
}

*.center p {
  text-align: center;
}

*.right {
  text-align: right;
}

*.right p {
  text-align: right;
}

a {
  transition: all 0.5s ease;
  color: #132538;
}

a:hover {
  text-decoration: none;
}

a.dark {
  color: #0c0c0d;
}

a.light {
  color: #fff;
}

* {
  outline-color: transparent !important;
  outline-style: none !important;
  outline: none !important;
}

*:focus {
  outline-color: transparent !important;
  outline-style: none !important;
  outline: none !important;
}

*:hover *:active,
*:focus {
  outline: 0px !important;
}

.modal-body {
  padding: 0 !important;
}

.trigger {
  cursor: pointer !important;
}

label,
span.woocommerce-input-wrapper {
  display: block;
  clear: both;
  float: none;
  width: 100%;
}

.stripe-card-group,
.wc-stripe-elements-field {
  width: 100%;
}

.woocommerce-validated label {
  float: left;
  clear: none;
  width: auto;
}

.bar {
  display: block;
  clear: both;
  float: none;
  width: 55px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.acf-center {
  text-align: center;
}

.acf-center * {
  text-align: center;
}

.acf-right {
  text-align: right;
}

.acf-right * {
  text-align: right;
}

.acf-light {
  color: #fff;
}

.acf-light * {
  color: #fff;
}

.acf-content-center {
  margin-right: auto !important;
  margin-left: auto !important;
}

.acf-content-center * {
  text-align: center;
}

.acf-content-right {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.acf-content-right * {
  text-align: right;
}

img.full-width {
  width: 100% !important;
}

@media (min-width: 768px) {
  h3.sub-heading,
  .sub-heading.h3 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.91px;
  }

  h3.sub-heading.dark,
  .sub-heading.dark.h3 {
    color: #0c0c0d;
  }

  .widget-area {
    padding-left: 30px;
  }

  .widget-area .widget.right-sidebar {
    padding-bottom: 30px;
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50% !important;
    max-width: 50% !important;
  }

  .u-column1,
  .u-column2 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 768px) {
  h3.sub-heading,
  .sub-heading.h3 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0.91px;
  }

  h3.sub-heading.dark,
  .sub-heading.dark.h3 {
    color: #0c0c0d;
  }

  .u-column1,
  .u-column2 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.content ul {
  list-style: none;
  padding-left: 0;
}

.content li {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 8px 1fr;
  gap: 0 30px;
  align-items: center;
  margin-bottom: 45px;
}

.content li p {
  margin-bottom: 0;
}

@media screen and (max-width: 450px) {
  .content li {
    gap: 0 15px;
  }
}

.content li:before {
  content: "";
  height: 100%;
  width: 8px;
  border-radius: 30px;
  background-color: #0c7dd3;
}

p a.btn {
  margin-bottom: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  p a.btn {
    display: block;
    margin-right: 0;
  }
}

p a.btn:last-of-type {
  margin-right: 0;
}

th {
  border: 1px solid black;
  padding: 5px;
}

td {
  border: 1px solid black;
  padding: 5px;
}

.wait-for-api {
  position: relative;
  height: 120px;
  width: 100%;
}

.wait-for-api:before {
  content: "";
  height: 60px;
  width: 60px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-animation: spinner 0.8s linear infinite;
          animation: spinner 0.8s linear infinite;
  gap: 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.title-404 {
  margin-bottom: 20px;
}

.content-404 p {
  margin-bottom: 30px;
}

.container-404 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .utility-nav-wrap {
    display: block !important;
  }

  .utility-nav-wrap nav ul {
    border: none;
    display: inline-block;
    box-shadow: none !important;
  }

  .utility-nav-wrap nav ul li {
    border: none;
  }

  .utility-nav-wrap nav ul li a:hover {
    background: none;
  }
}

@media (max-width: 768px) {
  .utility-nav-wrap {
    display: none;
    padding-top: 15px;
  }
}

.site-header {
  transition: all 0.25s ease;
  background: #1f3c5a;
  padding: 29px 0;
  position: sticky;
  top: 0;
  z-index: 101;
}

@media screen and (max-width: 1050px) {
  .site-header {
    padding: 15px 0;
  }
}

@media screen and (min-width: 1050px) {
  .site-header .logo-nav-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 1050px) {
  .site-header .logo-nav-wrap .logo-burger {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.site-header .logo-nav-wrap .logo-burger .logo-wrap {
  max-width: 250px;
}

@media screen and (min-width: 1050px) {
  .site-header .logo-nav-wrap .logo-burger .burger-wrap {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .site-header .logo-nav-wrap .logo-burger .burger-wrap {
    display: block;
  }
}

.site-header .logo-nav-wrap .logo-burger .burger-wrap .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
}

.site-header .logo-nav-wrap .logo-burger .burger-wrap .hamburger .hamburger-box .hamburger-inner::before {
  background-color: #fff;
}

.site-header .logo-nav-wrap .logo-burger .burger-wrap .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #fff;
}

.logo-usaa-wrap {
  display: flex;
  gap: 0 15px;
  align-items: center;
}

@media screen and (max-width: 550px) {
  .logo-usaa-wrap {
    flex-direction: column;
    gap: 15px 0;
  }
}

@media screen and (max-width: 1282px) {
  .logo-usaa-wrap .logo-wrap {
    max-width: 175px !important;
  }
}

@media screen and (min-width: 768px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

@media screen and (max-width: 768px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

@media screen and (min-width: 1050px) {
  body.admin-bar .secondary-nav-wrapper {
    top: 131px;
  }
}

@media screen and (max-width: 1050px) {
  body.admin-bar .secondary-nav-wrapper {
    top: 116px;
  }
}

@media screen and (min-width: 1050px) {
  body.admin-bar .anchor-links-wrapper {
    top: 131px;
  }
}

@media screen and (max-width: 1050px) {
  body.admin-bar .anchor-links-wrapper {
    top: 116px;
  }
}

@media screen and (min-width: 1050px) {
  body.admin-bar .nav-quick-links-container {
    top: 32px;
  }
}

.fixed-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-header.show {
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 30;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.fixed-header.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 30;
}

.fixed-header.hide.hidden {
  z-index: -30 !important;
}

@media screen and (min-width: 1050px) {
  .primary-nav-wrap {
    display: block !important;
    z-index: 100;
  }

  .primary-nav-wrap .mobile-header-search {
    display: none;
  }

  .primary-nav-wrap > nav {
    z-index: 100;
  }

  .primary-nav-wrap > nav > ul {
    border: none;
    box-shadow: none !important;
    background-color: transparent !important;
    display: flex;
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li {
    border: none;
  }

  .primary-nav-wrap > nav > ul > li a {
    font-family: "Nunito Sans 10pt", serif !important;
  }

  .primary-nav-wrap > nav > ul > li.last.menu-item.active > a:after,
  .primary-nav-wrap > nav > ul > li.menu-item:not(.menu-item-has-children, .nav-button-container).active > a:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(100% - 30px);
    border-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li.last.menu-item > a:after,
  .primary-nav-wrap > nav > ul > li.menu-item:not(.menu-item-has-children, .nav-button-container) > a:after {
    content: "";
    transition: all 0.3s;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    width: 0;
    background-color: #0c7dd3;
  }

  .primary-nav-wrap > nav > ul > li.last.menu-item > a:hover:after,
  .primary-nav-wrap > nav > ul > li.menu-item:not(.menu-item-has-children, .nav-button-container) > a:hover:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(50% - 20px);
    border-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li.menu-item.search-fade-out {
    opacity: 0;
    z-index: -10;
    pointer-events: none;
    transition: opacity 0.3s, z-index 0.01s 0.3s;
  }

  .primary-nav-wrap > nav > ul > li.menu-item > .sub-menu {
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li.bold-menu > a {
    font-weight: 800;
  }

  .primary-nav-wrap > nav > ul > li > a:not(.btn) {
    color: #fff;
  }

  .primary-nav-wrap > nav > ul > li > a:not(.btn):after {
    content: "";
    transition: all 0.3s;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    width: 0;
  }

  .primary-nav-wrap > nav > ul > li > a:not(.btn):hover {
    color: #fff !important;
    background-color: transparent !important;
  }

  .primary-nav-wrap > nav > ul > li > a:not(.btn):hover:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(50% - 22px);
    border-radius: 30px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li > a:not(.btn) span.sub-arrow {
    display: none;
  }

  .primary-nav-wrap > nav > ul > li.current-page-ancestor.menu-item-has-children > a {
    position: relative;
  }

  .primary-nav-wrap > nav > ul > li.current-page-ancestor.menu-item-has-children > a:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(100% - 44px);
    border-radius: 30px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li.active.menu-item-has-children > a {
    position: relative;
  }

  .primary-nav-wrap > nav > ul > li.active.menu-item-has-children > a:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(100% - 44px);
    border-radius: 30px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li.active.menu-item-has-children > a.highlighted {
    color: #1f3c5a;
  }

  .primary-nav-wrap > nav > ul > li.active > a {
    position: relative;
  }

  .primary-nav-wrap > nav > ul > li.active > a:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(100% - 32px);
    border-radius: 30px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.3s;
  }

  .primary-nav-wrap > nav > ul > li ul {
    z-index: 100;
    background-color: #d6011f;
    border: none !important;
  }

  .primary-nav-wrap > nav > ul > li ul li {
    z-index: 100;
    border-top: none;
  }

  .primary-nav-wrap > nav > ul > li ul li a {
    color: #fff;
  }

  .primary-nav-wrap > nav > ul > li ul li a .sub-arrow {
    display: none;
  }

  .primary-nav-wrap > nav > ul > li ul li.active a {
    color: #1f3c5a;
  }

  .primary-nav-wrap .nav-search {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }

  .primary-nav-wrap .nav-search .searchform-wrap {
    display: none;
    transition: all 0.3s;
  }

  .primary-nav-wrap .nav-search .searchform-wrap.search-active {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    min-width: 450px;
  }

  .primary-nav-wrap .nav-search .searchform-wrap.search-active form.searchform {
    max-width: unset;
  }

  .primary-nav-wrap .nav-search input {
    flex-grow: 2;
  }

  .primary-nav-wrap .nav-search .fa-search {
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s;
  }

  .primary-nav-wrap .nav-search .fa-search.close-open {
    display: none;
    opacity: 0;
  }

  .primary-nav-wrap .nav-search .fa-times {
    display: none;
    opacity: 0;
    transition: all 0.3s;
  }

  .primary-nav-wrap .nav-search .fa-times.close-open {
    opacity: 1;
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    display: block;
  }

  .nav-quick-links {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 15px 0;
  }

  .nav-quick-links-container {
    position: fixed;
    top: 0;
    right: -2px;
    background-color: #132538;
    z-index: 102;
    -webkit-transform: translateX(calc(100% + 2px));
            transform: translateX(calc(100% + 2px));
    transition: all 0.3s;
    padding: 50px;
    min-width: 25vw;
  }

  .nav-quick-links-container.is-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .nav-quick-links-container .nav-quick-links-close {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 0.75rem;
    width: 0.75rem;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
  }

  .nav-quick-links-container .nav-quick-links-close:hover {
    color: #d6011f;
  }

  .nav-quick-links > li > a {
    color: #fff;
    text-decoration: none;
  }

  .nav-quick-links > li > a:hover {
    color: #9eb3c9;
  }

  .nav-quick-links > li.active > a {
    color: #9eb3c9;
  }

  .nav-quick-links > li.active > a:hover {
    color: #9eb3c9;
  }

  .nav-quick-links-burger {
    display: flex !important;
    align-items: center;
  }

  .nav-quick-links-burger .nav-quick-links-toggle {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s;
    opacity: 1;
    display: flex;
    align-items: center;
  }

  .nav-quick-links-burger .nav-quick-links-toggle.is-hidden {
    opacity: 0;
  }

  .nav-quick-links-burger .nav-quick-links-toggle .hamburger-box {
    width: 18px;
    height: 13px;
  }

  .nav-quick-links-burger .nav-quick-links-toggle .hamburger-inner {
    background-color: #fff;
    height: 3px;
    width: 18px;
  }

  .nav-quick-links-burger .nav-quick-links-toggle .hamburger-inner:before {
    background-color: #fff;
    height: 3px;
    width: 18px;
    top: -6px;
  }

  .nav-quick-links-burger .nav-quick-links-toggle .hamburger-inner:after {
    background-color: #fff;
    height: 3px;
    width: 18px;
    bottom: -6px;
  }

  .nav-button-container-mobile {
    display: none !important;
  }

  .nav-quick-links-mobile {
    display: none !important;
  }

  .nav-button.btn {
    font-size: 0.875rem !important;
  }
}

@media screen and (max-width: 1050px) {
  .primary-nav-wrap {
    display: none;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    background: #1f3c5a;
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.2);
    z-index: 101;
    max-height: calc(100vh - 70px);
    overflow: auto;
  }

  .primary-nav-wrap .mobile-header-search {
    display: block;
    padding: 13px 20px;
  }

  .primary-nav-wrap .mobile-header-search form#searchform {
    width: 100%;
    max-width: 100%;
  }

  .primary-nav-wrap nav > ul li.active > a {
    font-weight: 900;
  }

  .primary-nav-wrap nav > ul > li {
    transition: all 0.3s;
  }

  .primary-nav-wrap nav > ul > li a {
    font-family: "Nunito Sans 10pt", serif !important;
  }

  .primary-nav-wrap nav > ul > li:hover {
    background-color: #fff !important;
  }

  .primary-nav-wrap nav > ul > li:hover > a {
    color: #1f3c5a !important;
  }

  .primary-nav-wrap nav > ul > li ul li {
    transition: all 0.3s;
  }

  .primary-nav-wrap nav > ul > li ul li a {
    transition: all 0.3s;
  }

  .primary-nav-wrap nav > ul > li ul li:hover {
    background-color: #fff;
  }

  .primary-nav-wrap nav > ul > li ul li:hover > a {
    color: #1f3c5a !important;
  }

  .primary-nav-wrap nav ul {
    border: none;
    box-shadow: none;
    background-color: #1f3c5a;
  }

  .primary-nav-wrap nav ul li a {
    color: #fff;
  }

  .nav-search {
    display: none !important;
  }

  .nav-quick-links-burger {
    display: none !important;
  }

  .nav-button-container {
    display: none !important;
  }

  .nav-button-container-mobile {
    padding: 13px 20px;
  }

  .nav-toggle {
    display: flex !important;
    align-items: center;
  }

  .nav-quick-links-container {
    display: none;
  }

  .nav-quick-links-mobile {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .nav-quick-links-mobile > .menu-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
  }

  .nav-quick-links-mobile > .menu-item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .nav-quick-links-mobile > .menu-item:hover {
    background-color: #d6011f;
  }

  .nav-quick-links-mobile > .menu-item > a {
    padding: 13px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1050px) {
  li.dt-search {
    position: relative;
  }

  li.dt-search .dt-search-wrap {
    position: absolute;
    transition: all 0.25s ease;
    top: 0;
    right: 53px;
    overflow: hidden;
  }

  li.dt-search .dt-search-wrap.open {
    width: 250px;
  }

  li.dt-search .dt-search-wrap.closed {
    width: 0;
  }

  li.dt-search .dt-search-wrap .searchform-wrap form#searchform .submit-wrap button[type=submit]:hover #small-search {
    stroke: #d6011f !important;
  }
}

@media screen and (max-width: 1050px) {
  li.dt-search {
    display: none !important;
  }
}

@media screen and (min-width: 1050px) {
  .primary-menu > .menu-item > .has-submenu:hover {
    background-color: transparent !important;
  }

  .primary-menu > .menu-item > .has-submenu.highlighted {
    color: #fff !important;
    background-color: transparent !important;
  }

  .primary-menu > .menu-item > .has-submenu.highlighted:after {
    content: "";
    background-color: #0c7dd3;
    height: 5px;
    width: calc(50% - 22px);
    border-radius: 30px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: width 0.3s;
  }

  .primary-menu > .menu-item > .sub-menu {
    top: unset !important;
    bottom: 0 !important;
    left: calc(50% - 6px) !important;
    -webkit-transform: translate(-50%, calc(100% + 30px));
            transform: translate(-50%, calc(100% + 30px));
    background-color: #fff !important;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  }

  .primary-menu > .menu-item > .sub-menu:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    content: "";
    background-image: url(3c5c112cd8d81cd3d958.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }

  .primary-menu > .menu-item > .sub-menu .active > a {
    font-weight: 700 !important;
  }

  .primary-menu > .menu-item > .sub-menu > li {
    border-bottom: 1px solid #d9d9d9;
  }

  .primary-menu > .menu-item > .sub-menu > li.menu-item-has-children > ul.sub-menu {
    left: 20px !important;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
  }

  .primary-menu > .menu-item > .sub-menu > li.menu-item-has-children > ul.sub-menu > li {
    border-bottom: 1px solid #d9d9d9;
  }

  .primary-menu > .menu-item > .sub-menu > li.menu-item-has-children > ul.sub-menu > li:last-of-type {
    border-bottom: 0;
  }

  .primary-menu > .menu-item > .sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #0c0c0d;
  }

  .primary-menu > .menu-item > .sub-menu > li:last-of-type {
    border-bottom: 0;
  }

  .primary-menu > .menu-item > .sub-menu > li > a {
    color: #0c0c0d;
    padding-left: 0;
  }
}

.footer-nav-wrap {
  display: block !important;
}

.footer-nav-wrap nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-nav-wrap nav ul {
    display: flex;
    flex-flow: row nowrap;
  }
}

.footer-nav-wrap nav ul li {
  border: none;
}

.footer-nav-wrap nav ul li a {
  display: block;
  clear: both;
  float: none;
  padding: 11px 20px;
}

.footer-nav-wrap nav ul li a:hover {
  background: none;
}

.social-links ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row nowrap;
}

.social-links ul li {
  margin-right: 10px;
}

.social-links ul li:last-of-type {
  margin-right: 0;
}

.social-links ul li a {
  display: block;
}

.cd-top {
  display: block;
  height: 50px;
  width: 120px;
  position: fixed;
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  background-color: #132538;
  border-radius: 30px 30px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  padding: 5px 15px;
  text-decoration: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (pointer: fine) {
  .cd-top:hover {
    background-color: #fff;
  }

  .cd-top:hover .cd-top-text {
    color: #132538;
  }

  .cd-top:hover .cd-top-text-arrow-tip {
    background-color: #132538;
  }

  .cd-top:hover .cd-top-text-arrow-line {
    background-color: #132538;
  }
}

.cd-top.at-bottom {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  box-shadow: unset;
}

.cd-top-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.cd-top-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  height: 100%;
}

.cd-top-text-arrow {
  width: 10px;
  height: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-top-text-arrow-tip {
  height: 5px;
  width: 10px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.cd-top-text-arrow-line {
  height: 9px;
  width: 2px;
  background-color: #fff;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: all 0.3s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.site-footer {
  background-color: #1f3c5a;
}

.footer-upper {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr) 313px;
  padding-top: 96px;
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .footer-upper {
    grid-template-areas: "colfour colone" "coltwo colthree";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 60px 30px;
  }
}

@media screen and (max-width: 600px) {
  .footer-upper {
    grid-template-areas: "colfour" "colone" "coltwo" "colthree";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 50px 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.footer-column {
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .footer-column {
    padding-right: 0;
  }
}

.footer-column-header {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 800;
  font-family: "Nunito Sans 10pt", serif;
  text-transform: uppercase;
}

@media screen and (max-width: 450px) {
  .footer-column-header {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .footer-column-one {
    grid-area: colone;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .footer-column-two {
    grid-area: coltwo;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .footer-column-three {
    grid-area: colthree;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer-links-item {
  margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
  .footer-links-item {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .footer-links-item {
    margin-bottom: 10px;
  }
}

.footer-links-item:last-of-type {
  margin-bottom: 0;
}

.footer-links-link {
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  transition: all 0.3s;
}

.footer-links-link:hover {
  color: #0c7dd3;
}

.footer-column-four {
  padding-top: 11px;
}

@media screen and (max-width: 991px) {
  .footer-column-four {
    grid-area: colfour;
  }
}

.footer-logo-link {
  margin-bottom: 35px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer-logo-link {
    justify-content: center;
  }
}

.footer-socials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 46px;
}

@media screen and (max-width: 600px) {
  .footer-socials {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer-socials-item {
  height: 40px;
  width: 40px;
}

.footer-socials-link {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f3c5a;
  height: 100%;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-socials-link:hover {
  background-color: #1f3c5a;
  color: #fff;
}

.footer-badges-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 17px;
}

.footer-badges-badge-container {
  max-height: 90px;
  max-width: 90px;
}

@media screen and (max-width: 767px) {
  .footer-badges-badge-container {
    max-height: 80px;
    max-width: 80px;
  }
}

.copyright-wrap {
  background-color: #132538;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright-wrap.is-relative {
  position: relative;
}

.copyright-wrap-inner {
  position: relative;
  min-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 2.5;
}

.copyright-wrap-inner.has-logo {
  padding-right: 115px;
}

@media screen and (max-width: 600px) {
  .copyright-wrap-inner.has-logo {
    padding-right: 0;
  }
}

.copyright-ffw-link {
  max-height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .copyright-ffw-link {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    justify-content: center;
    margin-top: 20px;
  }
}

.btn,
button,
input[type=submit],
input[type=button] {
  padding: 22px 30px;
  font-family: "Nunito Sans 10pt", serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 30px;
  font-size: 0.875rem;
  line-height: 1.21;
  letter-spacing: 0.9px;
}

.btn.solid,
button.solid,
input[type=submit].solid,
input[type=button].solid {
  background-color: #d6011f;
  color: #fff;
  border: 1px solid #d6011f;
}

.btn.solid:hover,
button.solid:hover,
input[type=submit].solid:hover,
input[type=button].solid:hover {
  background-color: #fff;
  color: #d6011f !important;
}

.btn.solid:hover > a,
button.solid:hover > a,
input[type=submit].solid:hover > a,
input[type=button].solid:hover > a {
  color: #d6011f !important;
}

.btn.solid > a,
button.solid > a,
input[type=submit].solid > a,
input[type=button].solid > a {
  color: #fff !important;
}

.btn.ghost,
button.ghost,
input[type=submit].ghost,
input[type=button].ghost {
  background-color: transparent;
  color: #d6011f;
  border: 1px solid #d6011f;
}

.btn.ghost:hover,
button.ghost:hover,
input[type=submit].ghost:hover,
input[type=button].ghost:hover {
  background-color: #d6011f;
  color: #fff;
}

.btn.ghost:hover > a,
button.ghost:hover > a,
input[type=submit].ghost:hover > a,
input[type=button].ghost:hover > a {
  color: #fff !important;
}

.btn.ghost > a,
button.ghost > a,
input[type=submit].ghost > a,
input[type=button].ghost > a {
  color: #d6011f !important;
}

.btn.blue,
button.blue,
input[type=submit].blue,
input[type=button].blue {
  background-color: #1f3c5a;
  color: #fff;
  border: 1px solid #1f3c5a;
}

.btn.blue:hover,
button.blue:hover,
input[type=submit].blue:hover,
input[type=button].blue:hover {
  background-color: #fff;
  color: #1f3c5a;
}

.btn.blue:hover > a,
button.blue:hover > a,
input[type=submit].blue:hover > a,
input[type=button].blue:hover > a {
  color: #1f3c5a !important;
}

.btn.blue > a,
button.blue > a,
input[type=submit].blue > a,
input[type=button].blue > a {
  color: #fff !important;
}

.btn.blue-ghost,
button.blue-ghost,
input[type=submit].blue-ghost,
input[type=button].blue-ghost {
  background-color: transparent;
  color: #1f3c5a;
  border: 1px solid #1f3c5a;
}

.btn.blue-ghost:hover,
button.blue-ghost:hover,
input[type=submit].blue-ghost:hover,
input[type=button].blue-ghost:hover {
  background-color: #1f3c5a;
  color: #fff;
}

.btn.blue-ghost:hover > a,
button.blue-ghost:hover > a,
input[type=submit].blue-ghost:hover > a,
input[type=button].blue-ghost:hover > a {
  color: #fff !important;
}

.btn.blue-ghost > a,
button.blue-ghost > a,
input[type=submit].blue-ghost > a,
input[type=button].blue-ghost > a {
  color: #1f3c5a !important;
}

.btn.white,
button.white,
input[type=submit].white,
input[type=button].white {
  background-color: #fff;
  color: #d6011f;
  border: 1px solid #fff;
}

.btn.white:hover,
button.white:hover,
input[type=submit].white:hover,
input[type=button].white:hover {
  background-color: transparent;
  color: #fff;
}

.btn.white:hover > a,
button.white:hover > a,
input[type=submit].white:hover > a,
input[type=button].white:hover > a {
  color: #fff !important;
}

.btn.white > a,
button.white > a,
input[type=submit].white > a,
input[type=button].white > a {
  color: #d6011f !important;
}

.btn.white-ghost,
button.white-ghost,
input[type=submit].white-ghost,
input[type=button].white-ghost {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn.white-ghost:hover,
button.white-ghost:hover,
input[type=submit].white-ghost:hover,
input[type=button].white-ghost:hover {
  background-color: #fff;
  color: #d6011f;
}

.btn.white-ghost:hover > a,
button.white-ghost:hover > a,
input[type=submit].white-ghost:hover > a,
input[type=button].white-ghost:hover > a {
  color: #d6011f !important;
}

.btn.white-ghost > a,
button.white-ghost > a,
input[type=submit].white-ghost > a,
input[type=button].white-ghost > a {
  color: #fff !important;
}

.btn.btn-block,
button.btn-block,
input[type=submit].btn-block,
input[type=button].btn-block {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

button,
input[type=submit],
input[type=button] {
  background-color: #d6011f;
  color: #fff;
  border: 1px solid #d6011f;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #fff;
  color: #d6011f;
}

.plus {
  margin-top: -68px;
  height: 68px !important;
  padding-bottom: 68px;
  display: block;
}

.plus-circle {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  width: 53px;
  height: 53px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer !important;
}

.plus-circle:after,
.plus-circle:before {
  content: "";
  position: absolute;
  background-color: #d6011f;
  border-radius: 2px;
  left: 0;
  right: 0.5px;
  top: 0;
  bottom: 1px;
  margin: auto;
}

.plus-circle:before {
  width: 21px;
  height: 2px;
}

.plus-circle:after {
  width: 2px;
  height: 21px;
}

.plus-circle--animated {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.plus-circle--animated:before,
.plus-circle--animated:after {
  transition: inherit;
}

.plus-circle--animated:hover:before,
.plus-circle--animated:focus:before,
.plus-circle--animated.plus-circle--hover:before {
  -webkit-transform: translate3d(2px, -5px, 0) rotate(45deg) scale3d(0.73, 1, 1);
          transform: translate3d(2px, -5px, 0) rotate(45deg) scale3d(0.73, 1, 1);
}

.plus-circle--animated:hover:after,
.plus-circle--animated:focus:after,
.plus-circle--animated.plus-circle--hover:after {
  -webkit-transform: translate3d(2px, 6px, 0) rotate(45deg) scale3d(1, 0.73, 1);
          transform: translate3d(2px, 6px, 0) rotate(45deg) scale3d(1, 0.73, 1);
}

.small-accordion-toggle {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.small-accordion-toggle:hover > .small-accordion-toggle-background {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.small-accordion-toggle:hover > .small-accordion-toggle-background.is-active {
  -webkit-transform: rotate(180deg) translateY(5px);
          transform: rotate(180deg) translateY(5px);
}

.small-accordion-toggle-background {
  width: 12px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(911e195e8133cf6e45e2.svg);
  transition: all 0.3s;
}

.small-accordion-toggle-background.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.small-accordion-content {
  padding-top: 20px;
  display: none;
}

.large-accordion-toggle {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s;
}

.large-accordion-toggle.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.large-accordion-toggle:hover > .large-accordion-toggle-background {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.large-accordion-toggle-background {
  width: 18px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(dacd89fc5788c48fa274.svg);
  transition: all 0.3s;
}

.large-accordion-content {
  padding-top: 20px;
  display: none;
}

.title-accordion-wrap {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-top: 20px;
}

.title-accordion-toggle {
  all: unset;
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.title-accordion-toggle.circle-brand {
  grid-template-columns: 1fr auto;
  padding: 17px 20px 17px 40px;
  gap: 0 5px;
}

@media screen and (max-width: 450px) {
  .title-accordion-toggle.circle-brand {
    padding: 17px 10px 17px 20px;
  }
}

.title-accordion-toggle.circle-gray {
  padding: 27px 45px 27px 55px;
  grid-template-columns: 8px 1fr auto;
}

@media screen and (max-width: 450px) {
  .title-accordion-toggle.circle-gray {
    padding: 27px 20px 27px 20px;
  }
}

.title-accordion-toggle.is-active.circle-brand .title-accordion-title-circle-lines {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.title-accordion-toggle.is-active.circle-gray .title-accordion-title-circle-vert {
  opacity: 0;
}

.title-accordion-title {
  font-family: "Nunito Sans 10pt", serif;
  font-weight: 800;
  line-height: 1.22;
  text-align: left;
}

.title-accordion-title.circle-gray {
  text-transform: uppercase;
  color: #0c0c0d;
  padding-left: 20px;
}

.title-accordion-title.circle-brand {
  text-transform: none;
  color: #0c0c0d;
}

.title-accordion-title-line.circle-brand {
  display: none;
}

.title-accordion-title-line.circle-gray {
  height: 42px;
  width: 8px;
  background-color: #0c7dd3;
  border-radius: 30px;
}

.title-accordion-title-circle {
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.title-accordion-title-circle.circle-brand {
  background-color: #d6011f;
  position: relative;
}

.title-accordion-title-circle.circle-brand .title-accordion-title-circle-vert {
  width: 1.5px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-accordion-title-circle.circle-brand .title-accordion-title-circle-horiz {
  height: 1.5px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-accordion-title-circle.circle-gray {
  background-color: rgba(213, 219, 226, 0.55);
  position: relative;
}

.title-accordion-title-circle.circle-gray .title-accordion-title-circle-vert {
  width: 1.5px;
  height: 10px;
  background-color: #67696d;
  transition: all 0.3s;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-accordion-title-circle.circle-gray .title-accordion-title-circle-horiz {
  height: 1.5px;
  width: 10px;
  background-color: #67696d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title-accordion-title-circle-lines {
  width: 10px;
  height: 10px;
  display: relative;
  transition: all 0.3s;
}

.title-accordion-content {
  display: none;
}

.title-accordion-content.circle-brand {
  padding: 20px 20px 40px 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 8px 1fr;
  align-items: center;
  gap: 0 20px;
}

@media screen and (max-width: 450px) {
  .title-accordion-content.circle-brand {
    gap: 0 10px;
    padding: 20px 10px 40px 20px;
  }
}

@media screen and (max-width: 600px) {
  .title-accordion-content-container iframe {
    width: 100% !important;
    aspect-ratio: 500/281 !important;
  }
}

.title-accordion-content-container.circle-gray {
  padding: 20px 100px 43px 76px;
}

@media screen and (max-width: 767px) {
  .title-accordion-content-container.circle-gray {
    padding: 20px 60px 30px 40px;
  }
}

@media screen and (max-width: 450px) {
  .title-accordion-content-container.circle-gray {
    padding: 20px 40px 30px 40px;
  }
}

.title-accordion-content-line.circle-gray {
  display: none;
}

.title-accordion-content-line.circle-brand {
  height: 100%;
  width: 8px;
  background-color: #0c7dd3;
  border-radius: 30px;
}

.inline-accordion-content {
  display: none;
  margin-bottom: 30px;
  padding-top: 15px;
}

.inline-accordion-toggle {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.inline-accordion-toggle:hover {
  background-position: center bottom 40%;
}

.inline-accordion-toggle.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .inline-accordion-toggle {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.inline-accordion-toggle.accordion-brand {
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
}

.inline-accordion-toggle.accordion-white {
  background-color: #fff;
  background-image: url(36df606ab7c4e202e365.svg);
}

.no-results {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .no-results {
    padding: 75px 0;
  }
}

@media screen and (max-width: 768px) {
  .no-results {
    padding: 50px 0;
  }
}

.no-results h1.page-title,
.no-results .page-title.h1 {
  padding-bottom: 10px;
}

.no-results form#searchform {
  margin: 25px auto;
}

li.no-label label {
  display: none !important;
}

.gform_button {
  border-radius: 50px !important;
  padding: 15px 50px !important;
  display: inline-block !important;
  transition: all 0.5s ease !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  color: #d6011f !important;
  border: 1px solid #d6011f !important;
}

.gform_button:hover {
  background: #d6011f !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  ul.gform_fields li.fifty {
    width: 50% !important;
    display: inline-block !important;
    clear: none;
    margin-bottom: 20px;
  }

  ul.gform_fields li.thirty {
    width: 33.333333% !important;
    display: inline-block !important;
    clear: none;
    margin-bottom: 20px;
  }

  ul.gform_fields li.no-r-pad {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  li.fifty,
  li.thirty {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .people {
    display: flex;
    flex-flow: row wrap;
  }
}

.people .person {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .people .person {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
  }

  .people .person:nth-of-type(3n) {
    margin-right: 0;
  }
}

.people .person:hover .image-wrap .overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.people .person:hover .image-wrap .overlay a .excerpt {
  color: #fff;
}

.people .person .image-wrap {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease;
  overflow: hidden;
}

.people .person .image-wrap .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  overflow-y: auto;
}

.people .person .image-wrap .overlay a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}

.people .person .image-wrap .overlay a .excerpt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 768px) {
  .people .person .image-wrap .overlay a .excerpt {
    padding: 25px;
  }
}

.people .person .person-bottom {
  padding: 25px;
}

.person-modal-wrap {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .person-modal-wrap {
    width: 90% !important;
    max-width: 1100px !important;
  }
}

@media screen and (max-width: 768px) {
  .person-modal-wrap {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) {
  .person-modal-wrap .person-modal {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media screen and (min-width: 768px) {
  .person-modal-wrap .person-modal .modal-left {
    width: 50%;
  }
}

.person-modal-wrap .person-modal .modal-left .image-wrap {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media screen and (min-width: 768px) {
  .person-modal-wrap .person-modal .modal-left .image-wrap {
    height: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .person-modal-wrap .person-modal .modal-left .image-wrap {
    height: 400px;
  }
}

.person-modal-wrap .person-modal .modal-right {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .person-modal-wrap .person-modal .modal-right {
    width: 50%;
    padding: 50px 0 50px 50px;
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .person-modal-wrap .person-modal .modal-right {
    padding: 50px 25px;
  }
}

.person-modal-wrap .person-modal .modal-right .content-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .person-modal-wrap .person-modal .modal-right .content-wrap {
    overflow-y: auto;
    height: calc(100% - 75px);
    padding-right: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .blog-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media screen and (min-width: 768px) {
  .blog-wrap .blog-facets {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .blog-wrap .blogs-container {
    width: calc(100% - 200px);
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .blog-wrap .blogs-container .blogs {
    display: flex;
    flex-flow: row wrap;
  }
}

.blog-wrap .blogs-container .blogs .blog {
  transition: all 0.5s ease;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .blog-wrap .blogs-container .blogs .blog {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
  }

  .blog-wrap .blogs-container .blogs .blog:nth-of-type(3n) {
    margin-right: 0;
  }
}

.blog-wrap .blogs-container .blogs .blog:hover .image-wrap .overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.blog-wrap .blogs-container .blogs .blog:hover .image-wrap .overlay a .excerpt {
  color: #fff;
}

.blog-wrap .blogs-container .blogs .blog .image-wrap {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease;
  overflow: hidden;
}

.blog-wrap .blogs-container .blogs .blog .image-wrap .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  overflow-y: auto;
}

.blog-wrap .blogs-container .blogs .blog .image-wrap .overlay a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}

.blog-wrap .blogs-container .blogs .blog .image-wrap .overlay a .excerpt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 768px) {
  .blog-wrap .blogs-container .blogs .blog .image-wrap .overlay a .excerpt {
    padding: 25px;
  }
}

.blog-wrap .blogs-container .blogs .blog .blog-bottom {
  padding: 25px;
}

.blog-wrap .blogs-container .no-results {
  width: 100%;
}

.facetwp-facet-load_more {
  text-align: center;
}

.facetwp-facet-search .facetwp-input-wrap {
  width: 100%;
  border: 1.5px solid #C1C1C1;
  background: #fff;
  border-radius: 50px;
  max-width: 290px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.facetwp-facet-search .facetwp-input-wrap .facetwp-search {
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.39px;
  background: transparent;
  border: none;
  padding-left: 20px;
}

.search-page {
  padding: 80px 0;
}

.search-page__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #67696d;
}

.search-post {
  margin-bottom: 20px;
}

.search-post__title {
  font-size: 20px;
  font-weight: normal;
  border: 1px solid #67696d;
  background-color: #67696d;
  display: flex;
}

.search-post__title span {
  padding: 15px 10px;
  width: 175px;
  flex-shrink: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.search-post__title a {
  width: 100%;
  text-transform: none;
  background-color: #fff;
  padding: 15px 10px;
}

@media screen and (min-width: 768px) {
  .search-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media screen and (min-width: 768px) {
  .search-wrap .search-facets {
    padding-right: 50px;
  }
}

.search-wrap .search-facets .facetwp-type-search .facetwp-input-wrap {
  border: 1.5px solid #C1C1C1;
  border-radius: 50px;
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.39px;
  background: transparent;
  padding-right: 50px;
  padding-left: 20px;
  height: 40px;
}

.search-wrap .search-facets .facetwp-type-search .facetwp-input-wrap input[type=text] {
  border: none !important;
}

.search-wrap .search-facets .facetwp-sort {
  padding-bottom: 25px;
}

.search-wrap .search-facets .facetwp-sort select {
  border: 1.5px solid #C1C1C1;
  border-radius: 50px;
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.39px;
  background: transparent;
  padding-left: 20px;
  height: 40px;
}

.search-wrap .search-facets .facetwp-checkbox {
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.39px;
  color: #0c0c0d;
}

@media screen and (min-width: 768px) {
  .search-wrap .search-results {
    flex-grow: 1;
  }
}

.search-wrap .search-results .load-more-wrap {
  text-align: center;
}

.searchform-wrap form.searchform {
  border: 1.5px solid #C1C1C1;
  background: #fff;
  border-radius: 50px;
  max-width: 290px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.searchform-wrap form.searchform input[type=text] {
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.39px;
  background: transparent;
  border: none;
  padding-left: 20px;
}

.searchform-wrap form.searchform input[type=text]::-webkit-input-placeholder {
  color: #C1C1C1;
}

.searchform-wrap form.searchform input[type=text]::-moz-placeholder {
  color: #C1C1C1;
}

.searchform-wrap form.searchform input[type=text]::-ms-input-placeholder {
  color: #C1C1C1;
}

.searchform-wrap form.searchform input[type=text]::placeholder {
  color: #C1C1C1;
}

.searchform-wrap form.searchform .submit-wrap {
  padding-right: 2px;
}

.searchform-wrap form.searchform .submit-wrap button {
  width: 34px;
  height: 34px;
  background: #d6011f;
  transition: all 0.5s ease;
  border-radius: 50px;
  padding: 0 !important;
}

.searchform-wrap form.searchform .submit-wrap button:hover {
  background: #fff;
}

.searchform-wrap form.searchform .submit-wrap button:hover svg #small-search {
  stroke: #d6011f !important;
}

.searchform-wrap form.searchform .submit-wrap button svg {
  margin-top: -3px;
}

.searchform-wrap form.searchform .submit-wrap button svg #small-search {
  stroke: #fff !important;
}

.accordions__container--inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  .accordions__container--inner {
    margin: 0 15px;
  }
}

.accordions__container--inner .title-accordion-wrap {
  margin-top: 30px;
}

.accordions__container--inner .title-accordion-wrap:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .accordions__container--inner > .title-accordion-wrap:nth-of-type(n + 6) {
    opacity: 0;
    pointer-events: none;
    max-height: 1px;
    margin-top: 0;
    transition: all 0.3s;
  }

  .accordions__container--inner > .title-accordion-wrap:nth-of-type(n + 6).button-toggled {
    opacity: 1;
    pointer-events: all;
    max-height: 1000px;
    margin-top: 15px;
  }
}

.accordions__heading {
  margin-bottom: 60px;
}

.accordions__heading.align-left {
  text-align: left;
}

.accordions__heading.align-center {
  text-align: center;
}

.accordions__heading.align-right {
  text-align: right;
}

.accordions__more--container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .accordions__more--container {
    display: none;
  }
}

.accordions__more--toggle {
  all: unset;
  display: flex;
  width: 145px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0 8px;
}

.accordions__more--toggle.is-active .accordions__more--toggle-circle {
  background-color: #fff;
}

.accordions__more--toggle.is-active .accordions__more--toggle-circle-horiz {
  background-color: #d6011f;
}

.accordions__more--toggle.is-active .accordions__more--toggle-circle-vert {
  opacity: 0;
}

.accordions__more--toggle.is-active:hover .accordions__more--toggle-circle {
  background-color: #d6011f;
}

.accordions__more--toggle.is-active:hover .accordions__more--toggle-circle-horiz {
  background-color: #fff;
}

.accordions__more--toggle:hover {
  background-color: transparent;
  color: #0c0c0d;
}

.accordions__more--toggle:hover .accordions__more--toggle-circle {
  background-color: #fff;
}

.accordions__more--toggle:hover .accordions__more--toggle-circle-horiz {
  background-color: #d6011f;
}

.accordions__more--toggle:hover .accordions__more--toggle-circle-vert {
  background-color: #d6011f;
}

.accordions__more--toggle-text {
  font-size: 0.875rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
}

.accordions__more--toggle-circle {
  background-color: #d6011f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  transition: all 0.3s;
  position: relative;
}

.accordions__more--toggle-circle-vert {
  width: 1.5px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  transition: all 0.3s;
}

.accordions__more--toggle-circle-horiz {
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}

.achievements__featured {
  padding-left: 31px;
}

@media screen and (max-width: 450px) {
  .achievements__featured {
    padding-left: 21px;
  }
}

.achievements__featured--container {
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .achievements__featured--container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.achievements__featured--quote-image {
  height: 120px;
  width: 87px;
  background-image: url(1f89ad64a2a73f7a64de.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  left: -31px;
  top: -54px;
}

@media screen and (max-width: 450px) {
  .achievements__featured--quote-image {
    height: 80px;
    width: 58px;
    left: -21px;
    top: -36px;
  }
}

.achievements__featured--content {
  font-style: italic;
}

.achievements__featured--content-side {
  padding: 68px 14.7% 68px 8.2%;
}

@media screen and (max-width: 450px) {
  .achievements__featured--content-side {
    padding: 60px 15px;
  }
}

.achievements__featured--content-top {
  margin-bottom: 30px;
}

.achievements__featured--content-info {
  gap: 0 5px;
  font-size: 1.5rem;
  line-height: 1.375;
  align-items: center;
}

.achievements__featured--content-relationship {
  color: #67696d;
}

.achievements__featured--content-vr {
  font-weight: bold;
}

.achievements__featured--content-position {
  font-weight: bold;
}

.achievements__featured--content-link {
  color: #0c7dd3;
  transition: all 0.3s;
  text-decoration: none;
}

.achievements__featured--content-link:hover {
  color: #d6011f;
}

.achievements__featured--content-link-container {
  font-size: 1.0625rem;
  color: #67696d;
  gap: 0 4px;
  margin-top: 5px;
}

.achievements__featured--content-hr {
  display: block;
  width: 100%;
  background-color: #d9d9d9;
  height: 1px;
}

.achievements__featured--content-lower {
  margin-top: 30px;
}

.achievements__featured--content-video {
  display: flex;
  align-items: center;
  color: #0c0c0d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.21;
  font-weight: 500;
  gap: 0 10px;
  margin-top: 30px;
}

.achievements__featured--content-video:hover .achievements__featured--content-video-circle-line-container {
  width: 25px;
}

.achievements__featured--content-video-circle {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: relative;
  background-color: #d6011f;
}

.achievements__featured--content-video-circle-line {
  width: calc(100% - 7px);
  height: 2px;
  background-color: #fff;
}

.achievements__featured--content-video-circle-line-container {
  display: flex;
  align-items: center;
  width: 20px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.achievements__featured--content-video-circle-tip {
  height: 6px;
  width: 7px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.achievements__featured--image {
  min-height: 557px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .achievements__featured--image {
    min-height: unset;
    height: 350px;
  }
}

@media screen and (max-width: 450px) {
  .achievements__featured--image {
    height: 300px;
  }
}

.achievements__featured--image-link {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievements__featured--image-link:hover .achievements__featured--image-link-circle {
  background-color: #fff;
}

.achievements__featured--image-link:hover .achievements__featured--image-link-circle-triangle {
  background-color: #d6011f;
}

.achievements__featured--image-link-circle {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(103, 105, 109, 0.72);
  transition: all 0.3s;
  border-radius: 50%;
}

.achievements__featured--image-link-circle-triangle {
  height: 22px;
  width: 24px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.achievements__others {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px 4%;
}

.achievements__others.blocks-hidden {
  gap: 0 4%;
}

@media screen and (max-width: 767px) {
  .achievements__others.blocks-hidden .achievements__other:first-of-type {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .achievements__others {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    gap: 100px 0;
  }
}

.achievements__other {
  padding-left: 31px;
  height: 100%;
  max-height: 2000px;
  opacity: 1;
  position: relative;
  z-index: 1;
  pointer-events: all;
  transition: all 0.3s;
}

.achievements__other.is-hidden {
  opacity: 0;
  max-height: 1px;
  z-index: -10;
  pointer-events: none;
}

.achievements__other.is-hidden * {
  max-height: 1px;
  padding: 0 !important;
}

@media screen and (max-width: 450px) {
  .achievements__other {
    padding-left: 21px;
  }
}

.achievements__other--container {
  background-color: #fff;
  position: relative;
  padding: 80px 9.9% 47px 8.7%;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .achievements__other--container {
    padding: 70px 20px 40px;
  }
}

.achievements__other--quote-image {
  height: 120px;
  width: 87px;
  background-image: url(1f89ad64a2a73f7a64de.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  left: -31px;
  top: -54px;
}

@media screen and (max-width: 450px) {
  .achievements__other--quote-image {
    height: 80px;
    width: 58px;
    left: -21px;
    top: -36px;
  }
}

.achievements__other--image {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.achievements__other--image-container {
  height: 168px;
  width: 168px;
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 450px) {
  .achievements__other--image-container {
    height: 120px;
    width: 120px;
  }
}

.achievements__other--content {
  font-style: italic;
}

.achievements__other--content-top {
  margin-bottom: 30px;
}

.achievements__other--content-hr {
  display: block;
  width: 100%;
  background-color: #d9d9d9;
  height: 1px;
}

.achievements__other--content-lower {
  margin-top: 30px;
}

.achievements__other--info {
  gap: 0 5px;
  font-size: 1.5rem;
  line-height: 1.375;
}

.achievements__other--info-relationship {
  color: #67696d;
}

.achievements__other--info-vr {
  font-weight: bold;
}

.achievements__other--info-position {
  font-weight: bold;
}

.achievements__other--link {
  color: #0c7dd3;
  transition: all 0.3s;
  text-decoration: none;
}

.achievements__other--link:hover {
  color: #d6011f;
}

.achievements__other--link-container {
  font-size: 1.0625rem;
  color: #67696d;
  gap: 0 4px;
  margin-top: 5px;
}

.achievements__bottom--button-container {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.anchor-links-wrapper {
  position: sticky;
  top: 99px;
  z-index: 100;
}

@media screen and (max-width: 1050px) {
  .anchor-links-wrapper {
    top: 84px;
  }
}

@media screen and (max-width: 767px) {
  .anchor-links-wrapper {
    display: none;
  }
}

.anchor-links__container {
  background-color: #eee;
}

.anchor-links__list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .anchor-links__list {
    flex-direction: column;
  }
}

.anchor-links__item {
  position: relative;
  flex-basis: 100%;
}

@media screen and (max-width: 767px) {
  .anchor-links__item {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .anchor-links__item:first-of-type {
    padding-top: 0;
  }

  .anchor-links__item:last-of-type {
    padding-bottom: 0;
  }
}

.anchor-links__item.has-plus:after {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(af024e5e92f3d1acd2d0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (max-width: 767px) {
  .anchor-links__item.has-plus:after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.anchor-links__item.has-plus:last-of-type:after {
  display: none;
}

.anchor-links__item.has-line:after {
  content: "";
  height: 94px;
  width: 2px;
  background-image: url(22d364cf76c8f43f1f17.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (max-width: 767px) {
  .anchor-links__item.has-line:after {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
  }
}

.anchor-links__item.has-line:last-of-type:after {
  display: none;
}

.anchor-links__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  text-decoration: none;
  justify-content: space-between;
  height: 100%;
}

.anchor-links__link:hover .anchor-links__link--circle {
  background-position: bottom 30% center;
}

.anchor-links__link--text {
  font-weight: 500;
  color: #1f3c5a;
  text-transform: uppercase;
  letter-spacing: 2.26px;
  line-height: 1.21;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .anchor-links__link--text {
    letter-spacing: 0.5px;
  }
}

.anchor-links__link--circle {
  background-color: #d6011f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-size: 50%;
}

.bullet-list__container--inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  .bullet-list__container--inner {
    margin: 0 15px;
  }
}

.bullet-list__heading {
  margin-bottom: 12px;
}

.bullet-list__heading.capitalize-heading {
  text-transform: uppercase;
}

.bullet-list__title {
  font-weight: 700;
  display: none;
}

.bullet-list__title.active-list {
  display: inline-block;
}

.bullet-list__title--container {
  position: relative;
  max-width: 590px;
  display: inline-block;
}

.bullet-list__title--options {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d6011f;
  display: none;
  -webkit-transform: translateY(104%);
          transform: translateY(104%);
  z-index: 20;
  transition: all 0.3s;
  width: 590px;
}

@media screen and (max-width: 767px) {
  .bullet-list__title--options {
    width: auto;
    max-width: calc(100vw - 30px);
  }
}

.bullet-list__title--options.active-list {
  display: block;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.bullet-list__title--options-option {
  position: absolute;
  left: -100vw;
}

.bullet-list__title--options-option-wrapper {
  background-color: #d6011f;
  padding: 15px 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.bullet-list__title--options-option-wrapper:hover {
  background-color: #1f3c5a;
}

.bullet-list__title--options-option-label {
  font-size: 2.625rem;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bullet-list__title--options-option-label {
    font-size: 1.875rem;
  }
}

.bullet-list__title--underline {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.bullet-list__title--underline.color-light {
  background-color: #fff;
}

.bullet-list__title--underline.color-dark {
  background-color: #0c0c0d;
}

.bullet-list__title--toggle {
  all: unset;
  height: 60px;
  width: 60px;
  background-color: #d6011f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.bullet-list__title--toggle:hover {
  background-position: center bottom 40%;
  background-color: #d6011f;
}

@media screen and (max-width: 450px) {
  .bullet-list__title--toggle {
    height: 30px;
    width: 30px;
    -webkit-transform: translateX(125%);
            transform: translateX(125%);
    background-size: 33.3333%;
  }
}

.bullet-list__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 50px 0;
}

.bullet-list__list--container {
  display: none;
}

.bullet-list__list--container.active-list {
  display: block;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .bullet-list__list--container.active-list {
    margin-top: 20px;
  }
}

.bullet-list__list--item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 8px 1fr;
  gap: 0 30px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .bullet-list__list--item {
    gap: 0 15px;
  }
}

.bullet-list__list--item-line {
  width: 8px;
  height: 100%;
  background-color: #0c7dd3;
  border-radius: 30px;
}

@media screen and (max-width: 450px) {
  .bullet-list__list--item-line {
    width: 6px;
  }
}

.bullet-list__list--item-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Nunito Sans 10pt", serif;
}

@media screen and (max-width: 450px) {
  .bullet-list__list--item-heading {
    font-size: 1.25rem;
  }
}

.bullet-list__list--item-content {
  margin-bottom: 0;
}

.ct__container--inner {
  padding-top: 85px;
}

.ct__testimonials {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
  padding-left: 31px;
  list-style: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ct__testimonials {
    grid-auto-rows: repeat(2, 1fr);
    grid-template-columns: 1fr;
    gap: 100px 0;
  }
}

@media screen and (max-width: 450px) {
  .ct__testimonials {
    padding-left: 21px;
  }
}

.ct__testimonial {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 68px 8.7% 50px;
}

@media screen and (max-width: 450px) {
  .ct__testimonial {
    padding: 60px 15px 50px;
  }
}

.ct__testimonial--blue-quote {
  position: absolute;
  height: 120px;
  width: 87px;
  top: -60px;
  left: -31px;
  background-image: url(1f89ad64a2a73f7a64de.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 450px) {
  .ct__testimonial--blue-quote {
    height: 80px;
    width: 58px;
    top: -40px;
    left: -21px;
  }
}

.ct__testimonial--image {
  height: 153px;
  width: 153px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .ct__testimonial--image {
    height: 115px;
    width: 115px;
  }
}

@media screen and (max-width: 450px) {
  .ct__testimonial--image {
    height: 95px;
    width: 95px;
  }
}

.ct__testimonial--image-container {
  height: 168px;
  width: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -84px;
}

@media screen and (max-width: 991px) {
  .ct__testimonial--image-container {
    height: 130px;
    width: 130px;
    top: -65px;
  }
}

@media screen and (max-width: 450px) {
  .ct__testimonial--image-container {
    height: 110px;
    width: 110px;
    top: -55px;
  }
}

.ct__testimonial--content-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 800;
  font-family: "Nunito Sans 10pt", serif;
}

@media screen and (max-width: 450px) {
  .ct__testimonial--content-heading {
    font-size: 1.25rem;
  }
}

.ct__testimonial--content-subheading {
  font-size: 1.5rem;
  line-height: 1.375;
}

.ct__testimonial--content-testimonial {
  margin-top: 30px;
}

.ct__testimonial--content-testimonial p:last-of-type {
  margin-bottom: 0;
}

.ctic__card {
  max-width: 1060px;
  margin: 0 auto;
  padding: 72px 64px 72px 78px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 239px;
  gap: 0 7%;
}

@media screen and (max-width: 1060px) {
  .ctic__card {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .ctic__card {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    padding: 60px 40px;
    gap: 40px 0;
    grid-template-areas: "image" "content";
  }
}

@media screen and (max-width: 450px) {
  .ctic__card {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .ctic__content--container {
    grid-area: content;
  }
}

.ctic__heading {
  margin-bottom: 30px;
}

.ctic__image {
  width: 100%;
  max-height: 233px;
}

@media screen and (max-width: 767px) {
  .ctic__image--side {
    grid-area: image;
  }
}

.ctic__image--container {
  width: 100%;
  height: 233px;
}

.career-fairs__upper {
  padding-left: calc((100vw - 1252px) / 2);
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 559px;
  gap: 0 7.8%;
  margin-bottom: 152px;
}

@media screen and (max-width: 1282px) {
  .career-fairs__upper {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .career-fairs__upper {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 40px 0;
    padding: 0 15px;
  }
}

.career-fairs__content--heading {
  margin-bottom: 20px;
}

.career-fairs__side--button {
  all: unset;
  background-color: #d6011f;
  padding: 35px 44px 35px 0;
  text-decoration: none;
  cursor: pointer;
  align-self: start;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .career-fairs__side--button {
    margin-top: 0;
  }
}

.career-fairs__side--button:hover .career-fairs__side--button-arrow {
  width: calc(100% + 20px);
}

.career-fairs__side--button-text {
  font-size: 2.1875rem;
  line-height: 1.14;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  padding-left: 28px;
  color: #fff;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .career-fairs__side--button-text {
    font-size: 1.5rem;
    letter-spacing: 1.25px;
  }
}

@media screen and (max-width: 450px) {
  .career-fairs__side--button-text {
    font-size: 1.25rem;
    letter-spacing: 0.75px;
    padding-left: 15px;
  }
}

.career-fairs__side--button-arrow {
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.career-fairs__side--button-arrow-line {
  background-color: #fff;
  height: 2px;
  width: calc(100% - 16px);
}

.career-fairs__side--button-arrow-tip {
  width: 16px;
  height: 15px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.career-fairs__events {
  display: grid;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}

@media screen and (max-width: 991px) {
  .career-fairs__events {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 40px;
  }
}

@media screen and (max-width: 767px) {
  .career-fairs__events {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 100px 0;
  }
}

.career-fairs__bottom {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.case-studies__heading {
  text-align: center;
  margin-bottom: 48px;
}

.case-studies__studies {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.8%;
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .case-studies__studies {
    gap: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .case-studies__studies {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}

.case-studies__study {
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
}

.case-studies__study--link {
  text-decoration: none;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 276px 1fr;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 450px) {
  .case-studies__study--link .circle-arrow-link {
    left: 15px;
  }
}

.case-studies__study--upper {
  background-color: #eee;
  border-radius: 15px 15px 0 0;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 276px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.case-studies__study--upper-industry {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 21px;
  font-size: 0.875rem;
  line-height: 1.21;
  color: #1f3c5a;
}

.case-studies__study--lower {
  background-color: #fff;
  padding: 46px 43px 64px;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 450px) {
  .case-studies__study--lower {
    padding: 40px 15px 64px;
  }
}

.case-studies__study--lower-company {
  margin-bottom: 5px;
}

.case-studies__study--lower-description {
  color: #67696d;
  font-size: 1.5rem;
}

@media screen and (max-width: 450px) {
  .case-studies__study--lower-description {
    font-size: 1rem;
  }
}

.case-studies__studies--hidden {
  display: none;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 3.8%;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .case-studies__studies--hidden {
    gap: 60px 2%;
  }
}

@media screen and (max-width: 767px) {
  .case-studies__studies--hidden {
    grid-template-columns: 1fr;
  }
}

.case-studies__load-more--container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.column-content__heading--container {
  margin-bottom: 50px;
}

.column-content__heading--container.has-accordion {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-template-rows: auto;
  gap: 0 15px;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 450px) {
  .column-content__heading--container.has-accordion {
    gap: 0 5px;
  }
}

.column-content__accordion--toggle {
  all: unset;
  height: 60px;
  width: 60px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

@media screen and (max-width: 450px) {
  .column-content__accordion--toggle {
    height: 30px;
    width: 30px;
    background-size: 33.3333%;
  }
}

.column-content__accordion--toggle:hover {
  background-position: center bottom 40%;
  background-color: #d6011f;
}

.column-content__accordion--toggle.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.column-content__accordion--toggle.is-active.hover {
  background-position: center top 40%;
}

.column-content__accordion--content {
  display: none;
  max-width: 600px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 630px) {
  .column-content__accordion--content {
    margin: 0 15px 50px;
  }
}

.column-content__cards {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  gap: 0 3.8%;
}

.column-content__cards.columns--1 {
  grid-template-columns: 1fr;
}

.column-content__cards.columns--2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .column-content__cards.columns--2 {
    grid-template-columns: 1fr;
    gap: 50px 0;
    grid-template-rows: repeat(2, 1fr);
  }
}

.column-content__cards.columns--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .column-content__cards.columns--3 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column-content__cards.columns--3 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

.column-content__card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .column-content__card:last-of-type {
    grid-column: 1/3;
    width: calc(50% - 25px);
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  .column-content__card:last-of-type {
    grid-column: 1/2;
    width: 100%;
  }
}

.column-content__card--link {
  display: block;
  text-decoration: none;
  color: unset;
  height: 100%;
}

.column-content__card--image {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.column-content__card--content-container {
  padding: 46px 43px 50px;
}

@media screen and (max-width: 450px) {
  .column-content__card--content-container {
    padding: 40px 20px 50px;
  }
}

.column-content__card--content-heading {
  margin-bottom: 12px;
  font-size: 1.875rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Inter", serif;
}

@media screen and (max-width: 450px) {
  .column-content__card--content-heading {
    font-size: 1.5rem;
  }
}

.column-content__card--content-hr {
  height: 8px;
  width: 120px;
  background-color: #0c7dd3;
  margin-bottom: 30px;
  display: block;
  border: none;
  border-radius: 30px;
  opacity: 1;
}

.contact-forms__heading {
  margin-bottom: 30px;
}

.contact-forms__form--field {
  margin-bottom: 10px;
  display: flex;
  gap: 0 15px;
}

.contact-forms__form--field-input {
  cursor: pointer;
}

.contact-forms__form--field-label {
  cursor: pointer;
}

.contact-forms__form--submit {
  margin-top: 30px;
}

.esm__form {
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

@media screen and (max-width: 767px) {
  .esm__form {
    grid-template-rows: auto 75px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 450px) {
  .esm__form {
    grid-template-rows: auto 100px;
  }
}

.esm__form--left {
  padding: 34px 40px 34px 50px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .esm__form--left {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 450px) {
  .esm__form--left {
    padding: 30px 15px;
  }
}

.esm__form--label {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.22;
  margin-right: 20px;
}

.esm__form--select {
  border: none;
  position: relative;
  padding-left: 15px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .esm__form--select {
    padding-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .esm__form--select {
    padding-right: 50px;
  }
}

.esm__form--select:hover .esm__form--toggle {
  background-position: bottom 40% center;
}

.esm__form--select:before {
  content: "";
  height: 1px;
  width: calc(100% - 54px);
  background-color: #67696d;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.esm__form--list {
  display: none;
  background-color: #1f3c5a;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 0;
  z-index: 10;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 450px) {
  .esm__form--list {
    left: -15px;
    right: -15px;
  }
}

.esm__form--list.is-active ~ .esm__form--toggle {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.esm__form--list.is-active {
  display: block;
}

.esm__form--list-option {
  padding: 15px;
  color: #fff;
  transition: all 0.3s;
  font-size: 1.25rem;
  line-height: 1;
}

.esm__form--list-option:hover {
  background-color: #d6011f;
}

.esm__form--toggle {
  height: 26px;
  width: 26px;
  background-color: #d6011f;
  border-radius: 50%;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 33%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s;
}

.esm__form--submit {
  all: unset;
  height: 100%;
  width: 175px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.22;
  background-color: #d6011f;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .esm__form--submit {
    width: 100%;
  }
}

.esm__form--submit:hover {
  color: #d6011f;
  background-color: #fff;
}

.esm__select--wrapper {
  position: relative;
}

.engagement__upper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}

.engagement__upper.no-side-button {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .engagement__upper {
    padding-bottom: 90px;
  }
}

.engagement__upper--content {
  max-width: 900px;
}

@media screen and (max-width: 991px) {
  .engagement__upper--content {
    max-width: 600px;
  }
}

.engagement__upper--content-heading {
  margin-bottom: 20px;
}

.engagement__upper--content-button {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .engagement__upper--content-button {
    width: 100%;
  }
}

.engagement__upper .side-button-large-text {
  text-transform: none;
  font-size: 3rem;
  line-height: 1.4;
  font-family: "Inter", serif;
}

@media screen and (max-width: 767px) {
  .engagement__upper .side-button-link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .engagement__upper .mobile-side-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d6011f;
    text-decoration: none;
    padding: 30px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .engagement__upper .mobile-side-button:hover {
    background-color: #fff;
  }

  .engagement__upper .mobile-side-button:hover .mobile-side-button-text {
    color: #d6011f;
  }
}

.engagement__tools {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 4%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .engagement__tools {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .engagement__tools {
    grid-template-rows: repeat(5, auto);
    grid-template-columns: 1fr;
  }
}

.engagement__tool {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 33px 50px;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .engagement__tool {
    padding: 75px 33px 50px;
  }
}

.engagement__tool.has-link {
  padding: 0;
}

.engagement__tool.has-link > .engagement__tool--link {
  padding: 150px 33px 50px;
  position: relative;
  text-decoration: none;
  display: block;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .engagement__tool.has-link > .engagement__tool--link {
    padding: 75px 33px 50px;
  }
}

.engagement__tool.has-link > .engagement__tool--link .circle-arrow-link {
  right: 10px;
  bottom: 10px;
  left: unset;
}

.engagement__tool:first-of-type {
  grid-row: 1/3;
}

@media screen and (max-width: 991px) {
  .engagement__tool:first-of-type {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

@media screen and (max-width: 767px) {
  .engagement__tool:first-of-type {
    grid-column: 1/2;
  }
}

.engagement__tool--content p {
  margin-bottom: 0;
  font-size: 1rem;
}

.engagement__tool--content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  height: 100%;
}

.engagement__tool--content-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Nunito Sans 10pt", serif;
}

@media screen and (max-width: 450px) {
  .engagement__tool--content-heading {
    font-size: 1.25rem;
  }
}

.engagement__tool--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.engagement__tool--gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 33%;
  background-image: linear-gradient(to top, rgb(19, 37, 56) 0 30%, rgb(19, 37, 56) 30%, rgba(19, 37, 56, 0));
  z-index: 3;
}

@media screen and (max-width: 450px) {
  .engagement__tool--gradient {
    top: 0;
  }
}

.featured-blog__heading {
  text-align: center;
  max-width: 815px;
  margin: 0 auto 20px;
}

.featured-blog__content {
  text-align: center;
  max-width: 815px;
  margin: 0 auto 60px;
}

.featured-blog__blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0 3.8%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .featured-blog__blogs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 60px 0;
  }
}

.featured-blog__blog {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.featured-blog__blog--link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 15px;
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .featured-blog__blog--link .circle-arrow-link {
    left: 15px;
  }
}

.featured-blog__blog--image {
  border-radius: 15px 15px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 374px;
  width: 100%;
}

.featured-blog__blog--image-placeholder {
  height: 374px;
  width: 100%;
  background-color: #1f3c5a;
  background-image: url(ad8876403d7c865245ee.svg);
  background-size: 200px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .featured-blog__blog--image-placeholder {
    height: 350px;
  }
}

@media screen and (max-width: 450px) {
  .featured-blog__blog--image-placeholder {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .featured-blog__blog--image {
    height: 350px;
  }
}

@media screen and (max-width: 450px) {
  .featured-blog__blog--image {
    height: 250px;
  }
}

.featured-blog__blog--lower {
  padding: 46px 43px 50px;
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 991px) {
  .featured-blog__blog--lower {
    padding: 46px 15px 50px 43px;
  }
}

@media screen and (max-width: 450px) {
  .featured-blog__blog--lower {
    padding: 46px 15px 50px;
  }
}

.featured-blog__blog--lower-hr {
  width: 119px;
  background-color: #0c7dd3;
  opacity: 1;
  border-radius: 30px;
  height: 8px;
  margin: 23px 0;
  border-top: 0;
}

.featured-blog__blog--lower-excerpt {
  color: #0c0c0d;
}

.featured-blog__bottom-button--container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.fcs__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 13.8%;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .fcs__container--inner {
    gap: 0 6%;
  }
}

@media screen and (max-width: 767px) {
  .fcs__container--inner {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.fcs__content--heading {
  margin-bottom: 20px;
}

.fcs__card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.fcs__card--upper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 27%;
}

@media screen and (max-width: 767px) {
  .fcs__card--upper {
    padding: 30px 10%;
  }
}

.fcs__card--upper-logo {
  max-height: 78px;
}

.fcs__card--upper-logo-container {
  max-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fcs__card--lower {
  padding: 45px 11.5%;
}

@media screen and (max-width: 767px) {
  .fcs__card--lower {
    padding: 45px 7%;
  }
}

@media screen and (max-width: 450px) {
  .fcs__card--lower {
    padding: 40px 15px;
  }
}

.fcs__card--lower-info-container {
  margin-bottom: 30px;
}

.fcs__card--lower-info-container:last-of-type {
  margin-bottom: 0;
}

.fcs__card--lower-info-logo {
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.fcs__card--lower-info-logo.logo-industry {
  background-image: url(e988ee3c1241b099e3ce.svg);
}

.fcs__card--lower-info-logo.logo-people {
  background-image: url(23f2742d33c8f2035bd8.svg);
}

.fcs__card--lower-info-logo.logo-world {
  background-image: url(e42860352ca5e978ba7a.svg);
}

.fcs__card--lower-info-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.22;
}

.fcs__card--lower-info-stat-link {
  color: #0c0c0d;
  text-decoration: none;
  transition: all 0.3s;
}

.fcs__card--lower-info-stat-link:hover {
  color: #d6011f;
}

.fel__container {
  position: relative;
}

@media screen and (max-width: 550px) {
  .fel__container {
    padding-bottom: 200px !important;
  }
}

.fel__container .mobile-side-button {
  bottom: 50px;
}

.fel__image--container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: -4;
}

.fel__side--gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: -3;
}

.fel__bottom--gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  z-index: -3;
}

.fel__content .btn {
  margin-top: 14px;
}

.fel__content--container {
  width: 411px;
}

@media screen and (max-width: 550px) {
  .fel__content--container {
    width: 100%;
  }
}

.fel__content--subheading {
  font-size: 1.75rem;
  line-height: 1.36;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.fel__content--heading {
  margin-bottom: 40px;
}

.fel__events {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
  margin-top: 150px;
}

.fel__events.show-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .fel__events {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 90px 40px;
  }
}

@media screen and (max-width: 767px) {
  .fel__events {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .fel__cta {
    width: 100%;
  }
}

.fel__cta--container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.fes__container {
  padding-top: 123px;
}

.fes__events--container {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5%;
}

.fes__events--container.show-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .fes__events--container {
    grid-template-rows: repeat(2, aut0);
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 40px;
  }
}

@media screen and (max-width: 767px) {
  .fes__events--container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 100px 0;
  }
}

.fes__more--container {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.featured-partners__container {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .featured-partners__container {
    padding-bottom: 170px !important;
  }
}

.featured-partners__container .mobile-side-button {
  bottom: 50px;
}

@media screen and (max-width: 800px) {
  .featured-partners__container .side-button-link {
    display: none;
  }

  .featured-partners__container .mobile-side-button {
    display: flex;
  }
}

.featured-partners__heading {
  max-width: 800px;
}

@media screen and (max-width: 900px) {
  .featured-partners__heading {
    margin-right: 92px;
  }
}

.featured-partners__hr {
  display: block;
  height: 8px;
  width: 120px;
  border-radius: 30px;
  background-color: #0c7dd3;
  opacity: 1;
}

.featured-partners__top-logos {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
  display: grid;
  grid-auto-rows: 250px;
  grid-template-columns: repeat(4, 250px);
  gap: 40px;
}

@media screen and (max-width: 1282px) {
  .featured-partners__top-logos--container {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1282px) {
  .featured-partners__top-logos {
    grid-template-columns: repeat(2, 250px);
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 580px) {
  .featured-partners__top-logos {
    grid-template-columns: 250px;
  }
}

.featured-partners__top-logos--item {
  max-width: 250px;
}

.featured-partners__bottom-logos {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 70px;
  align-items: center;
  gap: 0 75px;
}

@media screen and (max-width: 550px) {
  .featured-partners__bottom-logos {
    margin-top: 50px;
  }
}

.featured-partners__bottom-logos .slick-track {
  display: flex;
  align-items: center;
}

.featured-partners__bottom-logos .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-partners__bottom-logos .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-partners__bottom-logos--item {
  min-height: 128px;
  min-width: 128px;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .featured-partners__cta {
    width: 100%;
  }
}

.featured-partners__cta--container {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.marquee {
  overflow: hidden;
}

.ft__container--inner {
  display: flex;
  gap: 0 7.5%;
}

.ft__container--inner.not-inner {
  margin-left: calc((100vw - 1252px) / 2);
  margin-right: calc((100vw - 1340px) / 2);
}

@media screen and (max-width: 1370px) {
  .ft__container--inner.not-inner {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1282px) {
  .ft__container--inner.not-inner {
    margin-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .ft__container--inner.not-inner {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .ft__container--inner {
    flex-direction: column;
    gap: 60px 0;
  }
}

.ft__content--container {
  width: 32.8%;
  padding-top: 46px;
}

@media screen and (max-width: 991px) {
  .ft__content--container {
    width: calc(100% - 20px);
  }
}

.ft__content--subheading {
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.21;
  margin-bottom: 13px;
}

.ft__content--button-container {
  margin-top: 30px;
}

.ft__testimonials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ft__testimonials--side {
  width: 59.7%;
}

@media screen and (max-width: 991px) {
  .ft__testimonials--side {
    width: 100%;
  }
}

.ft__testimonials--side.needs-flex {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 26px;
  gap: 0 20px;
}

@media screen and (max-width: 450px) {
  .ft__testimonials--side.needs-flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px 0;
  }
}

@media screen and (max-width: 450px) {
  .ft__testimonials--arrows {
    display: flex;
    gap: 0 20px;
  }
}

.ft__testimonials--arrows-prev {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #d5dbe2;
  position: relative;
  background-image: url(d3f22785861677244f27.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 450px) {
  .ft__testimonials--arrows-prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.ft__testimonials--arrows-prev:hover {
  background-position: center bottom 40%;
}

.ft__testimonials--arrows-next {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #d5dbe2;
  position: relative;
  background-image: url(d3f22785861677244f27.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 450px) {
  .ft__testimonials--arrows-next {
    margin-top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.ft__testimonials--arrows-next:hover {
  background-position: center bottom 40%;
}

.ft__testimonial {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 30px 4% 42px;
  display: grid !important;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 82px;
  gap: 0 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ft__testimonial {
    grid-template-rows: 1fr 60px;
  }
}

@media screen and (max-width: 450px) {
  .ft__testimonial {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "quote" "content";
    padding: 30px 15px;
  }
}

.ft__testimonial.has-image {
  grid-template-columns: 103px 1fr 82px;
}

@media screen and (max-width: 767px) {
  .ft__testimonial.has-image {
    grid-template-columns: 75px 1fr 60px;
    gap: 0 20px;
  }
}

@media screen and (max-width: 450px) {
  .ft__testimonial.has-image {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "image quote" "content content";
  }
}

.ft__testimonial--image {
  height: 103px;
  width: 103px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 767px) {
  .ft__testimonial--image {
    width: 75px;
    height: 75px;
  }
}

.ft__testimonial--image-container {
  width: 103px;
  align-self: start;
}

@media screen and (max-width: 767px) {
  .ft__testimonial--image-container {
    width: 75px;
  }
}

@media screen and (max-width: 450px) {
  .ft__testimonial--image-container {
    grid-area: image;
  }
}

.ft__testimonial--content {
  padding-top: 20px;
}

@media screen and (max-width: 450px) {
  .ft__testimonial--content {
    grid-area: content;
  }
}

.ft__testimonial--content-name {
  font-size: 1.5rem;
}

.ft__testimonial--content-title {
  display: flex;
  gap: 0 5px;
}

.ft__testimonial--content-title-left {
  color: #085B9A;
  font-weight: 700;
  display: inline-block;
}

.ft__testimonial--content-title-line {
  background-color: #67696d;
  width: 1px;
}

.ft__testimonial--content-title-right {
  color: #67696d;
  display: inline-block;
}

.ft__testimonial--content-testimonial {
  margin-top: 30px;
}

.ft__testimonial--quote {
  height: 35px;
  width: 67px;
  background-image: url(1b044c634e15013f9858.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .ft__testimonial--quote {
    width: 60px;
    height: 32px;
  }
}

.ft__testimonial--quote-container {
  padding-left: 15px;
  align-self: start;
}

@media screen and (max-width: 767px) {
  .ft__testimonial--quote-container {
    padding-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .ft__testimonial--quote-container {
    grid-area: quote;
    display: flex;
    justify-content: flex-end;
  }
}

.ffcb__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.9%;
}

@media screen and (max-width: 767px) {
  .ffcb__container--inner {
    grid-template-columns: 1fr;
    grid-temaplte-rows: repeat(2, auto);
    gap: 50px 0;
  }
}

.ffcb__card {
  background-color: #fff;
  padding: 75px 57px;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .ffcb__card {
    padding: 40px 15px;
  }
}

.ffcb__card.has-shadow {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.ffcb__card--heading {
  margin-bottom: 20px;
}

.ffcb__accordion--toggle {
  all: unset;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
}

.ffcb__accordion--toggle:hover {
  background-position: center bottom 40%;
  background-color: #d6011f;
}

.ffcb__accordion--toggle.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ffcb__accordion--content {
  display: none;
  padding-top: 20px;
}

.ffcb__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ffcb__buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

.ffit__container {
  position: relative;
}

@media screen and (max-width: 991px) {
  .ffit__container.image-top.section-wrap {
    padding-top: 50px !important;
  }

  .ffit__container.image-top.section-wrap .side-stat__stat--container {
    bottom: unset !important;
    top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .ffit__container.image-top.section-wrap .inner {
    grid-template-areas: "image" "content";
  }
}

.ffit__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.8%;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .ffit__container--inner {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    grid-template-areas: "content" "image";
    gap: 50px 0;
  }
}

.ffit__image--side {
  min-height: 661px;
  height: 100%;
  width: 100%;
}

.ffit__image--side.have-image-layer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .ffit__image--side {
    min-height: unset;
    height: 400px;
    grid-area: image;
  }
}

.ffit__image--container {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.ffit__image--container.have-image-layer {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  min-height: unset;
}

@media screen and (max-width: 991px) {
  .ffit__image--container.have-image-layer {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.ffit__image--overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60%;
  background-image: linear-gradient(to top, rgb(19, 37, 56), rgba(19, 37, 56, 0));
}

.ffit__image--layer {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  z-index: 1;
}

.ffit__image--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.ffit__image--video:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.ffit__image--video:hover > .ffit__image--video-circle {
  background-color: #d6011f;
}

.ffit__image--video:hover > .ffit__image--video-circle:after {
  background-color: rgba(255, 255, 255, 0.75);
}

.ffit__image--video-circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  transition: all 0.3s;
}

.ffit__image--video-circle:hover {
  background-color: #d6011f;
}

.ffit__image--video-circle:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}

.ffit__image--video-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #d6011f;
  height: 22px;
  width: 24px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.ffit__content--heading {
  margin-bottom: 30px;
}

.ffit__content--buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ffit__content--buttons {
    flex-direction: column;
  }
}

.ffit__content--side {
  height: auto;
}

.ffit__content--side.has-white-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .ffit__content--side {
    grid-area: content;
    padding: 0 !important;
  }
}

.ffito__container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .ffito__container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.ffito__content--container {
  padding: 98px 16.66% 78px calc((100vw - 1252px) / 2);
}

@media screen and (max-width: 1282px) {
  .ffito__content--container {
    padding: 98px 16.66% 78px 15px;
  }
}

@media screen and (max-width: 767px) {
  .ffito__content--container {
    padding: 60px 15px;
  }
}

.ffito__content--hr {
  display: block;
  background-color: #0c7dd3;
  height: 8px;
  width: 336px;
  border-radius: 30px;
  margin-bottom: 41px;
  border-top: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .ffito__content--hr {
    width: 230px;
  }
}

.ffito__content--heading {
  margin-bottom: 20px;
  width: 268px;
}

@media screen and (max-width: 767px) {
  .ffito__content--heading {
    width: auto;
  }
}

.ffito__content--buttons {
  margin-top: 30px;
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .ffito__content--buttons {
    flex-direction: column;
    gap: 15px;
  }
}

.ffito__media {
  padding-top: 98px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ffito__media {
    padding-top: 0;
  }
}

.ffito__media--image {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ffito__media--image-container {
  height: 458px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ffito__media--image-container {
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  .ffito__media--image-container {
    height: 300px;
  }
}

.ffito__media--fancybox {
  height: 458px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ffito__media--fancybox {
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  .ffito__media--fancybox {
    height: 300px;
  }
}

.ffito__media--fancybox:hover .ffito__media--play {
  background-color: rgba(0, 0, 0, 0.9);
}

.ffito__media--fancybox-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.ffito__media--play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 72px;
  width: 72px;
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 0.3s;
}

.ffito__media--play-triangle {
  height: 16px;
  width: 17px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ffits__container {
  padding-top: 395px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ffits__container {
    padding-top: 150px;
  }
}

.ffits__container--inner {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .ffits__container--inner {
    flex-direction: column;
  }
}

.ffits__image {
  height: 100%;
  width: 100%;
}

.ffits__image--container {
  position: absolute;
  top: 120px;
  left: calc((100vw - 1278px) / 2);
  width: 710px;
  height: 926px;
}

@media screen and (max-width: 1308px) {
  .ffits__image--container {
    left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .ffits__image--container {
    position: static;
    width: 80%;
    height: unset;
    aspect-ratio: 3/4;
    align-self: center;
  }
}

@media screen and (max-width: 450px) {
  .ffits__image--container {
    width: 100%;
  }
}

.ffits__content--container {
  position: relative;
  z-index: 3;
  max-width: 626px;
  padding: 89px 60px 99px;
}

@media screen and (max-width: 991px) {
  .ffits__content--container {
    max-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .ffits__content--container {
    padding: 60px 20px;
  }
}

.ffits__content--heading {
  margin-bottom: 20px;
}

.ffits__content--buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ffits__content--buttons {
    flex-direction: column;
  }
}

.fftt__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 49fr 51fr;
  gap: 0 11%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .fftt__container--inner {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 80px 0;
  }
}

.fftt__content--heading {
  margin-bottom: 20px;
}

.fftt__testimonial {
  padding-top: 29px;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .fftt__testimonial--side {
    padding-left: 31px;
  }
}

@media screen and (max-width: 450px) {
  .fftt__testimonial--side {
    padding-left: 21px;
  }
}

.fftt__testimonial--card {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 68px 50px 47px;
}

@media screen and (max-width: 450px) {
  .fftt__testimonial--card {
    padding: 50px 15px 30px;
  }
}

.fftt__testimonial--blue-quote {
  position: absolute;
  height: 120px;
  width: 87px;
  top: -60px;
  left: -31px;
  background-image: url(1f89ad64a2a73f7a64de.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 450px) {
  .fftt__testimonial--blue-quote {
    height: 80px;
    width: 58px;
    top: -40px;
    left: -21px;
  }
}

.fftt__testimonial--upper {
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
}

.fftt__testimonial--name {
  color: #1f3c5a;
}

.fftt__testimonial--title {
  color: #d6011f;
  font-size: 1.5rem;
  line-height: 1.21;
  font-weight: 600;
  font-family: "Nunito Sans 10pt", serif;
}

@media screen and (max-width: 450px) {
  .fftt__testimonial--title {
    font-size: 1.25rem;
  }
}

.fwcfft__card {
  background-color: #fff;
  padding: 82px 80px;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .fwcfft__card {
    padding: 80px 50px;
  }
}

@media screen and (max-width: 450px) {
  .fwcfft__card {
    padding: 60px 20px;
  }
}

.fwcfft__card--heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  color: #1f3c5a;
  margin-bottom: 10px;
  line-height: 1.25;
}

.fwcfft__card--subheading {
  font-size: 2.625rem;
  font-weight: 700;
  color: #0c7dd3;
  line-height: 1.28;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Inter", serif;
}

@media screen and (max-width: 767px) {
  .fwcfft__card--subheading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .fwcfft__card--subheading {
    font-size: 1.625rem;
  }
}

.fwcfft__card--columns {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .fwcfft__card--columns {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.fwcfft__card--column {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .fwcfft__card--column {
    padding: 0;
  }
}

.fwcfft__card--column:first-of-type {
  padding-right: 8.8%;
  border-right: 1px solid #979797;
}

@media screen and (max-width: 767px) {
  .fwcfft__card--column:first-of-type {
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #979797;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 450px) {
  .fwcfft__card--column:first-of-type {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fwcfft__card--column:last-of-type {
  padding-left: 8.8%;
}

@media screen and (max-width: 767px) {
  .fwcfft__card--column:last-of-type {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 450px) {
  .fwcfft__card--column:last-of-type {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fwcfft__card--column-content {
  font-size: 1rem;
}

.fwcfft__card--column-list {
  margin-top: 25px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fwcfft__card--column-list-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 1fr;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 15px;
}

.fwcfft__card--column-list-item-icon {
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fwcfft__card--column-list-item-text {
  font-size: 1rem;
}

.fwffit__container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 12fr 13fr;
}

@media screen and (max-width: 767px) {
  .fwffit__container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

.fwffit__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fwffit__image--container {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fwffit__image--container {
    height: 400px;
  }
}

.fwffit__content--container {
  padding-left: calc((100vw - 1252px) / 2);
  padding-right: calc((100vw - 1252px) / 2);
}

@media screen and (min-width: 1600px) {
  .fwffit__content--container {
    padding-left: 174px;
    padding-right: 174px;
  }
}

@media screen and (max-width: 1282px) {
  .fwffit__content--container {
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .fwffit__content--container {
    padding-top: 50px !important;
    padding-bottom: 75px !important;
  }
}

.fwffit__content--heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 1282px) {
  .fwffit__content--heading.heading-large {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 450px) {
  .fwffit__content--heading.heading-large {
    font-size: 1.75rem;
  }
}

.fwffit__content--list {
  margin-top: 36px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.fwffit__content--list-item {
  display: grid;
  grid-template-columns: 8px 1fr;
  grid-template-rows: 1fr;
  gap: 0 30px;
  margin-top: 50px;
}

.fwffit__content--list-item:first-of-type {
  margin-top: 0;
}

.fwffit__content--list-item-blue {
  height: 100%;
  width: 8px;
  background-color: #0c7dd3;
  border-radius: 30px;
}

.fwffit__content--list-item-content-heading {
  margin-bottom: 15px;
  text-transform: none;
}

.fwffit__content--lower {
  margin-top: 34px;
}

.fwt__container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.fwt__container.has-gradient {
  background-color: rgba(19, 37, 56, 0.68);
  background-blend-mode: multiply;
}

.fwt__container--inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fwt__container--inner.width-narrow {
  max-width: 900px;
}

@media screen and (max-width: 930px) {
  .fwt__container--inner.width-narrow {
    margin: 0 15px;
  }
}

.fwt__container--inner.width-extra-narrow {
  max-width: 600px;
}

@media screen and (max-width: 630px) {
  .fwt__container--inner.width-extra-narrow {
    margin: 0 15px;
  }
}

.fwt__container--inner.align-left {
  text-align: left;
}

.fwt__container--inner.align-center {
  text-align: center;
}

.fwt__container--inner.align-right {
  text-align: right;
}

.fwt__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fwt__overlay--gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgb(19, 37, 56), rgba(19, 37, 56, 0));
}

.fwt__heading {
  margin-bottom: 20px;
}

.fwt__line {
  height: 8px;
  background-color: #0c7dd3;
  border-radius: 30px;
  width: 254px;
  opacity: 1;
  border: none;
  margin: 0;
}

@media screen and (max-width: 450px) {
  .fwt__line {
    width: 150px;
  }
}

.fwt__line--container {
  display: flex;
  margin-bottom: 37px;
}

.fwt__line--container.align-left {
  justify-content: flex-start;
}

.fwt__line--container.align-center {
  justify-content: center;
}

.fwt__line--container.align-right {
  justify-content: flex-end;
}

.fwt__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.fwt__buttons.align-left {
  justify-content: flex-start;
}

.fwt__buttons.align-center {
  justify-content: center;
}

.fwt__buttons.align-right {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .fwt__buttons {
    flex-direction: column;
  }
}

.fwtc__content--container {
  padding: 125px 0 125px;
}

@media screen and (max-width: 767px) {
  .fwtc__content--container {
    padding: 50px 0 75px;
  }
}

.fwtc__content--container.width-narrow {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  .fwtc__content--container.width-narrow {
    margin: 0 15px;
  }
}

.fwtc__content--container.width-extra-narrow {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 630px) {
  .fwtc__content--container.width-extra-narrow {
    margin: 0 15px;
  }
}

.fwtc__content--heading {
  margin-bottom: 20px;
}

.fwtc__content--hr {
  display: block;
  border-radius: 30px;
  background-color: #0c7dd3;
  height: 8px;
  width: 254px;
  margin: 0 auto 37px;
  opacity: 1;
}

@media screen and (max-width: 450px) {
  .fwtc__content--hr {
    width: 200px;
  }
}

.fwtc__content--buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.fwtc__content--buttons.buttons-left {
  justify-content: flex-start;
}

.fwtc__content--buttons.buttons-center {
  justify-content: center;
}

.fwtc__content--buttons.buttons-right {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .fwtc__content--buttons {
    flex-direction: column;
  }
}

.fwtc__content--accordions {
  margin-top: 80px;
  width: 100%;
}

.home-hero__container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 156px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .home-hero__container {
    background: none !important;
  }
}

@media screen and (max-width: 1139px) {
  .home-hero__container {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero__container {
    padding-top: 78px;
  }
}

@media screen and (max-width: 450px) {
  .home-hero__container {
    padding-top: 50px;
    padding-bottom: 225px;
  }
}

.home-hero__container.has-ctas {
  padding-top: 78px;
  padding-bottom: 78px;
}

@media screen and (max-width: 1139px) {
  .home-hero__container.has-ctas {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 450px) {
  .home-hero__container.has-ctas {
    padding-top: 50px;
    padding-bottom: 225px;
  }
}

.home-hero__container--inner {
  position: relative;
  z-index: 3;
  display: flex;
}

.home-hero__container--inner.content-left {
  justify-content: flex-start;
}

.home-hero__container--inner.content-right {
  justify-content: flex-end;
}

.home-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.home-hero__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .home-hero__video {
    display: none;
  }
}

.home-hero__video--container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .home-hero__video--container {
    display: none;
  }
}

.home-hero__content--container {
  width: 626px;
}

@media screen and (max-width: 767px) {
  .home-hero__content--container {
    width: 100%;
  }
}

.home-hero__content--ctas {
  margin-top: 30px;
}

.home-hero__content--ctas-cta {
  width: 100%;
  display: block;
  padding: 35px 55px 35px 0;
  margin-top: 20px;
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .home-hero__content--ctas-cta {
    padding: 30px 40px 30px 0;
  }
}

.home-hero__content--ctas-cta:first-of-type {
  margin-top: 0;
}

.home-hero__content--ctas-cta:hover .home-hero__content--ctas-cta-arrow {
  width: calc(100% + 20px);
}

.home-hero__content--ctas-cta.background-brand {
  background-color: #d6011f;
}

.home-hero__content--ctas-cta.background-blue {
  background-color: #1f3c5a;
}

.home-hero__content--ctas-cta-text {
  font-size: 2.1875rem;
  line-height: 1.2;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .home-hero__content--ctas-cta-text {
    font-size: 1.75rem;
    letter-spacing: 1.5px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 450px) {
  .home-hero__content--ctas-cta-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
    padding-left: 10px;
  }
}

.home-hero__content--ctas-cta-arrow {
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

@media screen and (max-width: 450px) {
  .home-hero__content--ctas-cta-arrow {
    margin-top: 5px;
  }
}

.home-hero__content--ctas-cta-arrow-line {
  width: calc(100% - 16px);
  background-color: #fff;
  height: 2px;
  transition: all 0.3s;
}

.home-hero__content--ctas-cta-arrow-tip {
  width: 16px;
  height: 15px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.home-hero__mobile--image {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  display: none;
}

@media screen and (max-width: 767px) {
  .home-hero__mobile--image {
    display: block;
  }
}

.icl__heading {
  text-align: center;
  margin-bottom: 60px;
}

.icl__cards {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 4%;
}

@media screen and (max-width: 991px) {
  .icl__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .icl__cards {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}

.icl__card {
  border-radius: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.icl__card--link {
  display: flex;
  position: relative;
  padding: 113px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  text-decoration: none;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .icl__card--link {
    padding: 70px 5px;
  }
}

.icl__card--link .circle-arrow-link {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 3;
}

.icl__card--title {
  text-align: center;
  z-index: 3;
  position: relative;
  font-size: 1.875rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Inter", serif;
}

@media screen and (max-width: 450px) {
  .icl__card--title {
    font-size: 1.5rem;
  }
}

.icl__card--title.heading-large {
  font-size: 3.125rem;
}

@media screen and (max-width: 991px) {
  .icl__card--title.heading-large {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  .icl__card--title.heading-large {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .icl__card--title.heading-large {
    font-size: 1.5rem;
  }
}

.icl__card--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  z-index: 1;
}

.interior-hero-one__container {
  padding-top: 40px;
  padding-bottom: 77px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interior-hero-one__container {
    background: none !important;
  }
}

.interior-hero-one__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .interior-hero-one__container--inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

.interior-hero-one__mobile--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

@media screen and (max-width: 767px) {
  .interior-hero-one__mobile--image {
    display: block;
  }
}

.interior-hero-one__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: rgba(9, 59, 96, 0.83);
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .interior-hero-one__overlay {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .interior-hero-one__left--container {
    display: none;
  }
}

.interior-hero-one__right--container {
  padding: 25px 0 0 81px;
}

@media screen and (max-width: 991px) {
  .interior-hero-one__right--container {
    padding: 80px 0 0 0;
  }
}

.interior-hero-one__buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .interior-hero-one__buttons {
    flex-direction: column;
  }
}

.interior-hero-one__container:has(+ .tax-rt__container) {
  padding-top: 90px;
  padding-bottom: 100px;
}

.interior-hero-one__container:has(+ .resource-archive__container) {
  padding-top: 90px;
  padding-bottom: 100px;
}

.interior-hero-one__container:has(+ .se-archive__container) {
  padding-top: 90px;
  padding-bottom: 100px;
}

.interior-hero-one__container:has(+ .testimonial-archive__container) {
  padding-top: 90px;
  padding-bottom: 100px;
}

.interior-hero-two__container {
  background-color: #fff;
  padding: 31px 0 120px;
}

.interior-hero-two__container--inner {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .interior-hero-two__container--inner .breadcrumbs-nav {
    position: absolute;
  }
}

.interior-hero-two__content--container.width-full {
  max-width: 1252px;
  margin: 0 auto;
}

@media screen and (max-width: 1282px) {
  .interior-hero-two__content--container.width-full {
    margin: 0 15px;
  }
}

.interior-hero-two__content--container.width-narrow {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  .interior-hero-two__content--container.width-narrow {
    margin: 0 15px;
  }
}

.interior-hero-two__content--container.width-extra-narrow {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 630px) {
  .interior-hero-two__content--container.width-extra-narrow {
    margin: 0 15px;
  }
}

.interior-hero-two__content--container.align-left {
  text-align: left;
}

.interior-hero-two__content--container.align-center {
  text-align: center;
}

.interior-hero-two__content--container.align-right {
  text-align: right;
}

.interior-hero-two__content--heading {
  margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
  .interior-hero-two__content--heading {
    overflow-wrap: break-word;
  }
}

.interior-hero-two__content--buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.interior-hero-two__content--buttons.align-left {
  justify-content: flex-start;
}

.interior-hero-two__content--buttons.align-center {
  justify-content: center;
}

.interior-hero-two__content--buttons.align-right {
  justify-content: flex-end;
}

.job-search__container {
  background-color: #1f3c5a;
}

.job-search__form--container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

@media screen and (max-width: 600px) {
  .job-search__form--container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.job-search__form--inputs {
  background-color: #fff;
  padding: 35px 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto 1fr;
}

.job-search__form--inputs-divider {
  height: 100%;
  width: 3px;
  background-color: #0c0c0d;
}

@media screen and (max-width: 991px) {
  .job-search__form--inputs-divider {
    width: 100%;
    height: 3px;
  }
}

@media screen and (max-width: 991px) {
  .job-search__form--inputs {
    grid-template-rows: 1fr auto 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding: 20px 0;
  }
}

.job-search__form--input {
  border: none;
}

.job-search__form--input::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.job-search__form--input::-moz-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.job-search__form--input::-ms-input-placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.job-search__form--input::placeholder {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

@media screen and (max-width: 450px) {
  .job-search__form--input::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 0.75rem;
  }
  .job-search__form--input::-moz-placeholder {
    font-weight: 700;
    font-size: 0.75rem;
  }
  .job-search__form--input::-ms-input-placeholder {
    font-weight: 700;
    font-size: 0.75rem;
  }
  .job-search__form--input::placeholder {
    font-weight: 700;
    font-size: 0.75rem;
  }
}

.job-search__form--input-icon {
  font-size: 1.3125rem;
  color: #67696d;
}

@media screen and (max-width: 450px) {
  .job-search__form--input-icon {
    display: none;
  }
}

.job-search__form--input-container {
  padding: 0 35px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  gap: 0 20px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .job-search__form--input-container {
    padding: 0 15px;
    gap: 0 10px;
    grid-template-columns: 1fr auto;
  }
}

.job-search__form--input-label {
  position: absolute;
  left: -100vw;
}

.job-search__form--input-clear {
  all: unset;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5dbe2;
  color: #67696d;
  font-size: 0.75rem;
  transition: all 0.3s;
}

.job-search__form--input-clear:hover {
  background-color: #b7c1cd;
}

.job-search__form--button {
  border-radius: 0 !important;
  font-weight: 700;
  letter-spacing: 1.16px;
  font-size: 1.125rem;
  line-height: 1.22;
  padding: 37px 21px;
  height: 100%;
}

.job-search__lower--container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  margin-top: 36px;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .job-search__lower--container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.job-search__lower--title {
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 700;
}

.job-search__trending {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.3s;
}

.job-search__trending.is-hidden {
  opacity: 0;
}

.job-search__trending--term-link {
  border-radius: 21px;
  border: 1px solid #fff;
  padding: 6px 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #1f3c5a;
  transition: all 0.3s;
  text-decoration: none;
}

.job-search__trending--term-link:hover {
  color: #1f3c5a;
  background-color: #fff;
  border: 1px solid #1f3c5a;
}

.job-tags__lists {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4%;
  max-height: 1000px;
  transition: all 1s;
  opacity: 1;
}

.job-tags__lists.is-hidden {
  opacity: 0;
  max-height: 1px;
}

@media screen and (max-width: 1139px) {
  .job-tags__lists {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 4%;
    max-height: 4000px;
  }
}

@media screen and (max-width: 450px) {
  .job-tags__lists {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.job-tags__more--container {
  margin-top: 71px;
  display: flex;
  justify-content: center;
}

.job-tags__more--toggle {
  all: unset;
  display: flex;
  width: 145px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0 8px;
}

.job-tags__more--toggle.is-active .job-tags__more--toggle-circle {
  background-color: #fff;
}

.job-tags__more--toggle.is-active .job-tags__more--toggle-circle-horiz {
  background-color: #d6011f;
}

.job-tags__more--toggle.is-active .job-tags__more--toggle-circle-vert {
  opacity: 0;
}

.job-tags__more--toggle.is-active:hover .job-tags__more--toggle-circle {
  background-color: #d6011f;
}

.job-tags__more--toggle.is-active:hover .job-tags__more--toggle-circle-horiz {
  background-color: #fff;
}

.job-tags__more--toggle:hover {
  background-color: transparent;
  color: #0c0c0d;
}

.job-tags__more--toggle:hover .job-tags__more--toggle-circle {
  background-color: #fff;
}

.job-tags__more--toggle:hover .job-tags__more--toggle-circle-horiz {
  background-color: #d6011f;
}

.job-tags__more--toggle:hover .job-tags__more--toggle-circle-vert {
  background-color: #d6011f;
}

.job-tags__more--toggle-text {
  font-size: 0.875rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
}

.job-tags__more--toggle-circle {
  background-color: #d6011f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  transition: all 0.3s;
  position: relative;
}

.job-tags__more--toggle-circle-vert {
  width: 1.5px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  transition: all 0.3s;
}

.job-tags__more--toggle-circle-horiz {
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}

.lbt__text {
  text-align: center;
  font-size: 11vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .lbt__text {
    font-size: 170px;
  }
}

.lbt__text.text--light {
  color: rgba(255, 255, 255, 0.06);
}

.lbt__text.text--blue {
  color: rgba(9, 59, 96, 0.06);
}

.lbt__text.align--left {
  text-align: left;
}

.lbt__text.align--center {
  text-align: center;
}

.lbt__text.align--right {
  text-align: right;
}

.link-cards__heading {
  text-align: center;
  margin-bottom: 30px;
}

.link-cards__content {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.link-cards__cards {
  display: grid;
  grid-auto-rows: 1fr;
  list-style: none;
  padding-left: 0;
  margin-top: 60px;
  margin-bottom: 54px;
}

.link-cards__cards.cards-four {
  max-width: 1000px;
  margin: 60px auto 54px;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 2%;
}

@media screen and (max-width: 991px) {
  .link-cards__cards.cards-four {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .link-cards__cards.cards-four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .link-cards__cards.cards-four {
    grid-template-columns: 1fr;
  }
}

.link-cards__cards.cards-five {
  grid-template-columns: repeat(5, 1fr);
  gap: 54px 1.6%;
}

@media screen and (max-width: 991px) {
  .link-cards__cards.cards-five {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .link-cards__cards.cards-five {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .link-cards__cards.cards-five {
    grid-template-columns: 1fr;
  }
}

.link-cards__card {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: 100%;
}

.link-cards__card .circle-arrow-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.link-cards__card.no-link {
  padding: 30px 6% 36px;
}

.link-cards__card--link {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  display: block;
  position: relative;
  padding: 30px 6% 36px;
  text-decoration: none;
}

.link-cards__card--link:hover .link-cards__small-link-plus {
  background-color: #fff;
}

.link-cards__card--link:hover .link-cards__small-link-plus-horiz {
  background-color: #d6011f;
}

.link-cards__card--link:hover .link-cards__small-link-plus-vert {
  background-color: #d6011f;
  left: 17px;
  width: 6px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.link-cards__card--icon {
  background-color: #1f3c5a;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 28px;
}

.link-cards__card--title {
  text-align: center;
  overflow-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Nunito Sans 10pt", serif;
  color: #0c0c0d;
}

@media screen and (max-width: 450px) {
  .link-cards__card--title {
    font-size: 1.25rem;
  }
}

.link-cards__small-link-plus {
  position: absolute;
  z-index: 2;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d6011f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  transition: all 0.3s;
}

.link-cards__small-link-plus-vert {
  width: 1.5px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  transition: all 0.3s;
}

.link-cards__small-link-plus-horiz {
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}

.link-cards__toggle {
  all: unset;
  margin: 73px auto 0;
  display: flex;
  width: 115px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0 8px;
}

.link-cards__toggle.is-active .link-cards__toggle--circle {
  background-color: #fff;
}

.link-cards__toggle.is-active .link-cards__toggle--circle-horiz {
  background-color: #d6011f;
}

.link-cards__toggle.is-active .link-cards__toggle--circle-vert {
  opacity: 0;
}

.link-cards__toggle.is-active:hover .link-cards__toggle--circle {
  background-color: #d6011f;
}

.link-cards__toggle.is-active:hover .link-cards__toggle--circle-horiz {
  background-color: #fff;
}

.link-cards__toggle:hover {
  background-color: transparent;
  color: #0c0c0d;
}

.link-cards__toggle:hover .link-cards__toggle--circle {
  background-color: #fff;
}

.link-cards__toggle:hover .link-cards__toggle--circle-horiz {
  background-color: #d6011f;
}

.link-cards__toggle:hover .link-cards__toggle--circle-vert {
  background-color: #d6011f;
}

.link-cards__toggle--text {
  font-size: 0.875rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
}

.link-cards__toggle--circle {
  background-color: #d6011f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  transition: all 0.3s;
  position: relative;
}

.link-cards__toggle--circle-vert {
  width: 1.5px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  transition: all 0.3s;
}

.link-cards__toggle--circle-horiz {
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}

.link-cards__hidden {
  display: none;
  grid-auto-rows: 1fr;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 80px;
}

.link-cards__hidden.cards-four {
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 2%;
  max-height: 700px;
}

@media screen and (max-width: 991px) {
  .link-cards__hidden.cards-four {
    grid-template-columns: repeat(3, 1fr);
    max-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .link-cards__hidden.cards-four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .link-cards__hidden.cards-four {
    grid-template-columns: 1fr;
  }
}

.link-cards__hidden.cards-five {
  grid-template-columns: repeat(5, 1fr);
  gap: 54px 1.6%;
  max-height: 700px;
}

@media screen and (max-width: 991px) {
  .link-cards__hidden.cards-five {
    grid-template-columns: repeat(3, 1fr);
    max-height: unset;
  }
}

@media screen and (max-width: 767px) {
  .link-cards__hidden.cards-five {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .link-cards__hidden.cards-five {
    grid-template-columns: 1fr;
  }
}

.management-text__container {
  position: relative;
}

.management-text__container--inner {
  position: relative;
  z-index: 2;
}

.management-text__background--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.management-text__content {
  font-weight: 500;
}

.management-text__content--container {
  background-color: rgba(19, 37, 56, 0.81);
  border-radius: 27px;
  padding: 91px 8% 65px;
}

@media screen and (max-width: 991px) {
  .management-text__content--container {
    padding: 91px 4% 65px;
  }
}

@media screen and (max-width: 450px) {
  .management-text__content--container {
    padding: 75px 15px 50px;
  }
}

.management-text__content--heading {
  margin-bottom: 20px;
}

.management-text__managers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .management-text__managers {
    gap: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .management-text__managers {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
}

@media screen and (max-width: 450px) {
  .management-text__managers {
    grid-template-columns: 1fr;
    gap: 25px 0;
  }
}

.management-text__managers.center-last .management-text__manager:last-of-type {
  grid-column: 2/3;
}

@media screen and (max-width: 767px) {
  .management-text__managers.center-last .management-text__manager:last-of-type {
    grid-column: 1/2;
  }
}

.management-text__manager {
  background-color: #fff;
  padding: 27px 8.3% 23px;
  height: 100%;
}

.management-text__manager--name {
  color: #0c7dd3;
  margin-bottom: 14px;
}

.management-text__manager--title {
  font-weight: 700;
  line-height: 1.1;
}

.management-text__manager--relationship {
  margin-top: 5px;
  font-style: italic;
}

.management-text__stats {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 134px;
}

@media screen and (max-width: 450px) {
  .management-text__stats {
    margin-top: 75px;
  }
}

.management-text__stats .row-stats__item {
  border-radius: 15px;
}

.management-text__stats .row-stats__item--label {
  font-size: 1.875rem;
  line-height: 1.33;
  margin-top: 20px;
}

@media screen and (max-width: 450px) {
  .management-text__stats .row-stats__item--label {
    font-size: 1.375rem;
  }
}

.management-text__stats.stats--1 {
  grid-template-columns: 1fr;
}

.management-text__stats.stats--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}

@media screen and (max-width: 767px) {
  .management-text__stats.stats--2 {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}

.management-text__stats.stats--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.7%;
}

@media screen and (max-width: 991px) {
  .management-text__stats.stats--3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 3.7%;
  }

  .management-text__stats.stats--3 .row-stats__item:last-of-type {
    grid-column: 1/3;
    width: 48.1%;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  .management-text__stats.stats--3 {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }

  .management-text__stats.stats--3 .row-stats__item:last-of-type {
    grid-column: 1/2;
    width: 100%;
    justify-self: center;
  }
}

@media screen and (max-width: 450px) {
  .management-text__stats.stats--3 {
    gap: 40px 0;
  }
}

.nffit__container--inner {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 1070px) {
  .nffit__container--inner {
    margin: 0 15px;
  }
}

.nffit__upper {
  margin-bottom: 65px;
}

.nffit__upper--heading {
  margin-bottom: 20px;
}

.nffit__lower {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 385px 1fr;
  gap: 0 5.7%;
}

@media screen and (max-width: 767px) {
  .nffit__lower {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 50px 0;
    grid-template-areas: "image" "content";
  }
}

.nffit__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nffit__image--container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nffit__image--container {
    grid-area: image;
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  .nffit__image--container {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .nffit__content--container {
    grid-area: content;
  }
}

.nffit__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.nffit__list--item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 8px 1fr;
  gap: 0 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .nffit__list--item {
    gap: 0 15px;
  }
}

.nffit__list--item:last-of-type {
  margin-bottom: 0;
}

.nffit__list--item-line {
  height: 100%;
  width: 8px;
  border-radius: 30px;
  background-color: #0c7dd3;
}

.nffit__list--item-content-heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Nunito Sans 10pt", serif;
}

@media screen and (max-width: 450px) {
  .nffit__list--item-content-heading {
    font-size: 1.25rem;
  }
}

.nffit__content {
  margin-top: 40px;
}

.partners__heading {
  margin-bottom: 100px;
}

.partners__partner--groups {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.partners__partner--group {
  margin-bottom: 80px;
}

.partners__partner--group:last-of-type {
  margin-bottom: 0;
}

.partners__partner--group-heading {
  margin-bottom: 30px;
}

.partners__partners {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 50px 48px;
}

@media screen and (max-width: 767px) {
  .partners__partners {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 450px) {
  .partners__partners {
    gap: 20px;
  }
}

.partners__partner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 160px;
  width: 100%;
}

.partners__partner.no-link {
  padding: 20px 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__partner--link {
  height: 100%;
  width: 100%;
  padding: 20px 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__partner--image {
  max-width: 100%;
  max-height: 100%;
}

.partners__partner--image-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing__heading {
  margin-bottom: 40px;
}

.pricing__columns {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-auto-rows: 1fr;
}

@media screen and (max-width: 767px) {
  .pricing__columns {
    grid-auto-rows: auto;
  }
}

.pricing__columns.columns--one {
  grid-template-columns: 1fr;
}

.pricing__columns.columns--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 450px) {
  .pricing__columns.columns--two {
    grid-template-columns: 1fr;
  }
}

.pricing__columns.columns--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .pricing__columns.columns--three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .pricing__columns.columns--three {
    grid-template-columns: 1fr;
  }
}

.pricing__columns.columns--four {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 2.4%;
}

@media screen and (max-width: 991px) {
  .pricing__columns.columns--four {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 450px) {
  .pricing__columns.columns--four {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.pricing__column {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 100%;
}

.pricing__column.columns--one {
  padding: 45px 52px 60px 42px;
}

@media screen and (max-width: 767px) {
  .pricing__column.columns--one {
    padding: 45px 5% 38px;
  }
}

@media screen and (max-width: 450px) {
  .pricing__column.columns--one {
    padding: 40px 15px 30px;
  }
}

.pricing__column.columns--two {
  padding: 45px 52px 60px 42px;
}

@media screen and (max-width: 767px) {
  .pricing__column.columns--two {
    padding: 45px 5% 38px;
  }
}

@media screen and (max-width: 450px) {
  .pricing__column.columns--two {
    padding: 40px 15px 30px;
  }
}

.pricing__column.columns--three {
  padding: 40px 28px;
}

@media screen and (max-width: 767px) {
  .pricing__column.columns--three {
    padding: 45px 5% 38px;
  }
}

@media screen and (max-width: 450px) {
  .pricing__column.columns--three {
    padding: 40px 15px 30px;
  }
}

.pricing__column.columns--four {
  padding: 45px 11% 38px;
}

@media screen and (max-width: 767px) {
  .pricing__column.columns--four {
    padding: 45px 5% 38px;
  }
}

@media screen and (max-width: 450px) {
  .pricing__column.columns--four {
    padding: 40px 15px 30px;
  }
}

.pricing__column--heading {
  margin-bottom: 12px;
  line-height: 1.25;
  color: #1f3c5a;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing__column--subheading {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #1f3c5a;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pricing__column--price {
  font-weight: 700;
  color: #0c7dd3;
  font-size: 2.625rem;
  line-height: 1.29;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Inter", serif;
}

@media screen and (max-width: 767px) {
  .pricing__column--price {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .pricing__column--price {
    font-size: 1.625rem;
  }
}

.pricing__column--after-price {
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 20px;
  transition: all 0.3s;
  display: block;
}

@media screen and (max-width: 450px) {
  .pricing__column--after-price.mobile-hidden {
    display: none;
  }
}

.pricing__column--list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  transition: all 0.3s;
}

@media screen and (max-width: 450px) {
  .pricing__column--list.mobile-hidden {
    display: none;
  }
}

.pricing__column--list-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 1fr;
  gap: 0 10px;
  margin-bottom: 18px;
}

.pricing__column--list-item-icon {
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  bottom: -3px;
}

.pricing__column--list-item-text {
  font-size: 1rem;
  line-height: 1.375;
}

.pricing__button--container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pricing__more--container {
  display: none;
  margin-top: 30px;
  justify-content: center;
}

@media screen and (max-width: 450px) {
  .pricing__more--container {
    display: flex;
  }
}

.pricing__more--toggle {
  all: unset;
  display: flex;
  width: 145px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0 8px;
}

.pricing__more--toggle.is-active .pricing__more--toggle-circle {
  background-color: #fff;
}

.pricing__more--toggle.is-active .pricing__more--toggle-circle-horiz {
  background-color: #d6011f;
}

.pricing__more--toggle.is-active .pricing__more--toggle-circle-vert {
  opacity: 0;
}

.pricing__more--toggle.is-active:hover .pricing__more--toggle-circle {
  background-color: #d6011f;
}

.pricing__more--toggle.is-active:hover .pricing__more--toggle-circle-horiz {
  background-color: #fff;
}

.pricing__more--toggle:hover {
  background-color: transparent;
  color: #0c0c0d;
}

.pricing__more--toggle:hover .pricing__more--toggle-circle {
  background-color: #fff;
}

.pricing__more--toggle:hover .pricing__more--toggle-circle-horiz {
  background-color: #d6011f;
}

.pricing__more--toggle:hover .pricing__more--toggle-circle-vert {
  background-color: #d6011f;
}

.pricing__more--toggle-text {
  font-size: 0.875rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
}

.pricing__more--toggle-circle {
  background-color: #d6011f;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  transition: all 0.3s;
  position: relative;
}

.pricing__more--toggle-circle-vert {
  width: 1.5px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
  transition: all 0.3s;
}

.pricing__more--toggle-circle-horiz {
  width: 10px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}

.ras__content--container {
  max-width: 900px;
  margin: 0 auto 60px;
}

.ras__content--heading {
  margin-bottom: 30px;
}

.ras__content--heading.heading-left {
  text-align: left;
}

.ras__content--heading.heading-center {
  text-align: center;
}

.ras__content--heading.heading-right {
  text-align: right;
}

.ras__content.content-left {
  text-align: left;
}

.ras__content.content-center {
  text-align: center;
}

.ras__content.content-right {
  text-align: right;
}

.ras__front-end-search--container {
  margin-bottom: 60px;
}

.ras__pagination--container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.ras__pagination--container .facetwp-facet {
  margin-bottom: 0;
}

.ras__pagination--container .facetwp-facet .facetwp-page {
  color: #1f3c5a;
  transition: all 0.3s;
}

.ras__bottom--button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.ras__form {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.ras__form:has(+ .resources-search__resources) {
  margin-bottom: 80px;
}

.ras__form--container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

@media screen and (max-width: 600px) {
  .ras__form--container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.ras__form--inputs {
  background-color: #fff;
  padding: 35px 0;
}

.ras__form--input {
  border: none;
}

.ras__form--input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.ras__form--input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.ras__form--input::-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.ras__form--input::placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

@media screen and (max-width: 450px) {
  .ras__form--input::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .ras__form--input::-moz-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .ras__form--input::-ms-input-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .ras__form--input::placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
}

.ras__form--input-icon {
  font-size: 1.3125rem;
  color: #67696d;
}

@media screen and (max-width: 450px) {
  .ras__form--input-icon {
    display: none;
  }
}

.ras__form--input-container {
  padding: 0 35px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  gap: 0 20px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .ras__form--input-container {
    padding: 0 15px;
    gap: 0 10px;
    grid-template-columns: 1fr auto;
  }
}

.ras__form--input-label {
  position: absolute;
  left: -100vw;
}

.ras__form--input-clear {
  all: unset;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5dbe2;
  color: #67696d;
  font-size: 0.75rem;
  transition: all 0.3s;
}

.ras__form--input-clear:hover {
  background-color: #b7c1cd;
}

.ras__form--button {
  border-radius: 0 !important;
  font-weight: 700;
  letter-spacing: 1.16px;
  font-size: 1.125rem;
  line-height: 1.22;
  padding: 37px 21px;
  height: 100%;
}

.resources-search__heading {
  margin-bottom: 40px;
}

.resources-search__heading.align-left {
  text-align: left;
}

.resources-search__heading.align-center {
  text-align: center;
}

.resources-search__heading.align-right {
  text-align: right;
}

.resources-search__heading.capitalize-heading {
  text-transform: uppercase;
}

.resources-search__form {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.resources-search__form:has(+ .resources-search__resources) {
  margin-bottom: 80px;
}

.resources-search__form--container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

@media screen and (max-width: 600px) {
  .resources-search__form--container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.resources-search__form--inputs {
  background-color: #fff;
  padding: 35px 0;
}

.resources-search__form--input {
  border: none;
}

.resources-search__form--input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.resources-search__form--input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.resources-search__form--input::-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.resources-search__form--input::placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

@media screen and (max-width: 450px) {
  .resources-search__form--input::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .resources-search__form--input::-moz-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .resources-search__form--input::-ms-input-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .resources-search__form--input::placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
}

.resources-search__form--input-icon {
  font-size: 1.3125rem;
  color: #67696d;
}

@media screen and (max-width: 450px) {
  .resources-search__form--input-icon {
    display: none;
  }
}

.resources-search__form--input-container {
  padding: 0 35px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  gap: 0 20px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .resources-search__form--input-container {
    padding: 0 15px;
    gap: 0 10px;
    grid-template-columns: 1fr auto;
  }
}

.resources-search__form--input-label {
  position: absolute;
  left: -100vw;
}

.resources-search__form--input-clear {
  all: unset;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5dbe2;
  color: #67696d;
  font-size: 0.75rem;
  transition: all 0.3s;
}

.resources-search__form--input-clear:hover {
  background-color: #b7c1cd;
}

.resources-search__form--button {
  border-radius: 0 !important;
  font-weight: 700;
  letter-spacing: 1.16px;
  font-size: 1.125rem;
  line-height: 1.22;
  padding: 37px 21px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .resources-search__form--button {
    padding: 20px;
  }
}

.resources-search__filters {
  margin-top: 30px;
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 450px) {
  .resources-search__filters {
    flex-direction: column;
    gap: 15px 0;
    align-items: stretch;
  }
}

.resources-search__filters--title {
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 500;
  flex-shrink: 0;
}

.resources-search__filters--list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 20px 10px;
  align-items: center;
  flex-wrap: wrap;
}

.resources-search__filters--list-item:first-of-type > a {
  text-decoration: none;
  color: #fff;
  background-color: #0c7dd3;
  border-radius: 300px;
  border: 1px solid #0c7dd3;
  padding: 6px 15px;
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1.25;
}

.resources-search__filters--list-item:first-of-type > a.color-light {
  color: #d6011f;
  background-color: #fff;
  border: 1px solid #fff;
}

.resources-search__filters--list-item:first-of-type > a.color-light:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.resources-search__filters--list-item:first-of-type > a:hover {
  color: #0c7dd3;
  background-color: transparent;
}

.resources-search__filters--list-item > a {
  text-decoration: none;
  color: #0c7dd3;
  border-radius: 300px;
  border: 1px solid #0c7dd3;
  padding: 6px 15px;
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1.25;
}

.resources-search__filters--list-item > a.color-light {
  color: #fff;
  border: 1px solid #fff;
}

.resources-search__filters--list-item > a.color-light:hover {
  color: #d6011f;
  background-color: #fff;
  border: 1px solid #fff;
}

.resources-search__filters--list-item > a:hover {
  color: #fff;
  background-color: #0c7dd3;
}

.resources-search__resources {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 48px;
}

@media screen and (max-width: 767px) {
  .resources-search__resources {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.resources-search__button--container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.secondary-nav-wrapper {
  position: sticky;
  top: 99px;
  z-index: 100;
}

@media screen and (max-width: 1050px) {
  .secondary-nav-wrapper {
    top: 84px;
  }
}

@media screen and (max-width: 767px) {
  .secondary-nav-wrapper {
    display: none;
  }
}

.secondary-nav__container {
  background-color: #eee;
  margin-bottom: 0;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .secondary-nav__container {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s;
  }

  .secondary-nav__container.is-active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 767px) {
  .secondary-nav__container--inner {
    display: none;
  }
}

.secondary-nav__container--inner-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .secondary-nav__container--inner-mobile {
    display: block;
  }
}

.secondary-nav__container--inner-mobile > div > ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  flex-wrap: wrap;
}

.secondary-nav__container--inner-mobile > div > ul > li {
  transition: all 0.3s;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children {
  position: relative;
}

@media screen and (max-width: 767px) {
  .secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children {
    position: static;
  }
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children.is-active > a > .secondary-nav-mobile-close {
  display: block;
  height: 8px;
  width: 16px;
  background-image: url(d3f22785861677244f27.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children.is-active > a:after {
  display: none;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > a {
  display: flex;
  gap: 0 10px;
  align-items: center;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > a:after {
  content: "";
  height: 8px;
  width: 16px;
  background-image: url(d3f22785861677244f27.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > ul {
  display: none;
  position: static;
  flex-direction: column;
  list-style: none;
  background-color: #eee;
  margin-bottom: 0;
  z-index: 15;
  transition: all 0.3s;
  width: 100%;
  padding-left: 0;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > ul.is-active {
  display: flex;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > ul > li {
  transition: all 0.3s;
  padding: 7.5px 15px;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > ul > li:hover {
  background-color: #1f3c5a;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > ul > li:hover > a {
  color: #fff;
}

.secondary-nav__container--inner-mobile > div > ul > li.menu-item-has-children > ul > li > a {
  color: #67696d;
  display: block;
  text-decoration: none;
}

.secondary-nav__container--inner-mobile > div > ul > li.current-menu-item > a {
  color: #093b60;
  font-weight: bold;
}

.secondary-nav__container--inner-mobile > div > ul > li > a {
  color: #67696d;
  text-decoration: none;
  transition: all 0.3s;
}

.secondary-nav__container--inner-mobile > div > ul > li > a:hover {
  color: #0c7dd3;
}

.secondary-nav__container--inner > div > ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 5%;
  flex-wrap: wrap;
}

.secondary-nav__container--inner > div > ul > li {
  transition: all 0.3s;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children {
  position: relative;
}

@media screen and (max-width: 767px) {
  .secondary-nav__container--inner > div > ul > li.menu-item-has-children {
    position: static;
  }
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > a {
  display: flex;
  gap: 0 10px;
  align-items: center;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > a:after {
  content: "";
  height: 4px;
  width: 8px;
  background-image: url(d3f22785861677244f27.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children:hover > ul {
  display: flex;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > ul {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  flex-direction: column;
  list-style: none;
  background-color: #eee;
  margin-bottom: 0;
  z-index: 15;
  transition: all 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > ul > li {
  transition: all 0.3s;
  padding: 7.5px 15px;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > ul > li:hover {
  background-color: #1f3c5a;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > ul > li:hover > a {
  color: #fff;
}

.secondary-nav__container--inner > div > ul > li.menu-item-has-children > ul > li > a {
  color: #67696d;
  display: block;
  text-decoration: none;
}

.secondary-nav__container--inner > div > ul > li.current-menu-item > a {
  color: #093b60;
  font-weight: bold;
}

.secondary-nav__container--inner > div > ul > li > a {
  color: #67696d;
  text-decoration: none;
  transition: all 0.3s;
}

.secondary-nav__container--inner > div > ul > li > a:hover {
  color: #0c7dd3;
}

.stti__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  gap: 0 5.2%;
  align-items: center;
}

.stti__container--inner.image-left {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "image content";
}

@media screen and (max-width: 991px) {
  .stti__container--inner.image-left {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "image" "content";
    gap: 40px 0;
  }
}

.stti__container--inner.image-right {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "content image";
}

@media screen and (max-width: 991px) {
  .stti__container--inner.image-right {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "image" "content";
    gap: 40px 0;
  }
}

.stti__content--container {
  grid-area: content;
}

.stti__content--heading {
  margin-bottom: 20px;
}

.stti__content--buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .stti__content--buttons {
    flex-direction: column;
  }
}

.stti__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.stti__image--container {
  min-height: 390px;
  height: 100%;
  width: 100%;
  grid-area: image;
}

@media screen and (max-width: 991px) {
  .stti__image--container {
    min-height: unset;
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .stti__image--container {
    height: 450px;
  }
}

@media screen and (max-width: 450px) {
  .stti__image--container {
    height: 300px;
  }
}

.site-search-container {
  background-color: #1f3c5a;
  padding-top: 75px;
  padding-bottom: 75px;
}

.site-search-container .search-facets .facetwp-facet-sort_by {
  width: 100%;
  border: 1.5px solid #C1C1C1;
  background: #fff;
  border-radius: 50px;
  max-width: 290px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.site-search-container .search-facets .facetwp-facet-sort_by select {
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.39px;
  background: transparent;
  border: none;
  padding-left: 20px;
}

.search-wrap {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 300px 1fr;
  gap: 0 30px;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .search-wrap {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}

.search-results {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.search-facets {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.search-results-list .search-item {
  border-bottom: 1px solid #d5dbe2;
}

.search-results-list .search-item-link {
  padding: 15px 30px 40px;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}

.search-results-list .search-item-link-title {
  color: #1f3c5a;
  font-size: 1.5rem;
  line-height: 1.25;
}

.search-results-list .search-item-link-description {
  color: #132538;
  font-size: 1rem;
  margin-top: 30px;
}

.search-results-list .search-item-link:hover {
  background-color: #1f3c5a;
}

.search-results-list .search-item-link:hover .search-item-link-title {
  color: #fff;
}

.search-results-list .search-item-link:hover .search-item-link-description {
  color: #fff;
}

.search-input-wrap .facetwp-input-wrap {
  display: block;
}

.search-input-wrap .facetwp-icon {
  right: 10px;
}

.search-input-wrap input.facetwp-search {
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 400px;
  padding-left: 15px;
}

.search-input-wrap .facetwp-facet-results_count {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.21;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.search-input-wrap-links {
  padding-bottom: 30px;
  color: #fff;
  font-size: 1rem;
}

.search-input-wrap-links-link {
  text-decoration: none;
}

.search-input-wrap-links-link:hover {
  color: #fff;
}

.load-more-wrap {
  padding: 30px 0;
}

.load-more-wrap .facetwp-facet-pagination {
  margin-bottom: 0;
}

.load-more-wrap .facetwp-facet-pagination .facetwp-page {
  color: #132538;
}

.reset-filters a {
  color: #132538 !important;
}

.start-background-shape {
  background-image: url(a0fa25a0cb3cd07b698d.jpeg), linear-gradient(to bottom, transparent 0 300px, #132538 300px);
  background-position: top 300px center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .start-background-shape {
    background-image: none;
  }
}

.start-background-shape section {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .start-background-shape section.color-light {
    background-color: #132538 !important;
  }

  .start-background-shape section.color-dark {
    background-color: #fff !important;
  }
}

.stats__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
}

.stats__list.stats--1 {
  grid-template-columns: 1fr;
}

.stats__list.stats--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}

@media screen and (max-width: 767px) {
  .stats__list.stats--2 {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}

.stats__list.stats--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.7%;
}

@media screen and (max-width: 991px) {
  .stats__list.stats--3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 3.7%;
  }

  .stats__list.stats--3 .row-stats__item:last-of-type {
    grid-column: 1/3;
    width: 48.1%;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  .stats__list.stats--3 {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }

  .stats__list.stats--3 .row-stats__item:last-of-type {
    grid-column: 1/2;
    width: 100%;
    justify-self: center;
  }
}

.tabbed-content__heading {
  text-align: center;
  margin-bottom: 60px;
}

.tabbed-content__tabs {
  list-style: none;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .tabbed-content__tabs {
    padding-left: 0;
    padding-right: 0;
    gap: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .tabbed-content__tabs {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .tabbed-content__tabs--item {
    width: calc(50% - 7.5px);
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  .tabbed-content__tabs--item {
    width: 100%;
  }
}

.tabbed-content__tabs--item.is-active {
  position: relative;
}

.tabbed-content__tabs--item.is-active .tabbed-content__tabs--item-toggle {
  color: #0c0c0d;
}

.tabbed-content__tabs--item.is-active .tabbed-content__tabs--item-toggle > span {
  color: #0c0c0d !important;
}

.tabbed-content__tabs--item.is-active:after {
  width: 100%;
  height: 8px;
  background-color: #0c7dd3;
  border-radius: 30px;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(125%);
          transform: translateY(125%);
  position: absolute;
}

@media screen and (max-width: 767px) {
  .tabbed-content__tabs--item.is-active:after {
    width: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, 125%);
            transform: translate(-50%, 125%);
  }
}

.tabbed-content__tabs--item-toggle {
  all: unset;
  padding: 0 15px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #999ba0;
  cursor: pointer;
  transition: all 0.3s;
}

.tabbed-content__tabs--item-toggle:hover {
  color: #d6011f !important;
  background-color: transparent;
}

.tabbed-content__tabs--item-toggle.content-light > span {
  color: #999ba0 !important;
  transition: all 0.3s;
}

.tabbed-content__tabs--item-toggle.content-light > span:hover {
  color: #d6011f !important;
  background-color: transparent;
}

.tabbed-content__tabs--item-toggle.content-dark > span {
  color: #999ba0 !important;
  transition: all 0.3s;
}

.tabbed-content__tabs--item-toggle.content-dark > span:hover {
  color: #d6011f !important;
  background-color: transparent;
}

.tabbed-content__contents {
  background-color: #fff;
  min-height: 500px;
  padding: 92px 7.5% 100px;
  border-radius: 15px;
}

@media screen and (max-width: 450px) {
  .tabbed-content__contents {
    padding: 80px 15px;
  }
}

.tabbed-content__contents--container {
  display: none;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr;
  gap: 0 7.3%;
}

.tabbed-content__contents--container.is-active {
  display: grid;
}

@media screen and (max-width: 767px) {
  .tabbed-content__contents--container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 40px 0;
  }
}

.tabbed-content__contents--image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 393px;
  width: 100%;
}

.tabbed-content__contents--image-container {
  border-radius: 15px;
  height: 393px;
  width: 100%;
  overflow: hidden;
}

.tabbed-content__contents--content-heading {
  margin-bottom: 23px;
}

.testimonial-video__container--inner {
  padding-bottom: 46px;
}

.testimonial-video__content {
  margin-top: 36px;
}

.testimonial-video__video--link {
  position: relative;
  padding-top: 500px;
  display: block;
  text-decoration: none;
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .testimonial-video__video--link {
    padding-top: 400px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-video__video--link {
    padding-top: 300px;
  }
}

@media screen and (max-width: 450px) {
  .testimonial-video__video--link {
    padding-top: 200px;
  }
}

.testimonial-video__video--link:hover .testimonial-video__video--play {
  background-color: #d6011f;
}

.testimonial-video__video--link:hover .testimonial-video__video--play:after {
  background-color: #fff;
}

.testimonial-video__video--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 2;
}

.testimonial-video__video--inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 100px;
  gap: 0 12.7%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .testimonial-video__video--inner {
    grid-template-columns: 1fr 75px;
    gap: 0 7%;
  }
}

@media screen and (max-width: 450px) {
  .testimonial-video__video--inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.testimonial-video__video--quotes {
  width: 48px;
  height: 25px;
  background-image: url(68bf2a7dd0aaaadb2aaa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.testimonial-video__video--content {
  font-size: 2.625rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.24;
}

@media screen and (max-width: 767px) {
  .testimonial-video__video--content {
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .testimonial-video__video--content {
    font-size: 1.625rem;
  }
}

.testimonial-video__video--name {
  font-weight: 700;
}

.testimonial-video__video--name-container {
  font-size: 1.5rem;
  margin-top: 25px;
}

@media screen and (max-width: 450px) {
  .testimonial-video__video--name-container {
    font-size: 1.25rem;
  }
}

.testimonial-video__video--play {
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}

.testimonial-video__video--play.play-mobile {
  display: none;
}

@media screen and (max-width: 450px) {
  .testimonial-video__video--play.play-mobile {
    display: block;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-video__video--play {
    height: 75px;
    width: 75px;
  }
}

@media screen and (max-width: 450px) {
  .testimonial-video__video--play {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
  }
}

.testimonial-video__video--play:after {
  content: "";
  width: 24px;
  height: 22px;
  background-color: #d6011f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px) {
  .testimonial-video__video--play:after {
    width: 18px;
    height: 16px;
  }
}

.tcc__container {
  position: relative;
}

.tcc__container--inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  .tcc__container--inner {
    margin: 0 15px;
  }
}

.tcc__background--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.tcc__top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgb(19, 37, 56), rgba(19, 37, 56, 0));
}

.tcc__content--container {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}

.tcc__content--heading {
  margin-bottom: 20px;
}

.tcc__cards {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.7%;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .tcc__cards {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 70px 0;
  }
}

.tcc__cards.cards--1 {
  grid-template-columns: 1fr;
  justify-items: center;
}

@media screen and (max-width: 767px) {
  .tcc__cards.cards--1 {
    grid-template-rows: 1fr;
  }
}

.tcc__cards.cards--1 .tcc__card {
  min-height: 100px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .tcc__cards.cards--1 .tcc__card {
    width: 100%;
  }
}

.tcc__cards.cards--2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .tcc__cards.cards--2 {
    grid-template-columns: 1fr;
  }
}

.tcc__card {
  border-radius: 15px;
  position: relative;
  min-height: 230px;
  background-color: #1f3c5a;
}

.tcc__card--link {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 71px 10%;
  text-decoration: none;
  text-align: center;
}

.tcc__card--link .circle-arrow-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .tcc__card--link {
    padding: 71px 30px;
  }
}

@media screen and (max-width: 450px) {
  .tcc__card--link {
    padding: 71px 15px;
  }
}

.tcc__card--title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.55px;
  position: relative;
  z-index: 3;
}

.tcc__card--content {
  margin-top: 11px;
  position: relative;
  z-index: 3;
}

.tcc__card--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.tcc__card--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  z-index: 2;
}

.three-column-link__heading {
  margin-bottom: 50px;
}

.three-column-link__links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: repeat(3, 1fr);
  gap: 60px 3.8%;
}

@media screen and (max-width: 991px) {
  .three-column-link__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .three-column-link__links {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}

.three-column-link__item {
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  background-color: #fff;
}

.three-column-link__item--link {
  display: flex;
  padding: 37px 43px 50px;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #0c0c0d;
  position: relative;
}

@media screen and (max-width: 450px) {
  .three-column-link__item--link {
    padding: 37px 15px 50px;
  }

  .three-column-link__item--link .circle-arrow-link {
    left: 15px;
  }
}

.three-column-link__item--icon {
  height: 100%;
  width: 100%;
  background-color: #1f3c5a;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.three-column-link__item--icon-container {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.three-column-link__item--hr {
  display: block;
  background-color: #0c7dd3;
  border-radius: 30px;
  height: 8px;
  width: 119px;
  margin-top: 22px;
  opacity: 1;
  border: none;
}

.three-column-link__item--content {
  margin-top: 23px;
}

.three-column-link__bottom {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.vip-partners__heading {
  margin-bottom: 48px;
}

.vip-partners__partners {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 3.9%;
}

@media screen and (max-width: 991px) {
  .vip-partners__partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 550px) {
  .vip-partners__partners {
    grid-template-columns: 1fr;
  }
}

.vip-partners__partner {
  background-color: #eee;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  align-self: start;
}

@media screen and (min-width: 767px) {
  .vip-partners__partner:hover .vip-partners__partner--link {
    display: block;
    z-index: 3;
    pointer-events: all;
  }

  .vip-partners__partner:hover .vip-partners__partner--content {
    padding: 0 42px 60px;
    max-height: 700px;
    z-index: 1;
    pointer-events: all;
    opacity: 1;
    border-radius: 0 0 15px 15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .vip-partners__partner:hover .vip-partners__partner--content {
    padding: 0 20px 50px;
  }
}

@media screen and (min-width: 767px) {
  .vip-partners__partner:hover .vip-partners__partner--name-container {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .vip-partners__partner {
    align-self: stretch;
    height: 100%;
  }
}

.vip-partners__partner--logo {
  max-width: 200px;
  height: auto;
}

.vip-partners__partner--logo-container {
  padding: 61px 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  height: 300px;
}

@media screen and (max-width: 991px) {
  .vip-partners__partner--logo-container {
    padding: 61px 20px;
  }
}

.vip-partners__partner--name {
  font-size: 1.25rem;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 800;
  font-family: "Nunito Sans 10pt", serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 450px) {
  .vip-partners__partner--name {
    font-size: 1.25rem;
  }
}

.vip-partners__partner--name-container {
  padding: 46px 20px 20px;
  border-radius: 0 0 15px 15px;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .vip-partners__partner--name-container {
    padding: 46px 20px 20px;
  }
}

.vip-partners__partner--content {
  max-height: 0px;
  opacity: 0;
  position: relative;
  z-index: -2;
  pointer-events: none;
  transition: all 0.5s;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .vip-partners__partner--content {
    max-height: unset;
    position: static;
    padding: 0 20px 50px;
    pointer-events: all;
    opacity: 1;
  }
}

.vip-partners__partner--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none;
  display: none;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .vip-partners__partner--link {
    pointer-events: all;
    display: block;
    z-index: 3;
  }
}

.vip-partners__partner--link .circle-arrow-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vip-partners__button--container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

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

.underline {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 450px) {
  .underline {
    overflow-wrap: break-word;
    display: inline;
  }
}

.underline:before {
  content: "";
  background-color: #0c7dd3;
  height: 8px;
  width: 100%;
  border-radius: 30px;
  position: absolute;
  left: 0;
  bottom: -8px;
}

@media screen and (max-width: 450px) {
  .underline:before {
    display: none;
  }
}

.shortcode-italic {
  font-style: italic;
}

.side-stat__stat--container {
  position: absolute;
  background-color: rgba(158, 179, 201, 0.74);
  z-index: 10;
  display: flex;
  height: 190px;
  transition: all 0.3s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .side-stat__stat--container {
    flex-direction: column;
    height: auto;
  }
}

.side-stat__stat--container.side-left {
  left: 0;
}

.side-stat__stat--container.side-right {
  right: 0;
}

.side-stat__stat--container.hidden {
  opacity: 0;
}

.side-stat__stat--container.today-left {
  flex-direction: row-reverse;
}

.side-stat__stat--container.today-left .side-stat__stat--all {
  padding: 46px 25px 46px 40px;
}

@media screen and (max-width: 767px) {
  .side-stat__stat--container.today-left .side-stat__stat--all {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .side-stat__stat--container.today-left {
    flex-direction: column;
  }
}

.side-stat__stat--container.today-right {
  flex-direction: row;
}

.side-stat__stat--container.today-right .side-stat__stat--all {
  padding: 46px 40px 46px 25px;
}

@media screen and (max-width: 767px) {
  .side-stat__stat--container.today-right .side-stat__stat--all {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .side-stat__stat--container.today-right {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .side-stat__stat--all {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.side-stat__stat--all-number {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .side-stat__stat--all-number {
    font-size: 2rem;
    min-width: 160px;
    line-height: 1;
  }
}

.side-stat__stat--all-label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.21;
}

@media screen and (max-width: 767px) {
  .side-stat__stat--all-label {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.side-stat__stat--today {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #085B9A;
  padding: 25px 19px;
  display: flex;
  gap: 0 5px;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .side-stat__stat--today {
    letter-spacing: 0.5px;
    padding: 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    text-align: left;
    justify-content: flex-start;
  }
}

.side-button-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  background-color: #d6011f;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-right: 26px;
  padding-left: 55px;
  overflow: hidden;
  transition: all 0.3s;
  text-decoration: none;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .side-button-link {
    padding-left: 30px;
  }
}

@media screen and (max-width: 550px) {
  .side-button-link {
    display: none;
  }
}

.side-button-link:hover {
  background-color: #fff;
}

.side-button-link:hover .side-button-small-text {
  color: #d6011f;
}

.side-button-link:hover .side-button-small-text-line {
  background-color: #d6011f;
}

.side-button-link:hover .side-button-small-text-arrow-line {
  background-color: #d6011f;
}

.side-button-link:hover .side-button-small-text-arrow-tip {
  background-color: #d6011f;
}

.side-button-link:hover .side-button-large-text {
  color: rgba(214, 1, 31, 0.15);
}

.side-button-small-text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  font-weight: bold;
}

.side-button-small-text-container {
  display: grid;
  gap: 0 10px;
  position: relative;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  height: 100%;
  align-items: end;
}

.side-button-small-text-line {
  height: 100%;
  width: 2px;
  background-color: #fff;
  position: relative;
  right: 9px;
}

.side-button-small-text-arrow {
  position: absolute;
  width: 50px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  bottom: -5px;
  right: 9px;
}

@media screen and (max-width: 991px) {
  .side-button-small-text-arrow {
    width: 30px;
  }
}

.side-button-small-text-arrow-line {
  height: 2px;
  width: calc(100% - 9px);
  background-color: #fff;
}

.side-button-small-text-arrow-tip {
  background-color: #fff;
  height: 9px;
  width: 10px;
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}

.side-button-large-text {
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.15);
  line-height: 0.8;
  font-size: 3.75rem;
}

@media screen and (max-width: 991px) {
  .side-button-large-text {
    display: none;
  }
}

.mobile-side-button {
  display: none;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  background-color: #d6011f;
  text-decoration: none;
  padding: 30px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 550px) {
  .mobile-side-button {
    display: flex;
  }

  .mobile-side-button:hover {
    background-color: #fff;
  }

  .mobile-side-button:hover .mobile-side-button-text {
    color: #d6011f;
  }
}

.mobile-side-button-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.22;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  font-weight: bold;
}

.breadcrumbs-nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .breadcrumbs-nav {
    position: static;
  }
}

.breadcrumbs-list {
  display: flex;
  gap: 5px;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.breadcrumbs-item:has(+ .breadcrumbs-item) {
  padding-right: 10px;
  position: relative;
}

.breadcrumbs-item:has(+ .breadcrumbs-item).color-light:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
  color: #fff;
}

.breadcrumbs-item:has(+ .breadcrumbs-item).color-dark:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
  color: #0c0c0d;
}

.breadcrumbs-link {
  text-decoration: none;
  transition: all 0.3s;
}

.breadcrumbs-link.is-current-page {
  font-weight: 700;
}

.breadcrumbs-link.color-light {
  color: #fff;
}

.breadcrumbs-link.color-light:hover {
  color: #d6011f;
}

.breadcrumbs-link.color-dark {
  color: #0c0c0d;
}

.breadcrumbs-link.color-dark:hover {
  color: #d6011f;
}

.breadcrumbs-break.color-light {
  color: #fff;
}

.breadcrumbs-break.color-dark {
  color: #0c0c0d;
}

.circle-arrow-link {
  position: absolute;
  bottom: -20px;
  left: 43px;
  background-color: #d6011f;
  border-radius: 50%;
  z-index: 10;
  height: 40px;
  width: 40px;
}

.circle-arrow-link.color-white {
  background-color: #fff;
}

.circle-arrow-link-arrow {
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  display: flex;
  transition: all 0.3s;
  align-items: center;
}

.circle-arrow-link-arrow-line {
  height: 2px;
  width: calc(100% - 10px);
  background-color: #fff;
}

.circle-arrow-link-arrow-line.color-white {
  background-color: #d6011f;
}

.circle-arrow-link-arrow-tip {
  height: 9px;
  width: 10px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.circle-arrow-link-arrow-tip.color-white {
  background-color: #d6011f;
}

a:hover .circle-arrow-link-arrow {
  width: 35px;
}

.job-tag-list-heading {
  padding: 22px 15px 18px;
  background-color: rgba(12, 125, 211, 0.07);
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  font-size: 1.375rem;
  font-weight: 700;
}

@media screen and (max-width: 450px) {
  .job-tag-list-heading {
    font-size: 1.25rem;
    padding: 20px 5px 18px;
  }
}

.job-tag-list-list {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.job-tag-list-item-link {
  color: #0c7dd3;
  text-decoration: none;
  transition: all 0.3s;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .job-tag-list-item-link {
    font-size: 1rem;
  }
}

.job-tag-list-item-link:hover {
  background-color: #deedf9;
}

@media screen and (max-width: 767px) {
  .job-tag-list-item:nth-of-type(5) {
    display: none;
  }

  .job-tag-list-item:nth-of-type(6) {
    display: none;
  }

  .job-tag-list-item:nth-of-type(7) {
    display: none;
  }

  .job-tag-list-item:nth-of-type(8) {
    display: none;
  }
}

.job-tag-list-hidden {
  display: none;
  flex-direction: column;
  gap: 20px 0;
  padding-left: 15px;
  margin-bottom: 0;
  list-style: none;
  margin-top: 20px;
}

.event-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 1s;
  max-height: 1000px;
  opacity: 1;
}

.event-card.is-hidden {
  opacity: 0;
  max-height: 1px;
}

@media screen and (max-width: 991px) {
  .event-card:last-of-type {
    grid-column: 1/3;
    justify-self: center;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .event-card:last-of-type {
    grid-column: 1/2;
    width: 100%;
  }
}

.event-card--link {
  display: block;
  position: relative;
  padding: 72px 42px 42px;
  text-decoration: none;
  height: 100%;
  color: #0c0c0d;
}

.event-card--link.has-image {
  padding-bottom: 445px;
}

@media screen and (max-width: 450px) {
  .event-card--link.has-image {
    padding: 72px 20px 300px;
  }
}

@media screen and (max-width: 450px) {
  .event-card--link {
    padding: 72px 20px 42px;
  }
}

.event-card--date {
  position: absolute;
  top: 0;
  left: 42px;
  background-color: #d6011f;
  text-align: center;
  padding: 20px 20px 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 450px) {
  .event-card--date {
    left: 20px;
  }
}

.event-card--date-month {
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
}

.event-card--date-day {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
}

.event-card--title {
  margin-bottom: 16px;
  font-size: 1.875rem;
  line-height: 1.33;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Inter", serif;
}

@media screen and (max-width: 450px) {
  .event-card--title {
    font-size: 1.5rem;
  }
}

.event-card--location-title {
  color: #1f3c5a;
  font-weight: 700;
}

.event-card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 15px 15px;
}

.event-card-image-container {
  height: 405px;
  width: 100%;
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 450px) {
  .event-card-image-container {
    height: 260px;
  }
}

.row-stats__item {
  padding: 38px 30px;
  transition: all 0.3s;
  opacity: 1;
}

.row-stats__item.hidden {
  opacity: 0;
}

@media screen and (max-width: 450px) {
  .row-stats__item {
    padding: 30px 15px;
  }
}

.row-stats__item--content {
  text-align: center;
}

.row-stats__item--stat {
  margin-bottom: 5px;
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1.2;
}

@media screen and (max-width: 1139px) {
  .row-stats__item--stat {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 991px) {
  .row-stats__item--stat {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .row-stats__item--stat {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 450px) {
  .row-stats__item--stat {
    font-size: 2rem;
  }
}

.row-stats__item--label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 450px) {
  .row-stats__item--label {
    font-size: 1.25rem;
  }
}

.terms-repeater {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms-repeater-item {
  background-color: rgba(255, 255, 255, 0.79);
  padding: 8px 15px;
  border-radius: 300px;
  font-size: 0.875rem;
  line-height: 1;
  color: #0c0c0d;
}

.resource-archive__container {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #fff;
}

.resource-archive__search--container {
  margin-bottom: 100px;
}

.resource-archive__search--container .facetwp-input-wrap {
  display: block;
}

.resource-archive__search--container .facetwp-icon {
  right: 10px;
}

.resource-archive__search--container input.facetwp-search {
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 400px;
  padding-left: 15px;
}

.resource-archive__search--container .facetwp-facet-results_count {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.21;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.resource-archive__search--container-links {
  padding-bottom: 30px;
  color: #fff;
  font-size: 1rem;
}

.resource-archive__search--container-links-link {
  text-decoration: none;
}

.resource-archive__search--container-links-link:hover {
  color: #fff;
}

.resource-archive__search--results-pager {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.resource-archive__list {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .resource-archive__list {
    grid-template-columns: 1fr;
  }
}

.resource-archive__item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.resource-archive__item--link {
  display: grid;
  position: relative;
  grid-template-rows: 276px 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  text-decoration: none;
}

.resource-archive__item--link .circle-arrow-link {
  left: 20px;
}

.resource-archive__item--title {
  padding: 46px 15px 50px 20px;
  font-size: 1.25rem;
  line-height: 1.21;
  letter-spacing: 0;
  font-weight: 800;
  font-family: "Nunito Sans 10pt", serif;
  text-transform: uppercase;
  text-transform: none;
  color: #0c0c0d;
}

.resource-archive__item--image-container {
  height: 276px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.resource-archive__item--image-placeholder {
  height: 276px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  background-color: #1f3c5a;
  position: relative;
  background-image: url(ad8876403d7c865245ee.svg);
  background-size: 200px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-archive__container {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.testimonial-archive__search--container {
  margin-bottom: 100px;
}

.testimonial-archive__search--container .facetwp-input-wrap {
  display: block;
}

.testimonial-archive__search--container .facetwp-icon {
  right: 10px;
}

.testimonial-archive__search--container input.facetwp-search {
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 400px;
  padding-left: 15px;
}

.testimonial-archive__filters {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  align-self: start;
}

.testimonial-archive__filters-title {
  margin-bottom: 30px;
}

.testimonial-archive__testimonials {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .testimonial-archive__testimonials {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 40px 0;
  }
}

.testimonial-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.testimonial-archive__pagination .facetwp-page {
  color: #1f3c5a;
  transition: all 0.3s;
}

.tax-rt__container {
  background-color: #fff;
  padding-top: 125px;
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .tax-rt__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tax-rt__search--container {
  margin-bottom: 60px;
}

.tax-rt__search--container .facetwp-input-wrap {
  display: block;
}

.tax-rt__search--container .facetwp-icon {
  right: 10px;
}

.tax-rt__search--container input.facetwp-search {
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 400px;
  padding-left: 15px;
}

.tax-rt__search--filters {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .tax-rt__search--filters {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.tax-rt__search--filters-sort .facetwp-facet-sort_by {
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0 20px 15px;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  height: 60px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

.tax-rt__search--filters-sort .facetwp-facet-sort_by:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

.tax-rt__search--filters-sort .facetwp-facet-sort_by select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.tax-rt__search--filters-post .facetwp-facet-post_type_filter {
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0 20px 15px;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  height: 60px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

.tax-rt__search--filters-post .facetwp-facet-post_type_filter:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

.tax-rt__search--filters-post .facetwp-facet-post_type_filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.tax-rt__list {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tax-rt__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 40px 0;
  }
}

.tax-rt__results--pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.tax-rt__results--pagination .facetwp-page {
  color: #1f3c5a;
  transition: all 0.3s;
}

.se-archive__container {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #fff;
}

.se-archive__search--container {
  margin-bottom: 100px;
}

.se-archive__search--container .facetwp-input-wrap {
  display: block;
}

.se-archive__search--container .facetwp-icon {
  right: 10px;
}

.se-archive__search--container input.facetwp-search {
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 400px;
  padding-left: 15px;
}

.se-archive__search--sort {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  align-self: start;
  width: 350px;
  margin-bottom: 60px;
}

@media screen and (max-width: 450px) {
  .se-archive__search--sort {
    width: 100%;
  }
}

.se-archive__search--sort-title {
  margin-bottom: 30px;
}

.se-archive__search--sort .facetwp-facet-sort_by {
  margin-bottom: 0;
}

.se-archive__search--sort .facetwp-facet-sort_by select {
  width: 100%;
}

.se-archive__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px 30px;
}

@media screen and (max-width: 767px) {
  .se-archive__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 40px 0;
  }
}

.se-archive__results--pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.se-archive__results--pagination .facetwp-page {
  color: #1f3c5a;
  transition: all 0.3s;
}

.sae__container {
  position: relative;
  padding-top: 200px;
  background-color: rgba(19, 37, 56, 0.68);
  background-blend-mode: multiply;
  padding-bottom: 175px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sae__container .breadcrumbs-nav {
  z-index: 3;
  left: calc((100vw - 1252px) / 2);
  top: 30px;
}

@media screen and (max-width: 1282px) {
  .sae__container .breadcrumbs-nav {
    left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .sae__container .breadcrumbs-nav {
    position: absolute;
  }
}

.sae__container--inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 3fr;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .sae__container--inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 40px 0;
  }
}

.sae__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #1f3c5a 200px, transparent);
  z-index: 2;
}

.sae__image {
  aspect-ratio: 77/100;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sae__image {
    max-height: 400px;
    width: auto;
  }
}

.sae__image--container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sae__image--container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sae__content--title {
  margin-bottom: 30px;
}

.sae__content--title-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.sae__content--buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .sae__content--buttons {
    align-items: stretch;
  }
}

.sae__content--buttons-download {
  width: 292px;
}

@media screen and (max-width: 767px) {
  .sae__content--buttons-download {
    width: 100%;
  }
}

.single__container {
  background-color: #fff;
  position: relative;
  padding-top: 150px;
}

.single__container .breadcrumbs-nav {
  top: 30px;
  left: calc((100vw - 1252px) / 2);
}

@media screen and (max-width: 1282px) {
  .single__container .breadcrumbs-nav {
    left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .single__container .breadcrumbs-nav {
    position: absolute;
  }
}

.single__article {
  max-width: 900px;
  margin: 0 auto;
}

.single__title {
  margin-bottom: 40px;
}

.single__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.single__image--container {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single__image--container {
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  .single__image--container {
    height: 350px;
  }
}

.single__image--placeholder {
  height: 100%;
  width: 100%;
  background-color: #1f3c5a;
  background-image: url(ad8876403d7c865245ee.svg);
  background-size: 300px 47px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .single__image--placeholder {
    background-size: 250px 39px;
  }
}

@media screen and (max-width: 450px) {
  .single__image--placeholder {
    background-size: 200px 31px;
  }
}

.single__main {
  margin-top: 30px;
}

.single__related--resources {
  margin-top: 100px;
}

.single__related--resources-heading {
  text-align: center;
  margin-bottom: 40px;
}

.single__related--resources-button-container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.single__categories--wrapper {
  background-color: #f4f9fd;
  padding: 80px 0;
}

.single__categories--container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width: 930px) {
  .single__categories--container {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .single__categories--container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single__categories--title {
  font-size: 0.875rem;
}

.single__categories--list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .single__categories--list {
    flex-direction: column;
    gap: 15px 0;
  }
}

.single__categories--category-link {
  border: 1px solid #0c7dd3;
  border-radius: 100px;
  padding: 8px 15px;
  color: #0c7dd3;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.875rem;
  line-height: 1;
}

.single__categories--category-link:hover {
  background-color: #0c7dd3;
  color: #fff;
}

.archives__form {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.archives__form:has(+ .resources-search__resources) {
  margin-bottom: 80px;
}

.archives__form--front-end-search-container {
  margin-bottom: 40px;
}

.archives__form--facet {
  opacity: 0;
  position: absolute;
  left: -100vw;
  top: 0;
}

.archives__form--container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .archives__form--container {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }
}

.archives__form--inputs {
  background-color: #fff;
  padding: 35px 0;
}

.archives__form--input {
  border: none;
}

.archives__form--input::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.archives__form--input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.archives__form--input::-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

.archives__form--input::placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.22;
  opacity: 0.4;
  color: #0c0c0d;
}

@media screen and (max-width: 450px) {
  .archives__form--input::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .archives__form--input::-moz-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .archives__form--input::-ms-input-placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
  .archives__form--input::placeholder {
    font-weight: 700;
    font-size: 1rem;
  }
}

.archives__form--input-icon {
  font-size: 1.3125rem;
  color: #67696d;
}

@media screen and (max-width: 450px) {
  .archives__form--input-icon {
    display: none;
  }
}

.archives__form--input-container {
  padding: 0 35px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  gap: 0 20px;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .archives__form--input-container {
    padding: 0 15px;
    gap: 0 10px;
    grid-template-columns: 1fr auto;
  }
}

.archives__form--input-label {
  position: absolute;
  left: -100vw;
}

.archives__form--input-clear {
  all: unset;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5dbe2;
  color: #67696d;
  font-size: 0.75rem;
  transition: all 0.3s;
}

.archives__form--input-clear:hover {
  background-color: #b7c1cd;
}

.archives__form--button {
  border-radius: 0 !important;
  font-weight: 700;
  letter-spacing: 1.16px;
  font-size: 1.125rem;
  line-height: 1.22;
  padding: 37px 21px;
  height: 100%;
}

.archives__form--search-filters {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .archives__form--search-filters {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}

.archives__form--search-filters-sort .facetwp-facet-sort_by {
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0 20px 15px;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  height: 60px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

.archives__form--search-filters-sort .facetwp-facet-sort_by:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

.archives__form--search-filters-sort .facetwp-facet-sort_by select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.archives__form--search-filters-post .facetwp-facet {
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0 20px 15px;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  height: 60px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}

.archives__form--search-filters-post .facetwp-facet:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #d6011f;
  background-image: url(b96f2bc55874964ce5d7.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

.archives__form--search-filters-post .facetwp-facet select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.archives__form--term-info {
  text-align: center;
  font-size: 1.25rem;
}

.archives__form--term-info-term {
  font-weight: 700;
  font-size: 1.5rem;
}

.single-case-study-wrap {
  background: #093b60;
}

@media (max-width: 768px) {
  .single-case-study-wrap {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (min-width: 768px) {
  .single-case-study-wrap .fwffit__content--container {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

@media (max-width: 768px) {
  .single-case-study-wrap .fwffit__content--container {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}

.single-study-features-wrap {
  background: #f4f9fd;
}

@media (min-width: 768px) {
  .single-study-features-wrap {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

@media (max-width: 768px) {
  .single-study-features-wrap {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

.single-study-50-50-image-text-wrap {
  background: #fff;
}

@media (min-width: 768px) {
  .single-study-50-50-image-text-wrap {
    padding-top: 120px;
    padding-bottom: 14px;
  }
}

@media (max-width: 768px) {
  .single-study-50-50-image-text-wrap {
    padding-top: 60px;
    padding-bottom: 7px;
  }
}

.single-study-bullet-list-wrap {
  background: #132538;
}

@media (min-width: 768px) {
  .single-study-bullet-list-wrap {
    padding-top: 14px;
    padding-bottom: 130px;
  }
}

@media (max-width: 768px) {
  .single-study-bullet-list-wrap {
    padding-top: 7px;
    padding-bottom: 65px;
  }
}

.single-study-50-50-text-testimonial {
  background: #132538;
}

@media (min-width: 768px) {
  .single-study-50-50-text-testimonial {
    padding-top: 0;
    padding-bottom: 175px;
  }
}

@media (max-width: 768px) {
  .single-study-50-50-text-testimonial {
    padding-top: 0;
    padding-bottom: 87.5px;
  }
}

.related-case-studies-wrap {
  background: #f4f9fd;
}

@media (min-width: 768px) {
  .related-case-studies-wrap {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

@media (max-width: 768px) {
  .related-case-studies-wrap {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

@media (min-width: 768px) {
  .single-study-full-width-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .single-study-full-width-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.archive-case-studies-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
