/* line 1, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home {
  position: fixed;
  z-index: 10000;
  left: 0;
  width: 100%;
  background: #EAEAEA;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0px #565656;
  transition: transform 0.2s ease-in;
  display: none;
}

/* line 13, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_information {
  display: flex;
  align-items: center;
  font-size: 1.0em;
}

/* line 18, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_information .add_to_home_information_logo {
  height: auto;
  width: 50px;
  padding: .2rem;
}

/* line 24, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_information .add_to_home_text {
  flex-grow: 1;
}

/* line 29, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_cancel {
  transform: rotateX(34deg);
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  font-size: 1.1em;
}

/* line 37, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_button {
  padding: 8px;
  color: red;
  font-size: 0.7em;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
}

/* line 48, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home--Apple-information {
  font-size: 0.7em;
  margin-top: 1%;
  margin-bottom: 1%;
  display: none;
  margin-left: auto;
  align-items: center;
  width: 60%;
}

/* line 57, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home--Apple-information a {
  border: 1px solid rgba(var(--color_dark), 1);
  border-radius: 0.7em;
  text-align: center;
  padding: 3px;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home--Apple-information img {
  margin-left: .25rem;
  width: 25px;
  margin-right: .25rem;
}

/* line 73, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Android {
  top: 0;
  display: initial;
  transform: translateY(-110%);
}

/* line 78, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Android .add_to_home_button {
  display: inline-block !important;
}

/* line 83, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Apple {
  bottom: 0;
  display: initial;
  transform: translateY(110%);
}

/* line 88, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Apple .add_to_home--Apple-information {
  display: flex !important;
}

/* line 93, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--show {
  display: block;
  transform: none;
}
/* line 1, app/assets/stylesheets/pwa/notification.scss */
.notification {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: white;
  display: flex;
  width: 250px;
  font-size: 0.9rem;
  box-shadow: 4px 4px 10px 0px #1919198c;
  animation: cssAnimation .5s ease-in 4s forwards;
  animation-fill-mode: forwards;
}

/* line 14, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-img {
  flex: 0 0 50px;
  padding: 0rem 0.5rem;
}

/* line 18, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-img img {
  width: 100%;
}

/* line 23, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-text {
  padding: .5rem;
  color: black !important;
}

/* line 27, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-text div:not(:first-child) {
  font-size: 0.8rem;
}

@keyframes cssAnimation {
  to {
    transform: translateY(-170%);
  }
}
/* line 4, app/assets/stylesheets/pwa/offline-banner.scss */
.offline-banner {
  background: #141414;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 100000;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 18, app/assets/stylesheets/pwa/offline-banner.scss */
.offline-banner .offline-text {
  margin-right: 16px;
}

/* line 22, app/assets/stylesheets/pwa/offline-banner.scss */
.offline-banner .offline-image {
  height: 45px;
}
/* line 4, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display {
  background-color: #141414;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  flex-direction: column;
}

/* line 15, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display a {
  color: #c8c8c8;
  font-size: 2rem;
}

/* line 20, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 26, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

/* line 30, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8c8c8;
  margin: -4px 0 0 -4px;
}

/* line 40, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

/* line 43, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

/* line 47, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

/* line 50, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

/* line 54, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

/* line 57, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

/* line 61, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

/* line 64, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

/* line 68, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

/* line 71, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

/* line 75, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

/* line 78, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

/* line 82, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

/* line 85, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

/* line 89, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

/* line 92, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 105, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner {
  background: #c8c8c8;
  width: 70vw;
  max-width: 400px;
  padding: 2rem 2rem;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #141414;
  border-radius: 5vw;
}

/* line 115, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .close-icon {
  position: absolute;
  bottom: 5vh;
  right: 10vw;
  text-align: center;
  text-decoration: none;
  color: #c8c8c8;
}

/* line 124, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-header {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

/* line 128, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content {
  display: flex;
  font-size: 1rem;
  align-items: center;
}

/* line 133, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content img {
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
}

/* line 139, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content-logo, .offline-display .install-banner .install-content-title {
  text-align: center;
  margin-top: 1rem;
}

/* line 143, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content-logo img, .offline-display .install-banner .install-content-title img {
  width: 50%;
}

/* line 151, app/assets/stylesheets/pwa/offline-view.scss */
.offline.offline-no-display {
  display: none;
}

/* line 155, app/assets/stylesheets/pwa/offline-view.scss */
.online.online-no-display {
  display: none;
}
/* line 1, app/assets/stylesheets/pwa/register-element.scss */
.register_element {
  cursor: pointer;
  display: none !important;
}

/* line 6, app/assets/stylesheets/pwa/register-element.scss */
.register_element--active {
  display: block !important;
}

/* line 10, app/assets/stylesheets/pwa/register-element.scss */
.register_element--registered {
  display: block !important;
  position: relative;
  color: green !important;
  opacity: 0.8;
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/pwa/register-element.scss */
.register_element--registered::before {
  content: "\f00c";
  font: normal normal normal 1rem FontAwesome;
  font-display: swap;
  position: absolute;
  top: 25%;
  left: 58%;
  color: #008e00;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark,
form .help-block {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid, body img, body video {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
body .wrapper,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .text-swiper .swiper-article, .col-10, .col-9, .swiper-article, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9, .swiper-article {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11, .text-swiper .swiper-article {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control, form .time_picker input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control, form .time_picker input {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, form .time_picker input::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, form .time_picker input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder, form .time_picker input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, form .time_picker input::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, form .time_picker input:disabled, .form-control[readonly], form .time_picker input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"], form .time_picker input[type="date"],
input.form-control[type="time"],
form .time_picker input[type="time"],
input.form-control[type="datetime-local"],
form .time_picker input[type="datetime-local"],
input.form-control[type="month"],
form .time_picker input[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check, form .form-check-inline div .checkbox, form .form-check-inline div .radio {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline, form .form-check-inline div .form-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input, form .form-check-inline div .form-wrapper .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .was-validated form .time_picker input:valid, form .time_picker .was-validated input:valid, .form-control.is-valid, form .time_picker input.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .was-validated form .time_picker input:valid:focus, form .time_picker .was-validated input:valid:focus, .form-control.is-valid:focus, form .time_picker input.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .was-validated form .time_picker input:invalid, form .time_picker .was-validated input:invalid, .form-control.is-invalid, form .time_picker input.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .was-validated form .time_picker input:invalid:focus, form .time_picker .was-validated input:invalid:focus, .form-control.is-invalid:focus, form .time_picker input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check, .form-inline form .form-check-inline div .checkbox, form .form-check-inline div .form-inline .checkbox, .form-inline form .form-check-inline div .radio, form .form-check-inline div .form-inline .radio {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline form .time_picker input, form .time_picker .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check, .form-inline form .form-check-inline div .checkbox, form .form-check-inline div .form-inline .checkbox, .form-inline form .form-check-inline div .radio, form .form-check-inline div .form-inline .radio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, body .expand > * div div > .btn-primary.dropdown-toggle, body .expand > * nav div > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, body .expand > * div div > .btn-primary.dropdown-toggle:focus, body .expand > * nav div > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle, body .expand > * div div > .btn-secondary.dropdown-toggle, body .expand > * nav div > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, body .expand > * div div > .btn-secondary.dropdown-toggle:focus, body .expand > * nav div > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle, body .expand > * div div > .btn-success.dropdown-toggle, body .expand > * nav div > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus, body .expand > * div div > .btn-success.dropdown-toggle:focus, body .expand > * nav div > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle, body .expand > * div div > .btn-info.dropdown-toggle, body .expand > * nav div > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus, body .expand > * div div > .btn-info.dropdown-toggle:focus, body .expand > * nav div > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle, body .expand > * div div > .btn-warning.dropdown-toggle, body .expand > * nav div > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus, body .expand > * div div > .btn-warning.dropdown-toggle:focus, body .expand > * nav div > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle, body .expand > * div div > .btn-danger.dropdown-toggle, body .expand > * nav div > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus, body .expand > * div div > .btn-danger.dropdown-toggle:focus, body .expand > * nav div > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle, body .expand > * div div > .btn-light.dropdown-toggle, body .expand > * nav div > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus, body .expand > * div div > .btn-light.dropdown-toggle:focus, body .expand > * nav div > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle, body .expand > * div div > .btn-dark.dropdown-toggle, body .expand > * nav div > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus, body .expand > * div div > .btn-dark.dropdown-toggle:focus, body .expand > * nav div > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, body .expand > * div div > .btn-outline-primary.dropdown-toggle, body .expand > * nav div > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, body .expand > * div div > .btn-outline-primary.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle, body .expand > * div div > .btn-outline-secondary.dropdown-toggle, body .expand > * nav div > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus, body .expand > * div div > .btn-outline-secondary.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle, body .expand > * div div > .btn-outline-success.dropdown-toggle, body .expand > * nav div > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus, body .expand > * div div > .btn-outline-success.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle, body .expand > * div div > .btn-outline-info.dropdown-toggle, body .expand > * nav div > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus, body .expand > * div div > .btn-outline-info.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle, body .expand > * div div > .btn-outline-warning.dropdown-toggle, body .expand > * nav div > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus, body .expand > * div div > .btn-outline-warning.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle, body .expand > * div div > .btn-outline-danger.dropdown-toggle, body .expand > * nav div > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus, body .expand > * div div > .btn-outline-danger.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle, body .expand > * div div > .btn-outline-light.dropdown-toggle, body .expand > * nav div > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus, body .expand > * div div > .btn-outline-light.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle, body .expand > * div div > .btn-outline-dark.dropdown-toggle, body .expand > * nav div > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus, body .expand > * div div > .btn-outline-dark.dropdown-toggle:focus, body .expand > * nav div > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .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;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show, body .expand > * div div.dropdown-menu, body .expand > * nav div.dropdown-menu {
  display: block;
}

/* line 178, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.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;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control, form .time_picker .input-group > input,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control, form .time_picker .input-group > input + .form-control, form .time_picker .input-group > .form-control + input, form .time_picker .input-group > input + input,
.input-group > .form-control + .custom-select,
form .time_picker .input-group > input + .custom-select,
.input-group > .form-control + .custom-file,
form .time_picker .input-group > input + .custom-file,
.input-group > .form-control-plaintext + .form-control,
form .time_picker .input-group > .form-control-plaintext + input,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
form .time_picker .input-group > .custom-select + input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
form .time_picker .input-group > .custom-file + input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus, form .time_picker .input-group > input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child), form .time_picker .input-group > input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child), form .time_picker .input-group:not(.has-validation) > input:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3), form .time_picker .input-group.has-validation > input:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea), form .time_picker .input-group-lg > input:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control, form .time_picker .input-group-lg > input,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea), form .time_picker .input-group-sm > input:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control, form .time_picker .input-group-sm > input,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  /* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 221, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 361, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 398, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 402, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 422, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 448, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 477, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {
  /* line 522, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs body .expand > * div div.nav-item .nav-link,
body .expand > * div .nav-tabs div.nav-item .nav-link,
.nav-tabs body .expand > * nav div.nav-item .nav-link,
body .expand > * nav .nav-tabs div.nav-item .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills body .expand > * div div > .nav-link,
body .expand > * div .nav-pills div > .nav-link,
.nav-pills body .expand > * nav div > .nav-link,
body .expand > * nav .nav-pills div > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar body .wrapper,
body .navbar .wrapper,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand, .navbar-brand-no-link {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand-no-link:hover, .navbar-brand:focus, .navbar-brand-no-link:focus {
  text-decoration: none;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
body .navbar-expand-sm > .wrapper,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
body .navbar-expand-sm > .wrapper,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
body .navbar-expand-md > .wrapper,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
body .navbar-expand-md > .wrapper,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
body .navbar-expand-lg > .wrapper,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
body .navbar-expand-lg > .wrapper,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
body .navbar-expand-xl > .wrapper,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
body .navbar-expand-xl > .wrapper,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
body .navbar-expand > .wrapper,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
body .navbar-expand > .wrapper,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand, .navbar-light .navbar-brand-no-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand-no-link:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand-no-link:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav body .expand > * div div > .nav-link, body .expand > * div .navbar-light .navbar-nav div > .nav-link, .navbar-light .navbar-nav body .expand > * nav div > .nav-link, body .expand > * nav .navbar-light .navbar-nav div > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav body .expand > * div div.nav-link,
body .expand > * div .navbar-light .navbar-nav div.nav-link,
.navbar-light .navbar-nav body .expand > * nav div.nav-link,
body .expand > * nav .navbar-light .navbar-nav div.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand-no-link {
  color: #fff;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand-no-link:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand-no-link:focus {
  color: #fff;
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav body .expand > * div div > .nav-link, body .expand > * div .navbar-dark .navbar-nav div > .nav-link, .navbar-dark .navbar-nav body .expand > * nav div > .nav-link, body .expand > * nav .navbar-dark .navbar-nav div > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav body .expand > * div div.nav-link,
body .expand > * div .navbar-dark .navbar-nav div.nav-link,
.navbar-dark .navbar-nav body .expand > * nav div.nav-link,
body .expand > * nav .navbar-dark .navbar-nav div.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img, body .card img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img, body .card img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img, body .card img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card, body .deck > * .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck, body .deck > * {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card, body .deck > * .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card, body .group > * > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group, body .group > * {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card, body .group > * > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card, body .group > * > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child), body .group > * > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top, body .group > * > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
body .group > * > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom, body .group > * > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
body .group > * > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child), body .group > * > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top, body .group > * > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
body .group > * > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom, body .group > * > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
body .group > * > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card, body .columns > * .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns, body .columns > * {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card, body .columns > * .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron, body .parallax {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #0e002e;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron, body .parallax {
    padding: 4rem 2rem;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.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: 1rem 1rem;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show, body .expand > * div div.toast, body .expand > * nav div.toast {
  display: block;
  opacity: 1;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog, body .expand > * div div.modal .modal-dialog, body .expand > * nav div.modal .modal-dialog {
  transform: none;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show, body .expand > * div div.modal-backdrop, body .expand > * nav div.modal-backdrop {
  opacity: 0.5;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show, body .expand > * div div.tooltip, body .expand > * nav div.tooltip {
  opacity: 0.9;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.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) {
  /* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.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;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent, body .parallax, body .card-footer, body .input-group-text, .nav-blocks > * .nav-item .nav-link, .navbar-blocks-1 > * .nav-item .nav-link, .navbar-blocks-2 > * .nav-item .nav-link, .navbar-blocks-background > * .nav-item .nav-link, .navbar-blocks-light > * .nav-item .nav-link, .navbar-blocks-dark > * .nav-item .nav-link, .navbar-columns .navbar-collapse, .navbar-columns-1 .navbar-collapse, .navbar-columns-2 .navbar-collapse, .navbar-columns-background .navbar-collapse, .navbar-columns-light .navbar-collapse, .navbar-columns-dark .navbar-collapse, .navbar .navbar-nav .dropdown-menu {
  background-color: transparent !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right, .sidebar-wrapper {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left, .sidebar-wrapper.right, .sidebar-right .sidebar-wrapper {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0, body .modal-content .modal-footer, .btn-sidebar, .btn-promobox, form .input-group-text, .nav-blocks > * .nav-item .nav-link, .navbar-blocks-1 > * .nav-item .nav-link, .navbar-blocks-2 > * .nav-item .nav-link, .navbar-blocks-background > * .nav-item .nav-link, .navbar-blocks-light > * .nav-item .nav-link, .navbar-blocks-dark > * .nav-item .nav-link, .navbar .navbar-nav .dropdown-menu, .navbar-toggler {
  border: 0 !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded, .form-pills > * .submit {
  border-radius: 0.25rem !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle, body .share-fixed .share div .fas {
  border-radius: 50% !important;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill, .form-pills > * .form-control, .form-pills > * form .time_picker input, form .time_picker .form-pills > * input {
  border-radius: 50rem !important;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none, body .hide-label > * label, body .hide-date > * .date, body .hide-lead > * .lead, body .hide-album-title > * .album-title, body .hide-title > * .title, body .hide-title > * .card-title, body .hide-title > * .album-title, .btn-promo, .swiper-button-next, .swiper-button-prev, .navbar-vertical .navbar-toggler {
  display: none !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block, .sidebar-wrapper, .swiper-slide a, form .help-block {
  display: inline-block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block, body a.skiplink:hover, body a.skiplink:focus, .modal-content .articles .btn-promo, .swiper-button-next6, .swiper-button-prev6, .navbar .nav-link, .overlay-color-darklight.col::before, .overlay-color-darklight .swiper-slide::after, .overlay-color-darklight .row::after, .overlay-color-dark-transparent.col::before, .overlay-color-dark-transparent .swiper-slide::after, .overlay-color-dark-transparent .row::after, .overlay-color-dark.col::before, .overlay-color-dark .swiper-slide::after, .overlay-color-dark .row::after, .overlay-color-light-transparent.col::before, .overlay-color-light-transparent .swiper-slide::after, .overlay-color-light-transparent .row::after, .overlay-color-light.col::before, .overlay-color-light .swiper-slide::after, .overlay-color-light .row::after, .overlay-color-background-transparent.col::before, .overlay-color-background-transparent .swiper-slide::after, .overlay-color-background-transparent .row::after, .overlay-color-background.col::before, .overlay-color-background .swiper-slide::after, .overlay-color-background .row::after, .overlay-color-2-transparent.col::before, .overlay-color-2-transparent .swiper-slide::after, .overlay-color-2-transparent .row::after, .overlay-color-2.col::before, .overlay-color-2 .swiper-slide::after, .overlay-color-2 .row::after, .overlay-color-1-transparent.col::before, .overlay-color-1-transparent .swiper-slide::after, .overlay-color-1-transparent .row::after, .overlay-color-1.col::before, .overlay-color-1 .swiper-slide::after, .overlay-color-1 .row::after {
  display: block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex, body .fullheight .simpleParallax, body .g-recaptcha, body .share, body .card .card-body .date, .quote-card, .navbar-vertical .navbar-collapse {
  display: flex !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block, .swiper-button-next, .swiper-button-prev {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column, .navbar-vertical .navbar-collapse, .navbar-vertical .navbar {
  flex-direction: column !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end, body .card .card-body .date {
  justify-content: flex-end !important;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center, body .fullheight .simpleParallax, body .g-recaptcha {
  justify-content: center !important;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around, body .share {
  justify-content: space-around !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center, .quote-card {
  align-items: center !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center, body .bg-image-cover-div, body .bg-image-cover-div p, body .bg-image-cover p-div, body .bg-image-cover p-div p, body .bg-image-cover, body .bg-image-cover p, body .jumbotron, body .parallax {
  align-self: center !important;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right, body .card-footer a {
  float: right !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto, .sidebar-wrapper {
  overflow: auto !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden, body .card .card-body {
  overflow: hidden !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static, body a.skiplink:hover, body a.skiplink:focus {
  position: static !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative, body .bg-image-cover img, .quote-card, .text-swiper .swiper-article, .swiper-article, .navbar-vertical .navbar-collapse {
  position: relative !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute, body .bg-image-cover-div, body .bg-image-cover-div p, body .bg-image-cover p-div, body .bg-image-cover p-div p, body a.skiplink, body .keyboardlinks, body .jumbotron, body .parallax, .quote-card::before, .overlay-color-darklight.col::before, .overlay-color-darklight .swiper-slide::after, .overlay-color-darklight .row::after, .overlay-color-dark-transparent.col::before, .overlay-color-dark-transparent .swiper-slide::after, .overlay-color-dark-transparent .row::after, .overlay-color-dark.col::before, .overlay-color-dark .swiper-slide::after, .overlay-color-dark .row::after, .overlay-color-light-transparent.col::before, .overlay-color-light-transparent .swiper-slide::after, .overlay-color-light-transparent .row::after, .overlay-color-light.col::before, .overlay-color-light .swiper-slide::after, .overlay-color-light .row::after, .overlay-color-background-transparent.col::before, .overlay-color-background-transparent .swiper-slide::after, .overlay-color-background-transparent .row::after, .overlay-color-background.col::before, .overlay-color-background .swiper-slide::after, .overlay-color-background .row::after, .overlay-color-2-transparent.col::before, .overlay-color-2-transparent .swiper-slide::after, .overlay-color-2-transparent .row::after, .overlay-color-2.col::before, .overlay-color-2 .swiper-slide::after, .overlay-color-2 .row::after, .overlay-color-1-transparent.col::before, .overlay-color-1-transparent .swiper-slide::after, .overlay-color-1-transparent .row::after, .overlay-color-1.col::before, .overlay-color-1 .swiper-slide::after, .overlay-color-1 .row::after {
  position: absolute !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed, body .bg-image-cover, body .bg-image-cover p, body .scroll-to-top, .btn-sidebar, .btn-promobox, .sidebar-wrapper {
  position: fixed !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top, body .share-fixed, body .smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow, .btn-sidebar, .btn-promobox {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg, body .jumbotron, body .parallax {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none, body .parallax {
  box-shadow: none !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50, body .jumbotron > *-w-50, body .parallax > *-w-50 {
  width: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75, body .jumbotron > *-w-75, body .parallax > *-w-75 {
  width: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100, body a.skiplink:hover, body a.skiplink:focus, body .keyboardlinks, body .parallax_image_wrapper img, body .parallax_image_wrapper video, .swiper-slide img.img-fluid, form .help-block, .overlay-color-darklight.col::before, .overlay-color-darklight .swiper-slide::after, .overlay-color-darklight .row::after, .overlay-color-dark-transparent.col::before, .overlay-color-dark-transparent .swiper-slide::after, .overlay-color-dark-transparent .row::after, .overlay-color-dark.col::before, .overlay-color-dark .swiper-slide::after, .overlay-color-dark .row::after, .overlay-color-light-transparent.col::before, .overlay-color-light-transparent .swiper-slide::after, .overlay-color-light-transparent .row::after, .overlay-color-light.col::before, .overlay-color-light .swiper-slide::after, .overlay-color-light .row::after, .overlay-color-background-transparent.col::before, .overlay-color-background-transparent .swiper-slide::after, .overlay-color-background-transparent .row::after, .overlay-color-background.col::before, .overlay-color-background .swiper-slide::after, .overlay-color-background .row::after, .overlay-color-2-transparent.col::before, .overlay-color-2-transparent .swiper-slide::after, .overlay-color-2-transparent .row::after, .overlay-color-2.col::before, .overlay-color-2 .swiper-slide::after, .overlay-color-2 .row::after, .overlay-color-1-transparent.col::before, .overlay-color-1-transparent .swiper-slide::after, .overlay-color-1-transparent .row::after, .overlay-color-1.col::before, .overlay-color-1 .swiper-slide::after, .overlay-color-1 .row::after {
  width: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto, body .fullheight .simpleParallax, form .time_picker input, .navbar-vertical .navbar-collapse {
  width: auto !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100, body .fullheight .simpleParallax, body .fullheight .row, html, .sidebar-wrapper, .swiper-slide a, .overlay-color-darklight.col::before, .overlay-color-darklight .swiper-slide::after, .overlay-color-darklight .row::after, .overlay-color-dark-transparent.col::before, .overlay-color-dark-transparent .swiper-slide::after, .overlay-color-dark-transparent .row::after, .overlay-color-dark.col::before, .overlay-color-dark .swiper-slide::after, .overlay-color-dark .row::after, .overlay-color-light-transparent.col::before, .overlay-color-light-transparent .swiper-slide::after, .overlay-color-light-transparent .row::after, .overlay-color-light.col::before, .overlay-color-light .swiper-slide::after, .overlay-color-light .row::after, .overlay-color-background-transparent.col::before, .overlay-color-background-transparent .swiper-slide::after, .overlay-color-background-transparent .row::after, .overlay-color-background.col::before, .overlay-color-background .swiper-slide::after, .overlay-color-background .row::after, .overlay-color-2-transparent.col::before, .overlay-color-2-transparent .swiper-slide::after, .overlay-color-2-transparent .row::after, .overlay-color-2.col::before, .overlay-color-2 .swiper-slide::after, .overlay-color-2 .row::after, .overlay-color-1-transparent.col::before, .overlay-color-1-transparent .swiper-slide::after, .overlay-color-1-transparent .row::after, .overlay-color-1.col::before, .overlay-color-1 .swiper-slide::after, .overlay-color-1 .row::after {
  height: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto, .swiper-slide img.img-fluid {
  height: auto !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0, body .fullheight .row {
  margin: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0, form .form-group,
.my-0,
body .modal-content .articles {
  margin-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0,
body .row {
  margin-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0, .quote-card, .swiper-article .title,
.my-0,
body .modal-content .articles {
  margin-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0,
body .row {
  margin-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1, body .share-fixed .share div .fas,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1, body .share-fixed,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2, body .btn-socialmedia .fab {
  margin: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2, .text-swiper .swiper-article .lead, .swiper-article .lead,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2, form input[type="radio"],
form input[type="checkbox"], form .time_picker label,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2, .text-swiper .swiper-article .title,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2, form .form-check-inline, form .form-check-inline div .form-wrapper,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4, body blockquote {
  margin: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4, body .card .card-body .lead, body .card .card-body .title,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0, body p ~ ul, .text-swiper .swiper-article .title {
  padding: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0, body .share-fixed .share div .fas, body .share .fas,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0,
body .wrapper {
  padding-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0,
body .wrapper {
  padding-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1, .btn-sidebar, .btn-promobox {
  padding: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2, body a.skiplink:hover, body a.skiplink:focus, body .card-footer a, body p img, body p video {
  padding: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4, .text-swiper .swiper-article {
  padding: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5, .quote-card, .swiper-article {
  padding: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto, body .jumbotron, body .parallax,
.mx-auto,
.text-swiper .swiper-article {
  margin-right: auto !important;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto, body .jumbotron, body .parallax,
.mx-auto,
.text-swiper .swiper-article {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0,
body .modal-content .articles .img-fluid-articles {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0,
body .modal-content .articles .img-fluid-articles {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2, body .modal-content .articles .img-fluid-articles,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5, .swiper-article .title,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left, .quote-card::before {
  text-align: left !important;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center, body .bg-image-cover-div, body .bg-image-cover-div p, body .bg-image-cover p-div, body .bg-image-cover p-div p, body .mobile-nav .fas, body a.skiplink:hover, body a.skiplink:focus, body .share-fixed .share div .fas, body .btn-socialmedia .fab, body blockquote, form .help-block {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase, body .card-footer a {
  text-transform: uppercase !important;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none, body .back, body .mobile-nav .fas, body .share-fixed .share div .fas, body .btn-socialmedia .fab, body .card-footer a {
  text-decoration: none !important;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 11, app/assets/stylesheets/tenants-dynamic/includes/theme.scss */
:root {
  --color_dark: 14, 0, 46;
  --color_light: 255, 255, 255;
  --color_bg: 14, 0, 46;
  --color-contrast-bg: 255, 255, 255;
  --color-contrast-bg-fg: 14, 0, 46;
  --color-contrast-text: 222, 226, 230;
  --color_dark-fg: 255, 255, 255;
  --color_light-fg: 33, 37, 41;
  --color_bg-fg: 255, 255, 255;
  --color-contrast-text-fg: 33, 37, 41;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --light: 248, 249, 250;
  --dark: 52, 58, 64;
  --white-fg: 33, 37, 41;
  --black-fg: 255, 255, 255;
  --light-fg: 33, 37, 41;
  --dark-fg: 255, 255, 255;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
  content: var(--fa);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-1x {
  font-size: 1em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-2x {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-3x {
  font-size: 3em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-4x {
  font-size: 4em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-5x {
  font-size: 5em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-6x {
  font-size: 6em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-7x {
  font-size: 7em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-8x {
  font-size: 8em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-9x {
  font-size: 9em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-10x {
  font-size: 10em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-ul > li {
  position: relative;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/fontawesome-6.css */
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

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

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    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% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-flip-horizontal {
  transform: scaleX(-1);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-flip-vertical {
  transform: scaleY(-1);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/fontawesome-6.css */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-0 {
  --fa:"\30";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-1 {
  --fa:"\31";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-2 {
  --fa:"\32";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-3 {
  --fa:"\33";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-4 {
  --fa:"\34";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-5 {
  --fa:"\35";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-6 {
  --fa:"\36";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-7 {
  --fa:"\37";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-8 {
  --fa:"\38";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-9 {
  --fa:"\39";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fill-drip {
  --fa:"\f576";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-to-circle {
  --fa:"\e4bd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-circle-right, .fa-circle-chevron-right {
  --fa:"\f138";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-at {
  --fa:"\40";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trash-alt, .fa-trash-can {
  --fa:"\f2ed";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-text-height {
  --fa:"\f034";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-times, .fa-user-xmark {
  --fa:"\f235";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stethoscope {
  --fa:"\f0f1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-alt, .fa-message {
  --fa:"\f27a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-info {
  --fa:"\f129";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-compress-alt, .fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-explosion {
  --fa:"\e4e9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-alt, .fa-file-lines, .fa-file-text {
  --fa:"\f15c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wave-square {
  --fa:"\f83e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ring {
  --fa:"\f70b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-un {
  --fa:"\e4d9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-three {
  --fa:"\f527";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-alt, .fa-calendar-days {
  --fa:"\f073";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-anchor-circle-check {
  --fa:"\e4aa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-volleyball, .fa-volleyball-ball {
  --fa:"\f45f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-up-to-line {
  --fa:"\e4c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sort-desc, .fa-sort-down {
  --fa:"\f0dd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-minus, .fa-minus-circle {
  --fa:"\f056";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-door-open {
  --fa:"\f52b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-right-from-bracket, .fa-sign-out-alt {
  --fa:"\f2f5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-atom {
  --fa:"\f5d2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-soap {
  --fa:"\e06e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-music-camera-bolt, .fa-icons {
  --fa:"\f86d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-microphone-alt-slash, .fa-microphone-lines-slash {
  --fa:"\f539";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bridge-circle-check {
  --fa:"\e4c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pump-medical {
  --fa:"\e06a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fingerprint {
  --fa:"\f577";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-point-right {
  --fa:"\f0a4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass-location, .fa-search-location {
  --fa:"\f689";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-forward-step, .fa-step-forward {
  --fa:"\f051";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-smile-beam, .fa-smile-beam {
  --fa:"\f5b8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-flag-checkered {
  --fa:"\f11e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-football, .fa-football-ball {
  --fa:"\f44e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-school-circle-exclamation {
  --fa:"\e56c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-crop {
  --fa:"\f125";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-double-down, .fa-angles-down {
  --fa:"\f103";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-rectangle {
  --fa:"\e594";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-roof {
  --fa:"\e537";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-line {
  --fa:"\e534";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-beer, .fa-beer-mug-empty {
  --fa:"\f0fc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diagram-predecessor {
  --fa:"\e477";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-long, .fa-long-arrow-up {
  --fa:"\f176";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-burn, .fa-fire-flame-simple {
  --fa:"\f46a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-male, .fa-person {
  --fa:"\f183";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-laptop {
  --fa:"\f109";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-csv {
  --fa:"\f6dd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-menorah {
  --fa:"\f676";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-plane {
  --fa:"\e58f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-record-vinyl {
  --fa:"\f8d9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-stars, .fa-grin-stars {
  --fa:"\f587";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bong {
  --fa:"\f55c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pastafarianism, .fa-spaghetti-monster-flying {
  --fa:"\f67b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-spoon, .fa-utensil-spoon {
  --fa:"\f2e5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-jar-wheat {
  --fa:"\e517";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-envelopes-bulk, .fa-mail-bulk {
  --fa:"\f674";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-circle-exclamation {
  --fa:"\e4eb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-h, .fa-hospital-symbol {
  --fa:"\f47e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pager {
  --fa:"\f815";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-address-book, .fa-contact-book {
  --fa:"\f2b9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-strikethrough {
  --fa:"\f0cc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-k {
  --fa:"\4b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-landmark-flag {
  --fa:"\e51c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pencil, .fa-pencil-alt {
  --fa:"\f303";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-backward {
  --fa:"\f04a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-right {
  --fa:"\f0da";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comments {
  --fa:"\f086";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-clipboard, .fa-paste {
  --fa:"\f0ea";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code-pull-request {
  --fa:"\e13c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clipboard-list {
  --fa:"\f46d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-loading, .fa-truck-ramp-box {
  --fa:"\f4de";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-check {
  --fa:"\f4fc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vial-virus {
  --fa:"\e597";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sheet-plastic {
  --fa:"\e571";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-blog {
  --fa:"\f781";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-ninja {
  --fa:"\f504";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-arrow-up-from-line {
  --fa:"\e539";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-scroll-torah, .fa-torah {
  --fa:"\f6a0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
  --fa:"\f458";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toggle-off {
  --fa:"\f204";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-archive, .fa-box-archive {
  --fa:"\f187";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-drowning {
  --fa:"\e545";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
  --fa:"\f886";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
  --fa:"\f58a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-spray-can {
  --fa:"\f5bd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-monster {
  --fa:"\f63b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-w {
  --fa:"\57";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-earth-africa, .fa-globe-africa {
  --fa:"\f57c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rainbow {
  --fa:"\f75b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-notch {
  --fa:"\f1ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tablet-alt, .fa-tablet-screen-button {
  --fa:"\f3fa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-paw {
  --fa:"\f1b0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud {
  --fa:"\f0c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trowel-bricks {
  --fa:"\e58a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-flushed, .fa-flushed {
  --fa:"\f579";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hospital-user {
  --fa:"\f80d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tent-arrow-left-right {
  --fa:"\e57f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gavel, .fa-legal {
  --fa:"\f0e3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-binoculars {
  --fa:"\f1e5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-microphone-slash {
  --fa:"\f131";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-box-tissue {
  --fa:"\e05b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-motorcycle {
  --fa:"\f21c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bell-concierge, .fa-concierge-bell {
  --fa:"\f562";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pen-ruler, .fa-pencil-ruler {
  --fa:"\f5ae";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-arrows, .fa-people-arrows-left-right {
  --fa:"\e068";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars-and-venus-burst {
  --fa:"\e523";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-square-right, .fa-square-caret-right {
  --fa:"\f152";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cut, .fa-scissors {
  --fa:"\f0c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sun-plant-wilt {
  --fa:"\e57a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toilets-portable {
  --fa:"\e584";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hockey-puck {
  --fa:"\f453";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table {
  --fa:"\f0ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-digital-tachograph, .fa-tachograph-digital {
  --fa:"\f566";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-slash {
  --fa:"\e073";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clover {
  --fa:"\e139";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mail-reply, .fa-reply {
  --fa:"\f3e5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-star-and-crescent {
  --fa:"\f699";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-fire {
  --fa:"\e50c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-minus-square, .fa-square-minus {
  --fa:"\f146";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-helicopter {
  --fa:"\f533";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-compass {
  --fa:"\f14e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-square-down, .fa-square-caret-down {
  --fa:"\f150";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-circle-question {
  --fa:"\e4ef";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-laptop-code {
  --fa:"\f5fc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-swatchbook {
  --fa:"\f5c3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-prescription-bottle {
  --fa:"\f485";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bars, .fa-navicon {
  --fa:"\f0c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-group {
  --fa:"\e533";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hourglass-3, .fa-hourglass-end {
  --fa:"\f253";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-broken, .fa-heart-crack {
  --fa:"\f7a9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-external-link-square-alt, .fa-square-up-right {
  --fa:"\f360";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-kiss-beam, .fa-kiss-beam {
  --fa:"\f597";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-film {
  --fa:"\f008";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ruler-horizontal {
  --fa:"\f547";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-robbery {
  --fa:"\e536";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lightbulb {
  --fa:"\f0eb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-left {
  --fa:"\f0d9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-exclamation, .fa-exclamation-circle {
  --fa:"\f06a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-school-circle-xmark {
  --fa:"\e56d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-from-bracket, .fa-sign-out {
  --fa:"\f08b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-circle-down, .fa-circle-chevron-down {
  --fa:"\f13a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-unlock-alt, .fa-unlock-keyhole {
  --fa:"\f13e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-showers-heavy {
  --fa:"\f740";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-headphones-alt, .fa-headphones-simple {
  --fa:"\f58f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sitemap {
  --fa:"\f0e8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-dollar-to-slot, .fa-donate {
  --fa:"\f4b9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-memory {
  --fa:"\f538";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-spikes {
  --fa:"\e568";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fire-burner {
  --fa:"\e4f1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-flag {
  --fa:"\f024";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hanukiah {
  --fa:"\f6e6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-feather {
  --fa:"\f52d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-volume-down, .fa-volume-low {
  --fa:"\f027";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-slash {
  --fa:"\f4b3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-sun-rain {
  --fa:"\f743";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-compress {
  --fa:"\f066";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wheat-alt, .fa-wheat-awn {
  --fa:"\e2cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ankh {
  --fa:"\f644";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-holding-child {
  --fa:"\e4fa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-asterisk {
  --fa:"\2a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-check-square, .fa-square-check {
  --fa:"\f14a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-peseta-sign {
  --fa:"\e221";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-header, .fa-heading {
  --fa:"\f1dc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ghost {
  --fa:"\f6e2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-list, .fa-list-squares {
  --fa:"\f03a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-phone-square-alt, .fa-square-phone-flip {
  --fa:"\f87b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cart-plus {
  --fa:"\f217";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gamepad {
  --fa:"\f11b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-dot, .fa-dot-circle {
  --fa:"\f192";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dizzy, .fa-face-dizzy {
  --fa:"\f567";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-egg {
  --fa:"\f7fb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-medical-circle-xmark {
  --fa:"\e513";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-campground {
  --fa:"\f6bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-folder-plus {
  --fa:"\f65e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
  --fa:"\f1e3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-paint-brush, .fa-paintbrush {
  --fa:"\f1fc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lock {
  --fa:"\f023";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gas-pump {
  --fa:"\f52f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hot-tub, .fa-hot-tub-person {
  --fa:"\f593";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-map-location, .fa-map-marked {
  --fa:"\f59f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-flood-water {
  --fa:"\e50e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tree {
  --fa:"\f1bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bridge-lock {
  --fa:"\e4cc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sack-dollar {
  --fa:"\f81d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-edit, .fa-pen-to-square {
  --fa:"\f044";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-car-side {
  --fa:"\f5e4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-share-alt, .fa-share-nodes {
  --fa:"\f1e0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-circle-minus {
  --fa:"\e4ff";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hourglass-2, .fa-hourglass-half {
  --fa:"\f252";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-microscope {
  --fa:"\f610";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sink {
  --fa:"\e06d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bag-shopping, .fa-shopping-bag {
  --fa:"\f290";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
  --fa:"\f881";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mitten {
  --fa:"\f7b5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-rays {
  --fa:"\e54d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users {
  --fa:"\f0c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eye-slash {
  --fa:"\f070";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-flask-vial {
  --fa:"\e4f3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand, .fa-hand-paper {
  --fa:"\f256";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-om {
  --fa:"\f679";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-worm {
  --fa:"\e599";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-circle-xmark {
  --fa:"\e50b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug {
  --fa:"\f1e6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-up {
  --fa:"\f077";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-spock {
  --fa:"\f259";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stopwatch {
  --fa:"\f2f2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-kiss, .fa-kiss {
  --fa:"\f596";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-tongue, .fa-grin-tongue {
  --fa:"\f589";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-bishop {
  --fa:"\f43a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-wink, .fa-grin-wink {
  --fa:"\f58c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
  --fa:"\f2a4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-circle-check {
  --fa:"\e564";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-five {
  --fa:"\f523";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rss-square, .fa-square-rss {
  --fa:"\f143";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-land-mine-on {
  --fa:"\e51b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-i-cursor {
  --fa:"\f246";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stamp {
  --fa:"\f5bf";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stairs {
  --fa:"\e289";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-i {
  --fa:"\49";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hryvnia, .fa-hryvnia-sign {
  --fa:"\f6f2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pills {
  --fa:"\f484";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-wide, .fa-grin-alt {
  --fa:"\f581";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tooth {
  --fa:"\f5c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-v {
  --fa:"\56";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bicycle {
  --fa:"\f206";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
  --fa:"\e579";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-head-side-cough-slash {
  --fa:"\e062";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ambulance, .fa-truck-medical {
  --fa:"\f0f9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-snowman {
  --fa:"\f7d0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mortar-pestle {
  --fa:"\f5a7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-barrier {
  --fa:"\e562";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-school {
  --fa:"\f549";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-igloo {
  --fa:"\f7ae";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-joint {
  --fa:"\f595";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-right {
  --fa:"\f105";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-horse {
  --fa:"\f6f0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-q {
  --fa:"\51";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-g {
  --fa:"\47";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-notes-medical {
  --fa:"\f481";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
  --fa:"\f2c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dong-sign {
  --fa:"\e169";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-capsules {
  --fa:"\f46b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-poo-bolt, .fa-poo-storm {
  --fa:"\f75a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-frown-open, .fa-frown-open {
  --fa:"\f57a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-point-up {
  --fa:"\f0a6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill {
  --fa:"\f0d6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bookmark {
  --fa:"\f02e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-align-justify {
  --fa:"\f039";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-umbrella-beach {
  --fa:"\f5ca";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-helmet-un {
  --fa:"\e503";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bullseye {
  --fa:"\f140";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bacon {
  --fa:"\f7e5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-point-down {
  --fa:"\f0a7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-folder, .fa-folder-blank {
  --fa:"\f07b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-medical-alt, .fa-file-waveform {
  --fa:"\f478";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-radiation {
  --fa:"\f7b9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chart-simple {
  --fa:"\e473";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars-stroke {
  --fa:"\f229";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vial {
  --fa:"\f492";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
  --fa:"\f624";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
  --fa:"\e2ca";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-e {
  --fa:"\45";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pen-alt, .fa-pen-clip {
  --fa:"\f305";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user {
  --fa:"\f007";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-school-circle-check {
  --fa:"\e56b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dumpster {
  --fa:"\f793";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shuttle-van, .fa-van-shuttle {
  --fa:"\f5b6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-user {
  --fa:"\e4da";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-square-left, .fa-square-caret-left {
  --fa:"\f191";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-highlighter {
  --fa:"\f591";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-key {
  --fa:"\f084";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bullhorn {
  --fa:"\f0a1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-globe {
  --fa:"\f0ac";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-synagogue {
  --fa:"\f69b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-half-dress {
  --fa:"\e548";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-bridge {
  --fa:"\e563";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-location-arrow {
  --fa:"\f124";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-c {
  --fa:"\43";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tablet-button {
  --fa:"\f10a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-lock {
  --fa:"\e4d6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pizza-slice {
  --fa:"\f818";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill-wave {
  --fa:"\f53a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-area-chart, .fa-chart-area {
  --fa:"\f1fe";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-flag {
  --fa:"\e50d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-circle-minus {
  --fa:"\e540";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ban, .fa-cancel {
  --fa:"\f05e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-camera-rotate {
  --fa:"\e0d8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-air-freshener, .fa-spray-can-sparkles {
  --fa:"\f5d0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-star {
  --fa:"\f005";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-repeat {
  --fa:"\f363";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cross {
  --fa:"\f654";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-box {
  --fa:"\f466";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-venus-mars {
  --fa:"\f228";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-pointer, .fa-mouse-pointer {
  --fa:"\f245";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-expand-arrows-alt, .fa-maximize {
  --fa:"\f31e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-charging-station {
  --fa:"\f5e7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shapes, .fa-triangle-circle-square {
  --fa:"\f61f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-random, .fa-shuffle {
  --fa:"\f074";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-running, .fa-running {
  --fa:"\f70c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mobile-retro {
  --fa:"\e527";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-grip-lines-vertical {
  --fa:"\f7a5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-spider {
  --fa:"\f717";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-bound {
  --fa:"\e4f9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-invoice-dollar {
  --fa:"\f571";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-circle-exclamation {
  --fa:"\e556";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-x-ray {
  --fa:"\f497";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-spell-check {
  --fa:"\f891";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-slash {
  --fa:"\f715";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-computer-mouse, .fa-mouse {
  --fa:"\f8cc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-to-bracket, .fa-sign-in {
  --fa:"\f090";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shop-slash, .fa-store-alt-slash {
  --fa:"\e070";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-server {
  --fa:"\f233";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-virus-covid-slash {
  --fa:"\e4a9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shop-lock {
  --fa:"\e4a5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hourglass-1, .fa-hourglass-start {
  --fa:"\f251";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-blender-phone {
  --fa:"\f6b6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-wheat {
  --fa:"\e4db";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-breastfeeding {
  --fa:"\e53a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-right-to-bracket, .fa-sign-in-alt {
  --fa:"\f2f6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-venus {
  --fa:"\f221";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-passport {
  --fa:"\f5ab";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-thumb-tack-slash, .fa-thumbtack-slash {
  --fa:"\e68f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-pulse, .fa-heartbeat {
  --fa:"\f21e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-carry, .fa-people-carry-box {
  --fa:"\f4ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-high {
  --fa:"\f769";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-microchip {
  --fa:"\f2db";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-crown {
  --fa:"\f521";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-weight-hanging {
  --fa:"\f5cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-xmarks-lines {
  --fa:"\e59a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-prescription {
  --fa:"\f572";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-weight, .fa-weight-scale {
  --fa:"\f496";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-friends, .fa-user-group {
  --fa:"\f500";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-a-z, .fa-sort-alpha-up {
  --fa:"\f15e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-knight {
  --fa:"\f441";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-laugh-squint, .fa-laugh-squint {
  --fa:"\f59b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wheelchair {
  --fa:"\f193";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-circle-up, .fa-circle-arrow-up {
  --fa:"\f0aa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toggle-on {
  --fa:"\f205";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-walking, .fa-walking {
  --fa:"\f554";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-l {
  --fa:"\4c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fire {
  --fa:"\f06d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bed-pulse, .fa-procedures {
  --fa:"\f487";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shuttle-space, .fa-space-shuttle {
  --fa:"\f197";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-laugh, .fa-laugh {
  --fa:"\f599";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-folder-open {
  --fa:"\f07c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-circle-plus {
  --fa:"\e500";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code-fork {
  --fa:"\e13b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-city {
  --fa:"\f64f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-microphone-alt, .fa-microphone-lines {
  --fa:"\f3c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pepper-hot {
  --fa:"\f816";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-unlock {
  --fa:"\f09c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-colon-sign {
  --fa:"\e140";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-headset {
  --fa:"\f590";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-store-slash {
  --fa:"\e071";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-circle-xmark {
  --fa:"\e566";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-minus {
  --fa:"\f503";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars-stroke-up, .fa-mars-stroke-v {
  --fa:"\f22a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-champagne-glasses, .fa-glass-cheers {
  --fa:"\f79f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clipboard {
  --fa:"\f328";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-circle-exclamation {
  --fa:"\e50a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-arrow-up, .fa-file-upload {
  --fa:"\f574";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
  --fa:"\f1eb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bath, .fa-bathtub {
  --fa:"\f2cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-underline {
  --fa:"\f0cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-edit, .fa-user-pen {
  --fa:"\f4ff";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-signature {
  --fa:"\f5b7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stroopwafel {
  --fa:"\f551";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bold {
  --fa:"\f032";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-anchor-lock {
  --fa:"\e4ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-ngo {
  --fa:"\e4d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-manat-sign {
  --fa:"\e1d5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-not-equal {
  --fa:"\f53e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-border-style, .fa-border-top-left {
  --fa:"\f853";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-map-location-dot, .fa-map-marked-alt {
  --fa:"\f5a0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-jedi {
  --fa:"\f669";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-poll, .fa-square-poll-vertical {
  --fa:"\f681";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mug-hot {
  --fa:"\f7b6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-battery-car, .fa-car-battery {
  --fa:"\f5df";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gift {
  --fa:"\f06b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-two {
  --fa:"\f528";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-queen {
  --fa:"\f445";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-glasses {
  --fa:"\f530";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-board {
  --fa:"\f43c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-circle-check {
  --fa:"\e4d2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-chalkboard {
  --fa:"\e53d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars-stroke-h, .fa-mars-stroke-right {
  --fa:"\f22b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-back-fist, .fa-hand-rock {
  --fa:"\f255";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-square-up, .fa-square-caret-up {
  --fa:"\f151";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-showers-water {
  --fa:"\e4e4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bar-chart, .fa-chart-bar {
  --fa:"\f080";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-bubbles, .fa-hands-wash {
  --fa:"\e05e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-less-than-equal {
  --fa:"\f537";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-train {
  --fa:"\f238";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eye-low-vision, .fa-low-vision {
  --fa:"\f2a8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-crow {
  --fa:"\f520";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sailboat {
  --fa:"\e445";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-window-restore {
  --fa:"\f2d2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plus-square, .fa-square-plus {
  --fa:"\f0fe";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-torii-gate {
  --fa:"\f6a1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-frog {
  --fa:"\f52e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bucket {
  --fa:"\e4cf";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-image {
  --fa:"\f03e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-microphone {
  --fa:"\f130";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cow {
  --fa:"\f6c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-up {
  --fa:"\f0d8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-screwdriver {
  --fa:"\f54a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-folder-closed {
  --fa:"\e185";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-tsunami {
  --fa:"\e515";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-nfi {
  --fa:"\e576";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-glass-martini-alt, .fa-martini-glass {
  --fa:"\f57b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-binary {
  --fa:"\e69b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
  --fa:"\f2ea";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-columns, .fa-table-columns {
  --fa:"\f0db";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lemon {
  --fa:"\f094";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-head-side-mask {
  --fa:"\e063";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-handshake {
  --fa:"\f2b5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gem {
  --fa:"\f3a5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dolly, .fa-dolly-box {
  --fa:"\f472";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-smoking {
  --fa:"\f48d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-compress-arrows-alt, .fa-minimize {
  --fa:"\f78c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-monument {
  --fa:"\f5a6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-snowplow {
  --fa:"\f7d2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-double-right, .fa-angles-right {
  --fa:"\f101";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cannabis {
  --fa:"\f55f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-play, .fa-play-circle {
  --fa:"\f144";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tablets {
  --fa:"\f490";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ethernet {
  --fa:"\f796";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eur, .fa-euro, .fa-euro-sign {
  --fa:"\f153";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chair {
  --fa:"\f6c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-check-circle, .fa-circle-check {
  --fa:"\f058";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-stop, .fa-stop-circle {
  --fa:"\f28d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-compass-drafting, .fa-drafting-compass {
  --fa:"\f568";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plate-wheat {
  --fa:"\e55a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-icicles {
  --fa:"\f7ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-shelter {
  --fa:"\e54f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-neuter {
  --fa:"\f22c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-id-badge {
  --fa:"\f2c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-marker {
  --fa:"\f5a1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-laugh-beam, .fa-laugh-beam {
  --fa:"\f59a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-helicopter-symbol {
  --fa:"\e502";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-universal-access {
  --fa:"\f29a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-circle-up, .fa-circle-chevron-up {
  --fa:"\f139";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lari-sign {
  --fa:"\e1c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-volcano {
  --fa:"\f770";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
  --fa:"\f154";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-viruses {
  --fa:"\e076";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-person-confined {
  --fa:"\e577";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-tie {
  --fa:"\f508";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-long, .fa-long-arrow-down {
  --fa:"\f175";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-certificate {
  --fa:"\f0a3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mail-reply-all, .fa-reply-all {
  --fa:"\f122";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-suitcase {
  --fa:"\f0f2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-skating, .fa-skating {
  --fa:"\f7c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-filter-circle-dollar, .fa-funnel-dollar {
  --fa:"\f662";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-camera-retro {
  --fa:"\f083";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-circle-down, .fa-circle-arrow-down {
  --fa:"\f0ab";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-to-file, .fa-file-import {
  --fa:"\f56f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-external-link-square, .fa-square-arrow-up-right {
  --fa:"\f14c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-box-open {
  --fa:"\f49e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-scroll {
  --fa:"\f70e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-spa {
  --fa:"\f5bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-location-pin-lock {
  --fa:"\e51f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pause {
  --fa:"\f04c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hill-avalanche {
  --fa:"\e507";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
  --fa:"\f2cb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bomb {
  --fa:"\f1e2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-registered {
  --fa:"\f25d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-address-card, .fa-contact-card, .fa-vcard {
  --fa:"\f2bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-balance-scale-right, .fa-scale-unbalanced-flip {
  --fa:"\f516";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-subscript {
  --fa:"\f12c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diamond-turn-right, .fa-directions {
  --fa:"\f5eb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-burst {
  --fa:"\e4dc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-laptop, .fa-laptop-house {
  --fa:"\e066";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-tired, .fa-tired {
  --fa:"\f5c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bills {
  --fa:"\e1f3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-smog {
  --fa:"\f75f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-crutch {
  --fa:"\f7f7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
  --fa:"\f0ee";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-palette {
  --fa:"\f53f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-turn-right {
  --fa:"\e4c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vest {
  --fa:"\e085";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ferry {
  --fa:"\e4ea";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-down-to-people {
  --fa:"\e4b9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-seedling, .fa-sprout {
  --fa:"\f4d8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-alt-h, .fa-left-right {
  --fa:"\f337";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-boxes-packing {
  --fa:"\e4c7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-circle-left, .fa-circle-arrow-left {
  --fa:"\f0a8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-group-arrows-rotate {
  --fa:"\e4f6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bowl-food {
  --fa:"\e4c6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-candy-cane {
  --fa:"\f786";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
  --fa:"\f160";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-bolt, .fa-thunderstorm {
  --fa:"\f76c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-remove-format, .fa-text-slash {
  --fa:"\f87d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-smile-wink, .fa-smile-wink {
  --fa:"\f4da";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-word {
  --fa:"\f1c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-powerpoint {
  --fa:"\f1c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-h, .fa-arrows-left-right {
  --fa:"\f07e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-lock {
  --fa:"\e510";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
  --fa:"\f0ed";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-children {
  --fa:"\e4e1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-blackboard, .fa-chalkboard {
  --fa:"\f51b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-alt-slash, .fa-user-large-slash {
  --fa:"\f4fa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-envelope-open {
  --fa:"\f2b6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-handshake-alt-slash, .fa-handshake-simple-slash {
  --fa:"\e05f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mattress-pillow {
  --fa:"\e525";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-guarani-sign {
  --fa:"\e19a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-rotate, .fa-refresh, .fa-sync {
  --fa:"\f021";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fire-extinguisher {
  --fa:"\f134";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cruzeiro-sign {
  --fa:"\e152";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-greater-than-equal {
  --fa:"\f532";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shield-alt, .fa-shield-halved {
  --fa:"\f3ed";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-atlas, .fa-book-atlas {
  --fa:"\f558";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-virus {
  --fa:"\e074";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-envelope-circle-check {
  --fa:"\e4e8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-layer-group {
  --fa:"\f5fd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-to-dot {
  --fa:"\e4be";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-archway {
  --fa:"\f557";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-circle-check {
  --fa:"\e4fd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-chimney-crack, .fa-house-damage {
  --fa:"\f6f1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-archive, .fa-file-zipper {
  --fa:"\f1c6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square {
  --fa:"\f0c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-glass-martini, .fa-martini-glass-empty {
  --fa:"\f000";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-couch {
  --fa:"\f4b8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cedi-sign {
  --fa:"\e0df";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-italic {
  --fa:"\f033";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table-cells-column-lock {
  --fa:"\e678";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-church {
  --fa:"\f51d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comments-dollar {
  --fa:"\f653";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-democrat {
  --fa:"\f747";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-z {
  --fa:"\5a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-skiing, .fa-skiing {
  --fa:"\f7c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-lock {
  --fa:"\e567";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-a {
  --fa:"\41";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-arrow-down, .fa-temperature-down {
  --fa:"\e03f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-feather-alt, .fa-feather-pointed {
  --fa:"\f56b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-p {
  --fa:"\50";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-snowflake {
  --fa:"\f2dc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-newspaper {
  --fa:"\f1ea";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ad, .fa-rectangle-ad {
  --fa:"\f641";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-circle-right, .fa-circle-arrow-right {
  --fa:"\f0a9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-filter-circle-xmark {
  --fa:"\e17b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-locust {
  --fa:"\e520";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sort, .fa-unsorted {
  --fa:"\f0dc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
  --fa:"\f0cb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-dress-burst {
  --fa:"\e544";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-check-alt, .fa-money-check-dollar {
  --fa:"\f53d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vector-square {
  --fa:"\f5cb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bread-slice {
  --fa:"\f7ec";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-language {
  --fa:"\f1ab";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
  --fa:"\f598";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-filter {
  --fa:"\f0b0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-question {
  --fa:"\3f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-signature {
  --fa:"\f573";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-alt, .fa-up-down-left-right {
  --fa:"\f0b2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-chimney-user {
  --fa:"\e065";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-holding-heart {
  --fa:"\f4be";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-puzzle-piece {
  --fa:"\f12e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-check {
  --fa:"\f53c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-star-half-alt, .fa-star-half-stroke {
  --fa:"\f5c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code {
  --fa:"\f121";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-glass-whiskey, .fa-whiskey-glass {
  --fa:"\f7a0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-circle-exclamation {
  --fa:"\e4d3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass-chart {
  --fa:"\e522";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-right-from-square, .fa-external-link {
  --fa:"\f08e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cubes-stacked {
  --fa:"\e4e6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-krw, .fa-won, .fa-won-sign {
  --fa:"\f159";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-virus-covid {
  --fa:"\e4a8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-austral-sign {
  --fa:"\e0a9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-f {
  --fa:"\46";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-leaf {
  --fa:"\f06c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road {
  --fa:"\f018";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cab, .fa-taxi {
  --fa:"\f1ba";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-circle-plus {
  --fa:"\e541";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chart-pie, .fa-pie-chart {
  --fa:"\f200";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bolt-lightning {
  --fa:"\e0b7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sack-xmark {
  --fa:"\e56a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-excel {
  --fa:"\f1c3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-contract {
  --fa:"\f56c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fish-fins {
  --fa:"\e4f2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-flag {
  --fa:"\e4d5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-beam, .fa-grin-beam {
  --fa:"\f582";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-object-ungroup {
  --fa:"\f248";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-poop {
  --fa:"\f619";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-location-pin, .fa-map-marker {
  --fa:"\f041";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-kaaba {
  --fa:"\f66b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toilet-paper {
  --fa:"\f71e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
  --fa:"\f807";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eject {
  --fa:"\f052";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-alt-circle-right, .fa-circle-right {
  --fa:"\f35a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-circle-check {
  --fa:"\e555";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
  --fa:"\f5a5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-object-group {
  --fa:"\f247";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chart-line, .fa-line-chart {
  --fa:"\f201";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mask-ventilator {
  --fa:"\e524";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right {
  --fa:"\f061";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-map-signs, .fa-signs-post {
  --fa:"\f277";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cash-register {
  --fa:"\f788";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-circle-question {
  --fa:"\e542";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-h {
  --fa:"\48";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tarp {
  --fa:"\e57b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-screwdriver-wrench, .fa-tools {
  --fa:"\f7d9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-to-eye {
  --fa:"\e4bf";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug-circle-bolt {
  --fa:"\e55b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart {
  --fa:"\f004";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars-and-venus {
  --fa:"\f224";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-home-user, .fa-house-user {
  --fa:"\e1b0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dumpster-fire {
  --fa:"\f794";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-crack {
  --fa:"\e3b1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cocktail, .fa-martini-glass-citrus {
  --fa:"\f561";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-surprise, .fa-surprise {
  --fa:"\f5c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bottle-water {
  --fa:"\e4c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-pause, .fa-pause-circle {
  --fa:"\f28b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toilet-paper-slash {
  --fa:"\e072";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-apple-alt, .fa-apple-whole {
  --fa:"\f5d1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-kitchen-set {
  --fa:"\e51a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-r {
  --fa:"\52";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
  --fa:"\f2ca";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cube {
  --fa:"\f1b2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bitcoin-sign {
  --fa:"\e0b4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shield-dog {
  --fa:"\e573";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-solar-panel {
  --fa:"\f5ba";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lock-open {
  --fa:"\f3c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-elevator {
  --fa:"\e16d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill-transfer {
  --fa:"\e528";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill-trend-up {
  --fa:"\e529";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-poll-h, .fa-square-poll-horizontal {
  --fa:"\f682";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle {
  --fa:"\f111";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-backward-fast, .fa-fast-backward {
  --fa:"\f049";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-recycle {
  --fa:"\f1b8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-astronaut {
  --fa:"\f4fb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-slash {
  --fa:"\e069";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trademark {
  --fa:"\f25c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-basketball, .fa-basketball-ball {
  --fa:"\f434";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-satellite-dish {
  --fa:"\f7c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-alt-circle-up, .fa-circle-up {
  --fa:"\f35b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mobile-alt, .fa-mobile-screen-button {
  --fa:"\f3cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-volume-high, .fa-volume-up {
  --fa:"\f028";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-rays {
  --fa:"\e593";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wallet {
  --fa:"\f555";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clipboard-check {
  --fa:"\f46c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-audio {
  --fa:"\f1c7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-burger, .fa-hamburger {
  --fa:"\f805";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wrench {
  --fa:"\f0ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bugs {
  --fa:"\e4d0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rupee, .fa-rupee-sign {
  --fa:"\f156";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-image {
  --fa:"\f1c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-question, .fa-question-circle {
  --fa:"\f059";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-departure {
  --fa:"\f5b0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-handshake-slash {
  --fa:"\e060";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-bookmark {
  --fa:"\e0bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code-branch {
  --fa:"\f126";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hat-cowboy {
  --fa:"\f8c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bridge {
  --fa:"\e4c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-phone-alt, .fa-phone-flip {
  --fa:"\f879";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-front {
  --fa:"\e2b7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cat {
  --fa:"\f6be";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-field {
  --fa:"\e58d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-route {
  --fa:"\f4d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clipboard-question {
  --fa:"\e4e3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-panorama {
  --fa:"\e209";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-medical {
  --fa:"\f7f5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-teeth-open {
  --fa:"\f62f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-circle-minus {
  --fa:"\e4ed";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tags {
  --fa:"\f02c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wine-glass {
  --fa:"\f4e3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fast-forward, .fa-forward-fast {
  --fa:"\f050";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-meh-blank, .fa-meh-blank {
  --fa:"\f5a4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-parking, .fa-square-parking {
  --fa:"\f540";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-signal {
  --fa:"\e012";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bars-progress, .fa-tasks-alt {
  --fa:"\f828";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-faucet-drip {
  --fa:"\e006";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cart-flatbed, .fa-dolly-flatbed {
  --fa:"\f474";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ban-smoking, .fa-smoking-ban {
  --fa:"\f54d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-terminal {
  --fa:"\f120";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mobile-button {
  --fa:"\f10b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-medical-flag {
  --fa:"\e514";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-basket-shopping, .fa-shopping-basket {
  --fa:"\f291";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tape {
  --fa:"\f4db";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bus-alt, .fa-bus-simple {
  --fa:"\f55e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eye {
  --fa:"\f06e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-sad-cry, .fa-sad-cry {
  --fa:"\f5b3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-audio-description {
  --fa:"\f29e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-military-to-person {
  --fa:"\e54c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-shield {
  --fa:"\e4f0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-slash {
  --fa:"\f506";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pen {
  --fa:"\f304";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tower-observation {
  --fa:"\e586";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-code {
  --fa:"\f1c9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-signal, .fa-signal-5, .fa-signal-perfect {
  --fa:"\f012";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bus {
  --fa:"\f207";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-circle-xmark {
  --fa:"\e501";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-home-lg, .fa-house-chimney {
  --fa:"\e3af";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-window-maximize {
  --fa:"\f2d0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-frown, .fa-frown {
  --fa:"\f119";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-prescription {
  --fa:"\f5b1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shop, .fa-store-alt {
  --fa:"\f54f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-floppy-disk, .fa-save {
  --fa:"\f0c7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vihara {
  --fa:"\f6a7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-balance-scale-left, .fa-scale-unbalanced {
  --fa:"\f515";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sort-asc, .fa-sort-up {
  --fa:"\f0de";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-dots, .fa-commenting {
  --fa:"\f4ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plant-wilt {
  --fa:"\e5aa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diamond {
  --fa:"\f219";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-squint, .fa-grin-squint {
  --fa:"\f585";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-holding-dollar, .fa-hand-holding-usd {
  --fa:"\f4c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chart-diagram {
  --fa:"\e695";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bacterium {
  --fa:"\e05a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-pointer {
  --fa:"\f25a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-drum-steelpan {
  --fa:"\f56a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-scissors {
  --fa:"\f257";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-praying, .fa-praying-hands {
  --fa:"\f684";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
  --fa:"\f01e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-biohazard {
  --fa:"\f780";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-location, .fa-location-crosshairs {
  --fa:"\f601";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars-double {
  --fa:"\f227";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-child-dress {
  --fa:"\e59c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-between-lines {
  --fa:"\e591";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lungs-virus {
  --fa:"\e067";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-tears, .fa-grin-tears {
  --fa:"\f588";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-phone {
  --fa:"\f095";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-times, .fa-calendar-xmark {
  --fa:"\f273";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-child-reaching {
  --fa:"\e59d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-head-side-virus {
  --fa:"\e064";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-cog, .fa-user-gear {
  --fa:"\f4fe";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-1-9, .fa-sort-numeric-up {
  --fa:"\f163";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-door-closed {
  --fa:"\f52a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shield-virus {
  --fa:"\e06c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-six {
  --fa:"\f526";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mosquito-net {
  --fa:"\e52c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-fragment {
  --fa:"\e697";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bridge-water {
  --fa:"\e4ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-booth {
  --fa:"\f756";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-text-width {
  --fa:"\f035";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hat-wizard {
  --fa:"\f6e8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pen-fancy {
  --fa:"\f5ac";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-digging, .fa-person-digging {
  --fa:"\f85e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trash {
  --fa:"\f1f8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
  --fa:"\f629";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-medical {
  --fa:"\f7e6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-poo {
  --fa:"\f2fe";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-quote-right, .fa-quote-right-alt {
  --fa:"\f10e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shirt, .fa-t-shirt, .fa-tshirt {
  --fa:"\f553";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cubes {
  --fa:"\f1b3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-divide {
  --fa:"\f529";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tenge, .fa-tenge-sign {
  --fa:"\f7d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-headphones {
  --fa:"\f025";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-holding {
  --fa:"\f4c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-clapping {
  --fa:"\e1a8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-republican {
  --fa:"\f75e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-left {
  --fa:"\f060";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-circle-xmark {
  --fa:"\e543";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ruler {
  --fa:"\f545";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-align-left {
  --fa:"\f036";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-d6 {
  --fa:"\f6d1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-restroom {
  --fa:"\f7bd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-j {
  --fa:"\4a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-viewfinder {
  --fa:"\e595";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-video {
  --fa:"\f1c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-external-link-alt, .fa-up-right-from-square {
  --fa:"\f35d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table-cells, .fa-th {
  --fa:"\f00a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-pdf {
  --fa:"\f1c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bible, .fa-book-bible {
  --fa:"\f647";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-o {
  --fa:"\4f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-medkit, .fa-suitcase-medical {
  --fa:"\f0fa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-secret {
  --fa:"\f21b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-otter {
  --fa:"\f700";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-female, .fa-person-dress {
  --fa:"\f182";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-dollar {
  --fa:"\f651";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-briefcase-clock, .fa-business-time {
  --fa:"\f64a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table-cells-large, .fa-th-large {
  --fa:"\f009";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-tanakh, .fa-tanakh {
  --fa:"\f827";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-phone-volume, .fa-volume-control-phone {
  --fa:"\f2a0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hat-cowboy-side {
  --fa:"\f8c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clipboard-user {
  --fa:"\f7f3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-child {
  --fa:"\f1ae";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lira-sign {
  --fa:"\f195";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-satellite {
  --fa:"\f7bf";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-lock {
  --fa:"\e558";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tag {
  --fa:"\f02b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment {
  --fa:"\f075";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-birthday-cake, .fa-cake, .fa-cake-candles {
  --fa:"\f1fd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-envelope {
  --fa:"\f0e0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-double-up, .fa-angles-up {
  --fa:"\f102";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-paperclip {
  --fa:"\f0c6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-to-city {
  --fa:"\e4b3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ribbon {
  --fa:"\f4d6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lungs {
  --fa:"\f604";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
  --fa:"\f887";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-litecoin-sign {
  --fa:"\e1d3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-border-none {
  --fa:"\f850";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-nodes {
  --fa:"\e4e2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-parachute-box {
  --fa:"\f4cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-indent {
  --fa:"\f03c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-field-un {
  --fa:"\e58e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hourglass, .fa-hourglass-empty {
  --fa:"\f254";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mountain {
  --fa:"\f6fc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-doctor, .fa-user-md {
  --fa:"\f0f0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-info, .fa-info-circle {
  --fa:"\f05a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-meatball {
  --fa:"\f73b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-camera, .fa-camera-alt {
  --fa:"\f030";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-virus {
  --fa:"\e578";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-meteor {
  --fa:"\f753";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-car-on {
  --fa:"\e4dd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sleigh {
  --fa:"\f7cc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
  --fa:"\f162";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-holding-droplet, .fa-hand-holding-water {
  --fa:"\f4c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-water {
  --fa:"\f773";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-check {
  --fa:"\f274";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-braille {
  --fa:"\f2a1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
  --fa:"\f486";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-landmark {
  --fa:"\f66f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck {
  --fa:"\f0d1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-crosshairs {
  --fa:"\f05b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-cane {
  --fa:"\e53c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tent {
  --fa:"\e57d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vest-patches {
  --fa:"\e086";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-check-double {
  --fa:"\f560";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
  --fa:"\f15d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill-wheat {
  --fa:"\e52a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cookie {
  --fa:"\f563";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
  --fa:"\f0e2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hard-drive, .fa-hdd {
  --fa:"\f0a0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-squint-tears, .fa-grin-squint-tears {
  --fa:"\f586";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dumbbell {
  --fa:"\f44b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-list-alt, .fa-rectangle-list {
  --fa:"\f022";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tarp-droplet {
  --fa:"\e57c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-medical-circle-check {
  --fa:"\e511";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-skiing-nordic, .fa-skiing-nordic {
  --fa:"\f7ca";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-plus {
  --fa:"\f271";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-arrival {
  --fa:"\f5af";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-alt-circle-left, .fa-circle-left {
  --fa:"\f359";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-subway, .fa-train-subway {
  --fa:"\f239";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chart-gantt {
  --fa:"\e0e4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
  --fa:"\e1bc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-crop-alt, .fa-crop-simple {
  --fa:"\f565";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill-1, .fa-money-bill-alt {
  --fa:"\f3d1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-left-long, .fa-long-arrow-alt-left {
  --fa:"\f30a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dna {
  --fa:"\f471";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-virus-slash {
  --fa:"\e075";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-minus, .fa-subtract {
  --fa:"\f068";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess {
  --fa:"\f439";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-left-long, .fa-long-arrow-left {
  --fa:"\f177";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug-circle-check {
  --fa:"\e55c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-street-view {
  --fa:"\f21d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-franc-sign {
  --fa:"\e18f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-volume-off {
  --fa:"\f026";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
  --fa:"\f2a3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cog, .fa-gear {
  --fa:"\f013";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-droplet-slash, .fa-tint-slash {
  --fa:"\f5c7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mosque {
  --fa:"\f678";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mosquito {
  --fa:"\e52b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-star-of-david {
  --fa:"\f69a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-military-rifle {
  --fa:"\e54b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cart-shopping, .fa-shopping-cart {
  --fa:"\f07a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vials {
  --fa:"\f493";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug-circle-plus {
  --fa:"\e55f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-place-of-worship {
  --fa:"\f67f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-grip-vertical {
  --fa:"\f58e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hexagon-nodes {
  --fa:"\e699";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-turn-up, .fa-level-up {
  --fa:"\f148";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-u {
  --fa:"\55";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-root-alt, .fa-square-root-variable {
  --fa:"\f698";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clock, .fa-clock-four {
  --fa:"\f017";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-backward-step, .fa-step-backward {
  --fa:"\f048";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pallet {
  --fa:"\f482";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-faucet {
  --fa:"\e005";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-baseball-bat-ball {
  --fa:"\f432";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-s {
  --fa:"\53";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-timeline {
  --fa:"\e29c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-keyboard {
  --fa:"\f11c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caret-down {
  --fa:"\f0d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clinic-medical, .fa-house-chimney-medical {
  --fa:"\f7f2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
  --fa:"\f2c8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mobile-android-alt, .fa-mobile-screen {
  --fa:"\f3cf";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-up {
  --fa:"\e22d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-piggy-bank {
  --fa:"\f4d3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-battery-3, .fa-battery-half {
  --fa:"\f242";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mountain-city {
  --fa:"\e52e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-coins {
  --fa:"\f51e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-khanda {
  --fa:"\f66d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sliders, .fa-sliders-h {
  --fa:"\f1de";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-folder-tree {
  --fa:"\f802";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-network-wired {
  --fa:"\f6ff";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-map-pin {
  --fa:"\f276";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hamsa {
  --fa:"\f665";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cent-sign {
  --fa:"\e3f5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-flask {
  --fa:"\f0c3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-pregnant {
  --fa:"\e31e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wand-sparkles {
  --fa:"\f72b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ellipsis-v, .fa-ellipsis-vertical {
  --fa:"\f142";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ticket {
  --fa:"\f145";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-power-off {
  --fa:"\f011";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-long-arrow-alt-right, .fa-right-long {
  --fa:"\f30b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-flag-usa {
  --fa:"\f74d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-laptop-file {
  --fa:"\e51d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-teletype, .fa-tty {
  --fa:"\f1e4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diagram-next {
  --fa:"\e476";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-rifle {
  --fa:"\e54e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-closed-captioning {
  --fa:"\f20a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hiking, .fa-person-hiking {
  --fa:"\f6ec";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-venus-double {
  --fa:"\f226";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-images {
  --fa:"\f302";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calculator {
  --fa:"\f1ec";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-people-pulling {
  --fa:"\e535";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-n {
  --fa:"\4e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cable-car, .fa-tram {
  --fa:"\f7da";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-rain {
  --fa:"\f73d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-circle-xmark {
  --fa:"\e4d4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ship {
  --fa:"\f21a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-down-to-line {
  --fa:"\e4b8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-download {
  --fa:"\f019";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin, .fa-grin {
  --fa:"\f580";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-backspace, .fa-delete-left {
  --fa:"\f55a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
  --fa:"\f1fb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-circle-check {
  --fa:"\e5a0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-forward {
  --fa:"\f04e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
  --fa:"\f3ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-meh, .fa-meh {
  --fa:"\f11a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-align-center {
  --fa:"\f037";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-dead, .fa-book-skull {
  --fa:"\f6b7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-drivers-license, .fa-id-card {
  --fa:"\f2c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dedent, .fa-outdent {
  --fa:"\f03b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
  --fa:"\f015";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-week {
  --fa:"\f784";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-laptop-medical {
  --fa:"\f812";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-b {
  --fa:"\42";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-medical {
  --fa:"\f477";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-one {
  --fa:"\f525";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-kiwi-bird {
  --fa:"\f535";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-arrow-left, .fa-exchange {
  --fa:"\f0ec";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
  --fa:"\f2f9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cutlery, .fa-utensils {
  --fa:"\f2e7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-wide-short, .fa-sort-amount-up {
  --fa:"\f161";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mill-sign {
  --fa:"\e1ed";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bowl-rice {
  --fa:"\e2eb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-skull {
  --fa:"\f54c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-broadcast-tower, .fa-tower-broadcast {
  --fa:"\f519";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-pickup {
  --fa:"\f63c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-long-arrow-alt-up, .fa-up-long {
  --fa:"\f30c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stop {
  --fa:"\f04d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code-merge {
  --fa:"\f387";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-upload {
  --fa:"\f093";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hurricane {
  --fa:"\f751";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mound {
  --fa:"\e52d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toilet-portable {
  --fa:"\e583";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-compact-disc {
  --fa:"\f51f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-arrow-down, .fa-file-download {
  --fa:"\f56d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-caravan {
  --fa:"\f8ff";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shield-cat {
  --fa:"\e572";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bolt, .fa-zap {
  --fa:"\f0e7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-glass-water {
  --fa:"\e4f4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-oil-well {
  --fa:"\e532";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vault {
  --fa:"\e2c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mars {
  --fa:"\f222";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toilet {
  --fa:"\f7d8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane-circle-xmark {
  --fa:"\e557";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
  --fa:"\f157";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
  --fa:"\f158";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sun {
  --fa:"\f185";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-guitar {
  --fa:"\f7a6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-laugh-wink, .fa-laugh-wink {
  --fa:"\f59c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-horse-head {
  --fa:"\f7ab";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bore-hole {
  --fa:"\e4c3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-industry {
  --fa:"\f275";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-alt-circle-down, .fa-circle-down {
  --fa:"\f358";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-florin-sign {
  --fa:"\e184";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
  --fa:"\f884";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-less-than {
  --fa:"\3c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-down {
  --fa:"\f107";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-car-tunnel {
  --fa:"\e4de";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-head-side-cough {
  --fa:"\e061";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-grip-lines {
  --fa:"\f7a4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-thumbs-down {
  --fa:"\f165";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-lock {
  --fa:"\f502";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-long, .fa-long-arrow-right {
  --fa:"\f178";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ellipsis, .fa-ellipsis-h {
  --fa:"\f141";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-pawn {
  --fa:"\f443";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-first-aid, .fa-kit-medical {
  --fa:"\f479";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-through-window {
  --fa:"\e5a9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-toolbox {
  --fa:"\f552";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-holding-circle {
  --fa:"\e4fb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bug {
  --fa:"\f188";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-credit-card, .fa-credit-card-alt {
  --fa:"\f09d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-automobile, .fa-car {
  --fa:"\f1b9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-holding-hand {
  --fa:"\e4f7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-open-reader, .fa-book-reader {
  --fa:"\f5da";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mountain-sun {
  --fa:"\e52f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-d20 {
  --fa:"\f6cf";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-droplet {
  --fa:"\e58c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-circle-xmark {
  --fa:"\e5a1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-arrow-up, .fa-temperature-up {
  --fa:"\e040";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-medal {
  --fa:"\f5a2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bed {
  --fa:"\f236";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-h-square, .fa-square-h {
  --fa:"\f0fd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-podcast {
  --fa:"\f2ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
  --fa:"\f2c7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bell {
  --fa:"\f0f3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-superscript {
  --fa:"\f12b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug-circle-xmark {
  --fa:"\e560";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-star-of-life {
  --fa:"\f621";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-phone-slash {
  --fa:"\f3dd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-paint-roller {
  --fa:"\f5aa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands-helping, .fa-handshake-angle {
  --fa:"\f4c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-location-dot, .fa-map-marker-alt {
  --fa:"\f3c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file {
  --fa:"\f15b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-greater-than {
  --fa:"\3e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-swimming, .fa-swimmer {
  --fa:"\f5c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down {
  --fa:"\f063";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-droplet, .fa-tint {
  --fa:"\f043";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-eraser {
  --fa:"\f12d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
  --fa:"\f57d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-burst {
  --fa:"\e53b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dove {
  --fa:"\f4ba";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-battery-0, .fa-battery-empty {
  --fa:"\f244";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-socks {
  --fa:"\f696";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-inbox {
  --fa:"\f01c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-section {
  --fa:"\e447";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
  --fa:"\f625";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-envelope-open-text {
  --fa:"\f658";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
  --fa:"\f0f8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wine-bottle {
  --fa:"\f72f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-rook {
  --fa:"\f447";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bars-staggered, .fa-reorder, .fa-stream {
  --fa:"\f550";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dharmachakra {
  --fa:"\f655";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hotdog {
  --fa:"\f80f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-blind, .fa-person-walking-with-cane {
  --fa:"\f29d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-drum {
  --fa:"\f569";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ice-cream {
  --fa:"\f810";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-heart-circle-bolt {
  --fa:"\e4fc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fax {
  --fa:"\f1ac";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-paragraph {
  --fa:"\f1dd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-check-to-slot, .fa-vote-yea {
  --fa:"\f772";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-star-half {
  --fa:"\f089";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
  --fa:"\f468";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chain, .fa-link {
  --fa:"\f0c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-assistive-listening-systems, .fa-ear-listen {
  --fa:"\f2a2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tree-city {
  --fa:"\e587";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-play {
  --fa:"\f04b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-font {
  --fa:"\f031";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table-cells-row-lock {
  --fa:"\e67a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rupiah-sign {
  --fa:"\e23d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass, .fa-search {
  --fa:"\f002";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diagnoses, .fa-person-dots-from-line {
  --fa:"\f470";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trash-can-arrow-up, .fa-trash-restore-alt {
  --fa:"\f82a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-naira-sign {
  --fa:"\e1f6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cart-arrow-down {
  --fa:"\f218";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-walkie-talkie {
  --fa:"\f8ef";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-edit, .fa-file-pen {
  --fa:"\f31c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-receipt {
  --fa:"\f543";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pen-square, .fa-pencil-square, .fa-square-pen {
  --fa:"\f14b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-suitcase-rolling {
  --fa:"\f5c1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-circle-exclamation {
  --fa:"\e53f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-down {
  --fa:"\f078";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-battery, .fa-battery-5, .fa-battery-full {
  --fa:"\f240";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-skull-crossbones {
  --fa:"\f714";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code-compare {
  --fa:"\e13a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-list-dots, .fa-list-ul {
  --fa:"\f0ca";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-school-lock {
  --fa:"\e56f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tower-cell {
  --fa:"\e585";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-down-long, .fa-long-arrow-alt-down {
  --fa:"\f309";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ranking-star {
  --fa:"\e561";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chess-king {
  --fa:"\f43f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-harassing {
  --fa:"\e549";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-brazilian-real-sign {
  --fa:"\e46c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-landmark-alt, .fa-landmark-dome {
  --fa:"\f752";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up {
  --fa:"\f062";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-television, .fa-tv, .fa-tv-alt {
  --fa:"\f26c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shrimp {
  --fa:"\e448";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-list-check, .fa-tasks {
  --fa:"\f0ae";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-jug-detergent {
  --fa:"\e519";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-user, .fa-user-circle {
  --fa:"\f2bd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-shield {
  --fa:"\f505";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wind {
  --fa:"\f72e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-car-burst, .fa-car-crash {
  --fa:"\f5e1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-y {
  --fa:"\59";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-snowboarding, .fa-snowboarding {
  --fa:"\f7ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shipping-fast, .fa-truck-fast {
  --fa:"\f48b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fish {
  --fa:"\f578";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-graduate {
  --fa:"\f501";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-adjust, .fa-circle-half-stroke {
  --fa:"\f042";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clapperboard {
  --fa:"\e131";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-radiation, .fa-radiation-alt {
  --fa:"\f7ba";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-baseball, .fa-baseball-ball {
  --fa:"\f433";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-jet-fighter-up {
  --fa:"\e518";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diagram-project, .fa-project-diagram {
  --fa:"\f542";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-copy {
  --fa:"\f0c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
  --fa:"\f6a9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-sparkles {
  --fa:"\e05d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-grip, .fa-grip-horizontal {
  --fa:"\f58d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-share-from-square, .fa-share-square {
  --fa:"\f14d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-child-combatant, .fa-child-rifle {
  --fa:"\e4e0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gun {
  --fa:"\e19b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-phone-square, .fa-square-phone {
  --fa:"\f098";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-add, .fa-plus {
  --fa:"\2b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-expand {
  --fa:"\f065";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-computer {
  --fa:"\e4e5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
  --fa:"\f00d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows, .fa-arrows-up-down-left-right {
  --fa:"\f047";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chalkboard-teacher, .fa-chalkboard-user {
  --fa:"\f51c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-peso-sign {
  --fa:"\e222";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building-shield {
  --fa:"\e4d8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-baby {
  --fa:"\f77c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-line {
  --fa:"\e592";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-quote-left, .fa-quote-left-alt {
  --fa:"\f10d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tractor {
  --fa:"\f722";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trash-arrow-up, .fa-trash-restore {
  --fa:"\f829";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-lines-leaning {
  --fa:"\e51e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ruler-combined {
  --fa:"\f546";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-copyright {
  --fa:"\f1f9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-equals {
  --fa:"\3d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-blender {
  --fa:"\f517";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-teeth {
  --fa:"\f62e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
  --fa:"\f20b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-map {
  --fa:"\f279";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rocket {
  --fa:"\f135";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-photo-film, .fa-photo-video {
  --fa:"\f87c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-folder-minus {
  --fa:"\f65d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-store {
  --fa:"\f54e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-trend-up {
  --fa:"\e098";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug-circle-minus {
  --fa:"\e55e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sign, .fa-sign-hanging {
  --fa:"\f4d9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bezier-curve {
  --fa:"\f55b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bell-slash {
  --fa:"\f1f6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tablet, .fa-tablet-android {
  --fa:"\f3fb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-school-flag {
  --fa:"\e56e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fill {
  --fa:"\f575";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-up {
  --fa:"\f106";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-drumstick-bite {
  --fa:"\f6d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-holly-berry {
  --fa:"\f7aa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-left {
  --fa:"\f053";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bacteria {
  --fa:"\e059";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-lizard {
  --fa:"\f258";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-notdef {
  --fa:"\e1fe";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-disease {
  --fa:"\f7fa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-briefcase-medical {
  --fa:"\f469";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-genderless {
  --fa:"\f22d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-right {
  --fa:"\f054";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-retweet {
  --fa:"\f079";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-car-alt, .fa-car-rear {
  --fa:"\f5de";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pump-soap {
  --fa:"\e06b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-video-slash {
  --fa:"\f4e2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-battery-2, .fa-battery-quarter {
  --fa:"\f243";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-radio {
  --fa:"\f8d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-baby-carriage, .fa-carriage-baby {
  --fa:"\f77d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-traffic-light {
  --fa:"\f637";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-thermometer {
  --fa:"\f491";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vr-cardboard {
  --fa:"\f729";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-middle-finger {
  --fa:"\f806";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-percent, .fa-percentage {
  --fa:"\25";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-moving {
  --fa:"\f4df";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-glass-water-droplet {
  --fa:"\e4f5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-display {
  --fa:"\e163";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-smile, .fa-smile {
  --fa:"\f118";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-thumb-tack, .fa-thumbtack {
  --fa:"\f08d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trophy {
  --fa:"\f091";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-praying, .fa-pray {
  --fa:"\f683";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hammer {
  --fa:"\f6e3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-peace {
  --fa:"\f25b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rotate, .fa-sync-alt {
  --fa:"\f2f1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-spinner {
  --fa:"\f110";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-robot {
  --fa:"\f544";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-peace {
  --fa:"\f67c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cogs, .fa-gears {
  --fa:"\f085";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-warehouse {
  --fa:"\f494";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-splotch {
  --fa:"\f5bc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-hearts, .fa-grin-hearts {
  --fa:"\f584";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice-four {
  --fa:"\f524";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sim-card {
  --fa:"\f7c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-transgender, .fa-transgender-alt {
  --fa:"\f225";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mercury {
  --fa:"\f223";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-turn-down, .fa-level-down {
  --fa:"\f149";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-falling-burst {
  --fa:"\e547";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-award {
  --fa:"\f559";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ticket-alt, .fa-ticket-simple {
  --fa:"\f3ff";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-building {
  --fa:"\f1ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-double-left, .fa-angles-left {
  --fa:"\f100";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-qrcode {
  --fa:"\f029";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clock-rotate-left, .fa-history {
  --fa:"\f1da";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
  --fa:"\f583";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-right-from-file, .fa-file-export {
  --fa:"\f56e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shield, .fa-shield-blank {
  --fa:"\f132";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
  --fa:"\f885";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-nodes {
  --fa:"\e696";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-medical {
  --fa:"\e3b2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-golf-ball, .fa-golf-ball-tee {
  --fa:"\f450";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chevron-circle-left, .fa-circle-chevron-left {
  --fa:"\f137";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-chimney-window {
  --fa:"\e00d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-pen-nib {
  --fa:"\f5ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tent-arrow-turn-left {
  --fa:"\e580";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tents {
  --fa:"\e582";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magic, .fa-wand-magic {
  --fa:"\f0d0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dog {
  --fa:"\f6d3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-carrot {
  --fa:"\f787";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-moon {
  --fa:"\f186";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wine-glass-alt, .fa-wine-glass-empty {
  --fa:"\f5ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cheese {
  --fa:"\f7ef";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-yin-yang {
  --fa:"\f6ad";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-music {
  --fa:"\f001";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-code-commit {
  --fa:"\f386";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-temperature-low {
  --fa:"\f76b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-biking, .fa-person-biking {
  --fa:"\f84a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-broom {
  --fa:"\f51a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shield-heart {
  --fa:"\e574";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gopuram {
  --fa:"\f664";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-earth-oceania, .fa-globe-oceania {
  --fa:"\e47b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-xmark, .fa-times-square, .fa-xmark-square {
  --fa:"\f2d3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hashtag {
  --fa:"\23";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-expand-alt, .fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-oil-can {
  --fa:"\f613";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-t {
  --fa:"\54";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hippo {
  --fa:"\f6ed";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chart-column {
  --fa:"\e0e3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-infinity {
  --fa:"\f534";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-vial-circle-check {
  --fa:"\e596";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-arrow-down-to-line {
  --fa:"\e538";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-voicemail {
  --fa:"\f897";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fan {
  --fa:"\f863";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-walking-luggage {
  --fa:"\e554";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-alt-v, .fa-up-down {
  --fa:"\f338";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-moon-rain {
  --fa:"\f73c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar {
  --fa:"\f133";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trailer {
  --fa:"\e041";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bahai, .fa-haykal {
  --fa:"\f666";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-sd-card {
  --fa:"\f7c2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dragon {
  --fa:"\f6d5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shoe-prints {
  --fa:"\f54b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-plus, .fa-plus-circle {
  --fa:"\f055";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
  --fa:"\f58b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-holding {
  --fa:"\f4bd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plug-circle-exclamation {
  --fa:"\e55d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
  --fa:"\f127";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-clone {
  --fa:"\f24d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
  --fa:"\f882";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fire-alt, .fa-fire-flame-curved {
  --fa:"\f7e4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tornado {
  --fa:"\f76f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-circle-plus {
  --fa:"\e494";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-quran, .fa-quran {
  --fa:"\f687";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-anchor {
  --fa:"\f13d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-border-all {
  --fa:"\f84c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angry, .fa-face-angry {
  --fa:"\f556";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cookie-bite {
  --fa:"\f564";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-trend-down {
  --fa:"\e097";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-feed, .fa-rss {
  --fa:"\f09e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-draw-polygon {
  --fa:"\f5ee";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-balance-scale, .fa-scale-balanced {
  --fa:"\f24e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
  --fa:"\f62a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-shower {
  --fa:"\f2cc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-desktop, .fa-desktop-alt {
  --fa:"\f390";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-m {
  --fa:"\4d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table-list, .fa-th-list {
  --fa:"\f00b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-comment-sms, .fa-sms {
  --fa:"\f7cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book {
  --fa:"\f02d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-plus {
  --fa:"\f234";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-check {
  --fa:"\f00c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-battery-4, .fa-battery-three-quarters {
  --fa:"\f241";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-house-circle-check {
  --fa:"\e509";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-angle-left {
  --fa:"\f104";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-diagram-successor {
  --fa:"\e47a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-truck-arrow-right {
  --fa:"\e58b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fist-raised, .fa-hand-fist {
  --fa:"\f6de";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-moon {
  --fa:"\f6c3";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-briefcase {
  --fa:"\f0b1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-falling {
  --fa:"\e546";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-image-portrait, .fa-portrait {
  --fa:"\f3e0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-tag {
  --fa:"\f507";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rug {
  --fa:"\e569";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-earth-europe, .fa-globe-europe {
  --fa:"\f7a2";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cart-flatbed-suitcase, .fa-luggage-cart {
  --fa:"\f59d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
  --fa:"\f410";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-baht-sign {
  --fa:"\e0ac";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-open {
  --fa:"\f518";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-book-journal-whills, .fa-journal-whills {
  --fa:"\f66a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-handcuffs {
  --fa:"\e4f8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
  --fa:"\f071";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-database {
  --fa:"\f1c0";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mail-forward, .fa-share {
  --fa:"\f064";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bottle-droplet {
  --fa:"\e4c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mask-face {
  --fa:"\e1d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hill-rockslide {
  --fa:"\e508";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-exchange-alt, .fa-right-left {
  --fa:"\f362";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-paper-plane {
  --fa:"\f1d8";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-road-circle-exclamation {
  --fa:"\e565";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dungeon {
  --fa:"\f6d9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-align-right {
  --fa:"\f038";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
  --fa:"\f53b";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-life-ring {
  --fa:"\f1cd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hands, .fa-sign-language, .fa-signing {
  --fa:"\f2a7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-day {
  --fa:"\f783";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
  --fa:"\f5c5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-up-down, .fa-arrows-v {
  --fa:"\f07d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-grimace, .fa-grimace {
  --fa:"\f57f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-wheelchair-alt, .fa-wheelchair-move {
  --fa:"\e2ce";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-level-down-alt, .fa-turn-down {
  --fa:"\f3be";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-walking-arrow-right {
  --fa:"\e552";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-envelope-square, .fa-square-envelope {
  --fa:"\f199";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dice {
  --fa:"\f522";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bowling-ball {
  --fa:"\f436";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-brain {
  --fa:"\f5dc";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-band-aid, .fa-bandage {
  --fa:"\f462";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-calendar-minus {
  --fa:"\f272";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
  --fa:"\f057";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-gifts {
  --fa:"\f79c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hotel {
  --fa:"\f594";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-earth-asia, .fa-globe-asia {
  --fa:"\f57e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-id-card-alt, .fa-id-card-clip {
  --fa:"\f47f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass-plus, .fa-search-plus {
  --fa:"\f00e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-thumbs-up {
  --fa:"\f164";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-clock {
  --fa:"\f4fd";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-allergies, .fa-hand-dots {
  --fa:"\f461";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-invoice {
  --fa:"\f570";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-window-minimize {
  --fa:"\f2d1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-coffee, .fa-mug-saucer {
  --fa:"\f0f4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-brush {
  --fa:"\f55d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-file-half-dashed {
  --fa:"\e698";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-mask {
  --fa:"\f6fa";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass-minus, .fa-search-minus {
  --fa:"\f010";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-ruler-vertical {
  --fa:"\f548";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-alt, .fa-user-large {
  --fa:"\f406";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-train-tram {
  --fa:"\e5b4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-nurse {
  --fa:"\f82f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-syringe {
  --fa:"\f48e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-cloud-sun {
  --fa:"\f6c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stopwatch-20 {
  --fa:"\e06f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-square-full {
  --fa:"\f45c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnet {
  --fa:"\f076";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-jar {
  --fa:"\e516";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-note-sticky, .fa-sticky-note {
  --fa:"\f249";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bug-slash {
  --fa:"\e490";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bone {
  --fa:"\f5d7";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-table-cells-row-unlock {
  --fa:"\e691";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-user-injured {
  --fa:"\f728";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-face-sad-tear, .fa-sad-tear {
  --fa:"\f5b4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plane {
  --fa:"\f072";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-tent-arrows-down {
  --fa:"\e581";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-exclamation {
  --fa:"\21";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-arrows-spin {
  --fa:"\e4bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-print {
  --fa:"\f02f";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
  --fa:"\e2bb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-dollar, .fa-dollar-sign, .fa-usd {
  --fa:"\24";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-x {
  --fa:"\58";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-magnifying-glass-dollar, .fa-search-dollar {
  --fa:"\f688";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-users-cog, .fa-users-gear {
  --fa:"\f509";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-military-pointing {
  --fa:"\e54a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
  --fa:"\f19c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-umbrella {
  --fa:"\f0e9";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-trowel {
  --fa:"\e589";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-d {
  --fa:"\44";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-stapler {
  --fa:"\e5af";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-masks-theater, .fa-theater-masks {
  --fa:"\f630";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-kip-sign {
  --fa:"\e1c4";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-point-left {
  --fa:"\f0a5";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-handshake-alt, .fa-handshake-simple {
  --fa:"\f4c6";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-fighter-jet, .fa-jet-fighter {
  --fa:"\f0fb";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-share-alt-square, .fa-square-share-nodes {
  --fa:"\f1e1";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-barcode {
  --fa:"\f02a";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-plus-minus {
  --fa:"\e43c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-video, .fa-video-camera {
  --fa:"\f03d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-graduation-cap, .fa-mortar-board {
  --fa:"\f19d";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-hand-holding-medical {
  --fa:"\e05c";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-person-circle-check {
  --fa:"\e53e";
}

/* line 8, app/assets/stylesheets/fontawesome-6.css */
.fa-level-up-alt, .fa-turn-up {
  --fa:"\f3bf";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .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;
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
:host, :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fontawesome/fa-brands-400-1f56bc1732fed207bf092be076fd531aa7e15e8af32fd4ce2e98ef278d385bac.woff2) format("woff2"), url(/fontawesome/fa-brands-400.ttf) format("truetype");
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-brands, .fab {
  font-weight: 400;
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-monero {
  --fa:"\f3d0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hooli {
  --fa:"\f427";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yelp {
  --fa:"\f1e9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-visa {
  --fa:"\f1f0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-lastfm {
  --fa:"\f202";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-shopware {
  --fa:"\f5b5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-nc {
  --fa:"\f4e8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-aws {
  --fa:"\f375";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-redhat {
  --fa:"\f7bc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yoast {
  --fa:"\f2b1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cloudflare {
  --fa:"\e07d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ups {
  --fa:"\f7e0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pixiv {
  --fa:"\e640";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wpexplorer {
  --fa:"\f2de";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dyalog {
  --fa:"\f399";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bity {
  --fa:"\f37a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stackpath {
  --fa:"\f842";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-buysellads {
  --fa:"\f20d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-first-order {
  --fa:"\f2b0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-modx {
  --fa:"\f285";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-guilded {
  --fa:"\e07e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vnv {
  --fa:"\f40b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-js-square, .fa-square-js {
  --fa:"\f3b9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-microsoft {
  --fa:"\f3ca";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-qq {
  --fa:"\f1d6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-orcid {
  --fa:"\f8d2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-java {
  --fa:"\f4e4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-invision {
  --fa:"\f7b0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-pd-alt {
  --fa:"\f4ed";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-centercode {
  --fa:"\f380";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-glide-g {
  --fa:"\f2a6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-drupal {
  --fa:"\f1a9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-jxl {
  --fa:"\e67b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dart-lang {
  --fa:"\e693";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hire-a-helper {
  --fa:"\f3b0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-by {
  --fa:"\f4e7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-unity {
  --fa:"\e049";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-whmcs {
  --fa:"\f40d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-rocketchat {
  --fa:"\f3e8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vk {
  --fa:"\f189";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-untappd {
  --fa:"\f405";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mailchimp {
  --fa:"\f59e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-css3-alt {
  --fa:"\f38b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-reddit-square, .fa-square-reddit {
  --fa:"\f1a2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vimeo-v {
  --fa:"\f27d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-contao {
  --fa:"\f26d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-font-awesome {
  --fa:"\e5ad";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-deskpro {
  --fa:"\f38f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-brave {
  --fa:"\e63c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sistrix {
  --fa:"\f3ee";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-instagram-square, .fa-square-instagram {
  --fa:"\e055";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-battle-net {
  --fa:"\f835";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-the-red-yeti {
  --fa:"\f69d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hacker-news-square, .fa-square-hacker-news {
  --fa:"\f3af";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-edge {
  --fa:"\f282";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-threads {
  --fa:"\e618";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-napster {
  --fa:"\f3d2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-snapchat-square, .fa-square-snapchat {
  --fa:"\f2ad";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-plus-g {
  --fa:"\f0d5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-artstation {
  --fa:"\f77a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-markdown {
  --fa:"\f60f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sourcetree {
  --fa:"\f7d3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-plus {
  --fa:"\f2b3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-diaspora {
  --fa:"\f791";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-foursquare {
  --fa:"\f180";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stack-overflow {
  --fa:"\f16c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-github-alt {
  --fa:"\f113";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-phoenix-squadron {
  --fa:"\f511";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pagelines {
  --fa:"\f18c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-algolia {
  --fa:"\f36c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-red-river {
  --fa:"\f3e3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-sa {
  --fa:"\f4ef";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-safari {
  --fa:"\f267";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google {
  --fa:"\f1a0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
  --fa:"\f35c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-atlassian {
  --fa:"\f77b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-linkedin-in {
  --fa:"\f0e1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-digital-ocean {
  --fa:"\f391";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-nimblr {
  --fa:"\f5a8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-chromecast {
  --fa:"\f838";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-evernote {
  --fa:"\f839";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hacker-news {
  --fa:"\f1d4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-sampling {
  --fa:"\f4f0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-adversal {
  --fa:"\f36a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons {
  --fa:"\f25e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-watchman-monitoring {
  --fa:"\e087";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fonticons {
  --fa:"\f280";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-weixin {
  --fa:"\f1d7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-shirtsinbulk {
  --fa:"\f214";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-codepen {
  --fa:"\f1cb";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-git-alt {
  --fa:"\f841";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-lyft {
  --fa:"\f3c3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-rev {
  --fa:"\f5b2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-windows {
  --fa:"\f17a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wizards-of-the-coast {
  --fa:"\f730";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-viadeo, .fa-viadeo-square {
  --fa:"\f2aa";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-meetup {
  --fa:"\f2e0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-centos {
  --fa:"\f789";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-adn {
  --fa:"\f170";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cloudsmith {
  --fa:"\f384";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-opensuse {
  --fa:"\e62b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pied-piper-alt {
  --fa:"\f1a8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dribbble-square, .fa-square-dribbble {
  --fa:"\f397";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-codiepie {
  --fa:"\f284";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-node {
  --fa:"\f419";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mix {
  --fa:"\f3cb";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-steam {
  --fa:"\f1b6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-apple-pay {
  --fa:"\f416";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-scribd {
  --fa:"\f28a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-debian {
  --fa:"\e60b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-openid {
  --fa:"\f19b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-instalod {
  --fa:"\e081";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-files-pinwheel {
  --fa:"\e69f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-expeditedssl {
  --fa:"\f23e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sellcast {
  --fa:"\f2da";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-twitter, .fa-twitter-square {
  --fa:"\f081";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-r-project {
  --fa:"\f4f7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-delicious {
  --fa:"\f1a5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-freebsd {
  --fa:"\f3a4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vuejs {
  --fa:"\f41f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-accusoft {
  --fa:"\f369";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ioxhost {
  --fa:"\f208";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fonticons-fi {
  --fa:"\f3a2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-app-store {
  --fa:"\f36f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-mastercard {
  --fa:"\f1f1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-itunes-note {
  --fa:"\f3b5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-golang {
  --fa:"\e40f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-kickstarter, .fa-square-kickstarter {
  --fa:"\f3bb";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-grav {
  --fa:"\f2d6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-weibo {
  --fa:"\f18a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-uncharted {
  --fa:"\e084";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-firstdraft {
  --fa:"\f3a1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-youtube, .fa-youtube-square {
  --fa:"\f431";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wikipedia-w {
  --fa:"\f266";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-rendact, .fa-wpressr {
  --fa:"\f3e4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-angellist {
  --fa:"\f209";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-galactic-republic {
  --fa:"\f50c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-nfc-directional {
  --fa:"\e530";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-skype {
  --fa:"\f17e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-joget {
  --fa:"\f3b7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fedora {
  --fa:"\f798";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stripe-s {
  --fa:"\f42a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-meta {
  --fa:"\e49b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-laravel {
  --fa:"\f3bd";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hotjar {
  --fa:"\f3b1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bluetooth-b {
  --fa:"\f294";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-letterboxd {
  --fa:"\e62e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sticker-mule {
  --fa:"\f3f7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-zero {
  --fa:"\f4f3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hips {
  --fa:"\f452";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-css {
  --fa:"\e6a2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-behance {
  --fa:"\f1b4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-reddit {
  --fa:"\f1a1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-discord {
  --fa:"\f392";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-chrome {
  --fa:"\f268";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-app-store-ios {
  --fa:"\f370";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-discover {
  --fa:"\f1f2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wpbeginner {
  --fa:"\f297";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-confluence {
  --fa:"\f78d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-shoelace {
  --fa:"\e60c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mdb {
  --fa:"\f8ca";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dochub {
  --fa:"\f394";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-accessible-icon {
  --fa:"\f368";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ebay {
  --fa:"\f4f4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-amazon {
  --fa:"\f270";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-unsplash {
  --fa:"\e07c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yarn {
  --fa:"\f7e3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-steam, .fa-steam-square {
  --fa:"\f1b7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-500px {
  --fa:"\f26e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-vimeo, .fa-vimeo-square {
  --fa:"\f194";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-asymmetrik {
  --fa:"\f372";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
  --fa:"\f2b4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gratipay {
  --fa:"\f184";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-apple {
  --fa:"\f179";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hive {
  --fa:"\e07f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gitkraken {
  --fa:"\f3a6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-keybase {
  --fa:"\f4f5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-apple-pay {
  --fa:"\f415";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-padlet {
  --fa:"\e4a0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-amazon-pay {
  --fa:"\f42c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-github-square, .fa-square-github {
  --fa:"\f092";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stumbleupon {
  --fa:"\f1a4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fedex {
  --fa:"\f797";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-phoenix-framework {
  --fa:"\f3dc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-shopify {
  --fa:"\e057";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-neos {
  --fa:"\f612";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-threads {
  --fa:"\e619";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hackerrank {
  --fa:"\f5f7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-researchgate {
  --fa:"\f4f8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-swift {
  --fa:"\f8e1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-angular {
  --fa:"\f420";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-speakap {
  --fa:"\f3f3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-angrycreative {
  --fa:"\f36e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-y-combinator {
  --fa:"\f23b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-empire {
  --fa:"\f1d1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-envira {
  --fa:"\f299";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-scholar {
  --fa:"\e63b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gitlab-square, .fa-square-gitlab {
  --fa:"\e5ae";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-studiovinari {
  --fa:"\f3f8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pied-piper {
  --fa:"\f2ae";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wordpress {
  --fa:"\f19a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-product-hunt {
  --fa:"\f288";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-firefox {
  --fa:"\f269";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-linode {
  --fa:"\f2b8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-goodreads {
  --fa:"\f3a8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-odnoklassniki-square, .fa-square-odnoklassniki {
  --fa:"\f264";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-jsfiddle {
  --fa:"\f1cc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sith {
  --fa:"\f512";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-themeisle {
  --fa:"\f2b2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-page4 {
  --fa:"\f3d7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hashnode {
  --fa:"\e499";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-react {
  --fa:"\f41b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-paypal {
  --fa:"\f1f4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-squarespace {
  --fa:"\f5be";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-stripe {
  --fa:"\f1f5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-share {
  --fa:"\f4f2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bitcoin {
  --fa:"\f379";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-keycdn {
  --fa:"\f3ba";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-opera {
  --fa:"\f26a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-itch-io {
  --fa:"\f83a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-umbraco {
  --fa:"\f8e8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-galactic-senate {
  --fa:"\f50d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ubuntu {
  --fa:"\f7df";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-draft2digital {
  --fa:"\f396";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stripe {
  --fa:"\f429";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-houzz {
  --fa:"\f27c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gg {
  --fa:"\f260";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dhl {
  --fa:"\f790";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pinterest-square, .fa-square-pinterest {
  --fa:"\f0d3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-xing {
  --fa:"\f168";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-blackberry {
  --fa:"\f37b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-pd {
  --fa:"\f4ec";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-playstation {
  --fa:"\f3df";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-quinscape {
  --fa:"\f459";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-less {
  --fa:"\f41d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-blogger-b {
  --fa:"\f37d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-opencart {
  --fa:"\f23d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vine {
  --fa:"\f1ca";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-signal-messenger {
  --fa:"\e663";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-paypal {
  --fa:"\f1ed";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gitlab {
  --fa:"\f296";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-typo3 {
  --fa:"\f42b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-reddit-alien {
  --fa:"\f281";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yahoo {
  --fa:"\f19e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dailymotion {
  --fa:"\e052";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-affiliatetheme {
  --fa:"\f36b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pied-piper-pp {
  --fa:"\f1a7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bootstrap {
  --fa:"\f836";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-odnoklassniki {
  --fa:"\f263";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-nfc-symbol {
  --fa:"\e531";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mintbit {
  --fa:"\e62f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ethereum {
  --fa:"\f42e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-speaker-deck {
  --fa:"\f83c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-nc-eu {
  --fa:"\f4e9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-patreon {
  --fa:"\f3d9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-avianex {
  --fa:"\f374";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ello {
  --fa:"\f5f1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gofore {
  --fa:"\f3a7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bimobject {
  --fa:"\f378";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-brave-reverse {
  --fa:"\e63d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-facebook-f {
  --fa:"\f39e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-plus-square, .fa-square-google-plus {
  --fa:"\f0d4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-web-awesome {
  --fa:"\e682";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mandalorian {
  --fa:"\f50f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-first-order-alt {
  --fa:"\f50a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-osi {
  --fa:"\f41a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-wallet {
  --fa:"\f1ee";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-d-and-d-beyond {
  --fa:"\f6ca";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-periscope {
  --fa:"\f3da";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fulcrum {
  --fa:"\f50b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cloudscale {
  --fa:"\f383";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-forumbee {
  --fa:"\f211";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mizuni {
  --fa:"\f3cc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-schlix {
  --fa:"\f3ea";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-xing, .fa-xing-square {
  --fa:"\f169";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bandcamp {
  --fa:"\f2d5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wpforms {
  --fa:"\f298";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cloudversify {
  --fa:"\f385";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-usps {
  --fa:"\f7e1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-megaport {
  --fa:"\f5a3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-magento {
  --fa:"\f3c4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-spotify {
  --fa:"\f1bc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-optin-monster {
  --fa:"\f23c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fly {
  --fa:"\f417";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-bluesky {
  --fa:"\e6a3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-aviato {
  --fa:"\f421";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-itunes {
  --fa:"\f3b4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cuttlefish {
  --fa:"\f38c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-blogger {
  --fa:"\f37c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-flickr {
  --fa:"\f16e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-viber {
  --fa:"\f409";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-soundcloud {
  --fa:"\f1be";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-digg {
  --fa:"\f1a6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-tencent-weibo {
  --fa:"\f1d5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-letterboxd {
  --fa:"\e62d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-symfony {
  --fa:"\f83d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-maxcdn {
  --fa:"\f136";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-etsy {
  --fa:"\f2d7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-facebook-messenger {
  --fa:"\f39f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-audible {
  --fa:"\f373";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-think-peaks {
  --fa:"\f731";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bilibili {
  --fa:"\e3d9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-erlang {
  --fa:"\f39d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-x-twitter {
  --fa:"\e61b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cotton-bureau {
  --fa:"\f89e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dashcube {
  --fa:"\f210";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-42-group, .fa-innosoft {
  --fa:"\e080";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stack-exchange {
  --fa:"\f18d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-elementor {
  --fa:"\f430";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pied-piper-square, .fa-square-pied-piper {
  --fa:"\e01e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-nd {
  --fa:"\f4eb";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-palfed {
  --fa:"\f3d8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-superpowers {
  --fa:"\f2dd";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-resolving {
  --fa:"\f3e7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-xbox {
  --fa:"\f412";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-web-awesome-stroke {
  --fa:"\e684";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-searchengin {
  --fa:"\f3eb";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-tiktok {
  --fa:"\e07b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-facebook-square, .fa-square-facebook {
  --fa:"\f082";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-renren {
  --fa:"\f18b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-linux {
  --fa:"\f17c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-glide {
  --fa:"\f2a5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-linkedin {
  --fa:"\f08c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hubspot {
  --fa:"\f3b2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-deploydog {
  --fa:"\f38e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-twitch {
  --fa:"\f1e8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-flutter {
  --fa:"\e694";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ravelry {
  --fa:"\f2d9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mixer {
  --fa:"\e056";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-lastfm-square, .fa-square-lastfm {
  --fa:"\f203";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vimeo {
  --fa:"\f40a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mendeley {
  --fa:"\f7b3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-uniregistry {
  --fa:"\f404";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-figma {
  --fa:"\f799";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-remix {
  --fa:"\f4ee";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-amazon-pay {
  --fa:"\f42d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dropbox {
  --fa:"\f16b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-instagram {
  --fa:"\f16d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cmplid {
  --fa:"\e360";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-upwork {
  --fa:"\e641";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-facebook {
  --fa:"\f09a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gripfire {
  --fa:"\f3ac";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-jedi-order {
  --fa:"\f50e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-uikit {
  --fa:"\f403";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fort-awesome-alt {
  --fa:"\f3a3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-phabricator {
  --fa:"\f3db";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ussunnah {
  --fa:"\f407";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-earlybirds {
  --fa:"\f39a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-trade-federation {
  --fa:"\f513";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-autoprefixer {
  --fa:"\f41c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-whatsapp {
  --fa:"\f232";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-upwork {
  --fa:"\e67c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-slideshare {
  --fa:"\f1e7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-play {
  --fa:"\f3ab";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-viadeo {
  --fa:"\f2a9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-line {
  --fa:"\f3c0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-drive {
  --fa:"\f3aa";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-servicestack {
  --fa:"\f3ec";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-simplybuilt {
  --fa:"\f215";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bitbucket {
  --fa:"\f171";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-imdb {
  --fa:"\f2d8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-deezer {
  --fa:"\e077";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-raspberry-pi {
  --fa:"\f7bb";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-jira {
  --fa:"\f7b1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-docker {
  --fa:"\f395";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-screenpal {
  --fa:"\e570";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bluetooth {
  --fa:"\f293";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gitter {
  --fa:"\f426";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-d-and-d {
  --fa:"\f38d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-microblog {
  --fa:"\e01a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-diners-club {
  --fa:"\f24c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gg-circle {
  --fa:"\f261";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pied-piper-hat {
  --fa:"\f4e5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-kickstarter-k {
  --fa:"\f3bc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yandex {
  --fa:"\f413";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-readme {
  --fa:"\f4d5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-html5 {
  --fa:"\f13b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sellsy {
  --fa:"\f213";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-web-awesome {
  --fa:"\e683";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sass {
  --fa:"\f41e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wirsindhandwerk, .fa-wsh {
  --fa:"\e2d0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-buromobelexperte {
  --fa:"\f37f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-salesforce {
  --fa:"\f83b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-octopus-deploy {
  --fa:"\e082";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-medapps {
  --fa:"\f3c6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ns8 {
  --fa:"\f3d5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pinterest-p {
  --fa:"\f231";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-apper {
  --fa:"\f371";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fort-awesome {
  --fa:"\f286";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-waze {
  --fa:"\f83f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bluesky {
  --fa:"\e671";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-jcb {
  --fa:"\f24b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-snapchat, .fa-snapchat-ghost {
  --fa:"\f2ab";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-fantasy-flight-games {
  --fa:"\f6dc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-rust {
  --fa:"\e07a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wix {
  --fa:"\f5cf";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-behance-square, .fa-square-behance {
  --fa:"\f1b5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-supple {
  --fa:"\f3f9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-webflow {
  --fa:"\e65c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-rebel {
  --fa:"\f1d0";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-css3 {
  --fa:"\f13c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-staylinked {
  --fa:"\f3f5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-kaggle {
  --fa:"\f5fa";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-space-awesome {
  --fa:"\e5ac";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-deviantart {
  --fa:"\f1bd";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cpanel {
  --fa:"\f388";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-goodreads-g {
  --fa:"\f3a9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-git-square, .fa-square-git {
  --fa:"\f1d2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-tumblr, .fa-tumblr-square {
  --fa:"\f174";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-trello {
  --fa:"\f181";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-nc-jp {
  --fa:"\f4ea";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-get-pocket {
  --fa:"\f265";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-perbyte {
  --fa:"\e083";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-grunt {
  --fa:"\f3ad";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-weebly {
  --fa:"\f5cc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-connectdevelop {
  --fa:"\f20e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-leanpub {
  --fa:"\f212";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-black-tie {
  --fa:"\f27e";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-themeco {
  --fa:"\f5c6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-python {
  --fa:"\f3e2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-android {
  --fa:"\f17b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-bots {
  --fa:"\e340";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-free-code-camp {
  --fa:"\f2c5";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-hornbill {
  --fa:"\f592";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-js {
  --fa:"\f3b8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ideal {
  --fa:"\e013";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-git {
  --fa:"\f1d3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dev {
  --fa:"\f6cc";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sketch {
  --fa:"\f7c6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yandex-international {
  --fa:"\f414";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-cc-amex {
  --fa:"\f1f3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-uber {
  --fa:"\f402";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-github {
  --fa:"\f09b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-php {
  --fa:"\f457";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-alipay {
  --fa:"\f642";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-youtube {
  --fa:"\f167";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-skyatlas {
  --fa:"\f216";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-firefox-browser {
  --fa:"\e007";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-replyd {
  --fa:"\f3e6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-suse {
  --fa:"\f7d6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-jenkins {
  --fa:"\f3b6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-twitter {
  --fa:"\f099";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-rockrms {
  --fa:"\f3e9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pinterest {
  --fa:"\f0d2";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-buffer {
  --fa:"\f837";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-npm {
  --fa:"\f3d4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-yammer {
  --fa:"\f840";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-btc {
  --fa:"\f15a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-dribbble {
  --fa:"\f17d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stumbleupon-circle {
  --fa:"\f1a3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-internet-explorer {
  --fa:"\f26b";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-stubber {
  --fa:"\e5c7";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-telegram, .fa-telegram-plane {
  --fa:"\f2c6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-old-republic {
  --fa:"\f510";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-odysee {
  --fa:"\e5c6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-whatsapp, .fa-whatsapp-square {
  --fa:"\f40c";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-node-js {
  --fa:"\f3d3";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-edge-legacy {
  --fa:"\e078";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-slack, .fa-slack-hash {
  --fa:"\f198";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-medrt {
  --fa:"\f3c8";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-usb {
  --fa:"\f287";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-tumblr {
  --fa:"\f173";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-vaadin {
  --fa:"\f408";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-quora {
  --fa:"\f2c4";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-square-x-twitter {
  --fa:"\e61a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-reacteurope {
  --fa:"\f75d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-medium, .fa-medium-m {
  --fa:"\f23a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-amilia {
  --fa:"\f36d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mixcloud {
  --fa:"\f289";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-flipboard {
  --fa:"\f44d";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-viacoin {
  --fa:"\f237";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-critical-role {
  --fa:"\f6c9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-sitrox {
  --fa:"\e44a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-discourse {
  --fa:"\f393";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-joomla {
  --fa:"\f1aa";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-mastodon {
  --fa:"\f4f6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-airbnb {
  --fa:"\f834";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wolf-pack-battalion {
  --fa:"\f514";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-buy-n-large {
  --fa:"\f8a6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-gulp {
  --fa:"\f3ae";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-creative-commons-sampling-plus {
  --fa:"\f4f1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-strava {
  --fa:"\f428";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-ember {
  --fa:"\f423";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-canadian-maple-leaf {
  --fa:"\f785";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-teamspeak {
  --fa:"\f4f9";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pushed {
  --fa:"\f3e1";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wordpress-simple {
  --fa:"\f411";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-nutritionix {
  --fa:"\f3d6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-wodu {
  --fa:"\e088";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-google-pay {
  --fa:"\e079";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-intercom {
  --fa:"\f7af";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-zhihu {
  --fa:"\f63f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-korvue {
  --fa:"\f42f";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-pix {
  --fa:"\e43a";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-steam-symbol {
  --fa:"\f3f6";
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
:host, :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fontawesome/fa-regular-400-1cd36d00df15fd48055bbc42daf8a494228887c26255da15c70c7cff5b31e107.woff2) format("woff2"), url(/fontawesome/fa-regular-400.ttf) format("truetype");
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-regular, .far {
  font-weight: 400;
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fontawesome/fa-solid-900-64214b0a6635e69b2722c690f29506337eccbc40c088f7f5bc4e42b361d162a8.woff2) format("woff2"), url(/fontawesome/fa-solid-900.ttf) format("truetype");
}

/* line 9, app/assets/stylesheets/fontawesome-6.css */
.fa-solid, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fontawesome/fa-brands-400-1f56bc1732fed207bf092be076fd531aa7e15e8af32fd4ce2e98ef278d385bac.woff2) format("woff2"), url(/fontawesome/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(/assets/fontawesome/fa-solid-900-64214b0a6635e69b2722c690f29506337eccbc40c088f7f5bc4e42b361d162a8.woff2) format("woff2"), url(/fontawesome/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fontawesome/fa-regular-400-1cd36d00df15fd48055bbc42daf8a494228887c26255da15c70c7cff5b31e107.woff2) format("woff2"), url(/fontawesome/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fontawesome/fa-solid-900-64214b0a6635e69b2722c690f29506337eccbc40c088f7f5bc4e42b361d162a8.woff2) format("woff2"), url(/fontawesome/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fontawesome/fa-brands-400-1f56bc1732fed207bf092be076fd531aa7e15e8af32fd4ce2e98ef278d385bac.woff2) format("woff2"), url(/fontawesome/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fontawesome/fa-regular-400-1cd36d00df15fd48055bbc42daf8a494228887c26255da15c70c7cff5b31e107.woff2) format("woff2"), url(/fontawesome/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/fontawesome/fa-v4compatibility.woff2) format("woff2"), url(/fontawesome/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-e3d39da347c28dd293b54b250234f212fa35ba5ec8afe9aa8cb2c1e463900add.svg#glyphicons-halflingsregular) format("svg");
  font-display: swap;
}

/* line 19, app/assets/stylesheets/glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, app/assets/stylesheets/glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 39, app/assets/stylesheets/glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 46, app/assets/stylesheets/glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 52, app/assets/stylesheets/glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 58, app/assets/stylesheets/glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 64, app/assets/stylesheets/glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 70, app/assets/stylesheets/glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 76, app/assets/stylesheets/glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 82, app/assets/stylesheets/glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 88, app/assets/stylesheets/glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 94, app/assets/stylesheets/glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 100, app/assets/stylesheets/glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 106, app/assets/stylesheets/glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 112, app/assets/stylesheets/glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 118, app/assets/stylesheets/glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 124, app/assets/stylesheets/glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 130, app/assets/stylesheets/glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 136, app/assets/stylesheets/glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 142, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 148, app/assets/stylesheets/glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 154, app/assets/stylesheets/glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 160, app/assets/stylesheets/glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 166, app/assets/stylesheets/glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 172, app/assets/stylesheets/glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 178, app/assets/stylesheets/glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 184, app/assets/stylesheets/glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 190, app/assets/stylesheets/glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 196, app/assets/stylesheets/glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 202, app/assets/stylesheets/glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 208, app/assets/stylesheets/glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 214, app/assets/stylesheets/glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 220, app/assets/stylesheets/glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 226, app/assets/stylesheets/glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 232, app/assets/stylesheets/glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 238, app/assets/stylesheets/glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 244, app/assets/stylesheets/glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 250, app/assets/stylesheets/glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 256, app/assets/stylesheets/glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 262, app/assets/stylesheets/glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 268, app/assets/stylesheets/glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 274, app/assets/stylesheets/glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 280, app/assets/stylesheets/glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 286, app/assets/stylesheets/glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 292, app/assets/stylesheets/glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 298, app/assets/stylesheets/glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 304, app/assets/stylesheets/glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 310, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 316, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 322, app/assets/stylesheets/glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 328, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 334, app/assets/stylesheets/glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 340, app/assets/stylesheets/glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 346, app/assets/stylesheets/glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 352, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 358, app/assets/stylesheets/glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 364, app/assets/stylesheets/glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 370, app/assets/stylesheets/glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 376, app/assets/stylesheets/glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 382, app/assets/stylesheets/glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 388, app/assets/stylesheets/glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 394, app/assets/stylesheets/glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 400, app/assets/stylesheets/glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 406, app/assets/stylesheets/glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 412, app/assets/stylesheets/glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 418, app/assets/stylesheets/glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 424, app/assets/stylesheets/glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 430, app/assets/stylesheets/glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 436, app/assets/stylesheets/glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 442, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 448, app/assets/stylesheets/glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 454, app/assets/stylesheets/glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 460, app/assets/stylesheets/glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 466, app/assets/stylesheets/glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 472, app/assets/stylesheets/glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 478, app/assets/stylesheets/glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 484, app/assets/stylesheets/glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 490, app/assets/stylesheets/glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 496, app/assets/stylesheets/glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 502, app/assets/stylesheets/glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 508, app/assets/stylesheets/glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 514, app/assets/stylesheets/glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 520, app/assets/stylesheets/glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 526, app/assets/stylesheets/glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 532, app/assets/stylesheets/glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 538, app/assets/stylesheets/glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 544, app/assets/stylesheets/glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 550, app/assets/stylesheets/glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 556, app/assets/stylesheets/glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 562, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 568, app/assets/stylesheets/glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 574, app/assets/stylesheets/glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 580, app/assets/stylesheets/glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 586, app/assets/stylesheets/glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 592, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 598, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 604, app/assets/stylesheets/glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 610, app/assets/stylesheets/glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 616, app/assets/stylesheets/glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 622, app/assets/stylesheets/glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 628, app/assets/stylesheets/glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 634, app/assets/stylesheets/glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 640, app/assets/stylesheets/glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 646, app/assets/stylesheets/glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 652, app/assets/stylesheets/glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 658, app/assets/stylesheets/glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 664, app/assets/stylesheets/glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 670, app/assets/stylesheets/glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 676, app/assets/stylesheets/glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 682, app/assets/stylesheets/glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 688, app/assets/stylesheets/glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 694, app/assets/stylesheets/glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 700, app/assets/stylesheets/glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 706, app/assets/stylesheets/glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 712, app/assets/stylesheets/glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 718, app/assets/stylesheets/glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 724, app/assets/stylesheets/glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 730, app/assets/stylesheets/glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 736, app/assets/stylesheets/glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 742, app/assets/stylesheets/glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 748, app/assets/stylesheets/glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 754, app/assets/stylesheets/glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 760, app/assets/stylesheets/glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 766, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 772, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 778, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 784, app/assets/stylesheets/glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 790, app/assets/stylesheets/glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 796, app/assets/stylesheets/glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 802, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 808, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 814, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 820, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 826, app/assets/stylesheets/glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 832, app/assets/stylesheets/glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 838, app/assets/stylesheets/glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 844, app/assets/stylesheets/glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 850, app/assets/stylesheets/glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 856, app/assets/stylesheets/glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 862, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 868, app/assets/stylesheets/glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 874, app/assets/stylesheets/glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 880, app/assets/stylesheets/glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 886, app/assets/stylesheets/glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 892, app/assets/stylesheets/glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 898, app/assets/stylesheets/glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 904, app/assets/stylesheets/glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 910, app/assets/stylesheets/glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 916, app/assets/stylesheets/glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 922, app/assets/stylesheets/glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 928, app/assets/stylesheets/glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 934, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 940, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 946, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 952, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 958, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 964, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 970, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 976, app/assets/stylesheets/glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 982, app/assets/stylesheets/glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 988, app/assets/stylesheets/glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 994, app/assets/stylesheets/glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 1000, app/assets/stylesheets/glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 1006, app/assets/stylesheets/glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 1012, app/assets/stylesheets/glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 1018, app/assets/stylesheets/glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 1024, app/assets/stylesheets/glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 1030, app/assets/stylesheets/glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 1036, app/assets/stylesheets/glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 1042, app/assets/stylesheets/glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 1048, app/assets/stylesheets/glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 1054, app/assets/stylesheets/glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 1060, app/assets/stylesheets/glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 1066, app/assets/stylesheets/glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 1072, app/assets/stylesheets/glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 1078, app/assets/stylesheets/glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 1084, app/assets/stylesheets/glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 1090, app/assets/stylesheets/glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 1096, app/assets/stylesheets/glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 1102, app/assets/stylesheets/glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 1108, app/assets/stylesheets/glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 1114, app/assets/stylesheets/glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 1120, app/assets/stylesheets/glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 1126, app/assets/stylesheets/glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 1132, app/assets/stylesheets/glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 1138, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 1144, app/assets/stylesheets/glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 1150, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 1156, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 1162, app/assets/stylesheets/glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 1168, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 1174, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 1180, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 1186, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 1192, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 1198, app/assets/stylesheets/glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 1204, app/assets/stylesheets/glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 1210, app/assets/stylesheets/glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 1216, app/assets/stylesheets/glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 1222, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 1228, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 1234, app/assets/stylesheets/glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 1240, app/assets/stylesheets/glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 1246, app/assets/stylesheets/glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 1252, app/assets/stylesheets/glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 1258, app/assets/stylesheets/glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 1264, app/assets/stylesheets/glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 1278, app/assets/stylesheets/glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 1284, app/assets/stylesheets/glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 1290, app/assets/stylesheets/glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 1296, app/assets/stylesheets/glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 1302, app/assets/stylesheets/glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 1308, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 1314, app/assets/stylesheets/glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 1320, app/assets/stylesheets/glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 1326, app/assets/stylesheets/glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 1332, app/assets/stylesheets/glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 1338, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 1344, app/assets/stylesheets/glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 1350, app/assets/stylesheets/glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 1356, app/assets/stylesheets/glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 1362, app/assets/stylesheets/glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 1368, app/assets/stylesheets/glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 1374, app/assets/stylesheets/glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 1380, app/assets/stylesheets/glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 1386, app/assets/stylesheets/glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 1392, app/assets/stylesheets/glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 1398, app/assets/stylesheets/glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 1404, app/assets/stylesheets/glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 1410, app/assets/stylesheets/glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 1416, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 1422, app/assets/stylesheets/glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 1428, app/assets/stylesheets/glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 1434, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 1440, app/assets/stylesheets/glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 1446, app/assets/stylesheets/glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 1452, app/assets/stylesheets/glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 1458, app/assets/stylesheets/glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1464, app/assets/stylesheets/glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1470, app/assets/stylesheets/glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1476, app/assets/stylesheets/glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1482, app/assets/stylesheets/glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1488, app/assets/stylesheets/glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1494, app/assets/stylesheets/glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1500, app/assets/stylesheets/glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1506, app/assets/stylesheets/glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1512, app/assets/stylesheets/glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1518, app/assets/stylesheets/glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1524, app/assets/stylesheets/glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1530, app/assets/stylesheets/glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1536, app/assets/stylesheets/glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1542, app/assets/stylesheets/glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1548, app/assets/stylesheets/glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1554, app/assets/stylesheets/glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1560, app/assets/stylesheets/glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1566, app/assets/stylesheets/glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1572, app/assets/stylesheets/glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1578, app/assets/stylesheets/glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1584, app/assets/stylesheets/glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1590, app/assets/stylesheets/glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1596, app/assets/stylesheets/glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1602, app/assets/stylesheets/glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1608, app/assets/stylesheets/glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 25, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1, .text-color-1 > *, .text-color-1 > * a, .text-color-1 > * label, .text-color-1 > * .fas, .text-color-1 > * .fa, .text-color-1 > * pre, .text-color-1 > * .share div .fas, .text-color-1 > * .share div .fa, .text-color-1 > * .navbar-toggler, .text-color-1 > * .btn, .text-color-1 > * .search-icons, .text-color-1 > * .account-icon, .text-color-1 > * .js-link-to-account, .text-color-1 nav div .navbar-nav .nav-item .nav-link, .text-color-1 > * .title, .text-color-1 > * .lead, .text-color-1 > * table, .text-color-1 > * .modal .articles, .text-color-1 > * .modal .articles-body, .text-color-1 .image-album-collection .card-body .card-img-overlay .card-title, .text-color-1 > * .product-details > *, .text-color-1 > * .product-details-title, .text-color-1 > * .product-details-subtitle, .text-color-1 > * .add-to-cart-form *, .text-color-1 > * .add-to-cart-button, .text-color-1 > * .shopping-cart-header, .text-color-1 > * .d-table-cell, .text-color-1 > * .shopping-cart-total *, .text-color-1 > * .spree-header, .text-color-1 > * .account-page-user-info-item > * {
  color: rgb(var(--color_dark)) !important;
}

/* line 37, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 .page-item.active .page-link, .text-color-1 > * .page-item.active .page-link, .text-color-1 > * a .page-item.active .page-link, .text-color-1 > * label .page-item.active .page-link, .text-color-1 > * .fas .page-item.active .page-link, .text-color-1 > * .fa .page-item.active .page-link, .text-color-1 > * pre .page-item.active .page-link, .text-color-1 > * .share div .fas .page-item.active .page-link, .text-color-1 > * .share div .fa .page-item.active .page-link, .text-color-1 > * .navbar-toggler .page-item.active .page-link, .text-color-1 > * .btn .page-item.active .page-link, .text-color-1 > * .search-icons .page-item.active .page-link, .text-color-1 > * .account-icon .page-item.active .page-link, .text-color-1 > * .js-link-to-account .page-item.active .page-link, .text-color-1 nav div .navbar-nav .nav-item .nav-link .page-item.active .page-link, .text-color-1 > * .title .page-item.active .page-link, .text-color-1 > * .lead .page-item.active .page-link, .text-color-1 > * table .page-item.active .page-link, .text-color-1 > * .modal .articles .page-item.active .page-link, .text-color-1 > * .modal .articles-body .page-item.active .page-link, .text-color-1 .image-album-collection .card-body .card-img-overlay .card-title .page-item.active .page-link, .text-color-1 > * .product-details > * .page-item.active .page-link, .text-color-1 > * .product-details-title .page-item.active .page-link, .text-color-1 > * .product-details-subtitle .page-item.active .page-link, .text-color-1 > * .add-to-cart-form * .page-item.active .page-link, .text-color-1 > * .add-to-cart-button .page-item.active .page-link, .text-color-1 > * .shopping-cart-header .page-item.active .page-link, .text-color-1 > * .d-table-cell .page-item.active .page-link, .text-color-1 > * .shopping-cart-total * .page-item.active .page-link, .text-color-1 > * .spree-header .page-item.active .page-link, .text-color-1 > * .account-page-user-info-item > * .page-item.active .page-link {
  color: rgb(var(--color_bg)) !important;
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * path {
  fill: rgb(var(--color_dark)) !important;
}

/* line 46, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 .cart-icon-count {
  background: currentColor !important;
  border-color: currentColor !important;
  color: inherit !important;
  -webkit-text-fill-color: rgb(var(--light)) !important;
}

/* line 53, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .checkout-content-summary * {
  color: rgb(var(--light)) !important;
}

/* line 58, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .btn-color-1, .text-color-1 > * .btn-color-1 .fas, .text-color-1 > * .btn-color-1 .fa {
  color: rgb(var(--light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-1 > * .btn-color-1-outline:hover, .text-color-1 > * .btn-color-1-outline:focus, .text-color-1 > * .btn-color-1 .fas-outline:hover, .text-color-1 > * .btn-color-1 .fas-outline:focus, .text-color-1 > * .btn-color-1 .fa-outline:hover, .text-color-1 > * .btn-color-1 .fa-outline:focus {
  color: rgb(var(--light)) !important;
}

/* line 70, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .btn-primary, .text-color-1 > * .badge-default, .text-color-1 > * .submit {
  color: rgb(var(--light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-1 > * .btn-primary:hover, .text-color-1 > * .btn-primary:focus, .text-color-1 > * .badge-default:hover, .text-color-1 > * .badge-default:focus, .text-color-1 > * .submit:hover, .text-color-1 > * .submit:focus {
  color: rgb(var(--light)) !important;
}

/* line 78, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .add-to-cart-button {
  color: rgb(var(--color_dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-1 > * .add-to-cart-button:hover, .text-color-1 > * .add-to-cart-button:focus {
  color: rgb(var(--color_dark)) !important;
}

/* line 86, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .bt-socialshare i {
  color: rgb(var(--light)) !important;
  background-color: rgb(var(--color_dark)) !important;
}

/* line 91, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .btn-outline-primary {
  color: rgb(var(--color_dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-1 > * .btn-outline-primary:hover, .text-color-1 > * .btn-outline-primary:focus {
  color: rgb(var(--light)) !important;
}

/* line 99, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * a.dropdown-item {
  color: inherit !important;
}

/* line 104, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1, .text-color-1 > *, .text-color-1 ul li, .text-color-1 .list-group-item.media a, .text-color-1 .article-slider .swiper-slide, .text-color-1 > * #inside-product-cart-form hr {
  border-color: rgba(var(--color_dark), 0.4) !important;
}

/* line 111, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .form-control, form .time_picker .text-color-1 > * input, .text-color-1 > * .time_picker input, .text-color-1 > * button {
  color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
}

/* line 116, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * ::-moz-placeholder, .text-color-1 > * .time_picker input::-moz-placeholder {
  color: rgba(var(--color_dark), 0.6);
}
.text-color-1 > * ::placeholder, .text-color-1 > * .time_picker input::placeholder {
  color: rgba(var(--color_dark), 0.6);
}

/* line 120, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .submit {
  color: rgb(var(--color_dark-fg));
  background-color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-1 > * .submit:hover, .text-color-1 > * .submit:focus {
  color: rgb(var(--color_dark-fg));
  background-color: color-mix(in srgb, rgb(var(--color_dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_dark)) 90%, black);
}

/* line 127, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1.form-lines > * .form-control, form .time_picker .text-color-1.form-lines > * input, .text-color-1.form-lines > * .time_picker input, .text-color-1.form-dotted-lines > * .form-control, form .time_picker .text-color-1.form-dotted-lines > * input, .text-color-1.form-dotted-lines > * .time_picker input {
  border-color: rgb(var(--color_dark));
  color: rgb(var(--color_dark));
}

/* line 132, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1.form-lines > * ::-moz-placeholder, .text-color-1.form-lines > * .time_picker input::-moz-placeholder, .text-color-1.form-dotted-lines > * ::-moz-placeholder, .text-color-1.form-dotted-lines > * .time_picker input::-moz-placeholder {
  color: rgba(var(--color_dark), 0.6);
}
.text-color-1.form-lines > * ::placeholder, .text-color-1.form-lines > * .time_picker input::placeholder, .text-color-1.form-dotted-lines > * ::placeholder, .text-color-1.form-dotted-lines > * .time_picker input::placeholder {
  color: rgba(var(--color_dark), 0.6);
}

/* line 139, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .fc-button, .text-color-1 > * .fc-toolbar h2, .text-color-1 > * .fc-button-primary:disabled, .text-color-1 > * .fc-day-header {
  color: rgb(var(--color_dark));
}

/* line 145, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .fc-event {
  background-color: rgb(var(--color_dark)) !important;
  color: rgb(var(--light)) !important;
}

/* line 153, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-link {
  background-color: #0e002e;
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-1 .navbar .navbar-collapse {
    background-color: #0e002e;
  }
  /* line 160, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-1 .navbar .navbar-collapse .nav-link {
    border-color: rgba(var(--color_dark), 0.4);
  }
}

/* line 166, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .nav-link.active {
  color: rgb(var(--color_light)) !important;
}

/* line 171, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .noUi-horizontal .noUi-handle,
.text-color-1 > * .badge-default, .text-color-1 > * [data-hook="homepage_products"] div div a .product-component-price,
.text-color-1 > * .carousel-items-container div a .product-component-price,
.text-color-1 > * .card.plp-filters-card,
.text-color-1 > * .spree-flat-input, .text-color-1 > * .has-float-label label,
.text-color-1 > * .checkout-content-summary, .text-color-1 > * .checkout-content-summary-table,
.text-color-1 > * .checkout-content-summary-table-order-total, .text-color-1 > * .checkout-content-summary-header {
  background: rgb(var(--color_dark)) !important;
}

/* line 181, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .checkout-content-save-continue-button, .text-color-1 > * .cart-checkout-btn,
.text-color-1 > * .shopping-cart-buttons-checkout {
  background: rgb(var(--color_dark)) !important;
  border-color: rgb(var(--color_dark)) !important;
}

/* line 187, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 > * .noUi-horizontal .noUi-tooltip {
  color: rgb(var(--color_dark));
}

/* line 25, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2, .text-color-2 > *, .text-color-2 > * a, .text-color-2 > * label, .text-color-2 > * .fas, .text-color-2 > * .fa, .text-color-2 > * pre, .text-color-2 > * .share div .fas, .text-color-2 > * .share div .fa, .text-color-2 > * .navbar-toggler, .text-color-2 > * .btn, .text-color-2 > * .search-icons, .text-color-2 > * .account-icon, .text-color-2 > * .js-link-to-account, .text-color-2 nav div .navbar-nav .nav-item .nav-link, .text-color-2 > * .title, .text-color-2 > * .lead, .text-color-2 > * table, .text-color-2 > * .modal .articles, .text-color-2 > * .modal .articles-body, .text-color-2 .image-album-collection .card-body .card-img-overlay .card-title, .text-color-2 > * .product-details > *, .text-color-2 > * .product-details-title, .text-color-2 > * .product-details-subtitle, .text-color-2 > * .add-to-cart-form *, .text-color-2 > * .add-to-cart-button, .text-color-2 > * .shopping-cart-header, .text-color-2 > * .d-table-cell, .text-color-2 > * .shopping-cart-total *, .text-color-2 > * .spree-header, .text-color-2 > * .account-page-user-info-item > * {
  color: rgb(var(--color_light)) !important;
}

/* line 37, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 .page-item.active .page-link, .text-color-2 > * .page-item.active .page-link, .text-color-2 > * a .page-item.active .page-link, .text-color-2 > * label .page-item.active .page-link, .text-color-2 > * .fas .page-item.active .page-link, .text-color-2 > * .fa .page-item.active .page-link, .text-color-2 > * pre .page-item.active .page-link, .text-color-2 > * .share div .fas .page-item.active .page-link, .text-color-2 > * .share div .fa .page-item.active .page-link, .text-color-2 > * .navbar-toggler .page-item.active .page-link, .text-color-2 > * .btn .page-item.active .page-link, .text-color-2 > * .search-icons .page-item.active .page-link, .text-color-2 > * .account-icon .page-item.active .page-link, .text-color-2 > * .js-link-to-account .page-item.active .page-link, .text-color-2 nav div .navbar-nav .nav-item .nav-link .page-item.active .page-link, .text-color-2 > * .title .page-item.active .page-link, .text-color-2 > * .lead .page-item.active .page-link, .text-color-2 > * table .page-item.active .page-link, .text-color-2 > * .modal .articles .page-item.active .page-link, .text-color-2 > * .modal .articles-body .page-item.active .page-link, .text-color-2 .image-album-collection .card-body .card-img-overlay .card-title .page-item.active .page-link, .text-color-2 > * .product-details > * .page-item.active .page-link, .text-color-2 > * .product-details-title .page-item.active .page-link, .text-color-2 > * .product-details-subtitle .page-item.active .page-link, .text-color-2 > * .add-to-cart-form * .page-item.active .page-link, .text-color-2 > * .add-to-cart-button .page-item.active .page-link, .text-color-2 > * .shopping-cart-header .page-item.active .page-link, .text-color-2 > * .d-table-cell .page-item.active .page-link, .text-color-2 > * .shopping-cart-total * .page-item.active .page-link, .text-color-2 > * .spree-header .page-item.active .page-link, .text-color-2 > * .account-page-user-info-item > * .page-item.active .page-link {
  color: rgb(var(--color_bg)) !important;
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * path {
  fill: rgb(var(--color_light)) !important;
}

/* line 46, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 .cart-icon-count {
  background: currentColor !important;
  border-color: currentColor !important;
  color: inherit !important;
  -webkit-text-fill-color: rgb(var(--dark)) !important;
}

/* line 53, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .checkout-content-summary * {
  color: rgb(var(--dark)) !important;
}

/* line 58, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .btn-color-2, .text-color-2 > * .btn-color-2 .fas, .text-color-2 > * .btn-color-2 .fa {
  color: rgb(var(--dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-2 > * .btn-color-2-outline:hover, .text-color-2 > * .btn-color-2-outline:focus, .text-color-2 > * .btn-color-2 .fas-outline:hover, .text-color-2 > * .btn-color-2 .fas-outline:focus, .text-color-2 > * .btn-color-2 .fa-outline:hover, .text-color-2 > * .btn-color-2 .fa-outline:focus {
  color: rgb(var(--dark)) !important;
}

/* line 70, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .btn-primary, .text-color-2 > * .badge-default, .text-color-2 > * .submit {
  color: rgb(var(--dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-2 > * .btn-primary:hover, .text-color-2 > * .btn-primary:focus, .text-color-2 > * .badge-default:hover, .text-color-2 > * .badge-default:focus, .text-color-2 > * .submit:hover, .text-color-2 > * .submit:focus {
  color: rgb(var(--dark)) !important;
}

/* line 78, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .add-to-cart-button {
  color: rgb(var(--color_light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-2 > * .add-to-cart-button:hover, .text-color-2 > * .add-to-cart-button:focus {
  color: rgb(var(--color_light)) !important;
}

/* line 86, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .bt-socialshare i {
  color: rgb(var(--dark)) !important;
  background-color: rgb(var(--color_light)) !important;
}

/* line 91, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .btn-outline-primary {
  color: rgb(var(--color_light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-2 > * .btn-outline-primary:hover, .text-color-2 > * .btn-outline-primary:focus {
  color: rgb(var(--dark)) !important;
}

/* line 99, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * a.dropdown-item {
  color: inherit !important;
}

/* line 104, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2, .text-color-2 > *, .text-color-2 ul li, .text-color-2 .list-group-item.media a, .text-color-2 .article-slider .swiper-slide, .text-color-2 > * #inside-product-cart-form hr {
  border-color: rgba(var(--color_light), 0.5) !important;
}

/* line 111, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .form-control, form .time_picker .text-color-2 > * input, .text-color-2 > * .time_picker input, .text-color-2 > * button {
  color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
}

/* line 116, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * ::-moz-placeholder, .text-color-2 > * .time_picker input::-moz-placeholder {
  color: rgba(var(--color_light), 0.6);
}
.text-color-2 > * ::placeholder, .text-color-2 > * .time_picker input::placeholder {
  color: rgba(var(--color_light), 0.6);
}

/* line 120, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .submit {
  color: rgb(var(--color_light-fg));
  background-color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-2 > * .submit:hover, .text-color-2 > * .submit:focus {
  color: rgb(var(--color_light-fg));
  background-color: color-mix(in srgb, rgb(var(--color_light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_light)) 90%, black);
}

/* line 127, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2.form-lines > * .form-control, form .time_picker .text-color-2.form-lines > * input, .text-color-2.form-lines > * .time_picker input, .text-color-2.form-dotted-lines > * .form-control, form .time_picker .text-color-2.form-dotted-lines > * input, .text-color-2.form-dotted-lines > * .time_picker input {
  border-color: rgb(var(--color_light));
  color: rgb(var(--color_light));
}

/* line 132, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2.form-lines > * ::-moz-placeholder, .text-color-2.form-lines > * .time_picker input::-moz-placeholder, .text-color-2.form-dotted-lines > * ::-moz-placeholder, .text-color-2.form-dotted-lines > * .time_picker input::-moz-placeholder {
  color: rgba(var(--color_light), 0.6);
}
.text-color-2.form-lines > * ::placeholder, .text-color-2.form-lines > * .time_picker input::placeholder, .text-color-2.form-dotted-lines > * ::placeholder, .text-color-2.form-dotted-lines > * .time_picker input::placeholder {
  color: rgba(var(--color_light), 0.6);
}

/* line 139, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .fc-button, .text-color-2 > * .fc-toolbar h2, .text-color-2 > * .fc-button-primary:disabled, .text-color-2 > * .fc-day-header {
  color: rgb(var(--color_light));
}

/* line 145, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .fc-event {
  background-color: rgb(var(--color_light)) !important;
  color: rgb(var(--dark)) !important;
}

/* line 153, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-link {
  background-color: #0e002e;
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-2 .navbar .navbar-collapse {
    background-color: #0e002e;
  }
  /* line 160, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-2 .navbar .navbar-collapse .nav-link {
    border-color: rgba(var(--color_light), 0.4);
  }
}

/* line 166, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .nav-link.active {
  color: rgb(var(--color_dark)) !important;
}

/* line 171, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .noUi-horizontal .noUi-handle,
.text-color-2 > * .badge-default, .text-color-2 > * [data-hook="homepage_products"] div div a .product-component-price,
.text-color-2 > * .carousel-items-container div a .product-component-price,
.text-color-2 > * .card.plp-filters-card,
.text-color-2 > * .spree-flat-input, .text-color-2 > * .has-float-label label,
.text-color-2 > * .checkout-content-summary, .text-color-2 > * .checkout-content-summary-table,
.text-color-2 > * .checkout-content-summary-table-order-total, .text-color-2 > * .checkout-content-summary-header {
  background: rgb(var(--color_light)) !important;
}

/* line 181, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .checkout-content-save-continue-button, .text-color-2 > * .cart-checkout-btn,
.text-color-2 > * .shopping-cart-buttons-checkout {
  background: rgb(var(--color_light)) !important;
  border-color: rgb(var(--color_light)) !important;
}

/* line 187, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 > * .noUi-horizontal .noUi-tooltip {
  color: rgb(var(--color_light));
}

/* line 25, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background, .text-color-background > *, .text-color-background > * a, .text-color-background > * label, .text-color-background > * .fas, .text-color-background > * .fa, .text-color-background > * pre, .text-color-background > * .share div .fas, .text-color-background > * .share div .fa, .text-color-background > * .navbar-toggler, .text-color-background > * .btn, .text-color-background > * .search-icons, .text-color-background > * .account-icon, .text-color-background > * .js-link-to-account, .text-color-background nav div .navbar-nav .nav-item .nav-link, .text-color-background > * .title, .text-color-background > * .lead, .text-color-background > * table, .text-color-background > * .modal .articles, .text-color-background > * .modal .articles-body, .text-color-background .image-album-collection .card-body .card-img-overlay .card-title, .text-color-background > * .product-details > *, .text-color-background > * .product-details-title, .text-color-background > * .product-details-subtitle, .text-color-background > * .add-to-cart-form *, .text-color-background > * .add-to-cart-button, .text-color-background > * .shopping-cart-header, .text-color-background > * .d-table-cell, .text-color-background > * .shopping-cart-total *, .text-color-background > * .spree-header, .text-color-background > * .account-page-user-info-item > * {
  color: rgb(var(--color_bg)) !important;
}

/* line 37, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background .page-item.active .page-link, .text-color-background > * .page-item.active .page-link, .text-color-background > * a .page-item.active .page-link, .text-color-background > * label .page-item.active .page-link, .text-color-background > * .fas .page-item.active .page-link, .text-color-background > * .fa .page-item.active .page-link, .text-color-background > * pre .page-item.active .page-link, .text-color-background > * .share div .fas .page-item.active .page-link, .text-color-background > * .share div .fa .page-item.active .page-link, .text-color-background > * .navbar-toggler .page-item.active .page-link, .text-color-background > * .btn .page-item.active .page-link, .text-color-background > * .search-icons .page-item.active .page-link, .text-color-background > * .account-icon .page-item.active .page-link, .text-color-background > * .js-link-to-account .page-item.active .page-link, .text-color-background nav div .navbar-nav .nav-item .nav-link .page-item.active .page-link, .text-color-background > * .title .page-item.active .page-link, .text-color-background > * .lead .page-item.active .page-link, .text-color-background > * table .page-item.active .page-link, .text-color-background > * .modal .articles .page-item.active .page-link, .text-color-background > * .modal .articles-body .page-item.active .page-link, .text-color-background .image-album-collection .card-body .card-img-overlay .card-title .page-item.active .page-link, .text-color-background > * .product-details > * .page-item.active .page-link, .text-color-background > * .product-details-title .page-item.active .page-link, .text-color-background > * .product-details-subtitle .page-item.active .page-link, .text-color-background > * .add-to-cart-form * .page-item.active .page-link, .text-color-background > * .add-to-cart-button .page-item.active .page-link, .text-color-background > * .shopping-cart-header .page-item.active .page-link, .text-color-background > * .d-table-cell .page-item.active .page-link, .text-color-background > * .shopping-cart-total * .page-item.active .page-link, .text-color-background > * .spree-header .page-item.active .page-link, .text-color-background > * .account-page-user-info-item > * .page-item.active .page-link {
  color: rgb(var(--color_bg)) !important;
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * path {
  fill: rgb(var(--color_bg)) !important;
}

/* line 46, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background .cart-icon-count {
  background: currentColor !important;
  border-color: currentColor !important;
  color: inherit !important;
  -webkit-text-fill-color: rgb(var(--color-contrast-bg)) !important;
}

/* line 53, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .checkout-content-summary * {
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 58, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .btn-color-background, .text-color-background > * .btn-color-background .fas, .text-color-background > * .btn-color-background .fa {
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-background > * .btn-color-background-outline:hover, .text-color-background > * .btn-color-background-outline:focus, .text-color-background > * .btn-color-background .fas-outline:hover, .text-color-background > * .btn-color-background .fas-outline:focus, .text-color-background > * .btn-color-background .fa-outline:hover, .text-color-background > * .btn-color-background .fa-outline:focus {
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 70, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .btn-primary, .text-color-background > * .badge-default, .text-color-background > * .submit {
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-background > * .btn-primary:hover, .text-color-background > * .btn-primary:focus, .text-color-background > * .badge-default:hover, .text-color-background > * .badge-default:focus, .text-color-background > * .submit:hover, .text-color-background > * .submit:focus {
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 78, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .add-to-cart-button {
  color: rgb(var(--color_bg)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-background > * .add-to-cart-button:hover, .text-color-background > * .add-to-cart-button:focus {
  color: rgb(var(--color_bg)) !important;
}

/* line 86, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .bt-socialshare i {
  color: rgb(var(--color-contrast-bg)) !important;
  background-color: rgb(var(--color_bg)) !important;
}

/* line 91, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .btn-outline-primary {
  color: rgb(var(--color_bg)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-background > * .btn-outline-primary:hover, .text-color-background > * .btn-outline-primary:focus {
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 99, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * a.dropdown-item {
  color: inherit !important;
}

/* line 104, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background, .text-color-background > *, .text-color-background ul li, .text-color-background .list-group-item.media a, .text-color-background .article-slider .swiper-slide, .text-color-background > * #inside-product-cart-form hr {
  border-color: rgba(var(--color_bg), 0.5) !important;
}

/* line 111, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .form-control, form .time_picker .text-color-background > * input, .text-color-background > * .time_picker input, .text-color-background > * button {
  color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
}

/* line 116, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * ::-moz-placeholder, .text-color-background > * .time_picker input::-moz-placeholder {
  color: rgba(var(--color_bg), 0.6);
}
.text-color-background > * ::placeholder, .text-color-background > * .time_picker input::placeholder {
  color: rgba(var(--color_bg), 0.6);
}

/* line 120, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .submit {
  color: rgb(var(--color_bg-fg));
  background-color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-background > * .submit:hover, .text-color-background > * .submit:focus {
  color: rgb(var(--color_bg-fg));
  background-color: color-mix(in srgb, rgb(var(--color_bg)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_bg)) 90%, black);
}

/* line 127, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background.form-lines > * .form-control, form .time_picker .text-color-background.form-lines > * input, .text-color-background.form-lines > * .time_picker input, .text-color-background.form-dotted-lines > * .form-control, form .time_picker .text-color-background.form-dotted-lines > * input, .text-color-background.form-dotted-lines > * .time_picker input {
  border-color: rgb(var(--color_bg));
  color: rgb(var(--color_bg));
}

/* line 132, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background.form-lines > * ::-moz-placeholder, .text-color-background.form-lines > * .time_picker input::-moz-placeholder, .text-color-background.form-dotted-lines > * ::-moz-placeholder, .text-color-background.form-dotted-lines > * .time_picker input::-moz-placeholder {
  color: rgba(var(--color_bg), 0.6);
}
.text-color-background.form-lines > * ::placeholder, .text-color-background.form-lines > * .time_picker input::placeholder, .text-color-background.form-dotted-lines > * ::placeholder, .text-color-background.form-dotted-lines > * .time_picker input::placeholder {
  color: rgba(var(--color_bg), 0.6);
}

/* line 139, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .fc-button, .text-color-background > * .fc-toolbar h2, .text-color-background > * .fc-button-primary:disabled, .text-color-background > * .fc-day-header {
  color: rgb(var(--color_bg));
}

/* line 145, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .fc-event {
  background-color: rgb(var(--color_bg)) !important;
  color: rgb(var(--color-contrast-bg)) !important;
}

/* line 153, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-link {
  background-color: #dee2e6;
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-background .navbar .navbar-collapse {
    background-color: #dee2e6;
  }
  /* line 160, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-background .navbar .navbar-collapse .nav-link {
    border-color: rgba(var(--color_bg), 0.4);
  }
}

/* line 166, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .nav-link.active {
  color: rgb(var(--color_bg)) !important;
}

/* line 171, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .noUi-horizontal .noUi-handle,
.text-color-background > * .badge-default, .text-color-background > * [data-hook="homepage_products"] div div a .product-component-price,
.text-color-background > * .carousel-items-container div a .product-component-price,
.text-color-background > * .card.plp-filters-card,
.text-color-background > * .spree-flat-input, .text-color-background > * .has-float-label label,
.text-color-background > * .checkout-content-summary, .text-color-background > * .checkout-content-summary-table,
.text-color-background > * .checkout-content-summary-table-order-total, .text-color-background > * .checkout-content-summary-header {
  background: rgb(var(--color_bg)) !important;
}

/* line 181, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .checkout-content-save-continue-button, .text-color-background > * .cart-checkout-btn,
.text-color-background > * .shopping-cart-buttons-checkout {
  background: rgb(var(--color_bg)) !important;
  border-color: rgb(var(--color_bg)) !important;
}

/* line 187, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background > * .noUi-horizontal .noUi-tooltip {
  color: rgb(var(--color_bg));
}

/* line 25, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light, .text-color-light > *, .text-color-light > * a, .text-color-light > * label, .text-color-light > * .fas, .text-color-light > * .fa, .text-color-light > * pre, .text-color-light > * .share div .fas, .text-color-light > * .share div .fa, .text-color-light > * .navbar-toggler, .text-color-light > * .btn, .text-color-light > * .search-icons, .text-color-light > * .account-icon, .text-color-light > * .js-link-to-account, .text-color-light nav div .navbar-nav .nav-item .nav-link, .text-color-light > * .title, .text-color-light > * .lead, .text-color-light > * table, .text-color-light > * .modal .articles, .text-color-light > * .modal .articles-body, .text-color-light .image-album-collection .card-body .card-img-overlay .card-title, .text-color-light > * .product-details > *, .text-color-light > * .product-details-title, .text-color-light > * .product-details-subtitle, .text-color-light > * .add-to-cart-form *, .text-color-light > * .add-to-cart-button, .text-color-light > * .shopping-cart-header, .text-color-light > * .d-table-cell, .text-color-light > * .shopping-cart-total *, .text-color-light > * .spree-header, .text-color-light > * .account-page-user-info-item > * {
  color: rgb(var(--light)) !important;
}

/* line 37, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light .page-item.active .page-link, .text-color-light > * .page-item.active .page-link, .text-color-light > * a .page-item.active .page-link, .text-color-light > * label .page-item.active .page-link, .text-color-light > * .fas .page-item.active .page-link, .text-color-light > * .fa .page-item.active .page-link, .text-color-light > * pre .page-item.active .page-link, .text-color-light > * .share div .fas .page-item.active .page-link, .text-color-light > * .share div .fa .page-item.active .page-link, .text-color-light > * .navbar-toggler .page-item.active .page-link, .text-color-light > * .btn .page-item.active .page-link, .text-color-light > * .search-icons .page-item.active .page-link, .text-color-light > * .account-icon .page-item.active .page-link, .text-color-light > * .js-link-to-account .page-item.active .page-link, .text-color-light nav div .navbar-nav .nav-item .nav-link .page-item.active .page-link, .text-color-light > * .title .page-item.active .page-link, .text-color-light > * .lead .page-item.active .page-link, .text-color-light > * table .page-item.active .page-link, .text-color-light > * .modal .articles .page-item.active .page-link, .text-color-light > * .modal .articles-body .page-item.active .page-link, .text-color-light .image-album-collection .card-body .card-img-overlay .card-title .page-item.active .page-link, .text-color-light > * .product-details > * .page-item.active .page-link, .text-color-light > * .product-details-title .page-item.active .page-link, .text-color-light > * .product-details-subtitle .page-item.active .page-link, .text-color-light > * .add-to-cart-form * .page-item.active .page-link, .text-color-light > * .add-to-cart-button .page-item.active .page-link, .text-color-light > * .shopping-cart-header .page-item.active .page-link, .text-color-light > * .d-table-cell .page-item.active .page-link, .text-color-light > * .shopping-cart-total * .page-item.active .page-link, .text-color-light > * .spree-header .page-item.active .page-link, .text-color-light > * .account-page-user-info-item > * .page-item.active .page-link {
  color: rgb(var(--color_bg)) !important;
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * path {
  fill: rgb(var(--light)) !important;
}

/* line 46, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light .cart-icon-count {
  background: currentColor !important;
  border-color: currentColor !important;
  color: inherit !important;
  -webkit-text-fill-color: rgb(var(--dark)) !important;
}

/* line 53, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .checkout-content-summary * {
  color: rgb(var(--dark)) !important;
}

/* line 58, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .btn-color-light, .text-color-light > * .btn-color-light .fas, .text-color-light > * .btn-color-light .fa {
  color: rgb(var(--dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-light > * .btn-color-light-outline:hover, .text-color-light > * .btn-color-light-outline:focus, .text-color-light > * .btn-color-light .fas-outline:hover, .text-color-light > * .btn-color-light .fas-outline:focus, .text-color-light > * .btn-color-light .fa-outline:hover, .text-color-light > * .btn-color-light .fa-outline:focus {
  color: rgb(var(--dark)) !important;
}

/* line 70, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .btn-primary, .text-color-light > * .badge-default, .text-color-light > * .submit {
  color: rgb(var(--dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-light > * .btn-primary:hover, .text-color-light > * .btn-primary:focus, .text-color-light > * .badge-default:hover, .text-color-light > * .badge-default:focus, .text-color-light > * .submit:hover, .text-color-light > * .submit:focus {
  color: rgb(var(--dark)) !important;
}

/* line 78, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .add-to-cart-button {
  color: rgb(var(--light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-light > * .add-to-cart-button:hover, .text-color-light > * .add-to-cart-button:focus {
  color: rgb(var(--light)) !important;
}

/* line 86, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .bt-socialshare i {
  color: rgb(var(--dark)) !important;
  background-color: rgb(var(--light)) !important;
}

/* line 91, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .btn-outline-primary {
  color: rgb(var(--light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-light > * .btn-outline-primary:hover, .text-color-light > * .btn-outline-primary:focus {
  color: rgb(var(--dark)) !important;
}

/* line 99, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * a.dropdown-item {
  color: inherit !important;
}

/* line 104, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light, .text-color-light > *, .text-color-light ul li, .text-color-light .list-group-item.media a, .text-color-light .article-slider .swiper-slide, .text-color-light > * #inside-product-cart-form hr {
  border-color: rgba(var(--light), 0.5) !important;
}

/* line 111, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .form-control, form .time_picker .text-color-light > * input, .text-color-light > * .time_picker input, .text-color-light > * button {
  color: rgb(var(--light));
  border-color: rgb(var(--light));
}

/* line 116, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * ::-moz-placeholder, .text-color-light > * .time_picker input::-moz-placeholder {
  color: rgba(var(--light), 0.6);
}
.text-color-light > * ::placeholder, .text-color-light > * .time_picker input::placeholder {
  color: rgba(var(--light), 0.6);
}

/* line 120, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .submit {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-light > * .submit:hover, .text-color-light > * .submit:focus {
  color: rgb(var(--light-fg));
  background-color: color-mix(in srgb, rgb(var(--light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--light)) 90%, black);
}

/* line 127, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light.form-lines > * .form-control, form .time_picker .text-color-light.form-lines > * input, .text-color-light.form-lines > * .time_picker input, .text-color-light.form-dotted-lines > * .form-control, form .time_picker .text-color-light.form-dotted-lines > * input, .text-color-light.form-dotted-lines > * .time_picker input {
  border-color: rgb(var(--light));
  color: rgb(var(--light));
}

/* line 132, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light.form-lines > * ::-moz-placeholder, .text-color-light.form-lines > * .time_picker input::-moz-placeholder, .text-color-light.form-dotted-lines > * ::-moz-placeholder, .text-color-light.form-dotted-lines > * .time_picker input::-moz-placeholder {
  color: rgba(var(--light), 0.6);
}
.text-color-light.form-lines > * ::placeholder, .text-color-light.form-lines > * .time_picker input::placeholder, .text-color-light.form-dotted-lines > * ::placeholder, .text-color-light.form-dotted-lines > * .time_picker input::placeholder {
  color: rgba(var(--light), 0.6);
}

/* line 139, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .fc-button, .text-color-light > * .fc-toolbar h2, .text-color-light > * .fc-button-primary:disabled, .text-color-light > * .fc-day-header {
  color: rgb(var(--light));
}

/* line 145, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .fc-event {
  background-color: rgb(var(--light)) !important;
  color: rgb(var(--dark)) !important;
}

/* line 153, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-link {
  background-color: #0e002e;
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-light .navbar .navbar-collapse {
    background-color: #0e002e;
  }
  /* line 160, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-light .navbar .navbar-collapse .nav-link {
    border-color: rgba(var(--light), 0.4);
  }
}

/* line 166, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .nav-link.active {
  color: rgb(var(--dark)) !important;
}

/* line 171, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .noUi-horizontal .noUi-handle,
.text-color-light > * .badge-default, .text-color-light > * [data-hook="homepage_products"] div div a .product-component-price,
.text-color-light > * .carousel-items-container div a .product-component-price,
.text-color-light > * .card.plp-filters-card,
.text-color-light > * .spree-flat-input, .text-color-light > * .has-float-label label,
.text-color-light > * .checkout-content-summary, .text-color-light > * .checkout-content-summary-table,
.text-color-light > * .checkout-content-summary-table-order-total, .text-color-light > * .checkout-content-summary-header {
  background: rgb(var(--light)) !important;
}

/* line 181, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .checkout-content-save-continue-button, .text-color-light > * .cart-checkout-btn,
.text-color-light > * .shopping-cart-buttons-checkout {
  background: rgb(var(--light)) !important;
  border-color: rgb(var(--light)) !important;
}

/* line 187, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light > * .noUi-horizontal .noUi-tooltip {
  color: rgb(var(--light));
}

/* line 25, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark, form .help-block, .text-color-dark > *, form .help-block > *, .text-color-dark > * a, form .help-block > * a, .text-color-dark > * label, form .help-block > * label, .text-color-dark > * .fas, form .help-block > * .fas, .text-color-dark > * .fa, form .help-block > * .fa, .text-color-dark > * pre, form .help-block > * pre, .text-color-dark > * .share div .fas, .text-color-dark > * .share div .fa, .text-color-dark > * .navbar-toggler, form .help-block > * .navbar-toggler, .text-color-dark > * .btn, form .help-block > * .btn, .text-color-dark > * .search-icons, form .help-block > * .search-icons, .text-color-dark > * .account-icon, form .help-block > * .account-icon, .text-color-dark > * .js-link-to-account, form .help-block > * .js-link-to-account, .text-color-dark nav div .navbar-nav .nav-item .nav-link, form .help-block nav div .navbar-nav .nav-item .nav-link, .text-color-dark > * .title, form .help-block > * .title, .text-color-dark > * .lead, form .help-block > * .lead, .text-color-dark > * table, form .help-block > * table, .text-color-dark > * .modal .articles, form .help-block > * .modal .articles, .text-color-dark > * .modal .articles-body, form .help-block > * .modal .articles-body, .text-color-dark .image-album-collection .card-body .card-img-overlay .card-title, form .help-block .image-album-collection .card-body .card-img-overlay .card-title, .text-color-dark > * .product-details > *, form .help-block > * .product-details > *, .text-color-dark > * .product-details-title, form .help-block > * .product-details-title, .text-color-dark > * .product-details-subtitle, form .help-block > * .product-details-subtitle, .text-color-dark > * .add-to-cart-form *, form .help-block > * .add-to-cart-form *, .text-color-dark > * .add-to-cart-button, form .help-block > * .add-to-cart-button, .text-color-dark > * .shopping-cart-header, form .help-block > * .shopping-cart-header, .text-color-dark > * .d-table-cell, form .help-block > * .d-table-cell, .text-color-dark > * .shopping-cart-total *, form .help-block > * .shopping-cart-total *, .text-color-dark > * .spree-header, form .help-block > * .spree-header, .text-color-dark > * .account-page-user-info-item > *, form .help-block > * .account-page-user-info-item > * {
  color: rgb(var(--dark)) !important;
}

/* line 37, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark .page-item.active .page-link, form .help-block .page-item.active .page-link, .text-color-dark > * .page-item.active .page-link, .text-color-dark > * a .page-item.active .page-link, .text-color-dark > * label .page-item.active .page-link, .text-color-dark > * .fas .page-item.active .page-link, .text-color-dark > * .fa .page-item.active .page-link, .text-color-dark > * pre .page-item.active .page-link, .text-color-dark > * .share div .fas .page-item.active .page-link, .text-color-dark > * .share div .fa .page-item.active .page-link, .text-color-dark > * .navbar-toggler .page-item.active .page-link, .text-color-dark > * .btn .page-item.active .page-link, .text-color-dark > * .search-icons .page-item.active .page-link, .text-color-dark > * .account-icon .page-item.active .page-link, .text-color-dark > * .js-link-to-account .page-item.active .page-link, .text-color-dark nav div .navbar-nav .nav-item .nav-link .page-item.active .page-link, .text-color-dark > * .title .page-item.active .page-link, .text-color-dark > * .lead .page-item.active .page-link, .text-color-dark > * table .page-item.active .page-link, .text-color-dark > * .modal .articles .page-item.active .page-link, .text-color-dark > * .modal .articles-body .page-item.active .page-link, .text-color-dark .image-album-collection .card-body .card-img-overlay .card-title .page-item.active .page-link, .text-color-dark > * .product-details > * .page-item.active .page-link, .text-color-dark > * .product-details-title .page-item.active .page-link, .text-color-dark > * .product-details-subtitle .page-item.active .page-link, .text-color-dark > * .add-to-cart-form * .page-item.active .page-link, .text-color-dark > * .add-to-cart-button .page-item.active .page-link, .text-color-dark > * .shopping-cart-header .page-item.active .page-link, .text-color-dark > * .d-table-cell .page-item.active .page-link, .text-color-dark > * .shopping-cart-total * .page-item.active .page-link, .text-color-dark > * .spree-header .page-item.active .page-link, .text-color-dark > * .account-page-user-info-item > * .page-item.active .page-link {
  color: rgb(var(--color_bg)) !important;
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * path, form .help-block > * path {
  fill: rgb(var(--dark)) !important;
}

/* line 46, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark .cart-icon-count, form .help-block .cart-icon-count {
  background: currentColor !important;
  border-color: currentColor !important;
  color: inherit !important;
  -webkit-text-fill-color: rgb(var(--light)) !important;
}

/* line 53, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .checkout-content-summary *, form .help-block > * .checkout-content-summary * {
  color: rgb(var(--light)) !important;
}

/* line 58, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .btn-color-dark, form .help-block > * .btn-color-dark, .text-color-dark > * .btn-color-dark .fas, form .help-block > * .btn-color-dark .fas, .text-color-dark > * .btn-color-dark .fa, form .help-block > * .btn-color-dark .fa {
  color: rgb(var(--light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-dark > * .btn-color-dark-outline:hover, form .help-block > * .btn-color-dark-outline:hover, .text-color-dark > * .btn-color-dark-outline:focus, form .help-block > * .btn-color-dark-outline:focus, .text-color-dark > * .btn-color-dark .fas-outline:hover, form .help-block > * .btn-color-dark .fas-outline:hover, .text-color-dark > * .btn-color-dark .fas-outline:focus, form .help-block > * .btn-color-dark .fas-outline:focus, .text-color-dark > * .btn-color-dark .fa-outline:hover, form .help-block > * .btn-color-dark .fa-outline:hover, .text-color-dark > * .btn-color-dark .fa-outline:focus, form .help-block > * .btn-color-dark .fa-outline:focus {
  color: rgb(var(--light)) !important;
}

/* line 70, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .btn-primary, form .help-block > * .btn-primary, .text-color-dark > * .badge-default, form .help-block > * .badge-default, .text-color-dark > * .submit, form .help-block > * .submit {
  color: rgb(var(--light)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-dark > * .btn-primary:hover, form .help-block > * .btn-primary:hover, .text-color-dark > * .btn-primary:focus, form .help-block > * .btn-primary:focus, .text-color-dark > * .badge-default:hover, form .help-block > * .badge-default:hover, .text-color-dark > * .badge-default:focus, form .help-block > * .badge-default:focus, .text-color-dark > * .submit:hover, form .help-block > * .submit:hover, .text-color-dark > * .submit:focus, form .help-block > * .submit:focus {
  color: rgb(var(--light)) !important;
}

/* line 78, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .add-to-cart-button, form .help-block > * .add-to-cart-button {
  color: rgb(var(--dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-dark > * .add-to-cart-button:hover, form .help-block > * .add-to-cart-button:hover, .text-color-dark > * .add-to-cart-button:focus, form .help-block > * .add-to-cart-button:focus {
  color: rgb(var(--dark)) !important;
}

/* line 86, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .bt-socialshare i, form .help-block > * .bt-socialshare i {
  color: rgb(var(--light)) !important;
  background-color: rgb(var(--dark)) !important;
}

/* line 91, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .btn-outline-primary, form .help-block > * .btn-outline-primary {
  color: rgb(var(--dark)) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-dark > * .btn-outline-primary:hover, form .help-block > * .btn-outline-primary:hover, .text-color-dark > * .btn-outline-primary:focus, form .help-block > * .btn-outline-primary:focus {
  color: rgb(var(--light)) !important;
}

/* line 99, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * a.dropdown-item, form .help-block > * a.dropdown-item {
  color: inherit !important;
}

/* line 104, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark, form .help-block, .text-color-dark > *, form .help-block > *, .text-color-dark ul li, form .help-block ul li, .text-color-dark .list-group-item.media a, form .help-block .list-group-item.media a, .text-color-dark .article-slider .swiper-slide, form .help-block .article-slider .swiper-slide, .text-color-dark > * #inside-product-cart-form hr, form .help-block > * #inside-product-cart-form hr {
  border-color: rgba(var(--dark), 0.5) !important;
}

/* line 111, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .form-control, form .time_picker .text-color-dark > * input, form .help-block > * .form-control, form .help-block > * .time_picker input, form .time_picker .help-block > * input, .text-color-dark > * .time_picker input, .text-color-dark > * button, form .help-block > * button {
  color: rgb(var(--dark));
  border-color: rgb(var(--dark));
}

/* line 116, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * ::-moz-placeholder, form .help-block > * ::-moz-placeholder, .text-color-dark > * .time_picker input::-moz-placeholder {
  color: rgba(var(--dark), 0.7);
}
.text-color-dark > * ::placeholder, form .help-block > * ::placeholder, .text-color-dark > * .time_picker input::placeholder {
  color: rgba(var(--dark), 0.7);
}

/* line 120, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .submit, form .help-block > * .submit {
  color: rgb(var(--dark-fg));
  background-color: rgb(var(--dark));
  border-color: rgb(var(--dark));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.text-color-dark > * .submit:hover, form .help-block > * .submit:hover, .text-color-dark > * .submit:focus, form .help-block > * .submit:focus {
  color: rgb(var(--dark-fg));
  background-color: color-mix(in srgb, rgb(var(--dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--dark)) 90%, black);
}

/* line 127, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark.form-lines > * .form-control, form .time_picker .text-color-dark.form-lines > * input, form .form-lines.help-block > * .form-control, form .form-lines.help-block > * .time_picker input, form .time_picker .form-lines.help-block > * input, .text-color-dark.form-lines > * .time_picker input, .text-color-dark.form-dotted-lines > * .form-control, form .time_picker .text-color-dark.form-dotted-lines > * input, form .form-dotted-lines.help-block > * .form-control, form .form-dotted-lines.help-block > * .time_picker input, form .time_picker .form-dotted-lines.help-block > * input, .text-color-dark.form-dotted-lines > * .time_picker input {
  border-color: rgb(var(--dark));
  color: rgb(var(--dark));
}

/* line 132, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark.form-lines > * ::-moz-placeholder, form .form-lines.help-block > * ::-moz-placeholder, .text-color-dark.form-lines > * .time_picker input::-moz-placeholder, .text-color-dark.form-dotted-lines > * ::-moz-placeholder, form .form-dotted-lines.help-block > * ::-moz-placeholder, .text-color-dark.form-dotted-lines > * .time_picker input::-moz-placeholder {
  color: rgba(var(--dark), 0.6);
}
.text-color-dark.form-lines > * ::placeholder, form .form-lines.help-block > * ::placeholder, .text-color-dark.form-lines > * .time_picker input::placeholder, .text-color-dark.form-dotted-lines > * ::placeholder, form .form-dotted-lines.help-block > * ::placeholder, .text-color-dark.form-dotted-lines > * .time_picker input::placeholder {
  color: rgba(var(--dark), 0.6);
}

/* line 139, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .fc-button, form .help-block > * .fc-button, .text-color-dark > * .fc-toolbar h2, form .help-block > * .fc-toolbar h2, .text-color-dark > * .fc-button-primary:disabled, form .help-block > * .fc-button-primary:disabled, .text-color-dark > * .fc-day-header, form .help-block > * .fc-day-header {
  color: rgb(var(--dark));
}

/* line 145, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .fc-event, form .help-block > * .fc-event {
  background-color: rgb(var(--dark)) !important;
  color: rgb(var(--light)) !important;
}

/* line 153, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-link, form .help-block .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-link {
  background-color: #0e002e;
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-dark .navbar .navbar-collapse, form .help-block .navbar .navbar-collapse {
    background-color: #0e002e;
  }
  /* line 160, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .text-color-dark .navbar .navbar-collapse .nav-link, form .help-block .navbar .navbar-collapse .nav-link {
    border-color: rgba(var(--dark), 0.4);
  }
}

/* line 166, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .nav-link.active, form .help-block > * .nav-link.active {
  color: rgb(var(--light)) !important;
}

/* line 171, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .noUi-horizontal .noUi-handle, form .help-block > * .noUi-horizontal .noUi-handle,
.text-color-dark > * .badge-default,
form .help-block > * .badge-default, .text-color-dark > * [data-hook="homepage_products"] div div a .product-component-price, form .help-block > * [data-hook="homepage_products"] div div a .product-component-price,
.text-color-dark > * .carousel-items-container div a .product-component-price,
form .help-block > * .carousel-items-container div a .product-component-price,
.text-color-dark > * .card.plp-filters-card,
form .help-block > * .card.plp-filters-card,
.text-color-dark > * .spree-flat-input,
form .help-block > * .spree-flat-input, .text-color-dark > * .has-float-label label, form .help-block > * .has-float-label label,
.text-color-dark > * .checkout-content-summary,
form .help-block > * .checkout-content-summary, .text-color-dark > * .checkout-content-summary-table, form .help-block > * .checkout-content-summary-table,
.text-color-dark > * .checkout-content-summary-table-order-total,
form .help-block > * .checkout-content-summary-table-order-total, .text-color-dark > * .checkout-content-summary-header, form .help-block > * .checkout-content-summary-header {
  background: rgb(var(--dark)) !important;
}

/* line 181, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .checkout-content-save-continue-button, form .help-block > * .checkout-content-save-continue-button, .text-color-dark > * .cart-checkout-btn, form .help-block > * .cart-checkout-btn,
.text-color-dark > * .shopping-cart-buttons-checkout,
form .help-block > * .shopping-cart-buttons-checkout {
  background: rgb(var(--dark)) !important;
  border-color: rgb(var(--dark)) !important;
}

/* line 187, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark > * .noUi-horizontal .noUi-tooltip, form .help-block > * .noUi-horizontal .noUi-tooltip {
  color: rgb(var(--dark));
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1, .overlay-color-1.col::before, .overlay-color-1 .swiper-slide::after, .overlay-color-1 .row::after {
  background-color: rgb(var(--color_dark));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-0, .bg-opacity-0.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-0.swiper-slide::after, .overlay-color-1 .bg-opacity-0.row::after {
  background-color: rgba(var(--color_dark), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-10, .bg-opacity-10.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-10.swiper-slide::after, .overlay-color-1 .bg-opacity-10.row::after {
  background-color: rgba(var(--color_dark), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-20, .bg-opacity-20.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-20.swiper-slide::after, .overlay-color-1 .bg-opacity-20.row::after {
  background-color: rgba(var(--color_dark), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-30, .bg-opacity-30.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-30.swiper-slide::after, .overlay-color-1 .bg-opacity-30.row::after {
  background-color: rgba(var(--color_dark), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-40, .bg-opacity-40.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-40.swiper-slide::after, .overlay-color-1 .bg-opacity-40.row::after {
  background-color: rgba(var(--color_dark), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-50, .bg-opacity-50.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-50.swiper-slide::after, .overlay-color-1 .bg-opacity-50.row::after {
  background-color: rgba(var(--color_dark), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-60, .bg-opacity-60.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-60.swiper-slide::after, .overlay-color-1 .bg-opacity-60.row::after {
  background-color: rgba(var(--color_dark), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-70, .bg-opacity-70.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-70.swiper-slide::after, .overlay-color-1 .bg-opacity-70.row::after {
  background-color: rgba(var(--color_dark), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-80, .bg-opacity-80.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-80.swiper-slide::after, .overlay-color-1 .bg-opacity-80.row::after {
  background-color: rgba(var(--color_dark), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-1.bg-opacity-90, .bg-opacity-90.overlay-color-1.col::before, .overlay-color-1 .bg-opacity-90.swiper-slide::after, .overlay-color-1 .bg-opacity-90.row::after {
  background-color: rgba(var(--color_dark), 0.9);
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2, .overlay-color-2.col::before, .overlay-color-2 .swiper-slide::after, .overlay-color-2 .row::after {
  background-color: rgb(var(--color_light));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-0, .bg-opacity-0.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-0.swiper-slide::after, .overlay-color-2 .bg-opacity-0.row::after {
  background-color: rgba(var(--color_light), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-10, .bg-opacity-10.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-10.swiper-slide::after, .overlay-color-2 .bg-opacity-10.row::after {
  background-color: rgba(var(--color_light), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-20, .bg-opacity-20.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-20.swiper-slide::after, .overlay-color-2 .bg-opacity-20.row::after {
  background-color: rgba(var(--color_light), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-30, .bg-opacity-30.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-30.swiper-slide::after, .overlay-color-2 .bg-opacity-30.row::after {
  background-color: rgba(var(--color_light), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-40, .bg-opacity-40.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-40.swiper-slide::after, .overlay-color-2 .bg-opacity-40.row::after {
  background-color: rgba(var(--color_light), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-50, .bg-opacity-50.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-50.swiper-slide::after, .overlay-color-2 .bg-opacity-50.row::after {
  background-color: rgba(var(--color_light), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-60, .bg-opacity-60.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-60.swiper-slide::after, .overlay-color-2 .bg-opacity-60.row::after {
  background-color: rgba(var(--color_light), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-70, .bg-opacity-70.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-70.swiper-slide::after, .overlay-color-2 .bg-opacity-70.row::after {
  background-color: rgba(var(--color_light), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-80, .bg-opacity-80.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-80.swiper-slide::after, .overlay-color-2 .bg-opacity-80.row::after {
  background-color: rgba(var(--color_light), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-2.bg-opacity-90, .bg-opacity-90.overlay-color-2.col::before, .overlay-color-2 .bg-opacity-90.swiper-slide::after, .overlay-color-2 .bg-opacity-90.row::after {
  background-color: rgba(var(--color_light), 0.9);
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background, .overlay-color-background.col::before, .overlay-color-background .swiper-slide::after, .overlay-color-background .row::after {
  background-color: rgb(var(--color_bg));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-0, .bg-opacity-0.overlay-color-background.col::before, .overlay-color-background .bg-opacity-0.swiper-slide::after, .overlay-color-background .bg-opacity-0.row::after {
  background-color: rgba(var(--color_bg), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-10, .bg-opacity-10.overlay-color-background.col::before, .overlay-color-background .bg-opacity-10.swiper-slide::after, .overlay-color-background .bg-opacity-10.row::after {
  background-color: rgba(var(--color_bg), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-20, .bg-opacity-20.overlay-color-background.col::before, .overlay-color-background .bg-opacity-20.swiper-slide::after, .overlay-color-background .bg-opacity-20.row::after {
  background-color: rgba(var(--color_bg), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-30, .bg-opacity-30.overlay-color-background.col::before, .overlay-color-background .bg-opacity-30.swiper-slide::after, .overlay-color-background .bg-opacity-30.row::after {
  background-color: rgba(var(--color_bg), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-40, .bg-opacity-40.overlay-color-background.col::before, .overlay-color-background .bg-opacity-40.swiper-slide::after, .overlay-color-background .bg-opacity-40.row::after {
  background-color: rgba(var(--color_bg), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-50, .bg-opacity-50.overlay-color-background.col::before, .overlay-color-background .bg-opacity-50.swiper-slide::after, .overlay-color-background .bg-opacity-50.row::after {
  background-color: rgba(var(--color_bg), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-60, .bg-opacity-60.overlay-color-background.col::before, .overlay-color-background .bg-opacity-60.swiper-slide::after, .overlay-color-background .bg-opacity-60.row::after {
  background-color: rgba(var(--color_bg), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-70, .bg-opacity-70.overlay-color-background.col::before, .overlay-color-background .bg-opacity-70.swiper-slide::after, .overlay-color-background .bg-opacity-70.row::after {
  background-color: rgba(var(--color_bg), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-80, .bg-opacity-80.overlay-color-background.col::before, .overlay-color-background .bg-opacity-80.swiper-slide::after, .overlay-color-background .bg-opacity-80.row::after {
  background-color: rgba(var(--color_bg), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-background.bg-opacity-90, .bg-opacity-90.overlay-color-background.col::before, .overlay-color-background .bg-opacity-90.swiper-slide::after, .overlay-color-background .bg-opacity-90.row::after {
  background-color: rgba(var(--color_bg), 0.9);
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light, .overlay-color-light.col::before, .overlay-color-light .swiper-slide::after, .overlay-color-light .row::after {
  background-color: rgb(var(--light));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-0, .bg-opacity-0.overlay-color-light.col::before, .overlay-color-light .bg-opacity-0.swiper-slide::after, .overlay-color-light .bg-opacity-0.row::after {
  background-color: rgba(var(--light), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-10, .bg-opacity-10.overlay-color-light.col::before, .overlay-color-light .bg-opacity-10.swiper-slide::after, .overlay-color-light .bg-opacity-10.row::after {
  background-color: rgba(var(--light), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-20, .bg-opacity-20.overlay-color-light.col::before, .overlay-color-light .bg-opacity-20.swiper-slide::after, .overlay-color-light .bg-opacity-20.row::after {
  background-color: rgba(var(--light), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-30, .bg-opacity-30.overlay-color-light.col::before, .overlay-color-light .bg-opacity-30.swiper-slide::after, .overlay-color-light .bg-opacity-30.row::after {
  background-color: rgba(var(--light), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-40, .bg-opacity-40.overlay-color-light.col::before, .overlay-color-light .bg-opacity-40.swiper-slide::after, .overlay-color-light .bg-opacity-40.row::after {
  background-color: rgba(var(--light), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-50, .bg-opacity-50.overlay-color-light.col::before, .overlay-color-light .bg-opacity-50.swiper-slide::after, .overlay-color-light .bg-opacity-50.row::after {
  background-color: rgba(var(--light), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-60, .bg-opacity-60.overlay-color-light.col::before, .overlay-color-light .bg-opacity-60.swiper-slide::after, .overlay-color-light .bg-opacity-60.row::after {
  background-color: rgba(var(--light), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-70, .bg-opacity-70.overlay-color-light.col::before, .overlay-color-light .bg-opacity-70.swiper-slide::after, .overlay-color-light .bg-opacity-70.row::after {
  background-color: rgba(var(--light), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-80, .bg-opacity-80.overlay-color-light.col::before, .overlay-color-light .bg-opacity-80.swiper-slide::after, .overlay-color-light .bg-opacity-80.row::after {
  background-color: rgba(var(--light), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-light.bg-opacity-90, .bg-opacity-90.overlay-color-light.col::before, .overlay-color-light .bg-opacity-90.swiper-slide::after, .overlay-color-light .bg-opacity-90.row::after {
  background-color: rgba(var(--light), 0.9);
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white {
  background-color: rgb(var(--white));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-0 {
  background-color: rgba(var(--white), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-10 {
  background-color: rgba(var(--white), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-20 {
  background-color: rgba(var(--white), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-30 {
  background-color: rgba(var(--white), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-40 {
  background-color: rgba(var(--white), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-50 {
  background-color: rgba(var(--white), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-60 {
  background-color: rgba(var(--white), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-70 {
  background-color: rgba(var(--white), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-80 {
  background-color: rgba(var(--white), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-white.bg-opacity-90 {
  background-color: rgba(var(--white), 0.9);
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark, .overlay-color-dark.col::before, .overlay-color-dark .swiper-slide::after, .overlay-color-dark .row::after {
  background-color: rgb(var(--dark));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-0, .bg-opacity-0.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-0.swiper-slide::after, .overlay-color-dark .bg-opacity-0.row::after {
  background-color: rgba(var(--dark), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-10, .bg-opacity-10.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-10.swiper-slide::after, .overlay-color-dark .bg-opacity-10.row::after {
  background-color: rgba(var(--dark), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-20, .bg-opacity-20.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-20.swiper-slide::after, .overlay-color-dark .bg-opacity-20.row::after {
  background-color: rgba(var(--dark), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-30, .bg-opacity-30.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-30.swiper-slide::after, .overlay-color-dark .bg-opacity-30.row::after {
  background-color: rgba(var(--dark), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-40, .bg-opacity-40.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-40.swiper-slide::after, .overlay-color-dark .bg-opacity-40.row::after {
  background-color: rgba(var(--dark), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-50, .bg-opacity-50.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-50.swiper-slide::after, .overlay-color-dark .bg-opacity-50.row::after {
  background-color: rgba(var(--dark), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-60, .bg-opacity-60.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-60.swiper-slide::after, .overlay-color-dark .bg-opacity-60.row::after {
  background-color: rgba(var(--dark), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-70, .bg-opacity-70.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-70.swiper-slide::after, .overlay-color-dark .bg-opacity-70.row::after {
  background-color: rgba(var(--dark), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-80, .bg-opacity-80.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-80.swiper-slide::after, .overlay-color-dark .bg-opacity-80.row::after {
  background-color: rgba(var(--dark), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-dark.bg-opacity-90, .bg-opacity-90.overlay-color-dark.col::before, .overlay-color-dark .bg-opacity-90.swiper-slide::after, .overlay-color-dark .bg-opacity-90.row::after {
  background-color: rgba(var(--dark), 0.9);
}

/* line 204, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black {
  background-color: rgb(var(--black));
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-0 {
  background-color: rgba(var(--black), 0);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-10 {
  background-color: rgba(var(--black), 0.1);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-20 {
  background-color: rgba(var(--black), 0.2);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-30 {
  background-color: rgba(var(--black), 0.3);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-40 {
  background-color: rgba(var(--black), 0.4);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-50 {
  background-color: rgba(var(--black), 0.5);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-60 {
  background-color: rgba(var(--black), 0.6);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-70 {
  background-color: rgba(var(--black), 0.7);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-80 {
  background-color: rgba(var(--black), 0.8);
}

/* line 208, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-color-black.bg-opacity-90 {
  background-color: rgba(var(--black), 0.9);
}

/* line 227, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-1 {
  background-image: linear-gradient(to bottom, rgba(var(--color_dark), 0.85) 25%, rgb(var(--color_dark)) 85%);
  background-repeat: repeat-x;
}

/* line 232, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-1-transparent, .overlay-color-1-transparent div .card .card-body, .overlay-color-1-transparent.col::before, .overlay-color-1-transparent .swiper-slide::after, .overlay-color-1-transparent .row::after {
  background-image: linear-gradient(to bottom, rgb(var(--color_dark)) 25%, rgba(var(--color_dark), 0) 85%);
  background-repeat: repeat-x;
}

/* line 227, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-2 {
  background-image: linear-gradient(to bottom, rgba(var(--color_light), 0.85) 25%, rgb(var(--color_light)) 85%);
  background-repeat: repeat-x;
}

/* line 232, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-2-transparent, .overlay-color-2-transparent div .card .card-body, .overlay-color-2-transparent.col::before, .overlay-color-2-transparent .swiper-slide::after, .overlay-color-2-transparent .row::after {
  background-image: linear-gradient(to bottom, rgb(var(--color_light)) 25%, rgba(var(--color_light), 0) 85%);
  background-repeat: repeat-x;
}

/* line 227, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-background {
  background-image: linear-gradient(to bottom, rgba(var(--color_bg), 0.85) 25%, rgb(var(--color_bg)) 85%);
  background-repeat: repeat-x;
}

/* line 232, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-background-transparent, .overlay-color-background-transparent div .card .card-body, .overlay-color-background-transparent.col::before, .overlay-color-background-transparent .swiper-slide::after, .overlay-color-background-transparent .row::after {
  background-image: linear-gradient(to bottom, rgb(var(--color_bg)) 25%, rgba(var(--color_bg), 0) 85%);
  background-repeat: repeat-x;
}

/* line 227, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-light {
  background-image: linear-gradient(to bottom, rgba(var(--white), 0.85) 25%, rgb(var(--white)) 85%);
  background-repeat: repeat-x;
}

/* line 232, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-light-transparent, .overlay-color-light-transparent div .card .card-body, .overlay-color-light-transparent.col::before, .overlay-color-light-transparent .swiper-slide::after, .overlay-color-light-transparent .row::after {
  background-image: linear-gradient(to bottom, rgb(var(--white)) 25%, rgba(var(--white), 0) 85%);
  background-repeat: repeat-x;
}

/* line 227, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-dark {
  background-image: linear-gradient(to bottom, rgba(var(--black), 0.85) 25%, rgb(var(--black)) 85%);
  background-repeat: repeat-x;
}

/* line 232, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-dark-transparent, .overlay-color-dark-transparent div .card .card-body, .overlay-color-dark-transparent.col::before, .overlay-color-dark-transparent .swiper-slide::after, .overlay-color-dark-transparent .row::after {
  background-image: linear-gradient(to bottom, rgb(var(--black)) 25%, rgba(var(--black), 0) 85%);
  background-repeat: repeat-x;
}

/* line 227, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.bg-gradient-darklight, .overlay-color-darklight.col::before, .overlay-color-darklight .swiper-slide::after, .overlay-color-darklight .row::after {
  background-image: linear-gradient(to bottom, rgb(var(--color_light)) 25%, rgb(var(--color_dark)) 75%);
  background-repeat: repeat-x;
}

/* line 250, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-1.col::before, .overlay-color-1 .swiper-slide::after, .overlay-color-1 .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 255, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-1 div .card .card-body {
  background-color: rgba(var(--color_dark), 0.6) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.overlay-color-1 div .card .card-body:hover, .overlay-color-1 div .card .card-body:focus {
  background-color: rgba(var(--color_dark), 0.8) !important;
}

/* line 263, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-1-transparent.col::before, .overlay-color-1-transparent .swiper-slide::after, .overlay-color-1-transparent .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 250, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-2.col::before, .overlay-color-2 .swiper-slide::after, .overlay-color-2 .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 255, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-2 div .card .card-body {
  background-color: rgba(var(--color_light), 0.6) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.overlay-color-2 div .card .card-body:hover, .overlay-color-2 div .card .card-body:focus {
  background-color: rgba(var(--color_light), 0.8) !important;
}

/* line 263, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-2-transparent.col::before, .overlay-color-2-transparent .swiper-slide::after, .overlay-color-2-transparent .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 250, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-background.col::before, .overlay-color-background .swiper-slide::after, .overlay-color-background .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 255, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-background div .card .card-body {
  background-color: rgba(var(--color_bg), 0.6) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.overlay-color-background div .card .card-body:hover, .overlay-color-background div .card .card-body:focus {
  background-color: rgba(var(--color_bg), 0.8) !important;
}

/* line 263, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-background-transparent.col::before, .overlay-color-background-transparent .swiper-slide::after, .overlay-color-background-transparent .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 250, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-light.col::before, .overlay-color-light .swiper-slide::after, .overlay-color-light .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 255, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-light div .card .card-body {
  background-color: rgba(var(--light), 0.6) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.overlay-color-light div .card .card-body:hover, .overlay-color-light div .card .card-body:focus {
  background-color: rgba(var(--light), 0.8) !important;
}

/* line 263, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-light-transparent.col::before, .overlay-color-light-transparent .swiper-slide::after, .overlay-color-light-transparent .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 250, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-dark.col::before, .overlay-color-dark .swiper-slide::after, .overlay-color-dark .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 255, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-dark div .card .card-body {
  background-color: rgba(var(--dark), 0.6) !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.overlay-color-dark div .card .card-body:hover, .overlay-color-dark div .card .card-body:focus {
  background-color: rgba(var(--dark), 0.8) !important;
}

/* line 263, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-dark-transparent.col::before, .overlay-color-dark-transparent .swiper-slide::after, .overlay-color-dark-transparent .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 282, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.overlay-color-darklight.col::before, .overlay-color-darklight .swiper-slide::after, .overlay-color-darklight .row::after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  border-radius: inherit;
}

/* line 291, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.card-color-1 div .card {
  background-color: rgb(var(--color_dark));
}

/* line 291, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.card-color-2 div .card {
  background-color: rgb(var(--color_light));
}

/* line 291, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.card-color-background div .card {
  background-color: rgb(var(--color_bg));
}

/* line 291, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.card-color-light div .card {
  background-color: rgb(var(--light));
}

/* line 291, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.card-color-dark div .card {
  background-color: rgb(var(--dark));
}

/* line 306, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-1 > * .nav-item {
  color: rgb(var(--color_dark-fg));
  background-color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-blocks-1 > * .nav-item:hover, .navbar-blocks-1 > * .nav-item:focus {
  color: rgb(var(--color_dark-fg));
  background-color: color-mix(in srgb, rgb(var(--color_dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_dark)) 90%, black);
}

/* line 308, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-1 > * .nav-item .nav-link {
  color: #f8f9fa;
}

/* line 306, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-2 > * .nav-item {
  color: rgb(var(--color_light-fg));
  background-color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-blocks-2 > * .nav-item:hover, .navbar-blocks-2 > * .nav-item:focus {
  color: rgb(var(--color_light-fg));
  background-color: color-mix(in srgb, rgb(var(--color_light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_light)) 90%, black);
}

/* line 308, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-2 > * .nav-item .nav-link {
  color: #f8f9fa;
}

/* line 306, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-background > * .nav-item {
  color: rgb(var(--color_bg-fg));
  background-color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-blocks-background > * .nav-item:hover, .navbar-blocks-background > * .nav-item:focus {
  color: rgb(var(--color_bg-fg));
  background-color: color-mix(in srgb, rgb(var(--color_bg)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_bg)) 90%, black);
}

/* line 308, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-background > * .nav-item .nav-link {
  color: white;
}

/* line 306, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-light > * .nav-item {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-blocks-light > * .nav-item:hover, .navbar-blocks-light > * .nav-item:focus {
  color: rgb(var(--light-fg));
  background-color: color-mix(in srgb, rgb(var(--light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--light)) 90%, black);
}

/* line 308, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-light > * .nav-item .nav-link {
  color: #343a40;
}

/* line 306, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-dark > * .nav-item {
  color: rgb(var(--dark-fg));
  background-color: rgb(var(--dark));
  border-color: rgb(var(--dark));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-blocks-dark > * .nav-item:hover, .navbar-blocks-dark > * .nav-item:focus {
  color: rgb(var(--dark-fg));
  background-color: color-mix(in srgb, rgb(var(--dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--dark)) 90%, black);
}

/* line 308, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-blocks-dark > * .nav-item .nav-link {
  color: #f8f9fa !important;
}

/* line 325, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-1 .navbar, .navbar-columns-1 .dropdown-menu {
  background-color: #0e002e !important;
}

/* line 327, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-1 .navbar .nav-link, .navbar-columns-1 .dropdown-menu .nav-link {
  color: #f8f9fa;
}

/* line 330, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-1 .spree-icon path {
  fill: #f8f9fa;
}

/* line 325, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-2 .navbar, .navbar-columns-2 .dropdown-menu {
  background-color: white !important;
}

/* line 327, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-2 .navbar .nav-link, .navbar-columns-2 .dropdown-menu .nav-link {
  color: #f8f9fa;
}

/* line 330, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-2 .spree-icon path {
  fill: #f8f9fa;
}

/* line 325, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-background .navbar, .navbar-columns-background .dropdown-menu {
  background-color: #0e002e !important;
}

/* line 327, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-background .navbar .nav-link, .navbar-columns-background .dropdown-menu .nav-link {
  color: white;
}

/* line 330, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-background .spree-icon path {
  fill: white !important;
}

/* line 325, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-light .navbar, .navbar-columns-light .dropdown-menu {
  background-color: #f8f9fa !important;
}

/* line 327, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-light .navbar .nav-link, .navbar-columns-light .dropdown-menu .nav-link {
  color: #343a40;
}

/* line 330, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-light .spree-icon path {
  fill: #343a40 !important;
}

/* line 325, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-dark .navbar, .navbar-columns-dark .dropdown-menu {
  background-color: #343a40 !important;
}

/* line 327, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns-dark .navbar .nav-link, .navbar-columns-dark .dropdown-menu .nav-link {
  color: #f8f9fa !important;
}

/* line 341, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.navbar-columns .spree-icon path, .navbar-columns-1 .spree-icon path, .navbar-columns-2 .spree-icon path, .navbar-columns-background .spree-icon path, .navbar-columns-light .spree-icon path, .navbar-columns-dark .spree-icon path {
  fill: #f8f9fa;
}

/* line 346, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.border-color-1 > *, .border-color-1, .border-color-1 .nav-tabs .nav-link, .border-color-1 .tab-content, .border-color-1 .form-control, .border-color-1 form .time_picker input, form .time_picker .border-color-1 input {
  border-color: rgb(var(--color_dark)) !important;
}

/* line 346, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.border-color-2 > *, .border-color-2, .border-color-2 .nav-tabs .nav-link, .border-color-2 .tab-content, .border-color-2 .form-control, .border-color-2 form .time_picker input, form .time_picker .border-color-2 input {
  border-color: rgb(var(--color_light)) !important;
}

/* line 346, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.border-color-background > *, .border-color-background, .border-color-background .nav-tabs .nav-link, .border-color-background .tab-content, .border-color-background .form-control, .border-color-background form .time_picker input, form .time_picker .border-color-background input {
  border-color: rgb(var(--color_bg)) !important;
}

/* line 346, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.border-color-light > *, .border-color-light, .border-color-light .nav-tabs .nav-link, .border-color-light .tab-content, .border-color-light .form-control, .border-color-light form .time_picker input, form .time_picker .border-color-light input {
  border-color: rgb(var(--light)) !important;
}

/* line 346, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.border-color-dark > *, .border-color-dark, .border-color-dark .nav-tabs .nav-link, .border-color-dark .tab-content, .border-color-dark .form-control, .border-color-dark form .time_picker input, form .time_picker .border-color-dark input {
  border-color: rgb(var(--dark)) !important;
}

/* line 361, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-1 {
  color: rgb(var(--color_dark-fg));
  background-color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-1:hover, .btn-color-1:focus {
  color: rgb(var(--color_dark-fg));
  background-color: color-mix(in srgb, rgb(var(--color_dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_dark)) 90%, black);
}

/* line 363, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-1-outline {
  color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
  background-color: transparent;
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-1-outline:hover, .btn-color-1-outline:focus {
  color: rgb(var(--color_dark-fg));
  background-color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
}

/* line 361, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-2 {
  color: rgb(var(--color_light-fg));
  background-color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-2:hover, .btn-color-2:focus {
  color: rgb(var(--color_light-fg));
  background-color: color-mix(in srgb, rgb(var(--color_light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_light)) 90%, black);
}

/* line 363, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-2-outline {
  color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
  background-color: transparent;
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-2-outline:hover, .btn-color-2-outline:focus {
  color: rgb(var(--color_light-fg));
  background-color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
}

/* line 361, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-background {
  color: rgb(var(--color_bg-fg));
  background-color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-background:hover, .btn-color-background:focus {
  color: rgb(var(--color_bg-fg));
  background-color: color-mix(in srgb, rgb(var(--color_bg)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_bg)) 90%, black);
}

/* line 363, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-background-outline {
  color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
  background-color: transparent;
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-background-outline:hover, .btn-color-background-outline:focus {
  color: rgb(var(--color_bg-fg));
  background-color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
}

/* line 361, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-light {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-light:hover, .btn-color-light:focus {
  color: rgb(var(--light-fg));
  background-color: color-mix(in srgb, rgb(var(--light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--light)) 90%, black);
}

/* line 363, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-light-outline {
  color: rgb(var(--light));
  border-color: rgb(var(--light));
  background-color: transparent;
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-light-outline:hover, .btn-color-light-outline:focus {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
}

/* line 361, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-dark {
  color: rgb(var(--dark-fg));
  background-color: rgb(var(--dark));
  border-color: rgb(var(--dark));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-dark:hover, .btn-color-dark:focus {
  color: rgb(var(--dark-fg));
  background-color: color-mix(in srgb, rgb(var(--dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--dark)) 90%, black);
}

/* line 363, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-color-dark-outline {
  color: rgb(var(--dark));
  border-color: rgb(var(--dark));
  background-color: transparent;
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-color-dark-outline:hover, .btn-color-dark-outline:focus {
  color: rgb(var(--dark-fg));
  background-color: rgb(var(--dark));
  border-color: rgb(var(--dark));
}

/* line 377, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-default {
  color: rgb(var(--color-contrast-text-fg));
  background-color: rgb(var(--color-contrast-text));
  border-color: rgb(var(--color-contrast-text));
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-default:hover, .btn-default:focus {
  color: rgb(var(--color-contrast-text-fg));
  background-color: color-mix(in srgb, rgb(var(--color-contrast-text)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color-contrast-text)) 90%, black);
}

/* line 379, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.btn-default-outline {
  color: rgb(var(--color-contrast-text));
  border-color: rgb(var(--color-contrast-text));
  background-color: transparent;
  text-decoration: none !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-default-outline:hover, .btn-default-outline:focus {
  color: rgb(var(--color-contrast-text-fg));
  background-color: rgb(var(--color-contrast-text));
  border-color: rgb(var(--color-contrast-text));
}

/* line 386, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #plp-filters-accordion .card.plp-filters-card,
.text-color-1 #plp-filters-accordion .card.plp-filters-card *,
.text-color-1 #plp-filters-accordion .plp-filters-card-header,
.text-color-1 #plp-filters-accordion .plp-filters-card-header * {
  color: #f8f9fa !important;
}

/* line 392, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #plp-filters-accordion .card.plp-filters-card,
.text-color-1 #plp-filters-accordion .plp-filters-card-header {
  border-color: rgba(248, 249, 250, 0.5) !important;
}

/* line 396, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #plp-filters-accordion .plp-filters-card-item,
.text-color-1 #plp-filters-accordion .plp-overlay-card-item {
  border-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 399, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #plp-filters-accordion .plp-filters-card-item:hover,
.text-color-1 #plp-filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 402, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #plp-filters-accordion .plp-filters-card-item--selected,
.text-color-1 #plp-filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(248, 249, 250, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 408, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #plp-filters-accordion .plp-filters-card-header-arrow--minus path,
.text-color-1 #plp-filters-accordion .plp-filters-card-header-arrow--plus path {
  fill: #f8f9fa !important;
  stroke: #f8f9fa !important;
}

/* line 414, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #filters-accordion .plp-filters-card-item,
.text-color-1 #filters-accordion .plp-overlay-card-item {
  border-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 417, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #filters-accordion .plp-filters-card-item:hover,
.text-color-1 #filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 420, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 #filters-accordion .plp-filters-card-item--selected,
.text-color-1 #filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(248, 249, 250, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 427, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #plp-filters-accordion .card.plp-filters-card,
.text-color-2 #plp-filters-accordion .card.plp-filters-card *,
.text-color-2 #plp-filters-accordion .plp-filters-card-header,
.text-color-2 #plp-filters-accordion .plp-filters-card-header * {
  color: #343a40 !important;
}

/* line 433, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #plp-filters-accordion .card.plp-filters-card,
.text-color-2 #plp-filters-accordion .plp-filters-card-header {
  border-color: rgba(52, 58, 64, 0.5) !important;
}

/* line 437, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #plp-filters-accordion .plp-filters-card-item,
.text-color-2 #plp-filters-accordion .plp-overlay-card-item {
  border-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 440, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #plp-filters-accordion .plp-filters-card-item:hover,
.text-color-2 #plp-filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 443, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #plp-filters-accordion .plp-filters-card-item--selected,
.text-color-2 #plp-filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(52, 58, 64, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 449, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #plp-filters-accordion .plp-filters-card-header-arrow--minus path,
.text-color-2 #plp-filters-accordion .plp-filters-card-header-arrow--plus path {
  fill: #343a40 !important;
  stroke: #343a40 !important;
}

/* line 455, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #filters-accordion .plp-filters-card-item,
.text-color-2 #filters-accordion .plp-overlay-card-item {
  border-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 458, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #filters-accordion .plp-filters-card-item:hover,
.text-color-2 #filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 461, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 #filters-accordion .plp-filters-card-item--selected,
.text-color-2 #filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(52, 58, 64, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 468, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #plp-filters-accordion .card.plp-filters-card,
.text-color-background #plp-filters-accordion .card.plp-filters-card *,
.text-color-background #plp-filters-accordion .plp-filters-card-header,
.text-color-background #plp-filters-accordion .plp-filters-card-header * {
  color: white !important;
}

/* line 474, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #plp-filters-accordion .card.plp-filters-card,
.text-color-background #plp-filters-accordion .plp-filters-card-header {
  border-color: rgba(var(--color-contrast-bg), 0.5) !important;
}

/* line 478, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #plp-filters-accordion .plp-filters-card-item,
.text-color-background #plp-filters-accordion .plp-overlay-card-item {
  border-color: rgba(var(--color-contrast-bg), 0.6) !important;
}

/* line 481, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #plp-filters-accordion .plp-filters-card-item:hover,
.text-color-background #plp-filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(var(--color-contrast-bg), 0.6) !important;
}

/* line 484, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #plp-filters-accordion .plp-filters-card-item--selected,
.text-color-background #plp-filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(var(--color-contrast-bg), 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 490, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #plp-filters-accordion .plp-filters-card-header-arrow--minus path,
.text-color-background #plp-filters-accordion .plp-filters-card-header-arrow--plus path {
  fill: white !important;
  stroke: white !important;
}

/* line 496, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #filters-accordion .plp-filters-card-item,
.text-color-background #filters-accordion .plp-overlay-card-item {
  border-color: rgba(var(--color-contrast-bg), 0.6) !important;
}

/* line 499, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #filters-accordion .plp-filters-card-item:hover,
.text-color-background #filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(var(--color-contrast-bg), 0.6) !important;
}

/* line 502, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background #filters-accordion .plp-filters-card-item--selected,
.text-color-background #filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(var(--color-contrast-bg), 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 509, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #plp-filters-accordion .card.plp-filters-card,
.text-color-light #plp-filters-accordion .card.plp-filters-card *,
.text-color-light #plp-filters-accordion .plp-filters-card-header,
.text-color-light #plp-filters-accordion .plp-filters-card-header * {
  color: #343a40 !important;
}

/* line 515, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #plp-filters-accordion .card.plp-filters-card,
.text-color-light #plp-filters-accordion .plp-filters-card-header {
  border-color: rgba(52, 58, 64, 0.5) !important;
}

/* line 519, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #plp-filters-accordion .plp-filters-card-item,
.text-color-light #plp-filters-accordion .plp-overlay-card-item {
  border-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 522, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #plp-filters-accordion .plp-filters-card-item:hover,
.text-color-light #plp-filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 525, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #plp-filters-accordion .plp-filters-card-item--selected,
.text-color-light #plp-filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(52, 58, 64, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 531, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #plp-filters-accordion .plp-filters-card-header-arrow--minus path,
.text-color-light #plp-filters-accordion .plp-filters-card-header-arrow--plus path {
  fill: #343a40 !important;
  stroke: #343a40 !important;
}

/* line 537, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #filters-accordion .plp-filters-card-item,
.text-color-light #filters-accordion .plp-overlay-card-item {
  border-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 540, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #filters-accordion .plp-filters-card-item:hover,
.text-color-light #filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 543, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light #filters-accordion .plp-filters-card-item--selected,
.text-color-light #filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(52, 58, 64, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #plp-filters-accordion .card.plp-filters-card, form .help-block #plp-filters-accordion .card.plp-filters-card,
.text-color-dark #plp-filters-accordion .card.plp-filters-card *,
form .help-block #plp-filters-accordion .card.plp-filters-card *,
.text-color-dark #plp-filters-accordion .plp-filters-card-header,
form .help-block #plp-filters-accordion .plp-filters-card-header,
.text-color-dark #plp-filters-accordion .plp-filters-card-header *,
form .help-block #plp-filters-accordion .plp-filters-card-header * {
  color: #f8f9fa !important;
}

/* line 556, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #plp-filters-accordion .card.plp-filters-card, form .help-block #plp-filters-accordion .card.plp-filters-card,
.text-color-dark #plp-filters-accordion .plp-filters-card-header,
form .help-block #plp-filters-accordion .plp-filters-card-header {
  border-color: rgba(248, 249, 250, 0.5) !important;
}

/* line 560, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #plp-filters-accordion .plp-filters-card-item, form .help-block #plp-filters-accordion .plp-filters-card-item,
.text-color-dark #plp-filters-accordion .plp-overlay-card-item,
form .help-block #plp-filters-accordion .plp-overlay-card-item {
  border-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 563, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #plp-filters-accordion .plp-filters-card-item:hover, form .help-block #plp-filters-accordion .plp-filters-card-item:hover,
.text-color-dark #plp-filters-accordion .plp-overlay-card-item:hover,
form .help-block #plp-filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 566, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #plp-filters-accordion .plp-filters-card-item--selected, form .help-block #plp-filters-accordion .plp-filters-card-item--selected,
.text-color-dark #plp-filters-accordion .plp-overlay-card-item--selected,
form .help-block #plp-filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(248, 249, 250, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 572, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #plp-filters-accordion .plp-filters-card-header-arrow--minus path, form .help-block #plp-filters-accordion .plp-filters-card-header-arrow--minus path,
.text-color-dark #plp-filters-accordion .plp-filters-card-header-arrow--plus path,
form .help-block #plp-filters-accordion .plp-filters-card-header-arrow--plus path {
  fill: #f8f9fa !important;
  stroke: #f8f9fa !important;
}

/* line 578, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #filters-accordion .plp-filters-card-item, form .help-block #filters-accordion .plp-filters-card-item,
.text-color-dark #filters-accordion .plp-overlay-card-item,
form .help-block #filters-accordion .plp-overlay-card-item {
  border-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 581, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #filters-accordion .plp-filters-card-item:hover, form .help-block #filters-accordion .plp-filters-card-item:hover,
.text-color-dark #filters-accordion .plp-overlay-card-item:hover,
form .help-block #filters-accordion .plp-overlay-card-item:hover {
  background-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 584, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark #filters-accordion .plp-filters-card-item--selected, form .help-block #filters-accordion .plp-filters-card-item--selected,
.text-color-dark #filters-accordion .plp-overlay-card-item--selected,
form .help-block #filters-accordion .plp-overlay-card-item--selected {
  background-color: rgba(248, 249, 250, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 592, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 .quantity-select,
.text-color-1 .quantity-select .quantity-select-decrease,
.text-color-1 .quantity-select .quantity-select-increase,
.text-color-1 .quantity-select .quantity-select-value {
  color: #0e002e !important;
  border-color: rgba(var(--color_dark), 0.6) !important;
}

/* line 599, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 .shopping-cart-item-quantity,
.text-color-1 .shopping-cart-item-quantity-decrease-btn,
.text-color-1 .shopping-cart-item-quantity-increase-btn,
.text-color-1 .shopping-cart-item-quantity-input {
  color: #0e002e !important;
  border-color: rgba(var(--color_dark), 0.6) !important;
}

/* line 606, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 .quantity-select,
.text-color-2 .quantity-select .quantity-select-decrease,
.text-color-2 .quantity-select .quantity-select-increase,
.text-color-2 .quantity-select .quantity-select-value {
  color: white !important;
  border-color: rgba(var(--color_light), 0.6) !important;
}

/* line 613, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 .shopping-cart-item-quantity,
.text-color-2 .shopping-cart-item-quantity-decrease-btn,
.text-color-2 .shopping-cart-item-quantity-increase-btn,
.text-color-2 .shopping-cart-item-quantity-input {
  color: white !important;
  border-color: rgba(var(--color_light), 0.6) !important;
}

/* line 620, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background .quantity-select,
.text-color-background .quantity-select .quantity-select-decrease,
.text-color-background .quantity-select .quantity-select-increase,
.text-color-background .quantity-select .quantity-select-value {
  color: #0e002e !important;
  border-color: rgba(var(--color_bg), 0.6) !important;
}

/* line 627, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background .shopping-cart-item-quantity,
.text-color-background .shopping-cart-item-quantity-decrease-btn,
.text-color-background .shopping-cart-item-quantity-increase-btn,
.text-color-background .shopping-cart-item-quantity-input {
  color: #0e002e !important;
  border-color: rgba(var(--color_bg), 0.6) !important;
}

/* line 634, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light .quantity-select,
.text-color-light .quantity-select .quantity-select-decrease,
.text-color-light .quantity-select .quantity-select-increase,
.text-color-light .quantity-select .quantity-select-value {
  color: #f8f9fa !important;
  border-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 641, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light .shopping-cart-item-quantity,
.text-color-light .shopping-cart-item-quantity-decrease-btn,
.text-color-light .shopping-cart-item-quantity-increase-btn,
.text-color-light .shopping-cart-item-quantity-input {
  color: #f8f9fa !important;
  border-color: rgba(248, 249, 250, 0.6) !important;
}

/* line 648, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark .quantity-select, form .help-block .quantity-select,
.text-color-dark .quantity-select .quantity-select-decrease,
form .help-block .quantity-select .quantity-select-decrease,
.text-color-dark .quantity-select .quantity-select-increase,
form .help-block .quantity-select .quantity-select-increase,
.text-color-dark .quantity-select .quantity-select-value,
form .help-block .quantity-select .quantity-select-value {
  color: #343a40 !important;
  border-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 655, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark .shopping-cart-item-quantity, form .help-block .shopping-cart-item-quantity,
.text-color-dark .shopping-cart-item-quantity-decrease-btn,
form .help-block .shopping-cart-item-quantity-decrease-btn,
.text-color-dark .shopping-cart-item-quantity-increase-btn,
form .help-block .shopping-cart-item-quantity-increase-btn,
.text-color-dark .shopping-cart-item-quantity-input,
form .help-block .shopping-cart-item-quantity-input {
  color: #343a40 !important;
  border-color: rgba(52, 58, 64, 0.6) !important;
}

/* line 666, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:hover, .text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:active, .text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label, .text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:hover, .text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:active, .text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):active + label.select-label, .text-color-1 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked:active + label.select-label {
  border-color: transparent !important;
  background-color: rgba(var(--color_dark), 0.6) !important;
}

/* line 666, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:hover, .text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:active, .text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label, .text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:hover, .text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:active, .text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):active + label.select-label, .text-color-2 .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked:active + label.select-label {
  border-color: transparent !important;
  background-color: rgba(var(--color_light), 0.6) !important;
}

/* line 666, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:hover, .text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:active, .text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label, .text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:hover, .text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:active, .text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):active + label.select-label, .text-color-background .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked:active + label.select-label {
  border-color: transparent !important;
  background-color: rgba(var(--color_bg), 0.6) !important;
}

/* line 666, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:hover, .text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:active, .text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label, .text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:hover, .text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:active, .text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):active + label.select-label, .text-color-light .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked:active + label.select-label {
  border-color: transparent !important;
  background-color: rgba(var(--light), 0.6) !important;
}

/* line 666, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:hover, form .help-block .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:hover, .text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:active, form .help-block .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled) + label.select-label:active, .text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label, form .help-block .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label, .text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:hover, .text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked + label.select-label:active, .text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):active + label.select-label, form .help-block .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):active + label.select-label, .text-color-dark .product-variants-variant-values .product-variants-variant-values-radio:not(:disabled):checked:active + label.select-label {
  border-color: transparent !important;
  background-color: rgba(var(--dark), 0.6) !important;
}

/* line 696, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
#bcountry-selection select,
#scountry-selection select {
  background-color: transparent !important;
}

/* line 703, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.badge-color-1 {
  color: rgb(var(--color_dark-fg));
  background-color: rgb(var(--color_dark));
}

/* line 703, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.badge-color-2 {
  color: rgb(var(--color_light-fg));
  background-color: rgb(var(--color_light));
}

/* line 703, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.badge-color-background {
  color: rgb(var(--color_bg-fg));
  background-color: rgb(var(--color_bg));
}

/* line 703, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.badge-color-light {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
}

/* line 703, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.badge-color-dark {
  color: rgb(var(--dark-fg));
  background-color: rgb(var(--dark));
}

/* line 717, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
a.badge-default, .badge-default {
  background: #0e002e !important;
  color: #dee2e6 !important;
}

/* line 723, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.opacity-0 {
  opacity: .0 !important;
}

/* line 724, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.opacity-1 {
  opacity: .2 !important;
}

/* line 725, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.opacity-2 {
  opacity: .4 !important;
}

/* line 726, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.opacity-3 {
  opacity: .6 !important;
}

/* line 727, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.opacity-4 {
  opacity: .8 !important;
}

/* line 728, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.opacity-5 {
  opacity: 1 !important;
}

/* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--color_dark-fg));
  background-color: rgb(var(--color_dark));
  border-color: rgb(var(--color_dark));
  text-decoration: none !important;
  border-radius: 0.25rem !important;
  padding: 0 0.5rem !important;
  margin: 0.5rem 0.25rem !important;
  color: #f8f9fa !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus, .nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.disabled, .nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover, .nav-cta-1 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus {
  color: rgb(var(--color_dark-fg));
  background-color: color-mix(in srgb, rgb(var(--color_dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_dark)) 90%, black);
}

/* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--color_light-fg));
  background-color: rgb(var(--color_light));
  border-color: rgb(var(--color_light));
  text-decoration: none !important;
  border-radius: 0.25rem !important;
  padding: 0 0.5rem !important;
  margin: 0.5rem 0.25rem !important;
  color: #f8f9fa !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus, .nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.disabled, .nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover, .nav-cta-2 .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus {
  color: rgb(var(--color_light-fg));
  background-color: color-mix(in srgb, rgb(var(--color_light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_light)) 90%, black);
}

/* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--color_bg-fg));
  background-color: rgb(var(--color_bg));
  border-color: rgb(var(--color_bg));
  text-decoration: none !important;
  border-radius: 0.25rem !important;
  padding: 0 0.5rem !important;
  margin: 0.5rem 0.25rem !important;
  color: #f8f9fa !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus, .nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.disabled, .nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover, .nav-cta-background .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus {
  color: rgb(var(--color_bg-fg));
  background-color: color-mix(in srgb, rgb(var(--color_bg)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color_bg)) 90%, black);
}

/* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--dark-fg));
  background-color: rgb(var(--dark));
  border-color: rgb(var(--dark));
  text-decoration: none !important;
  border-radius: 0.25rem !important;
  padding: 0 0.5rem !important;
  margin: 0.5rem 0.25rem !important;
  color: #f8f9fa !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus, .nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.disabled, .nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover, .nav-cta-dark .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus {
  color: rgb(var(--dark-fg));
  background-color: color-mix(in srgb, rgb(var(--dark)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--dark)) 90%, black);
}

/* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
  text-decoration: none !important;
  border-radius: 0.25rem !important;
  padding: 0 0.5rem !important;
  margin: 0.5rem 0.25rem !important;
  color: #f8f9fa !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 733, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
  .nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus, .nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link.disabled, .nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:hover, .nav-cta-light .navbar-nav > .nav-item:nth-last-child(1 of .nav-item) .nav-link:focus {
  color: rgb(var(--light-fg));
  background-color: color-mix(in srgb, rgb(var(--light)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--light)) 90%, black);
}

/* line 752, app/assets/stylesheets/tenants-dynamic/includes/color-variables.scss */
.grayscale > * .img-fluid-services,
.grayscale > * .img-fluid-articles,
.grayscale > * .img-fluid-imagelink,
.grayscale > * .img-fluid,
.grayscale > * .image, .grayscale > * img, .grayscale > * video, .grayscale > * audio {
  filter: grayscale(100%);
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
/* line 15, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
/* line 83, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
/* line 99, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
/* line 108, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
/* line 117, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
/* line 167, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 184, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 192, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 200, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 220, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
/* line 243, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 247, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

/* line 271, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 277, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 283, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 289, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
/* line 293, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 299, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* line 311, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 323, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 335, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 347, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 359, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 372, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
/* line 378, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

/* line 382, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 391, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 395, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 401, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube */
/* line 416, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 425, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 431, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 438, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
/* line 451, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 458, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 465, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 468, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
/* line 473, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 479, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 487, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 495, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 508, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 524, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 535, ../../shared/bundle/ruby/3.3.0/gems/swiper-rails-1.0.4/app/assets/stylesheets/swiper.css */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 2, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-brand, .navbar-brand-no-link {
  cursor: pointer;
  max-height: 75px;
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 8, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-brand img, .navbar-brand-no-link img, .navbar-brand video, .navbar-brand-no-link video {
    width: 100%;
    height: auto;
    max-width: initial;
  }
}

/* line 15, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-brand-no-link {
  cursor: unset;
}

/* line 21, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-toggler {
  font-size: 0.7rem;
  line-height: 1;
  color: #dee2e6;
  z-index: 10;
  transform: translateY(1px);
  padding: 0;
}

/* line 29, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-toggler span {
  display: block;
  line-height: 1;
  margin: 0;
}

/* line 35, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-toggler .fa-bars {
  display: block;
  font-size: 18px;
  line-height: 1;
  height: 1em;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  /* line 21, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-toggler {
    position: relative;
    margin-left: 0;
  }
}

/* line 53, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar.has-search-field .navbar-toggler {
  margin-left: 0;
}

/* line 57, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar.has-search-field .navbar-menu-icons {
  flex: 1 1 auto;
  min-width: 0;
  flex-shrink: 1;
}

@media (max-width: 991.98px) {
  /* line 1, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
  }
  /* line 70, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .navbar-menu-icons {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    margin-left: 0;
  }
  /* line 77, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar.has-search-field .navbar-menu-icons {
    flex-shrink: 1;
    min-width: 0;
  }
}

@media (min-width: 768px) {
  /* line 84, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar.navbar-expand-md .navbar-menu-icons {
    order: 2;
    margin-left: 0.75rem;
  }
  /* line 89, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar.navbar-expand-md .navbar-collapse {
    order: 1;
    flex-grow: 1;
  }
  /* line 94, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar.has-search-field.navbar-expand-md .navbar-menu-icons {
    flex: 1 1 auto;
    min-width: 0;
    flex-shrink: 1;
  }
  /* line 100, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar.has-search-field.navbar-expand-md .navbar-collapse {
    flex-grow: 0;
  }
  /* line 104, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar.has-search-field.navbar-expand-md .navbar-search-field {
    margin-left: 1rem;
  }
}

@media (max-width: 767.98px) {
  /* line 110, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .navbar-collapse {
    background-color: rgba(var(--color_bg), 0.9);
    height: 100vh;
    position: fixed;
    top: 0;
    padding: 1rem;
    padding-top: 3rem;
    width: 65%;
    flex-shrink: 0;
    overflow: auto;
    margin-bottom: 200px;
    z-index: 9;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 124, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .navbar-collapse.collapsing {
    right: -65%;
    transition: all 0.2s ease-in-out;
  }
  /* line 130, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .navbar-collapse.show, .navbar body .expand > * div div.navbar-collapse, body .expand > * div .navbar div.navbar-collapse, .navbar body .expand > * nav div.navbar-collapse, body .expand > * nav .navbar div.navbar-collapse {
    right: 0;
    transition: all 0.2s ease-in-out;
  }
  /* line 135, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .navbar-collapse.show .nav-item.cart, .navbar body .expand > * div div.navbar-collapse .nav-item.cart, body .expand > * div .navbar div.navbar-collapse .nav-item.cart, .navbar body .expand > * nav div.navbar-collapse .nav-item.cart, body .expand > * nav .navbar div.navbar-collapse .nav-item.cart {
    display: none;
  }
}

/* line 146, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar .navbar-nav .dropdown-menu .nav-link {
  background-color: rgba(var(--color_bg), 1);
  margin-bottom: 1px;
  opacity: .8;
}

@media (max-width: 767.98px) {
  /* line 146, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .navbar-nav .dropdown-menu .nav-link {
    background-color: rgba(var(--color_bg), 0);
    padding-left: 1em;
  }
}

/* line 157, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link {
  padding-left: 2em;
}

@media (max-width: 767.98px) {
  /* line 162, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar .nav-link {
    font-size: 0.9rem;
    border-top: 1px solid rgba(var(--color-contrast-text), 0.2);
  }
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.navbar .nav-link:focus:active, .navbar .nav-link:focus:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 176, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar {
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
}

/* line 186, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar .navbar-menu-icons {
  order: -1;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 0.25rem;
  justify-content: center;
}

/* line 193, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar .navbar-menu-icons.has-search-field {
  justify-content: flex-start;
}

/* line 198, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar-collapse {
  flex: 0 0 auto;
  flex-basis: auto;
  height: auto;
  margin-bottom: 0;
  box-shadow: none;
}

/* line 210, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar .nav-link {
  border-top: 1px solid rgba(var(--color-contrast-text), 0.2);
}

/* line 214, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar .dropdown-menu .nav-link {
  padding-left: .5em;
}

/* line 217, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.navbar-vertical .navbar .dropdown-menu .nav-link .nav-item .dropdown-menu .nav-link {
  padding: .5em;
}

@media (min-width: 768px) {
  /* line 226, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar, .navbar-columns-1 .navbar, .navbar-columns-2 .navbar, .navbar-columns-background .navbar, .navbar-columns-light .navbar, .navbar-columns-dark .navbar {
    width: 100%;
  }
  /* line 229, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar-collapse, .navbar-columns-1 .navbar-collapse, .navbar-columns-2 .navbar-collapse, .navbar-columns-background .navbar-collapse, .navbar-columns-light .navbar-collapse, .navbar-columns-dark .navbar-collapse {
    justify-content: flex-start !important;
  }
  /* line 233, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar .navbar-nav .dropdown, .navbar-columns-1 .navbar .navbar-nav .dropdown, .navbar-columns-2 .navbar .navbar-nav .dropdown, .navbar-columns-background .navbar .navbar-nav .dropdown, .navbar-columns-light .navbar .navbar-nav .dropdown, .navbar-columns-dark .navbar .navbar-nav .dropdown {
    position: static;
  }
  /* line 236, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar .navbar-nav .dropdown-toggle, .navbar-columns-1 .navbar .navbar-nav .dropdown-toggle, .navbar-columns-2 .navbar .navbar-nav .dropdown-toggle, .navbar-columns-background .navbar .navbar-nav .dropdown-toggle, .navbar-columns-light .navbar .navbar-nav .dropdown-toggle, .navbar-columns-dark .navbar .navbar-nav .dropdown-toggle {
    white-space: initial;
  }
  /* line 241, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar .navbar-nav .dropdown-menu, .navbar-columns-1 .navbar .navbar-nav .dropdown-menu, .navbar-columns-2 .navbar .navbar-nav .dropdown-menu, .navbar-columns-background .navbar .navbar-nav .dropdown-menu, .navbar-columns-light .navbar .navbar-nav .dropdown-menu, .navbar-columns-dark .navbar .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding-left: 2vw;
    margin: 0;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-rule: 1px solid rgba(var(--color-contrast-bg-fg), 0.2);
    column-rule: 1px solid rgba(var(--color-contrast-bg-fg), 0.2);
    -moz-column-gap: 2vw;
    column-gap: 2vw;
    box-shadow: inset 0px -1px rgba(52, 58, 64, 0.4);
  }
  /* line 261, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar .navbar-nav .dropdown-menu .nav-link, .navbar-columns-1 .navbar .navbar-nav .dropdown-menu .nav-link, .navbar-columns-2 .navbar .navbar-nav .dropdown-menu .nav-link, .navbar-columns-background .navbar .navbar-nav .dropdown-menu .nav-link, .navbar-columns-light .navbar .navbar-nav .dropdown-menu .nav-link, .navbar-columns-dark .navbar .navbar-nav .dropdown-menu .nav-link {
    background-color: transparent !important;
    padding: .5 !important;
    white-space: nowrap;
    transition: initial !important;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-columns .navbar .navbar-nav .dropdown-menu .nav-link:hover, .navbar-columns-1 .navbar .navbar-nav .dropdown-menu .nav-link:hover, .navbar-columns-2 .navbar .navbar-nav .dropdown-menu .nav-link:hover, .navbar-columns-background .navbar .navbar-nav .dropdown-menu .nav-link:hover, .navbar-columns-light .navbar .navbar-nav .dropdown-menu .nav-link:hover, .navbar-columns-dark .navbar .navbar-nav .dropdown-menu .nav-link:hover, .navbar-columns .navbar .navbar-nav .dropdown-menu .nav-link:focus, .navbar-columns-1 .navbar .navbar-nav .dropdown-menu .nav-link:focus, .navbar-columns-2 .navbar .navbar-nav .dropdown-menu .nav-link:focus, .navbar-columns-background .navbar .navbar-nav .dropdown-menu .nav-link:focus, .navbar-columns-light .navbar .navbar-nav .dropdown-menu .nav-link:focus, .navbar-columns-dark .navbar .navbar-nav .dropdown-menu .nav-link:focus {
    transform: initial !important;
    -webkit-transform: initial !important;
    font-weight: bolder !important;
  }
  /* line 275, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link, .navbar-columns-1 .navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link, .navbar-columns-2 .navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link, .navbar-columns-background .navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link, .navbar-columns-light .navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link, .navbar-columns-dark .navbar .navbar-nav .dropdown-menu .nav-item .dropdown-menu .nav-link {
    padding: .5 !important;
    padding-left: .5em;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  /* line 290, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .navbar-columns .navbar .nav-link, .navbar-columns-1 .navbar .nav-link, .navbar-columns-2 .navbar .nav-link, .navbar-columns-background .navbar .nav-link, .navbar-columns-light .navbar .nav-link, .navbar-columns-dark .navbar .nav-link {
    border-top: 1px solid rgba(var(--color-contrast-bg-fg), 0.2);
  }
}

@media (min-width: 768px) {
  /* line 298, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .nav-devider .navbar .nav-link {
    padding-top: 1px;
    padding-bottom: 1px;
    border-right: 1px solid rgba(var(--color-contrast-bg), 0.4) !important;
  }
}

/* line 308, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.nav-devider .navbar .navbar-collapse ul .nav-item:nth-last-child(1 of .nav-item) a {
  border-right: 0 !important;
}

/* line 314, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.nav-devider.nav-cta-1 .navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1 of .nav-item) .nav-link, .nav-devider.nav-cta-2 .navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1 of .nav-item) .nav-link, .nav-devider.nav-cta-background .navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1 of .nav-item) .nav-link, .nav-devider.nav-cta-light .navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1 of .nav-item) .nav-link, .nav-devider.nav-cta-dark .navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1 of .nav-item) .nav-link {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  /* line 324, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .no-toggle-phone .navbar {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  /* line 325, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .no-toggle-phone .navbar-toggler {
    display: none;
  }
  /* line 333, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .no-toggle-phone .navbar .navbar-menu-icons {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 0.25rem;
    justify-content: center;
  }
  /* line 340, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .no-toggle-phone .navbar .navbar-menu-icons.has-search-field {
    justify-content: flex-start;
  }
  /* line 345, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .no-toggle-phone .navbar-collapse {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    flex-basis: auto;
    width: auto;
    height: auto;
    margin-bottom: inherit;
    box-shadow: none;
    padding-top: 0;
  }
}

/* line 362, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.nav-blocks > * .nav-item, .navbar-blocks-1 > * .nav-item, .navbar-blocks-2 > * .nav-item, .navbar-blocks-background > * .nav-item, .navbar-blocks-light > * .nav-item, .navbar-blocks-dark > * .nav-item {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: 0 !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  border-radius: 0 !important;
  margin-left: .5px;
  margin-right: .5px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 362, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .nav-blocks > * .nav-item, .navbar-blocks-1 > * .nav-item, .navbar-blocks-2 > * .nav-item, .navbar-blocks-background > * .nav-item, .navbar-blocks-light > * .nav-item, .navbar-blocks-dark > * .nav-item {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-blocks > * .nav-item:hover, .navbar-blocks-1 > * .nav-item:hover, .navbar-blocks-2 > * .nav-item:hover, .navbar-blocks-background > * .nav-item:hover, .navbar-blocks-light > * .nav-item:hover, .navbar-blocks-dark > * .nav-item:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-blocks > * .nav-item:focus, .navbar-blocks-1 > * .nav-item:focus, .navbar-blocks-2 > * .nav-item:focus, .navbar-blocks-background > * .nav-item:focus, .navbar-blocks-light > * .nav-item:focus, .navbar-blocks-dark > * .nav-item:focus, .nav-blocks > * .nav-item.focus, .navbar-blocks-1 > * .nav-item.focus, .navbar-blocks-2 > * .nav-item.focus, .navbar-blocks-background > * .nav-item.focus, .navbar-blocks-light > * .nav-item.focus, .navbar-blocks-dark > * .nav-item.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-blocks > * .nav-item.disabled, .navbar-blocks-1 > * .nav-item.disabled, .navbar-blocks-2 > * .nav-item.disabled, .navbar-blocks-background > * .nav-item.disabled, .navbar-blocks-light > * .nav-item.disabled, .navbar-blocks-dark > * .nav-item.disabled, .nav-blocks > * .nav-item:disabled, .navbar-blocks-1 > * .nav-item:disabled, .navbar-blocks-2 > * .nav-item:disabled, .navbar-blocks-background > * .nav-item:disabled, .navbar-blocks-light > * .nav-item:disabled, .navbar-blocks-dark > * .nav-item:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.nav-blocks > * .nav-item:not(:disabled):not(.disabled), .navbar-blocks-1 > * .nav-item:not(:disabled):not(.disabled), .navbar-blocks-2 > * .nav-item:not(:disabled):not(.disabled), .navbar-blocks-background > * .nav-item:not(:disabled):not(.disabled), .navbar-blocks-light > * .nav-item:not(:disabled):not(.disabled), .navbar-blocks-dark > * .nav-item:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 377, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.nav-blocks > * .nav-item .nav-link:focus, .navbar-blocks-1 > * .nav-item .nav-link:focus, .navbar-blocks-2 > * .nav-item .nav-link:focus, .navbar-blocks-background > * .nav-item .nav-link:focus, .navbar-blocks-light > * .nav-item .nav-link:focus, .navbar-blocks-dark > * .nav-item .nav-link:focus {
  white-space: nowrap !important;
}

@media (max-width: 767.98px) {
  /* line 384, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .nav-blocks .navbar .navbar-collapse, .navbar-blocks-1 .navbar .navbar-collapse, .navbar-blocks-2 .navbar .navbar-collapse, .navbar-blocks-background .navbar .navbar-collapse, .navbar-blocks-light .navbar .navbar-collapse, .navbar-blocks-dark .navbar .navbar-collapse {
    background-color: transparent !important;
  }
}

/* line 392, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.text-center .navbar .dropdown-menu, body .bg-image-cover-div .navbar .dropdown-menu, body .bg-image-cover p-div .navbar .dropdown-menu, body .mobile-nav .fas .navbar .dropdown-menu, body a.skiplink:hover .navbar .dropdown-menu, body a.skiplink:focus .navbar .dropdown-menu, body .share-fixed .share div .fas .navbar .dropdown-menu, body .btn-socialmedia .fab .navbar .dropdown-menu, body blockquote .navbar .dropdown-menu, form .help-block .navbar .dropdown-menu {
  text-align: center;
}

/* line 400, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
.text-center.text-sm-right .navbar .dropdown-menu, body .text-sm-right.bg-image-cover-div .navbar .dropdown-menu, body .bg-image-cover-div p.text-sm-right .navbar .dropdown-menu, body .bg-image-cover p-div.text-sm-right .navbar .dropdown-menu, body .bg-image-cover p-div p.text-sm-right .navbar .dropdown-menu, body .mobile-nav .text-sm-right.fas .navbar .dropdown-menu, body a.text-sm-right.skiplink:hover .navbar .dropdown-menu, body a.text-sm-right.skiplink:focus .navbar .dropdown-menu, body .share-fixed .share div .text-sm-right.fas .navbar .dropdown-menu, body .btn-socialmedia .text-sm-right.fab .navbar .dropdown-menu, body blockquote.text-sm-right .navbar .dropdown-menu, form .text-sm-right.help-block .navbar .dropdown-menu {
  text-align: center;
}

@media (min-width: 576px) {
  /* line 400, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .text-center.text-sm-right .navbar .dropdown-menu, body .text-sm-right.bg-image-cover-div .navbar .dropdown-menu, body .bg-image-cover-div p.text-sm-right .navbar .dropdown-menu, body .bg-image-cover p-div.text-sm-right .navbar .dropdown-menu, body .bg-image-cover p-div p.text-sm-right .navbar .dropdown-menu, body .mobile-nav .text-sm-right.fas .navbar .dropdown-menu, body a.text-sm-right.skiplink:hover .navbar .dropdown-menu, body a.text-sm-right.skiplink:focus .navbar .dropdown-menu, body .share-fixed .share div .text-sm-right.fas .navbar .dropdown-menu, body .btn-socialmedia .text-sm-right.fab .navbar .dropdown-menu, body blockquote.text-sm-right .navbar .dropdown-menu, form .text-sm-right.help-block .navbar .dropdown-menu {
    text-align: right;
  }
  /* line 406, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .text-center.text-sm-right .navbar .dropdown-menu .nav-link, body .text-sm-right.bg-image-cover-div .navbar .dropdown-menu .nav-link, body .bg-image-cover-div p.text-sm-right .navbar .dropdown-menu .nav-link, body .bg-image-cover p-div.text-sm-right .navbar .dropdown-menu .nav-link, body .bg-image-cover p-div p.text-sm-right .navbar .dropdown-menu .nav-link, body .mobile-nav .text-sm-right.fas .navbar .dropdown-menu .nav-link, body a.text-sm-right.skiplink:hover .navbar .dropdown-menu .nav-link, body a.text-sm-right.skiplink:focus .navbar .dropdown-menu .nav-link, body .share-fixed .share div .text-sm-right.fas .navbar .dropdown-menu .nav-link, body .btn-socialmedia .text-sm-right.fab .navbar .dropdown-menu .nav-link, body blockquote.text-sm-right .navbar .dropdown-menu .nav-link, form .text-sm-right.help-block .navbar .dropdown-menu .nav-link {
    padding-right: 2em;
  }
  /* line 410, app/assets/stylesheets/tenants-dynamic/includes/nav.scss */
  .text-center.text-sm-right .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .text-sm-right.bg-image-cover-div .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .bg-image-cover-div p.text-sm-right .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .bg-image-cover p-div.text-sm-right .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .bg-image-cover p-div p.text-sm-right .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .mobile-nav .text-sm-right.fas .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body a.text-sm-right.skiplink:hover .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body a.text-sm-right.skiplink:focus .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .share-fixed .share div .text-sm-right.fas .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body .btn-socialmedia .text-sm-right.fab .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, body blockquote.text-sm-right .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link, form .text-sm-right.help-block .navbar .dropdown-menu .nav-item .dropdown-menu .nav-link {
    padding-right: 4em;
  }
}

/* line 2, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form .form-control::-moz-placeholder, form .time_picker input::-moz-placeholder {
  color: #dee2e6;
  opacity: .7;
}
form .form-control::placeholder, form .time_picker input::placeholder {
  color: #dee2e6;
  opacity: .7;
}

/* line 14, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form .help-block::before {
  content: "\f06a";
  font-family: 'FontAwesome';
  font-display: swap;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
}

/* line 24, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form textarea.form-control {
  height: 150px;
}

/* line 28, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form .time_picker {
  list-style-type: none;
}

/* line 64, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form .input-group-text {
  font-size: 1.4em;
}

/* line 69, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form .submit {
  color: rgb(var(--color-contrast-text-fg));
  background-color: rgb(var(--color-contrast-text));
  border-color: rgb(var(--color-contrast-text));
  text-decoration: none !important;
  display: block;
  width: 100%;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
form .submit:hover, form .submit:focus {
  color: rgb(var(--color-contrast-text-fg));
  background-color: color-mix(in srgb, rgb(var(--color-contrast-text)) 85%, black);
  border-color: color-mix(in srgb, rgb(var(--color-contrast-text)) 90%, black);
}

/* line 74, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
form .quiz .form-label label {
  font-weight: bold;
  font-size: 130% !important;
}

/* line 85, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-pills > * textarea.form-control, .form-pills > * .help-block {
  border-radius: 25px !important;
}

/* line 95, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-lines > * .form-control, .form-lines > * form .time_picker input, form .time_picker .form-lines > * input {
  background-color: rgba(248, 249, 250, 0) !important;
  border-style: solid !important;
  border-width: 1px !important;
}

/* line 100, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-lines > * .form-control:focus, .form-lines > * form .time_picker input:focus, form .time_picker .form-lines > * input:focus {
  background-color: rgba(248, 249, 250, 0.8) !important;
  color: #343a40 !important;
}

/* line 106, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-lines > * textarea.form-control {
  border-style: solid !important;
  border-width: 1px !important;
}

/* line 111, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-lines > * .submit {
  border-style: solid !important;
  border-width: 2px !important;
}

/* line 118, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-dotted-lines > * .form-control, .form-dotted-lines > * form .time_picker input, form .time_picker .form-dotted-lines > * input {
  background-color: rgba(248, 249, 250, 0) !important;
  border-style: dotted !important;
  border-width: 2px !important;
}

/* line 123, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-dotted-lines > * .form-control:focus, .form-dotted-lines > * form .time_picker input:focus, form .time_picker .form-dotted-lines > * input:focus {
  background-color: rgba(248, 249, 250, 0.8) !important;
  color: #343a40 !important;
}

/* line 129, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-dotted-lines > * textarea.form-control {
  border-style: dotted !important;
  border-width: 2px !important;
}

/* line 134, app/assets/stylesheets/tenants-dynamic/includes/forms.scss */
.form-dotted-lines > * .submit {
  border-style: dotted !important;
  border-width: 2px !important;
}

/* line 3, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-container.swiper4 {
  height: 50vw;
  min-height: 350px;
}

/* line 20, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-slide video {
  vertical-align: middle;
}

/* line 25, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-article {
  z-index: 2;
}

/* line 31, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-article .title {
  color: #f8f9fa;
  font-size: calc((40vw - 2rem) / 9);
  text-shadow: #343a40 0.05em 0.05em 0.05em;
}

@media (max-width: 767.98px) {
  /* line 31, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-article .title {
    font-size: calc((40vw - 2rem) / 6);
  }
}

@media (min-width: 1200px) {
  /* line 31, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-article .title {
    font-size: 45px;
  }
}

/* line 47, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-article .lead {
  color: #f8f9fa;
  font-size: calc((30vw - 3rem) / 9);
}

@media (max-width: 767.98px) {
  /* line 47, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-article .lead {
    font-size: calc((30vw - 3rem) / 6);
  }
}

@media (min-width: 1200px) {
  /* line 47, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-article .lead {
    font-size: 30px;
  }
}

/* line 61, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-article a {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--light));
  border-color: rgb(var(--light));
  background-color: transparent;
  text-decoration: none !important;
  float: right !important;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-article a {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.swiper-article a:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.swiper-article a:focus, .swiper-article a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.swiper-article a.disabled, .swiper-article a:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
.swiper-article a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.swiper-article a:hover, .swiper-article a:focus {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
}

@media (min-width: 992px) {
  /* line 61, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-article a {
    margin-right: 3rem !important;
  }
}

/* line 76, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 80, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 84, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.swiper-pagination-bullet-active {
  background: #f8f9fa;
}

@media (max-width: 767px) {
  /* line 93, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-container.parallax-swiper-mobile .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  /* line 99, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-container.parallax-swiper-mobile .swiper-article,
.swiper-container.parallax-swiper-mobile .swiper-article[data-swiper-parallax],
.swiper-container.parallax-swiper-mobile .swiper-article .title,
.swiper-container.parallax-swiper-mobile .swiper-article .lead {
    transform: none !important;
  }
  /* line 106, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-container.parallax-swiper-mobile .swiper-article {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 95% !important;
    max-width: 95vw !important;
    flex: none !important;
    box-sizing: border-box !important;
  }
  /* line 115, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .swiper-container.parallax-swiper-mobile .swiper-article a.readmore {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* line 126, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.text-swiper .swiper-container {
  height: auto;
  min-height: auto;
}

/* line 131, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.text-swiper .swiper-slide {
  height: 60vh;
  background-position: center top;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
}

/* line 138, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.text-swiper .swiper-article {
  z-index: 2;
}

/* line 145, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.text-swiper .swiper-article .title {
  color: #f8f9fa;
  font-size: calc((20vw - 1rem) / 6);
  text-shadow: #343a40 0.05em 0.05em 0.05em;
}

@media (max-width: 767.98px) {
  /* line 145, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .text-swiper .swiper-article .title {
    font-size: calc((20vw - 1rem) / 4);
  }
}

@media (min-width: 1200px) {
  /* line 145, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .text-swiper .swiper-article .title {
    font-size: 38px;
  }
}

/* line 161, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
.text-swiper .swiper-article .lead {
  color: #f8f9fa;
  font-size: calc((20vw - 1rem) / 9);
}

@media (max-width: 767.98px) {
  /* line 161, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .text-swiper .swiper-article .lead {
    font-size: calc((20vw - 1rem) / 5);
  }
}

@media (min-width: 1200px) {
  /* line 161, app/assets/stylesheets/tenants-dynamic/includes/swiper.scss */
  .text-swiper .swiper-article .lead {
    font-size: 20px;
  }
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/quote.scss */
.quote-card {
  min-height: 120px;
}

/* line 9, app/assets/stylesheets/tenants-dynamic/includes/quote.scss */
.quote-card::before {
  content: "“";
  top: -3rem;
  left: -2rem;
  padding-right: 5vw;
  font-size: 8em;
  font-weight: normal;
  opacity: .2;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/notify.scss */
.cookieConsent,
.noticeConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 40vh;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  text-align: center;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
body {
  overflow-x: hidden;
}

/* line 11, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.sidebar-wrapper {
  background-color: #0e002e;
  transition: all 0.2s ease-in-out;
  width: 75%;
  top: 0;
  bottom: 0;
  left: -75%;
  padding-top: 5rem;
  z-index: 10;
}

/* line 27, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.sidebar-wrapper.right, .sidebar-right .sidebar-wrapper {
  right: -75%;
  left: inherit;
}

/* line 33, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.sidebar-wrapper .sidebar-content {
  margin-bottom: 100px;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.sidebar-wrapper .sidebar-content div .message-board-message-form {
  background-color: #0e002e;
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.btn-sidebar, .btn-promobox {
  background-color: rgba(var(--color-contrast-text), 0.3);
  color: #dee2e6;
  top: 7.5rem;
  left: -.2rem;
  width: 2.5rem;
  font-size: 1.5rem;
  z-index: 1200;
}

/* line 57, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.sidebar-right .btn-sidebar {
  right: -.7rem;
  left: inherit;
  padding-right: 2em !important;
  padding-left: .5rem !important;
}

/* line 66, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.wrapper.toggled .sidebar-wrapper {
  left: 0;
}

/* line 69, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.wrapper.toggled .sidebar-wrapper.right, .wrapper.toggled .sidebar-right .sidebar-wrapper, .sidebar-right .wrapper.toggled .sidebar-wrapper {
  right: 0;
  left: inherit;
}

/* line 75, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.wrapper.toggled .btn-sidebar .fas, .wrapper.toggled .btn-sidebar .fa {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  /* line 81, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
  .wrapper-page-content {
    width: 100%;
    margin-right: 0;
    margin-left: inherit;
    transition: all 0.2s ease-in-out;
  }
  /* line 89, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
  .wrapper-page-content.sb-right {
    width: 100%;
    margin-left: 0;
    margin-right: inherit;
    transition: all 0.2s ease-in-out;
  }
  /* line 98, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
  .wrapper.toggled .wrapper-page-content {
    width: 65%;
    float: right;
    margin-right: 0;
    margin-left: auto;
  }
  /* line 105, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
  .wrapper.toggled .wrapper-page-content.sb-right {
    float: left;
    width: 65%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 112, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
  .wrapper.toggled .sidebar-wrapper {
    width: 35%;
  }
}

/* line 119, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.promobox-right .btn-promobox {
  right: -.7rem;
  left: inherit;
  padding-right: 2em !important;
  padding-left: .5rem !important;
}

/* line 142, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.btn-modal-sidebar-light > button, .btn-modal-sidebar-light > * button {
  background-color: #f8f9fa;
  color: rgba(52, 58, 64, 0.8);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-modal-sidebar-light > button:hover, .btn-modal-sidebar-light > button:focus, .btn-modal-sidebar-light > * button:hover, .btn-modal-sidebar-light > * button:focus {
  color: #343a40;
}

/* line 151, app/assets/stylesheets/tenants-dynamic/includes/sidebar.scss */
.btn-modal-sidebar-dark > button, .btn-modal-sidebar-dark > * button {
  background-color: #343a40;
  color: rgba(248, 249, 250, 0.8);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-modal-sidebar-dark > button:hover, .btn-modal-sidebar-dark > button:focus, .btn-modal-sidebar-dark > * button:hover, .btn-modal-sidebar-dark > * button:focus {
  color: #f8f9fa;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/scrolleffect.scss */
.scrolleffect {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/tenants-dynamic/includes/scrolleffect.scss */
.scrolleffect.in-viewport {
  opacity: 1;
  animation-name: fade-in;
  animation: fade-in .5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.7, 0.7);
    -webkit-transition: scale(0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  /* line 24, app/assets/stylesheets/tenants-dynamic/includes/scrolleffect.scss */
  * {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-container {
  position: relative;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox .modal-dialog {
  display: none;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox .modal-footer {
  text-align: left;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

/* line 1, app/assets/stylesheets/tenants-dynamic/includes/vendor/ekko-lightbox.scss */
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 2, app/assets/stylesheets/tenants-dynamic/includes/vendor/filetypes.scss */
a[href$='.pdf']::before,
p a[href$='.pdf']::before {
  font-family: FontAwesome;
  margin-right: 1%;
  content: "\f1c1";
  color: red;
  font-weight: normal;
}

/* line 12, app/assets/stylesheets/tenants-dynamic/includes/vendor/filetypes.scss */
a[href$='.zip']::before, a[href$='.rar']::before,
p a[href$='.zip']::before, p a[href$='.rar']::before {
  font-family: FontAwesome;
  font-display: swap;
  margin-right: 1%;
  content: "\f1c6";
  color: orchid;
  font-weight: normal;
}

/* line 23, app/assets/stylesheets/tenants-dynamic/includes/vendor/filetypes.scss */
a[href$='.xls']::before, a[href$='.xlsx']::before, a[href$='.csv']::before,
p a[href$='.xls']::before, p a[href$='.xlsx']::before, p a[href$='.csv']::before {
  font-family: FontAwesome;
  font-display: swap;
  margin-right: 1%;
  content: "\f1c3";
  color: forestgreen;
  font-weight: normal;
}

/* line 34, app/assets/stylesheets/tenants-dynamic/includes/vendor/filetypes.scss */
a[href$='.txt']::before, a[href$='.rtf']::before,
p a[href$='.txt']::before, p a[href$='.rtf']::before {
  font-family: FontAwesome;
  font-display: swap;
  margin-right: 1%;
  content: "\f0f6";
  color: lightslategray;
  font-weight: normal;
}

/* line 45, app/assets/stylesheets/tenants-dynamic/includes/vendor/filetypes.scss */
a[href$='.doc']::before, a[href$='.docx']::before, a[href$='.wps']::before,
p a[href$='.doc']::before, p a[href$='.docx']::before, p a[href$='.wps']::before {
  font-family: FontAwesome;
  font-display: swap;
  margin-right: 1%;
  content: "\f1c2";
  color: dodgerblue;
  font-weight: normal;
}

/* line 56, app/assets/stylesheets/tenants-dynamic/includes/vendor/filetypes.scss */
a[href$='.ppt']::before, a[href$='.pptx']::before, a[href$='.key']::before,
p a[href$='.ppt']::before, p a[href$='.pptx']::before, p a[href$='.key']::before {
  font-family: FontAwesome;
  font-display: swap;
  margin-right: 1%;
  content: "\f1c4";
  color: orangered;
  font-weight: normal;
}

@media print {
  @page {
    margin: 2cm;
  }
  /* line 6, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  /* line 13, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  h1 {
    font-size: 24pt;
  }
  /* line 17, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  /* line 22, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  a {
    page-break-inside: avoid;
  }
  /* line 26, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  blockquote {
    page-break-inside: avoid;
  }
  /* line 30, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  /* line 35, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  /* line 40, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  table, pre {
    page-break-inside: avoid;
  }
  /* line 44, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  ul, ol, dl {
    page-break-before: avoid;
  }
  /* line 48, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  a:link, a:visited, a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  /* line 56, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  a {
    page-break-inside: avoid;
  }
  /* line 60, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  /* line 64, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  a:after > img {
    content: "";
  }
  /* line 68, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  article a[href^="#"]:after {
    content: "";
  }
  /* line 72, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  a:not(:local-link):after {
    content: " <" attr(href) "> ";
  }
  /* line 76, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  p, address, li, dt, dd, blockquote {
    font-size: 100%;
  }
  /* line 80, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  code, pre {
    font-family: "Courier New", Courier, mono;
  }
  /* line 84, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  ul, ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }
  /* line 89, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  li {
    line-height: 1.6em;
  }
  /* line 93, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .fixed-top, body .share-fixed, body .smart-scroll {
    position: absolute;
    display: inline-block;
  }
  /* line 98, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .navbar-brand .image, .navbar-brand-no-link .image {
    margin: 0;
    padding: 0;
    width: 100px !important;
  }
  /* line 104, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .col,
[class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    background: transparent;
    color: #000 !important;
    box-shadow: none;
    text-shadow: none;
  }
  /* line 114, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .hidden {
    opacity: 1;
    display: inline;
  }
  /* line 119, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .print {
    display: block;
  }
  /* line 123, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .fade:not(.show) {
    opacity: 1;
  }
  /* line 127, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .tab-content > .tab-pane {
    display: block;
    border-bottom: 1px solid #333;
  }
  /* line 132, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .collection-body {
    -moz-column-count: auto !important;
         column-count: auto !important;
  }
  /* line 135, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .collection-body div {
    width: 24.5%;
  }
  /* line 140, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .media-cards {
    -moz-column-count: auto !important;
         column-count: auto !important;
  }
  /* line 143, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .media-cards .card {
    width: 24.5%;
  }
  /* line 148, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .services {
    -moz-column-count: auto !important;
         column-count: auto !important;
  }
  /* line 151, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .services .card {
    width: 30%;
  }
  /* line 156, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .rollover-image {
    display: flex;
    flex-flow: row wrap;
    page-break-inside: avoid;
  }
  /* line 161, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  .rollover-image .card {
    flex: 1 0 200px;
    flex-direction: column;
    height: 200px;
  }
  /* line 168, app/assets/stylesheets/tenants-dynamic/includes/print.scss */
  form, video,
.nav-tabs,
.bg-image-cover, .bg-image-cover-div,
.offline-display,
.bow, .swiper, .share, .btn,
.swiper-button-prev, .swiper-button-next,
.bg-image, .cart, .search,
.more, .btn-default, .back {
    display: none !important;
  }
}

/* line 45, app/assets/stylesheets/registration.scss */
html {
  scroll-behavior: smooth;
}

/* line 50, app/assets/stylesheets/registration.scss */
body {
  background-color: #0e002e;
  color: #dee2e6;
  font-family: "Karla", sans-serif;
}

/* line 56, app/assets/stylesheets/registration.scss */
body h1 {
  font-family: "Enriqueta", serif;
  overflow-wrap: initial;
}

/* line 56, app/assets/stylesheets/registration.scss */
body h2 {
  font-family: "Enriqueta", serif;
  overflow-wrap: initial;
}

/* line 56, app/assets/stylesheets/registration.scss */
body h3 {
  font-family: "Enriqueta", serif;
  overflow-wrap: initial;
}

/* line 56, app/assets/stylesheets/registration.scss */
body h4 {
  font-family: "Enriqueta", serif;
  overflow-wrap: initial;
}

/* line 56, app/assets/stylesheets/registration.scss */
body h5 {
  font-family: "Enriqueta", serif;
  overflow-wrap: initial;
}

/* line 56, app/assets/stylesheets/registration.scss */
body h6 {
  font-family: "Enriqueta", serif;
  overflow-wrap: initial;
}

/* line 66, app/assets/stylesheets/registration.scss */
body .smart-scroll {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (max-width: 767.98px) {
  /* line 66, app/assets/stylesheets/registration.scss */
  body .smart-scroll {
    height: 50px;
  }
}

/* line 82, app/assets/stylesheets/registration.scss */
body a {
  color: #dee2e6;
  opacity: .9;
  transition: all 0.2s ease-in-out;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
body a:hover, body a:focus {
  color: #dee2e6;
  opacity: 1;
  transform: scale3d(1.02, 1.02, 1.02);
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
}

/* line 96, app/assets/stylesheets/registration.scss */
body p a {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  /* line 106, app/assets/stylesheets/registration.scss */
  body .text-center > * ul, body .bg-image-cover-div > * ul, body .bg-image-cover-div p > * ul, body .bg-image-cover p-div > * ul, body .bg-image-cover p-div p > * ul, body .mobile-nav .fas > * ul, body a.skiplink:hover > * ul, body a.skiplink:focus > * ul, body .share-fixed .share div .fas > * ul, body .btn-socialmedia .fab > * ul, body blockquote > * ul, body form .help-block > * ul, form body .help-block > * ul {
    padding-left: auto;
    list-style: none;
  }
}

/* line 113, app/assets/stylesheets/registration.scss */
body p ~ ul {
  list-style: none;
}

/* line 117, app/assets/stylesheets/registration.scss */
body p ~ ul li {
  padding-left: 2.5em;
}

/* line 120, app/assets/stylesheets/registration.scss */
body p ~ ul li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-display: swap;
  display: inline-block;
  opacity: .7;
  width: 1.3em;
  margin-left: -1.3em;
}

/* line 132, app/assets/stylesheets/registration.scss */
body blockquote {
  font-family: "Enriqueta", serif;
  font-style: italic;
  font-size: 1.25rem;
  color: rgba(222, 226, 230, 0.8);
}

/* line 141, app/assets/stylesheets/registration.scss */
body .text-shadow {
  text-shadow: 1px 1px 2px #000000;
}

/* line 149, app/assets/stylesheets/registration.scss */
body .table, body table {
  color: rgba(222, 226, 230, 0.7);
  border-color: rgba(222, 226, 230, 0.2);
}

/* line 153, app/assets/stylesheets/registration.scss */
body .table td, body .table th, body table td, body table th {
  border-color: rgba(222, 226, 230, 0.2);
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
body .table td:hover, body .table td:focus, body .table th:hover, body .table th:focus, body table td:hover, body table td:focus, body table th:hover, body table th:focus {
  color: #dee2e6;
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/registration.scss */
body .modal-spinner {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  padding-left: 10vw;
}

/* line 176, app/assets/stylesheets/registration.scss */
body .modal-spinner-content {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  top: 40vh;
  position: absolute;
  width: 80%;
  color: #0e002e;
}

/* line 186, app/assets/stylesheets/registration.scss */
body .spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #0e002e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 5vh 37vw 5vh 37vw;
}

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

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

/* line 210, app/assets/stylesheets/registration.scss */
body .modal-content {
  background: white;
}

/* line 213, app/assets/stylesheets/registration.scss */
body .modal-content .modal-footer {
  color: #0e002e;
}

/* line 218, app/assets/stylesheets/registration.scss */
body .modal-content .articles {
  color: #0e002e;
}

/* line 244, app/assets/stylesheets/registration.scss */
body .deck > * .card {
  flex: 1 0 256px;
}

@media (max-width: 575.98px) {
  /* line 244, app/assets/stylesheets/registration.scss */
  body .deck > * .card {
    flex: none;
  }
}

/* line 260, app/assets/stylesheets/registration.scss */
body .card {
  background-color: rgba(14, 0, 46, 0.7);
}

/* line 274, app/assets/stylesheets/registration.scss */
body .card .card-body .lead {
  font-size: 1rem;
}

/* line 279, app/assets/stylesheets/registration.scss */
body .card .card-body .date {
  opacity: .7;
}

/* line 289, app/assets/stylesheets/registration.scss */
body .card-footer a {
  color: #dee2e6;
}

/* line 299, app/assets/stylesheets/registration.scss */
body .btn-socialmedia .fab {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 2rem;
}

/* line 312, app/assets/stylesheets/registration.scss */
body .share .fas {
  font-size: 1.5em;
  line-height: 2rem;
  width: 2rem;
}

/* line 323, app/assets/stylesheets/registration.scss */
body .share-fixed .share div {
  color: #0e002e;
}

/* line 326, app/assets/stylesheets/registration.scss */
body .share-fixed .share div .fas {
  color: #0e002e;
  background-color: white;
  font-size: 1.2rem;
  line-height: 2rem;
  width: 2rem;
}

/* line 342, app/assets/stylesheets/registration.scss */
body .jumbotron, body .parallax {
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width: 576px) {
  /* line 342, app/assets/stylesheets/registration.scss */
  body .jumbotron, body .parallax {
    padding: 1rem 1rem !important;
  }
}

/* line 356, app/assets/stylesheets/registration.scss */
body .jumbotron .title, body .parallax .title, body .jumbotron h1, body .parallax h1, body .jumbotron h2, body .parallax h2, body .jumbotron h3, body .parallax h3, body .jumbotron h4, body .parallax h4, body .jumbotron h5, body .parallax h5, body .jumbotron h6, body .parallax h6 {
  color: #f8f9fa;
  font-size: calc((40vw - 2rem) / 8);
  text-shadow: #343a40 0.05em 0.05em 0.05em;
}

@media (max-width: 767.98px) {
  /* line 356, app/assets/stylesheets/registration.scss */
  body .jumbotron .title, body .parallax .title, body .jumbotron h1, body .parallax h1, body .jumbotron h2, body .parallax h2, body .jumbotron h3, body .parallax h3, body .jumbotron h4, body .parallax h4, body .jumbotron h5, body .parallax h5, body .jumbotron h6, body .parallax h6 {
    font-size: calc((40vw - 2rem) / 7);
  }
}

@media (min-width: 1200px) {
  /* line 356, app/assets/stylesheets/registration.scss */
  body .jumbotron .title, body .parallax .title, body .jumbotron h1, body .parallax h1, body .jumbotron h2, body .parallax h2, body .jumbotron h3, body .parallax h3, body .jumbotron h4, body .parallax h4, body .jumbotron h5, body .parallax h5, body .jumbotron h6, body .parallax h6 {
    font-size: 55px;
  }
}

/* line 370, app/assets/stylesheets/registration.scss */
body .jumbotron .lead, body .parallax .lead, body .jumbotron p, body .parallax p {
  color: #f8f9fa;
  line-height: 1.2;
  font-size: calc((30vw - 3rem) / 8);
  text-shadow: #343a40 0.03em 0.03em 0.03em;
}

@media (max-width: 767.98px) {
  /* line 370, app/assets/stylesheets/registration.scss */
  body .jumbotron .lead, body .parallax .lead, body .jumbotron p, body .parallax p {
    font-size: calc((30vw - 3rem) / 6);
  }
}

@media (min-width: 1200px) {
  /* line 370, app/assets/stylesheets/registration.scss */
  body .jumbotron .lead, body .parallax .lead, body .jumbotron p, body .parallax p {
    font-size: 40px;
  }
}

/* line 385, app/assets/stylesheets/registration.scss */
body .jumbotron a, body .parallax a {
  margin-top: 0.5rem;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: rgb(var(--light));
  border-color: rgb(var(--light));
  background-color: transparent;
  text-decoration: none !important;
  float: right !important;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 385, app/assets/stylesheets/registration.scss */
  body .jumbotron a, body .parallax a {
    transition: none;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
body .jumbotron a:hover, body .parallax a:hover {
  color: #212529;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
body .jumbotron a:focus, body .parallax a:focus, body .jumbotron a.focus, body .parallax a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
body .jumbotron a.disabled, body .parallax a.disabled, body .jumbotron a:disabled, body .parallax a:disabled {
  opacity: 0.65;
}

/* line 48, app/assets/stylesheets/tenants-dynamic/includes/cms-btn.scss */
body .jumbotron a:not(:disabled):not(.disabled), body .parallax a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
body .jumbotron a:hover, body .parallax a:hover, body .jumbotron a:focus, body .parallax a:focus {
  color: rgb(var(--light-fg));
  background-color: rgb(var(--light));
  border-color: rgb(var(--light));
}

@media (min-width: 992px) {
  /* line 385, app/assets/stylesheets/registration.scss */
  body .jumbotron a, body .parallax a {
    margin-right: 3rem !important;
  }
}

@media (max-width: 767.98px) {
  /* line 385, app/assets/stylesheets/registration.scss */
  body .jumbotron a, body .parallax a {
    float: none !important;
  }
}

/* line 403, app/assets/stylesheets/registration.scss */
body .jumbotron > *-up, body .parallax > *-up {
  top: 5vh;
}

/* line 408, app/assets/stylesheets/registration.scss */
body .parallax {
  width: 75%;
  z-index: 2;
}

/* line 416, app/assets/stylesheets/registration.scss */
body .parallax_image_wrapper {
  width: 100vw;
}

/* line 424, app/assets/stylesheets/registration.scss */
body .keyboardlinks {
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 432, app/assets/stylesheets/registration.scss */
body a.skiplink {
  top: -999999em;
  left: -999999em;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  /* line 453, app/assets/stylesheets/registration.scss */
  body .grecaptcha-badge {
    bottom: -36px !important;
  }
}

/* line 458, app/assets/stylesheets/registration.scss */
body footer:last-child, body .add_to_home {
  background-color: white;
  color: #0e002e;
}

/* line 462, app/assets/stylesheets/registration.scss */
body footer:last-child a, body footer:last-child .fas, body .add_to_home a, body .add_to_home .fas {
  color: #0e002e;
}

/* line 466, app/assets/stylesheets/registration.scss */
body footer:last-child .add_to_home--Apple-information a, body .add_to_home .add_to_home--Apple-information a {
  border-color: #0e002e;
}

/* line 472, app/assets/stylesheets/registration.scss */
body .scroll-to-top {
  bottom: 10vh;
  right: 4vw;
  display: none;
}

/* line 478, app/assets/stylesheets/registration.scss */
body .scroll-to-top .fas {
  filter: drop-shadow(0.04em 0.04em 0.04em #6c757d);
  font-size: 2.5rem;
  line-height: 2rem;
  color: #e9ecef !important;
  opacity: .7;
}

/* line 487, app/assets/stylesheets/registration.scss */
body .scroll-to-top:hover {
  text-decoration: none;
  bottom: 10.5vh;
}

/* line 494, app/assets/stylesheets/registration.scss */
body .mobile-nav .fas {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 2rem;
}

/* line 506, app/assets/stylesheets/registration.scss */
body .back::before {
  content: "\f0a8";
  font-family: FontAwesome;
  font-display: swap;
  display: inline-block;
  width: 1em;
}

/* line 515, app/assets/stylesheets/registration.scss */
body .bg-image-cover, body .bg-image-cover p {
  pointer-events: none;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 525, app/assets/stylesheets/registration.scss */
body .bg-image-cover img, body .bg-image-cover p img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  /* line 525, app/assets/stylesheets/registration.scss */
  body .bg-image-cover img, body .bg-image-cover p img {
    height: 100% !important;
    width: auto !important;
  }
}

/* line 536, app/assets/stylesheets/registration.scss */
body .bg-image-cover-div, body .bg-image-cover-div p, body .bg-image-cover p-div, body .bg-image-cover p-div p {
  pointer-events: none;
  z-index: -1;
}

/* line 546, app/assets/stylesheets/registration.scss */
body .blur > * .image, body .blur > * img, body .blur > * video, body .blur > * audio {
  filter: blur(5px);
  transform: scale(1.1);
}

/* line 553, app/assets/stylesheets/registration.scss */
body img.blur, body .bg-image-cover-div.blur {
  filter: blur(5px);
}

/* line 559, app/assets/stylesheets/registration.scss */
body .header-maxheight .simpleParallax {
  min-height: 32vw !important;
  max-height: 42vw !important;
}

/* line 564, app/assets/stylesheets/registration.scss */
body .header-maxheight .swiper-container {
  max-height: 43vw;
}

/* line 567, app/assets/stylesheets/registration.scss */
body .header-maxheight .swiper-container .swiper-wrapper .swiper-slide {
  background-position-y: center;
}

/* line 570, app/assets/stylesheets/registration.scss */
body .header-maxheight .swiper-container .swiper-wrapper .swiper-slide .img-fluid, body .header-maxheight .swiper-container .swiper-wrapper .swiper-slide img, body .header-maxheight .swiper-container .swiper-wrapper .swiper-slide video {
  margin-top: -23vw;
}

/* line 583, app/assets/stylesheets/registration.scss */
body .fullheight .jumbotron, body .fullheight .parallax {
  top: 5vh;
  left: 10vh;
  right: auto;
}

@media (min-width: 576px) {
  /* line 595, app/assets/stylesheets/registration.scss */
  body .fullheight .simpleParallax img, body .fullheight .simpleParallax video {
    height: 100% !important;
    width: auto !important;
    max-width: inherit;
  }
}

/* line 606, app/assets/stylesheets/registration.scss */
body .zindex-up {
  z-index: 10 !important;
}

/* line 610, app/assets/stylesheets/registration.scss */
body .zindex-down {
  z-index: -1 !important;
}

@media (max-width: 767.98px) {
  /* line 655, app/assets/stylesheets/registration.scss */
  body .hide-border-phone.border-right, body .hide-border-phone.sidebar-wrapper, body .hide-border-phone.border-left,
body .hide-border-phone .border-right,
body .hide-border-phone .sidebar-wrapper, body .hide-border-phone .border-left {
    border: 0 !important;
  }
}

/* line 662, app/assets/stylesheets/registration.scss */
body .rounded, body .form-pills > * .submit, .form-pills > * body .submit, body .rounded > * .card, body .form-pills > * .submit > * .card, .form-pills > * body .submit > * .card, body .rounded .swiper-container, body .form-pills > * .submit .swiper-container, .form-pills > * body .submit .swiper-container,
body .rounded > * img,
body .form-pills > * .submit > * img,
.form-pills > * body .submit > * img, body .rounded > * video, body .form-pills > * .submit > * video, .form-pills > * body .submit > * video, body .rounded > * iframe, body .form-pills > * .submit > * iframe, .form-pills > * body .submit > * iframe {
  border-radius: 20px !important;
}
